@charset "UTF-8";

body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:serif;
	-webkit-text-size-adjust:100%;
	}

#header_area{
	max-width:100%;
	height:100px;
	margin:0px auto;
	padding:0px;
	position:relative;
	background-color:#fff;
	}
	
#logo{
	overflow: hidden;
	}
	
	
#header_area #logo img{
	width:55px;
	margin:0px;
	position:absolute;
	top:18px;
	left:15px;
	}
	
#header_area nav{
	display:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0px;
	margin:0px;
	position:absolute;
	top:100px;
	left:0px;
	z-index:999;
	}
	
#header_area nav ul{
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	
	
#header_area nav ul li{
	width:75%;
	background-color:#000;
	opacity: 0.55;
	margin:0px auto;
	}

	
#header_area nav a{
	height:40px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#nav_menu{
	display:block;
	width:30px;
	height:30px;
	background-image:url("../../../images/interface/nav.png");
	background-repeat:no-repeat;
	-webkit-background-size:30px 30px;
	background-size:30px 30px;
	position:absolute;
	top:35px;
	right:10px;
	cursor:pointer;
	}
	
	
#n_about a{
	background:url(../../../images/interface/menu_about.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
	
#n_collection a{

	background:url(../../../images/interface/menu_collection.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
	
#n_onlineshop a{
	background:url(../../../images/interface/menu_online.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}

#n_journal a{
	background:url(../../../images/interface/menu_journal.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
#n_info a{
	width:97px;
	height:28px;
	background:url(../../../images/interface/menu_info.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}	
	
#n_stockist a{
	background:url(../../../images/interface/menu_stockist.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
#n_care a{
	background:url(../../../images/interface/menu_careguide.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
		

#header_sns{
	display:none;
	}		

#book{
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #fff;
	}
	
#book_season{
	margin:0px 0px 0px 10px;
	padding:0px;
	background-color: #fff;
	height:20px;
	}
	
#book_season h2{
	font-size:14px;
	margin:0px;
	padding:0px;
	position:absolute;
	}
	
#book_season h2 img{
	display:block;
	width:165px;
	height:12px;
	}
	
/*アーカイブ
#season_sp{
	max-width:100%;
	position:relative;
	margin:0px 10px 0px 0px;
	padding:0px;
	right:0px;
	top:0px;
	}

#season_sp li{
	float:right;
	clear:both;
	margin:0px;
	padding:0px;
	width:73px;
	list-style-type:none;
	}
	
#season_sp li img{
	display: block;
	width:73px;
	height:11px;
	margin:0px 0px 10px 0px;
	padding:0px;
	}*/	
	
/*最初隠すため*/
ul.child{
	display: none;
	}
	
ul.child li img{
	height:15px;
	}		
li a:hover{
	text-decoration:none;
	}
	
/*book画像部分*/
#book_content{
	max-width:100%;
	margin:20px 0px 0px 10px;
	padding:0px;
	background-color:#fff;
	overflow:hidden;
	}

#book_content a{
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:33.3%;	
	float:left;
	margin:0px;
	padding:10px 10px 0px 0px;
	}
	
#book_content img{
	display:block;
	max-width:100%;
	height: auto;
	padding:0px;
	margin:0px;
	}
	
	
/*pc部分非表示*/	
#season_pc{
	display:none;
	}	
	
	
#footer_area{
	max-width:100%;
	height:50px;
	margin:50px auto;
	padding:0px;
	position:relative;
	}

#footer_sns {
	margin:0px  0px 0px 15px;
	padding:0px;
	list-style-type:none;
	height:20px;
	width:100px;
	}
	
#footer_sns li{
	float:left;
	margin:0px 13px 0px 0px;
	}

#footer_sns li img{	
	display:block;
	width:18px;
	}

#footer_area small{
	position:absolute;
	top:0px;
	left:120px;
	display:block;
	line-height:25px;
	font-size:9px;
	font-family:serif;
	}	