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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');


#header {
	width: 1000px;
	margin: 0 auto 10px;
}
p.shop_info {
	margin: 0 0 10px;
	padding: 5px 0;
	background-color: #e7e6b7;
	font-size: 14px;
	text-align: center;
}
.shop_menu {
	margin: 0;
	padding: 0;
}
.shop_menu:before,.shop_menu:after {
	content:"";
	display:table;
}
.shop_menu:after {
	clear:both;
}
.shop_menu {
	zoom:1;
}
h1#rogo {
	margin: 0;
	padding: 0;
}
ul#shop_menu {
	width: 530px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#shop_menu li {
	display: inline;
	margin: 0 5px 0 0;
}
ul#shop_menu li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	padding-right: 3px;
	padding-top: 5px;
	color: #6a4833;
	font-size: 14px;
}
ul#shop_menu li a {
	color: #333;
}

.Information{
	width: 99%;
	border: solid 1px #c00;
	margin: 0 auto;
	margin-bottom: 20px;
	color:#333;
}
.Information dl{
	margin:0;
}
.Information dt{
	background-color: #c00;
	color: #fff;
	font-size: 16px;
}
.Information dd{
	text-align:left;
	padding:8px;
}

.cate_key {
		2px solid #db3a4e
}
.cate_key:before,.cate_key:after {
	content:"";
	display:table;
}
.cate_key:after {
	clear:both;
}
.cate_key {
	zoom:1;
}

ul#shop_cate {
	float: left;
	width: 600px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
ul#shop_cate:before,ul#shop_cate:after {
	content:"";
	display:table;
}
ul#shop_cate:after {
	clear:both;
}
ul#shop_cate {
	zoom:1;
}
ul#shop_cate li {
	float: left;
	width: 100px;
	height: 80px;
	background-color: #e8e8e8;
	border-right: 2px solid #fff;
	margin: 0;
	font-size: 14px;
	color: #6a4833;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
ul#shop_cate li a {
	display: block;
	width: 100px;
	height: 80px;
	padding-top: 25px;
	color: #525252;
}
ul#shop_cate li a:hover {
	color: #fff;
	background-color: #ff7501;
	text-decoration: none;
	border-right: 2px solid #fff;
}
ul#shop_cate li a span {
	font-weight: normal;
	font-size: 12px;
}
.key_search {
	float: right;
	width: 400px;
	height: 80px;
	background-color: #e8e8e8;
}
.search_box_h {
	width: 350px;
	margin: 10px auto 3px;
	padding: 0;
}
.search_box_h:before,.search_box_h:after {
	content: " ";
	display: table;
}
.search_box_h:after {
	clear: both;
}
.search_box_h {
 *zoom: 1;
}
#search-more_h {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
	height: 40px;
	background-color: #db3a4e;
	border: 1px solid #db3a4e;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6pxx;
	border-radius: 6px 6px 6px 6px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#keyword2_h {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 85%;
	height: 38px;
	line-height: 38px;
	float: left;
	border: none;
	background-color: #fff;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6pxx;
	border-radius: 6px 0 0 6px;
	padding: 0 2px 0 5px;
	color: #333;
}
#search_btn_h {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 15%;
	height: 38px;
	line-height: 38px;
	border: none;
	float: right;
	background-color: transparent;
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
}
.hot_keywords {
	width: 350px;
	margin: 0 auto;
	padding: 0 0 0 3px;
	font-size: 14px;
}
.hot_keywords:before {
	content: "\f084";
	font-family: 'FontAwesome';
	padding-top: 3px;
	color: #6a4833;
	font-size: 14px;
}
#slide_banner {
	width: 1000px;
	height: 492px;
}
#slide_banner img {
	width: 1000px;
	height: 492px;
}

#Sale_List_Wrapper{
	width: 1000px;
	border: solid 1px #e8e8e8;
	border-radius: 10px;
}

#Sale_List_Wrapper ul:after {
    content: "";
    display: table;
    clear: both;
}
#Sale_List_Wrapper ul{
	padding: 0;
}

#Sale_List_Wrapper ul li{
	float:left;
	width:22.5%;
	margin-left:2%;
	margin-bottom:8px;
	list-style: none;
    text-align: center;
    line-height: 1.8;
}
#Sale_List_Wrapper ul li a{
	display:block;
	border-radius: 10px;
}
#Sale_List_Wrapper ul li img{
	display:block;
	width:100%;
}

#Main_List_Wrapper{
	width: 960px;
}

#Main_List_Wrapper ul:after {
    content: "";
    display: table;
    clear: both;
}
#Main_List_Wrapper ul{
	padding: 0;
}
#Main_List_Wrapper ul li{
	float:left;
	width:100%;
	margin-left:2%;
	margin-bottom:8px;
	list-style: none;
    text-align: center;
    line-height: 1.8;
}
#Main_List_Wrapper ul li a{
	display:block;
	border-radius: 10px;
}
#Main_List_Wrapper ul li img{
	display:block;
	width:100%;
}