@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	line-height:1.4;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color:#333333;
}

img {
	border: 0;
	vertical-align:middle;
}

.clearfix:after {
	content: ".";
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
}

/*
[ link color ]
-----------------------------------------------*/
a:link {  
	color:#666666;
	text-decoration:none;
}  
a:visited {
	color:#666666;
	text-decoration:none;
}  
a:hover {
	text-decoration:underline;
}  
a:active {
	color:#666666;
}

/*
[ wrapper ]
-----------------------------------------------*/
#wrapper{
	background-color:#faf8f5;
}

/*
[ header ]
-----------------------------------------------*/
#header_h{
	background-color: #398B99;
}

#header_h h1{
	width: 950px;
	height:  24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 auto;
}

#header{
	width: 950px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.logo a{
	width: 246px;
	height: 70px;
	margin: 5px 0;
	float: left;
}

.nav{

}

.nav ul{
	height: 80px;
	float: right;
	display: table;
}

.nav li{
	vertical-align: middle;
	display: table-cell;
}

.nav li a{
	color: #507D99;
	border-right: 1px solid #dddddd;
	padding: 16px 10px;
}

.nav li a:hover{
	color: #325A73;
	background-color: #B6EDEA;
	text-decoration: none;
}

.nav li:first-child a{
	border-left: 1px solid #dddddd;
}

.cart{
	position: absolute;
	right: 0;
	top: -24px;
}

.cart a{
	color: #FFFFFF;
	background-color: #A2384F;
	border-bottom: 1px solid #761F32;
	box-shadow: 0px 0px 8px #ffffff;
	-webkit-box-shadow: 0px 0px 8px #ffffff;
	-moz-box-shadow: 0px 0px 8px #ffffff;
	padding: 12px;
	display: block;
}

/*
[ footer ]
-----------------------------------------------*/
#footer{
	background-color: #727272;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}

/*
[ main ]
-----------------------------------------------*/
#main{
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.main_img{

}

.main_img img{
	width: 100%;
	height: auto;
}

.main_box{

}

/*
[ categoly ]
--------------------------*/
.cate_box{
	margin: 10px 0 20px 0;
}

.cate_title{
	color: #5B6461;
	border-left: 10px solid #FF8800;
	border-bottom: 1px solid #FF8800;
}

.cate_title h2{
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	padding-left: 12px;
}

.cate_title h2 span{
	font-size: 14px;
	font-weight: normal;
	float: right;
}

/*
[ item ]
--------------------------*/
.cate_box ul {
	border-bottom: 1px dotted #BBBBBB;
	margin: 10px 20px 20px 20px;
	display: table;
}

.cate_box ul:last-child{
	border-bottom: none;
}

.cate_box ul li{
	width: 310px;
	vertical-align: top;
	padding-bottom: 10px;
	display: table-cell;
}

.cate_box ul li:nth-child(2){
	width: 320px;
}

.item_box{
	position: relative;
}

.cate_box li:nth-child(2) .item_box{
	margin: 0 10px;
}

/*[ item_img ]---------*/

.item_img a:hover{
	opacity: 0.8;
}

.item_img{
	width: 100%;
	height: 380px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 3px 3px 3px #eae8e5;
	-webkit-box-shadow: 3px 3px 3px #eae8e5;
	-moz-box-shadow: 3px 3px 3px #eae8e5;
	box-sizing: border-box;
	position: relative;

}

.item_img div:first-child{
	width: 100%;
	height: 320px;
	display: table;
}

.item_img_large{
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 25px;
	right: 10px;
	display: block;
}

.item_img span{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.item_img span a img{
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.item_name{
	width: 200px;
	height: 40px;
	font-size: 13px;
	margin: 0 auto;
	display: table;
}

.item_name span{
	vertical-align: middle;
	display: table-cell;
}

.item_name span a{
	color: #398B99;
	text-decoration: underline;
}

.item_name a:hover{
	opacity: 0.8;
}

/*[ item_price ]---------*/
.item_price{
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
}

.item_price span{
	vertical-align: middle;
}


.item_price span:nth-child(3){
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

.item_price span:nth-child(4){
	font-size: 12px;
	color: #FF8800;
}

/*[ item_discount ]---------*/
.item_discount{
	width: 140px;
	color: #A8A8A8;
	margin: 0px auto;
}

.item_discount span:first-child{
	color: #FFFFFF;
	background-color: #89C5C5;
	padding: 4px;
}

.item_discount span:last-child{
	float: right;
}

/*[ btn ]---------*/
.btn a{
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
	display: block;
}

/*
[ popup ]
-----------------------------------------------*/
.popup_bg{
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.60;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.popup_frame{

}

.popup_item{
	margin: 0;
	padding: 0;
	position:fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
}

/*
[ another ]
-----------------------------------------------*/
.another_box{
	margin: 40px 0 20px 0;
}

.another_box ul{
	width: 100%;
	display: table;
}

.another_box li{
	width: 33%;
	display: table-cell;
}

.another_box li:nth-child(2){
	width: 34%;
	text-align: center;
}

.another_box li:last-child{
	text-align: right;
}

.another_box li a{
	display: block;
}

.to-top{
	cursor: pointer;
}