@charset "UTF-8";

/*------------------------------------------------



   sub





------------------------------------------------*/




.store_main{
	padding:10px;
	background:#F7F0E4;
	clear:both;
}
.sm_img{
	width:375px;
	float:left;
}
.sm_img img{
	display:block;
}
.sm_con{
	width:585px;
	float:left;
}
.j_name{
	width:100%;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#513908;
	margin:5px 0;
}
.e_name{
	width:100%;
	text-align:center;
	font-size:120%;
	background:#513908;
	color:#ffffff;
	margin-bottom:10px;
}
.sc_con{
	width:100%;
	clear:both;
}
.sc_l{
	width:135px;
	float:left;
}
.sc_r{
	width:450px;
	float:left;
}

.sc_r .store_line{
	width:100%;
	padding:12px 0;
	clear:both;
	border-bottom:1px dashed #7F7F7F;
}
.sc_r .store_lt{
	width:85px;
	float:left;
	font-weight:bold;
	color:#513908;
}
.sc_r .store_lc{
	width:365px;
	float:left;
	line-height:120%;
}

.cate_icon{
	width:100%;
	clear:both;
	border-bottom:1px solid #C9C9C9;
}
.cate_icon ul{
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
}
.cate_icon ul li{
	margin:0 20px 10px 0;
	padding:0;
	float:left;
	background:#ED792C;
	list-style:none;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size:14px;
}
.cate_icon ul li a{
	padding:0 12px;
	color:#ffffff;
	display:block;
}
.cate_icon ul li a:hover{
	text-decoration:none;
}
.store_d{
	width:100%;
	clear:both;
}
.sd_l{
	width:530px;
	float:left;
}
.sd_r{
	width:420px;
	float:right;
}
.sd_l .store_line{
	width:100%;
	padding:12px 0;
	clear:both;
	border-bottom:1px dashed #7F7F7F;
}
.sd_l .store_lt{
	width:160px;
	float:left;
	font-weight:bold;
	color:#513908;
}
.sd_l .store_lc{
	width:370px;
	float:left;
	line-height:120%;
}
.sd_l .store_lt_l{
	width:100%;
	font-weight:bold;
	color:#513908;
	margin-bottom:5px;
}
.sd_l .store_lc_l{
	width:100%;
	line-height:120%;
}
.sd_r iframe{
	margin:10px 0 0 0;
}
.sd_r .gbtn{
	width:100%;
	clear:both;
}
.sd_r .gbtn a{
	padding:5px 0;
	width:100%;
	background:#513908;
	list-style:none;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size:14px;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}
.sd_r .gbtn a:hover{
	text-decoration:none;
}


@media screen and (max-width: 480px) {
.sm_img{
	width:100%;
	float:none;
	clear:both;
}
.sm_img img{
	width:100%;
	height:100%;
}

.sm_con{
	width:100%;
	float:none;
	clear:both;
}
.sd_l{
	width:100%;
	float:none;
	clear:both;
}
.sc_l{
	width:100%;
	float:none;
}
.sc_r{
	width:100%;
	float:none;
}
.sd_r{
	width:100%;
	float:none;
	clear:both;
}
.sc_r .store_lt{
	width:100%;
	float:none;
	font-weight:bold;
	color:#513908;
}
.sc_r .store_lc{
	width:100%;
	float:none;
	line-height:120%;
}

.sd_r iframe{
	width:100%;
}
.sd_l .store_lt{
	width:100%;
	float:none;
	font-weight:bold;
	color:#513908;
}
.sd_l .store_lc{
	width:100%;
	float:none;
	line-height:120%;
}

}
