@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px){
#wrap{
	margin: 0 auto 40px;
}
header{
	margin-bottom: 15px;
	}
#category_list{
	top: 120px;
}
#wrap h2{
	width: 944px;
	border-left: solid 6px #a9dbe0;
	background: #666;
	color: #fff;
	padding: 10px 0 10px 10px;
	font-size: 22px;
	font-weight: 500;
	display: table-cell;
}
#wrap h2 span{
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
#wrap h3 a{
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
	
}
#wrap h3{
	font-size: 18px;
	position: relative;
	border-bottom:1px solid #ccc;
	padding: 0 0 10px 30px;
	margin: 40px 0 0 0 ;
	clear: both;
}
#wrap h3:before{
	width: 9px;
	height: 9px;
	border: solid 1px #ccc;
	background: #333;
	position: absolute;
	top: 3px;
	left:8px;
	content: ' ' ;
	
}
#wrap h4 a{
	color: #fff;
	padding: 8px 0;
	text-align: center; 
	font-size: 16px;
	font-weight: 500;
	border: 1px solid;
	width: 138px;
	display: block;
}
#wrap h4.episode a{
	color: #15294e;
	border-color: #15294e;
}
#wrap h4.kokoschka a{
	color: #231815;
	border-clor: #231815;
}
#wrap h4.garland a{
	color: #734b30;
	border-color: #734b30;
}
#wrap h4.lynt a{
	color: #231815;
	border-color: #231815;
}
#wrap h4.monique a{
	color: #a37e39;
	border-color: #a37e39;
}
#wrap h4.iicot a{
	color: #f39800;
	border-color: #f39800;
}
#wrap h4.palette a{
	color: #4a5d69;
	border-color: #4a5d69;
}
#sitemap {
	margin: 0 20px;
}
#sitemap-brand ul{
	margin: 0 0 0 30px;
}
#sitemap-brand ul li{
	margin: 20px 50px 0 0;
	width: 138px;
	float: left;
}
#sitemap-brand ul li:nth-child(5){
	clear: both;
}
#sitemap-brand ul li ul{
	margin: 10px 0 0 0;
}
#sitemap-brand ul li li{
	margin:0 0 0 1em;
	float: none;
	line-height:1.6em;
	position: relative;
}
#wrap h4.episode + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow01.png);
	left: -10px;
	top: -1px;
}
#wrap h4.iicot + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow02.png);
	left: -10px;
	top: -1px;
}
#wrap h4.garland + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow03.png);
	left: -10px;
	top: -1px;
}
#wrap h4.palette + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow04.png);
	left: -10px;
	top: -1px;
}
#wrap h4.monique + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow05.png);
	left: -10px;
	top: -1px;
}
#wrap h4.lynt + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow06.png);
	left: -10px;
	top: -1px;
}
#wrap h4.kokoschka + ul li:before{
	position: absolute;
	content: url(../img/icon-arrow07.png);
	left: -10px;
	top: -1px;
}
#sitemap #left ul , #sitemap #right ul{
	margin-top: 15px;
	margin-bottom: 30px;
}
#sitemap #left li , #sitemap #right li{
	margin: 0;
	line-height: 1.6em;
}
#sitemap #left li a , #sitemap #right li a{
	position: relative;
	margin: 0 0 0 1em;
}
#sitemap #left li a:before , #sitemap #right li a:before{
	content: url(../img/icon-arrow08.png);
	left: -10px;
	top: -1px;
	position: absolute;
}
#sitemap #right{
	float: right;
	width: 48%;
}
#sitemap #left{
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
#sitemap h3 + ul li{
	float: none;
}
}
@media screen and (max-width: 640px){
body{
	font-size: 14px;
}
#g_nav , .inner , #wrap , #f_area{
	width: 	100%;
	margin: 0 auto;
}
#sitemap{
	width: 94%;
	margin: -15px auto 40px;
}
header{
	padding: 15px 4.6875% 17px;
	height:auto
	}
header h1{
		width: 66.85%;
		position:relative;
		top:0;
		margin:0;
	}
#category_list{
	top: 63px;
}

#wrap h2{
	background: #666;
	padding: 15px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 18px;
}
#wrap h2 span{
	margin: 0 0 0 10px;
}
#wrap h3 a{
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
	
}
#wrap h3{
	font-size: 18px;
	position: relative;
	border-bottom:1px solid #ccc;
	padding: 0 0 10px 20px;
	margin: 40px 0 0 0 ;
	clear: both;
}
#wrap h3:before{
	width: 9px;
	height: 9px;
	border: solid 1px #ccc;
	background: #333;
	position: absolute;
	top: 3px;
	left:0px;
	content: ' ' ;
	
}
#wrap h4 a{
	color: #fff;
	width: 97%;
	display:block;
	padding: 13px 0 13px 3%;
}
#wrap h4.episode a{
	background: #15294e;
}
#wrap h4.kokoschka a{
	background: #231815;
}
#wrap h4.garland a{
	background: #734b30;
}
#wrap h4.lynt a{
	background: #231815;
}
#wrap h4.monique a{
	background:  #a37e39;
}
#wrap h4.iicot a{
	background: #f39800;
}
#wrap h4.palette a{
	background: #4a5d69;
}
#sitemap-brand {
	width: 90%;
	margin: 0 auto;
}
#sitemap-brand ul li{
	margin: 20px 0px 0 0;
}
#sitemap-brand ul li ul{
	margin: 10px 0 0 0;
}
#sitemap-brand ul li li{
	position: relative;
	border-bottom: 1px solid #ccc;
	margin: 0 5px;
}
#sitemap-brand ul li li a{
	display:  block;
	padding:20px 0 20px 1em;
	position: relative;
}
#sitemap-brand ul li li a:after{
	position: absolute;
	content: url(../img/icon-arrow09.png);
	top: 17px;
	right: 3%;
	margin: 0 auto;
	height: 21px;
}
#sitemap #left ul , #sitemap #right ul{
}
#sitemap #left li , #sitemap #right li{
	margin: 0;
}
#sitemap #left li a , #sitemap #right li a{
	position: relative;
	padding:20px 0 20px 1em;
	border-bottom: 1px solid #ccc;
	margin: 0 10px ;
	display: block;
}
#sitemap #left li a:after , #sitemap #right li a:after{
	position: absolute;
	content: url(../img/icon-arrow09.png);
	top: 17px;
	right: 3%;
	margin: 0 auto;
	height: 21px;
}
#sitemap #left li a , #sitemap #right li a{
}
li a{
	display: block;
}

}