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

body {
  -webkit-text-size-adjust: 100%;
}

* {	margin:0; padding:0;}

/*IE6*/
* html img{
vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
vertical-align: bottom;
}


a {
	outline: none;
	}
	
a img {
	border-style: none;
	}
	
body {
	font-size: 80%;
	text-align: left;
	width:100%;
	margin:0 auto;
	padding: 0;
	}

div.header{
	margin:0 0 5px 0;
}	

div.footer{
	margin:0 0 5px 0;
}
		
div.page320px {
	width:100%;
	margin: 0 auto;
	font-size: 12px;
	font-color: #333;
	line-height: 1.8em;
	text-align: left;
	}
	
.item {
	width:100%;
	text-align: center;
	margin-top:0px;
	font-size: 9px;
}


.item ul{
	width:100%;
}


/*もっと見る*/
.main .motto{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	margin:10px auto;
	font-weight:bold;
	font-size:21px;
	color: #FFF;
	display:block;
	background:#cb6b00;
	border-radius:5px;
}

.item li{
	float:left;
	width:31%;
	margin-right:2%;
	padding-bottom:10px;
	line-height:12px;
	list-style:none;
	border-bottom: 1px dashed #999999;
}

.item li img{
	padding-top:10px;
	max-width:100%;
	max-height:100%;
	display:block;
	margin: auto;
}
.item li dt{
	width:100px;
	height:110px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
.item li dd{
	width:100%;
	height:36px;
	line-height:12px;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}


/*価格*/
.item li p{
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

/*税込・送料*/
.item li p span{
	padding-top:5px;
	font-size:8px;
	color:#000000;
}


.midashi{
	border-bottom: 1px solid #cb6b00;
	font-weight:bold;
	font-size: 14px;
	color:#cb6b00;
	text-align: left;
}

.etc{
	clear:both;
	text-align: right;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 15px;
}

.footer{
	width:100%;
	margin: 0 auto;
	font-size: 12px;
	font-color: #333;
	line-height: 1.8em;
	text-align: left;
}

.info .info_title{
	
	width:100%;
	height:34px;
	margin:0;
	padding:0;
	background-color:#666;
	color:#ffffff;
	line-height:34px;
	letter-spacing:2px;
	text-indent:15px;
	font-size:14px;
	font-weight:bold;
	font-family:Franklin Gothic Medium;
	
}

.info span{
	
	margin-right:15px;
	color:#666;
	
}

.rstSearch {
    clear: both;
    overflow: hidden;
	padding: 10px 5px;
	/* border-top: 1px solid #e2e2e2 ; */
	/* border-bottom: 1px solid #e2e2e2 ; */
	background-color: #efefef;
	margin-bottom:0;
}

.rstSearch input[type=text] {
	/* border: #666 2px solid; */
	font-size: 120%;
	height: 33px;
	width: 75%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	/* border-radius: 0; */
	float:left;
}

.rstSearchSubmit {
	float:left;
	width: 25%;
	height: 33px;
	
}

.rstSearchSubmit input[type=submit] {
	padding: 0 10px;
	border:none;
	/* color: #fcfbfd; */
	/* background: #666; */
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	height: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	/* border-radius: 0; */
}

/*ヘッダーメニュー*/
table.header_menu tr td{
	background-color:#eee;
	border-bottom:2px solid #ddd;
}

table.header_menu tr td div{
	border-right:2px solid #ddd;
	margin:2px 5px;
	padding:3px;
}

table.header_menu tr td div a img{
	width:100%;
}

table.header_menu tr td.menu_icon04 div{
	border-right:none;
}