@charset "utf-8";
	
.header_menu{margin-right: 220px;}
	
.inner_menu{width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	z-index: 9;}
	
.inner_menu_inner{display: inline-block;
	overflow: hidden;}
	
.inner_menu_btn{height: 35px;
	font-size: 14px;
	text-align: center;
	margin: 5px 5px 0 5px;
	border-radius: 5px;
	float: left;}	

.inner_menu_btn img{height: 35px;}

.inner_menu_btn:hover{opacity: 0.7;}

.inner_menu_btn a{display: block;
	color: rgba(255,255,255,1.00);}

.main{margin-top: 115px;}

.main_img{width: 100%;
	margin: 15px auto;
	background:url("../img/main_img_bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;}
	
.main_img_inner{width: 1000px;
	height: 550px;
	margin: 0 auto;
	padding: 10px 0;}
	
.main_img_img1{width: 800px;
	margin: 10px auto 20px;}
	
.main_img_img1 img{width: 100%;}

.main_img_text1{width: 800px;
	margin: 0 auto;}
	
.main_img_text1 img{width: 100%;}
	
.top_info{width: 600px;
	height: 200px;
	margin: 0 auto;}

.top_info_title{width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	background: rgba(86,0,6,0.80);
	border-bottom: rgba(86,0,6,1.00) solid 2px;}
	
.top_info_box{width: calc(100% - 20px);
	padding: 5px 10px;
	height: 158px;
	border-bottom: rgba(86,0,6,1.00) solid 2px;
	overflow-y: scroll;}

.info_topic1{padding: 10px 0;
	border-bottom: rgba(0,0,0,0.20) dashed 1px;}

.topic_date{font-size: 12px;
	color: rgba(0,68,255,1.00);}
	
.topic_text{font-size: 14px;
	line-height: 20px;}

.about_buki{width: 100%;
	padding: 30px 0 50px;
	text-align: center;
	background: rgba(0,0,0,0.90);}

.about_buki_title{height: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;}

.about_buki_title img{height: 40px;}

.about_buki_text{padding-top: 20px;
	text-align: center;
	overflow: hidden;}

.about_buki_inner{display: inline-block;
	text-align: left;
	color: rgba(255,255,255,1.00);}

#cat1,#cat2,#cat3{border: rgba(0,0,0,0.20) solid 1px;}

.item_title{text-align: center;
	height: 40px;}
	
.item_title img{height: 40px;}

.item_block1{width: calc(49% - 15px);
	margin: 5px;
	padding: 10px 5px 15px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;
	float: left;}

.item_img{width: 50%;
	height: 178px;
	float: left;
	overflow: hidden;}
	
.item_img img{width: 100%;}
	
.item_data{width: calc(50% - 10px);
	padding: 0 5px;
	float: left;
	/*position: relative;*/}
	
.item_name{width: calc(100% - 5px);
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;
	/*position: absolute; top: 0;*/}
	
.item_disc{width: 100%;
	height: 120px;
	line-height: 20px;
	font-size: 12px;
	/*position: absolute; top: 30px;*/
	overflow: hidden;}
	
.item_count{width: 100%;
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
	/*position: absolute; top: 155px;*/}

input.input_number{width: 40px;}

.btn_cart{width: 200px;
	height: 50px;
	position: fixed; top: 10px; right: 10px;
	z-index: 10;}
	
.btn_cart input#submit1{width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background: rgba(255,70,73,1.00);
	color: rgba(255,255,255,1.00);
	border-style: none;
	cursor: pointer;}
	
.btn_cart:hover{opacity: 0.7;}


@media screen and ( max-width:736px )
{
.inner_menu{width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;}
	
.inner_menu_inner{display: inline-block;
	overflow: hidden;}
	
.inner_menu_btn{height: 25px;
	font-size: 14px;
	text-align: center;
	margin: 5px 5px 0 5px;
	border-radius: 5px;
	float: left;}	

.inner_menu_btn img{height: 25px;}

.inner_menu_btn:hover{opacity: 1.0;}

.main{margin-top: 105px;}

.main_img_inner{width: 100%;
	height: 70vh;
	min-height: 350px;
	margin:0 auto;
	padding: 10px 0;}
	
.main_img_img1{width: 80%;
	max-width:400px;
	margin: 50px auto 30px;}
	
.main_img_img1 img{width: 100%;}

.main_img_text1{width: 90%;
	max-width:400px;
	margin: 0 auto;}
	
.main_img_text1 img{width: 100%;}

.top_info{width: 90%;
	max-width: 400px;
	height: 200px;
	margin: 0 auto;}

.top_info_title{width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background: rgba(86,0,6,0.80);
	border-bottom: rgba(86,0,6,1.00) solid 2px;}
	
.top_info_box{width: calc(100% - 20px);
	padding: 5px 10px;
	height: 158px;
	border-bottom: rgba(86,0,6,1.00) solid 2px;
	overflow-y: scroll;}

.info_topic1{padding: 10px 0;
	border-bottom: rgba(0,0,0,0.20) dashed 1px;}

.topic_date{font-size: 12px;
	color: rgba(0,68,255,1.00);}
	
.topic_text{font-size: 14px;
	line-height: 20px;}

.about_buki_text{width: 90%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;}

.about_buki_inner{display: block;
	text-align: left;
	color: rgba(255,255,255,1.00);}

.item_block1{width: 95%;
	margin: 5px auto 15px;
	padding: 0;
	border-bottom: rgba(0,0,0,0.20) solid 1px;
	float:none;}

.item_img{width: 100%;
	height: auto;
	float: none;}
	
.item_img img{width: 100%;}
	
.item_data{width: 100%;
	padding: 5px 0;
	float: none;
	/*position: relative;*/}
	
.item_name{width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: rgba(0,0,0,0.20) solid 1px;
	/*position: absolute; top: 0;*/}
	
.item_disc{width: 100%;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	/*position: absolute; top: 30px;*/
	overflow: hidden;}
	
.item_count{width: 100%;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	/*position: absolute; top: 155px;*/}

input.input_number{width: 60px;}

.btn_cart{width: 100%;
	height: 50px;
	position: fixed; top: 100%; left: 0;
	padding: 5px 0;
	margin-top: -60px;
	text-align: center;
	background:rgba(0,0,0,0.80);
	z-index: 10;}

.btn_cart:hover{opacity: 1.0;}
}






















