@charset "UTF-8";
header{
	width: 100%;
	color: #000;
	min-width:1012px;
	z-index: 100;
}
header .main{width:100%;}
/*ヘッダー上*/
#htop{
	background:#fff;
	overflow:hidden;
}
.htop_inner{
	width:1012px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
#htop a{color: #000;}
/*ヘッダー左上*/
#htop .left{
	float:left;
	width:210px;
	text-align:center;
}
#htop .left img{margin:0; width:100%;}
/*ヘッダー右上*/
#htop .right{
	float:right;
	width:802px;
	text-align:right;
	padding-top:12px;
}
.ic_cup01{
	background-image: url(../img/parts/icon/ic_cup01.png);
	background-repeat:no-repeat;
	background-position:55px 2px;
}
.bnr_header img{margin:10px 3px 0 0;}
.menu{
	text-align:right;
	padding:5px 15px 0 0 ;
}
.menu img{vertical-align:text-bottom;}

#hbottom{background:#FFC107;position: relative;}
.hbottom_inner{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:static;
}
/*ヘッダー下*/
#hbottom .left{
	float:left;
	/*width:620px;*/
	width:330px;
	/*position:static!important;*/
}
#hbottom .right{
	float:right;
	position:static!important;
	/*width:330px;*/
}
/*ドロップダウンに関するスタイルここからーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
ul.nav {
	position:static;
	font-weight: 400; 
	line-height: 56px;
	font-size: 19px;
	margin: 0;
}
/*ul.nav li{position: static;}*/
ul.nav li .fulldrop {
	visibility: hidden;/*←編集時などにドロップダウンを常に表示させたいときはここをコメントアウト*/
	position: absolute;
/*	top:210px;*/
	left: 0;
	background: rgba( 0,0,0,0.9);
	text-align: left;
	z-index: 99;
	font-family: "メイリオ", Meiryo, sans-serif;
	width:100%;
	padding:25px 0 25px;
	height:410px;
}
ul.nav li:hover .fulldrop {visibility: visible;}
ul.nav li .fulldrop h3{margin:0 0 15px;}
.nav a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
/*dropdownmenu*/
.ic_open{
	background:url(../img/parts/icon/ic_open.png) no-repeat;
	background-position:0px 20px;
}
/*ナビゲーションにおいたときの▲の位置*/
.triangle1:hover{background: url(../img/parts/icon/arow_top.png) no-repeat 70px 45px;}
.triangle2:hover{background: url(../img/parts/icon/arow_top.png) no-repeat 30px 45px;}
.triangle3:hover{background: url(../img/parts/icon/arow_top.png) no-repeat 120px 45px;}

li.drop{
	text-indent:25px;
	margin-right:35px;
	position:static;
}
ul.nav li:hover .fulldrop a{color:#fff!important;}
ul.nav li a:hover{color:#fff!important;}
ul.nav li .fulldrop a:hover{color:#F2A51C!important;}

/*カテゴリ（ドロップダウンの出てくる部分）に関するスタイルここからーーーーーーーーーーーーーーーー*/
ul.category {
	width: 1250px;
	margin: 0 auto;
	list-style: none;
	background: transparent;
	text-align: left;
	padding: 0px;
	z-index: 99;
	color: #fff;
	line-height: 1.5;
}
ul.category a {color: #fff;}
ul.category li{
	width: 250px;
}
/*ドロップダウンの中身のliが3列のとこのCSS*/
/*.triangle2 ul,.triangle3 ul{width:1040px;padding-left:160px;}
.triangle2 li,.triangle3 li{width:260px;}*/
ul.category h3 {font-size: 18px;text-indent:15px;padding:0px 0 5px 0;font-weight:bold!important;}
ul.category dl {margin:2% auto;}
ul.category dt {
	font-size: 14px;
	background: url(../img/parts/icon/ic_arow_r01.png) no-repeat;
	background-position: 10px 3px;
	padding:0 0 3px 0;
}
ul.category dl dd {
	font-size: 12px;
	padding: 0 0 0 15px;
	text-indent: 0;
}
ul.category dl dd a{font-weight:normal!important;}
ul.category dl dd span.sub_category{font-size:9px;}

/*検索窓に関するスタイルここからーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.nav li.search {
	border:none;
	-webkit-box-shadow:  none;
	box-shadow:  none;
	float: right;
	font-size: 14px;
}
/*検索窓デザイン*/
.nav  li.search  input[type="text"]{
	padding: 10px 10px;
	color:#000;
	border:none;
	background: #fff;
	width:240px;
	border-radius:50px;
}
/*検索窓のテキスト入力欄のカーソル*/
.nav li  input:focus {
	outline: none;
	border-color: black;
}
/*検索窓ボタン*/
.searchproductbtnImg{
    border: 0px;
    width: 32px;
    height: 32px;
    background: url("../img/parts/icon/ic_search01.png") left top no-repeat;
	position: relative;
	left: -45px;
-webkit-top:11px;
-ms-top: 0px;
}
@-moz-document url-prefix() {
.searchproductbtnImg{top: 0; }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchproductbtnImg{top: 11px; }

}

/*共通ヘッダー用CSS*/
.header_iframe_box{width:950px;margin:0 auto;}


/*2016年12月追加*/
.sub_menu {
	width:960px;
	margin:10px auto;
	display:block;
	overflow:hidden;
	font-size:14px;
}

.sub_menu ul { 
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}

.sub_menu li {
	width:15%;
	margin:0;
	padding:12px 6px;
	float:left;
	background-color:#FCC107;
	text-align:center;
	border:#FFF solid 2px;
	overflow:hidden;
}

.sub_menu li a { 
	display:block;

}

.sub_menu a:hover { 
	color:#fff!important;
	font-weight:bold!important;
	text-decoration: none;
}

.sub_menu2 {
	width:960px;
	margin:10px auto;
	display:block;
	overflow:hidden;
	font-size:14px;
}

.sub_menu2 ul { 
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}

.sub_menu2 li { 
	width:12.6%;
	margin:0;
	padding:6px;
	float:left;
	background-color:#FCC107;
	text-align:center;
	border:#FFF solid 2px;
	overflow:hidden;
	min-height:20px;

}

.sub_menu2 li a { 
	display:block;

}

.sub_menu2 a:hover { 
	color:#fff!important;
	font-weight:bold!important;
	text-decoration: none;
}






