/*layout*/
/*------------------------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}


/*header*/
/*------------------------------------------------------------------------------*/
header{
	width:94%;
	max-width: 980px;
	height:93px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
header:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header * {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

header h1{
	font-size: 12px;
	line-height:16px;
	margin:11px 245px 11px 0;
}
#logo{
	width:100%;
	padding-right:245px;
}
#logo img{
	width:100%;
	max-width:516px;
}
#logo a{
	display: block;
}
#logo img{
	width: 100%;
	height: auto;
}
#headnav{
	position:absolute;
	right:0;
	top:-77px;
}
#headnav li{
	display:inline-block;
	line-height:13px;
	padding-right:12px;
	border-right:2px solid #333;
	margin-right:12px;
}
#headnav ul li a{
	font-size: 13px;
	color:#333;
}
#headnav ul li:last-child{
	padding:0;
	margin:0;
	border:none;
}
#headnav li.mail a{
	background: url(../image/common/icon_mail.png) no-repeat 10px center #222;
	background-size: 14px 9px;
}

#header_search{
	float:right;
	width:180px;
	margin-top:8px;
}
#header_search:after{content: ""; display: block; height: 0; clear: both;}
.search_textbox{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float:left;
	width:135px;
	height:25px;
	line-height:25px;
	border:#333 solid;
	border-width:1px 0 1px 1px;
	background:#FFF;
	padding:0 5px;
	font-size:12px;
	color:#666;
	border-radius:0;
}
.search_submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float:right;
	cursor:pointer;
	width:45px;
	height:25px;
	line-height:25px;
	color:#FFF;
	text-align:center;
	font-size:13px;
	background:#333;
	border:none;
	border-radius:0;
}
.search_submit:hover{
	background:#666;
}



/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	clear: both;
	width:100%;
	background:#E6F0FB;
}
#globalmenu{
	width:100%;
	max-width:980px;
	margin:0 auto;
	position:relative;
}

#globalnav_in:after{content: ""; display: block; height: 0; clear: both;}

#gnav_btn{display:none;}

#globalnav_in li{
	float:left;
	width:25%;
	text-align:center;
	position:relative;
}
#globalnav_in li a{
	display:block;
	height:45px;
	line-height:45px;
	background:#E6F0FB;
	color:#1580D1;
	font-size:17px;
	border:solid #FFF;
	border-width:1px 0 0 1px;
}

#globalnav_in li:nth-child(-n+4)  a{
	border-top-width:0;
}
#globalnav_in li:nth-child(4n)  a{
	border-right-width:1px;
}
#globalnav_in li:nth-child(4n+1){
	clear:both;
}

#globalnav_in li:hover a,#globalnav_in li.main_current a{
	background:#21496D;
	color:#FFF;
	text-decoration:none;
}

.dropdown{
	z-index:100;
	width:100%;
}
.dropdown li{
	width:100% !important;
}
.dropdown li:first-child{
	border-top-width:1px;
}
.dropdown li a{
	border:solid #FFF !important;
	border-width:1px 1px 0 1px!important;
	background:#E6F0FB !important;
	color:#1580D1 !important;
}
.dropdown li a:hover{
	background:#2B99EA !important;
	color:#FFF !important;
}

/*contents*/
/*------------------------------------------------------------------------------*/

#contents{
	width:94%;
	max-width:980px;
	margin:30px auto 80px;
}


/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	border-top: #E9E9E9 1px solid;
	padding: 45px 0 0;
}
#footer_top{margin-bottom:30px;}
.footer_in{
	width:94%;
	max-width:980px;
	margin:0 auto;
}
#footer_logo{
	float:left;
	width:285px;
}
#footnav{
	float:right;
	width:100%;
	max-width:645px;
}
#footnav01,#footnav02,#footnav03,#footnav04{
	float:left;
	padding-right:10px;
}
#footnav01{width:36%;}
#footnav02{width:30%;}
#footnav03{width:28%;}
#footnav04{width:15%;}

#footnav li{ position:relative;}
#footnav li a{
	display:block;
	border-left:2px solid #197ECD;
	padding-left:7px;
	margin-bottom:10px;
	color:#333;
	font-size:13px;
	font-weight: bold;
}
#footnav li ul li a{
	display:block;
	border-left:none;
	padding-left:12px;
	margin-bottom:10px;
	color:#333;
	font-size:13px;
	font-weight: normal;
}

#footnav li.plus > a{
	padding-right:16px;
}

#footnav li .plus_btn{
	width:11px;
	height:11px;
	text-indent:-99999px;
	background: url(../image/common/icon_plus.gif) no-repeat;
	background-size:11px 11px;
	position:absolute;
	right:10px;
	top:4px;
	cursor:pointer;
}
#footnav li .plus_btn.active{
	background: url(../image/common/icon_plus_ov.gif) no-repeat;
	background-size:11px 11px;
}
#footnav li .plus_btn:hover{
	opacity:0.7;
}

.dropdown_f{
	margin-bottom:20px;
}

.dropdown_f li{
	padding-left:20px;
}
.dropdown_f li a{
	position:relative;
	margin-bottom:0px;
}
.dropdown_f li a:before{
	content:"";
	background:#333;
	width:6px;
	height:1px;
	position:absolute;
	left:0;
	top:10px;
}

#footer_bottom{
	border-top:1px solid #E9E9E9;
	line-height:12px;
	font-size:11px;
	padding:10px 0;
}

#footnav_b{
	float: left;
}
#footnav_b li{
	display:inline-block;
	padding-left:17px;
	border-left:1px solid #999;
	margin-left:17px;
}
#footnav_b li:first-child{
	padding-left:0;
	border-left:none;
	margin-left:0;
}
#footnav_b li a{
	color:#999;
}
#copyright{
	float:right;
	color:#999;
}

/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	z-index:150;
}
a.pagetop {
	width: 45px;
	height: 45px;
	background: url(../image/common/page_top.png) no-repeat 0 0;
	overflow: hidden;
	display:block;
}

/* Eshop */
/*------------------------------------------------------------------------------*/

 .btn-square-pop {
   position: relative;
   display: inline-block;
   padding: 0.25em 0.5em;
   text-decoration: none;
   color: #FFF;
   background: #DF0101;/*背景色*/
   border-bottom: solid 2px #8A0808;/*少し濃い目の色に*/
   border-radius: 4px;/*角の丸み*/
   box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
   font-weight: bold;
   font-size: 1.6em;
 }

 .btn-square-pop:active {
   border-bottom: solid 2px #DF0101;
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
 }