@charset "utf-8";

/* Universal Reset */
* {
margin:0 auto;
padding:0;
}

/* Base Style */
html {
overflow-y:scroll;
}


body {
	text-align: center;
	font-size: 14px;
	color: #58503c;
	background-image: url(../images_top/en_bg.jpg);
	background-position: top;
	background-size: 100%;
	background-repeat: repeat-y;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Arial, Helvetica, sans-serif , Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

img{
	border:0;
	border-style:none;
	vertical-align: top;
}

div,dl,dt,dd,ul,ol,li,table,tr,th,td,h1,h2,h3,h4,h5,h6,p,
pre,code,form,fieldset,legend,input,textarea,select,option,blockquout,embed,object {
margin: 0;
padding: 0;
}

h1 {
	font-size:12px;
	color:#595959;
	padding:3px;
	font-weight: normal;
}

p {
	font-size:14px;
	line-height:160%;
	color:#3A3A3A;
}

a { text-decoration: none;}

hr {
	display:block;
	border:none;
	margin-top:40px;
	margin-bottom:40px;
	border-bottom:1px #B6A765 dashed;
	height:1px;
} 

/* start commented backslash hack MacIE \*/ 
* html .clearfix {height:1%;} 
.clearfix {display:block;} 
/* close commented backslash hack */  

.clear {clear:both;}

/* ==================== linkcolor*/
a:link    { color: #10AD95; }
a:visited { color: #10AD95; }
a:hover   { color: #8BE4D6;}
a:active  { color: #10AD95; }

/* ==================== common*/
#wrap {
	width:100%;
	padding: 0;
	margin:0 auto;
}

#header {
	position: absolute;
	width:980px;
	height:70px;
	margin: auto;
	border-top: 0px solid #73828E;
	text-align: left;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

#header h1 {
	position:absolute;
	width:304px;
	top:32px;
	right:18px;
	padding:5px 10px 5px 10px;
	text-align: center;
	border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
	border:5px #f078bc solid;
	background-color:#FFFFFF;
}

#contents {
	position:relative;
	width: 100%;
	height: 800px;
	margin: 0 auto 30px;
	background: url(../images_top/en_poma2.png);
	background-position: top;
	background-size: 125px;
	background-repeat: repeat-x;
}

#enLogo {
	position:relative;
	width:980px;
	height:547px;
	margin:0 auto;
	padding-top: 130px;
}

#enLogo .enIllust {
	position: absolute;
	right: -150px;
	bottom: -120px;
	width: 720px;
}
#enLogo .enIllust img {
	width: 100%;
	height: auto
}

#enLogo .enTitle {
	position: absolute;
	left: -156px;
	top: 166px;
	width: 640px;
	transform: rotate(-16deg);
}
#enLogo .enTitle img {
	max-width: 100%;
	height: auto
}

#contents .enSpacer {
	display: flex;
	justify-content: space-between;
}
#contents .enSpacer > div {
	height: 130px;
}
#contents .enSpacer > div:first-child {
	position: relative;
	background-image: url(../images_top/en_poma3.png);
	background-position: bottom right;
	background-repeat: repeat-x;
	width: 55%;
}
#contents .enSpacer > div:last-child {
	width: 40%;
}


/* ==================== header-navi*/
#navi {
	position: absolute;
	width: 300px;
	height: 130px;
	margin: 0 auto;
	left: 295px;
	top: 396px;
}
ul#hdNavi{
	list-style:none;
	width:290px;
	height:150px;
	text-align:center;
	margin: 0 auto;
}
ul#hdNavi li{
	list-style:none;
	width:290px;
	height:150px;
}
ul#hdNavi a{
    display:block;
    width:290px;
    height:150px;
    overflow:hidden;
}

a.enter {
	background-image:url(../images_top/en_enter_off.png);
}
a:hover.enter{
	background-image:url(../images_top/en_enter_on.png);
}

a.exit {
	background-image:url(../images_top/en_exit_off.png);
}
a:hover.exit {
	background-image:url(../images_top/en_exit_on.png);
}


/* ==================== footer*/
#footer {
	width:980px;
	margin:0 auto;
}

.copyright {
	font-size:10px;
	padding:30px 0 10px 0;
	margin: 0 auto;
	color:#3A3A3A;
}
