@charset "utf-8";


#header {
	width:980px;
}


#header #text{
	width:980px;
	background:#000000;
	font-size:10px;
	color:#FFF;
	margin-bottom:27px;
}

#header #text h1{
	font-weight:normal;
	padding:3px;
}


#logo {
	margin:0 0 10px 0;
	text-align:center;
}

/* サーチ
----------------*/

.s_text{
	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding:4px 5px;
	width:203px;
	height:10px;
}

.s_btn{
	margin:0;
	top:0;
}

#gnav{
	display:block;
	width:980px;
	border-bottom: solid 3px #000000;
	margin-bottom:8px;
}

#gnav li{
	float:left;
	display:block;
	position:relative;
}

#cosme{
	left:0;
}

#fashion{
	left:-326px;
	top:-20px;
}

#brand{
	left:-653px;
	top:-60px;
}

.sub_navi{
	width:980px;
	height:auto !important;
	position:absolute;
	top:-124px;
	z-index:999;
	padding-bottom:2px;
	background:url(../images/header/subnav_b.png);
	display:none;
}

.sub_navi li{
	float:none;
	display:block;
	line-height:22px !important;
	text-align:left;
}

.sub_navi a{
	margin:auto 4px;
}

.sub_navi a:link, 
.sub_navi a:visited, 
.sub_navi a:active, 
.sub_navi a:hover{
	color:#FFF;
}

.category_list{
	font-size:12px;
	text-align:left;
	line-height:20px;
	width:155px;
	margin-right:35px;
	float:left;
}

#cosme .category_list li{
	width:100%;
}

#fashion .category_list{
	width:180px;
}

#fashion .category_list li{
	width:100%;
}

.category_parent{
	font-size:13px;
	border-bottom:solid #c7c8cd 2px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.category_list_fa .category_parent{
	border-bottom:none;

}

.category_list a:link, 
.category_list a:visited, 
.category_list a:active, 
.category_list a:hover{
	text-decoration:none;
}


#brand_parent{
	display:block;
}

#brand_parent li{
	font-size:13px;
	padding:3px;
	border:solid #c7c8cd 1px;
	display:inline-block;
	margin: 0 10px;
}

.br_box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
	background:url(../images/header/subnav_bg_white.png);

	padding:18px 10px 10px 10px;
	margin-top:20px;
	width:930px;
	font-size:12px;
}

.brand{
	display:none;	
}

.brand li{
	display: table-cell;
	vertical-align:middle;
	height:30px;
	float:left;
	width:150px;
	text-align:center;
	line-height:12px;
	font-size:11px;
}

/* バナー
----------------*/

.banner {
	width:486px;
	float:left;
}
