@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;
	}		

/*info部分*/	
#info{
	width:100%;
	margin: 0;
	padding: 0;
	background-color:#fff;
	overflow:hidden;
	}

#info h2{
	color:#000;
	font-size:16px;
	margin: 0px 0px 0px 30px;
	}
	
#info img{
	display:block;
	width:350px;
	height:auto;
	padding:20px 0px 0px 0px;
	margin:auto;
	}
.date{
	margin: 0px 0px 0px 30px;
	padding:40px 0px 0px 0px;
	background-color:#fff;
	}

.date h3{
	background-color:#c0c0c0;
	opacity: 0.8;
	margin:0;
	padding:0;
	color:#000;
	font-size:16px;
	display:inline;
	}
	
.date p{
	color:#000;
	font-size:14px;
	line-height: 1.5;
	margin:0px;
	padding:0px;
	}

	
	
#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;
	}	