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

@media screen and (min-width: 751px){
.menu_body{
	width:924px;
	height:160px;
	margin:0 auto;
	padding:0;
	display: block;
	font-family: "Sawarabi Gothic"; 
}
a:link{
	text-decoration: none;
}
a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.header_logo{
	float:left;
	width:260px;
	height:55px;
	margin:20px 25px 30px;
	padding:0;
	display: block;
	overflow: hidden;	
}
.header_logo a{
	width:100%;
	height:100%;
	background: url(../img/top_logo.png) no-repeat center center;
	background-size: contain;
	display: block;
	border:none;
	overflow: hidden;	
}
.header_cart_btn{
	float:right;
	width:auto;
	height:40px;
	margin:30px 3px 0 0;
	display: block;
}
.header_cart_btn a{
	width:auto;
	height:auto;
	margin:0;
	padding:6px 10px 5px 35px;
	font-size:16px;
	text-decoration: none;
	color:#FFF;
	background: url(../img/cart.png) no-repeat 10px 5px;
	background-color: #eb6e8f;
	border-radius: 3px;
	display: block;
}
.header_navi{
	clear:both;
	width:924px;
	height:55px;
	margin:0 auto;
	padding:0;
	display: block;
	overflow: hidden;	
}
.header_navi div{
	float:left;
	width:184px;
	height:55px;
	display:block;
	overflow: hidden;
}
.header_navi div a{
	width:184px;
	height:25px;
	margin:0 0 0 1px;
	padding:15px 0 15px;
	color:#666;
	text-align: center;
	font-size:14px;
	font-weight: bolder;
	line-height: 14px;
	text-decoration: none;
	display:inline-table;
	background: linear-gradient(top, #fbf0f6 0%, #ddc5e3 50%, #d3bfdc 50%, #b5a0c9 100%);
	background: -webkit-linear-gradient(top, #fbf0f6 0%, #ddc5e3 50%, #d3bfdc 50%, #b5a0c9 100%);
	background: -moz-linear-gradient(top, #fbf0f6 0%, #ddc5e3 50%, #d3bfdc 50%, #b5a0c9 100%);
	background: -o-linear-gradient(top, #fbf0f6 0%, #ddc5e3 50%, #d3bfdc 50%, #b5a0c9 100%);
	background: -ms-linear-gradient(top, #fbf0f6 0%, #ddc5e3 50%, #d3bfdc 50%, #b5a0c9 100%);
}
.header_navi div a:hover{
	background: linear-gradient(top, #eee590 0%, #c9bb04 100%) !important;
	background: -webkit-linear-gradient(top, #eee590 0%, #c9bb04 100%) !important;
	background: -moz-linear-gradient(top, #eee590 0%, #c9bb04 100%) !important;
	background: -o-linear-gradient(top, #eee590 0%, #c9bb04 100%) !important;
	background: -ms-linear-gradient(top, #eee590 0%, #c9bb04 100%) !important;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.header_navi div:first-child a{
	height:25px;
	margin:0;
	padding:10px 0 20px;
	color:#666;
	text-align: center;
	font-size:18px;
	font-weight: bolder;
	line-height: 18px;
	text-decoration: none;
}
.header_navi div:first-child a:before{
	content: url(../img/home.png);
	width:25px;
	height:25px;
	margin:0 5px 0 0;
	padding: 0;
	position: relative;
	top:5px;
}
.header_navi div a div{
	width:100%;
	height:15px;
	text-align: center;
	font-size:12px;
	font-weight: nomal !important;
	line-height: 16px;
	text-decoration: none;
	display:inline-table;
}
}

@media screen and (max-width: 750px){
.menu_body{
	width:90vw;
	height:auto;
	margin:0 auto;
	padding:0;
	display: block;
	font-family: "Sawarabi Gothic"; 
}
a:link{
	text-decoration: none;
}
a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.header_logo{
	float:left;
	width:90vw;
	max-width:265px;
	height:18vw;
	max-height:40px;
	margin:30px auto;
	padding:0;
	display: block;
	overflow: hidden;	
}
.header_logo a{
	width:100%;
	height:100%;
	background: url(../img/top_logo.png) no-repeat center center;
	background-size: contain;
	display: block;
	border:none;
	overflow: hidden;	
}
.header_cart_btn{
	float:right;
	width:auto;
	height:40px;
	margin:30px 3px 0 0;
	display: block;
}
.header_cart_btn a{
	width:auto;
	height:auto;
	margin:0;
	padding:6px 10px 5px 35px;
	font-size:16px;
	text-decoration: none;
	color:#FFF;
	background: url(../img/cart.png) no-repeat 10px 5px;
	background-color: #eb6e8f;
	border-radius: 3px;
	display: block;
}
.header_navi{
	clear:both;
	width:90vw;
	height:auto;
	margin:0 auto;
	padding:0;
	border-top:1px solid #432e59;
	display: block;
	overflow: hidden;	
}
.header_navi div{
	width:90vw;
	height:auto;
	display:block;
	overflow: hidden;
}
.header_navi div a{
	width:auto;
	height:auto;
	margin:0 0 5px;
	padding:5px 0;
	color:#666;
	text-align: left;
	font-size:14px;
	font-weight: bolder; 
	line-height: 14px;
	text-decoration: none;
	border-bottom:1px solid #ccc;
	display:block;
}
.header_navi div:first-child a{
	height:25px;
	margin:0;
	padding:10px 0 20px;
	color:#666;
	text-align: left;
	font-size:18px;
	font-weight: bolder;
	line-height: 18px;
	text-decoration: none;
}
.header_navi div:first-child a:before{
	content: url(../img/home.png);
	width:25px;
	height:25px;
	margin:0 5px 0 0;
	padding: 0;
	position: relative;
	top:5px;
}
.header_navi div a div{
	width:100%;
	height:15px;
	text-align: left;
	font-size:10px;
	font-weight: nomal !important;
	line-height: 14px;
	text-decoration: none;
	display:inline-table;
}
}



