
/*----------------------------------------------------
	mv
----------------------------------------------------*/

.mv {
	/*background: url(../images/mainVis.jpg);*/
	/*background: url(../images/mainVis_normal.jpg);*/
	background: url(../images/mainVis_normal02.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.mv_oono {
	background: url(../images/mainVis.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*----------------------------------------------------
	content
----------------------------------------------------*/

#lead {
	padding: 15px;
	background: #fdf6de;
}
#lead p {
	line-height: 1.7;
	padding: 5px;		
}
#lead h2 {
	margin-bottom: 15px;	
}

/* onigiri */
#onigiri {
	background: url(../images/bg_onigiri.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 10px 0 15px;
}
/* bento */
#bento {
	background: url(../images/bg_bento.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 10px 0 15px;
}
/* men */
#men {
	background: url(../images/bg_men.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 10px 0 15px;
}
/* sushi */
#sushi {
	background: url(../images/bg_sushi.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 10px 0 15px;
}

/* common */
.area a {
	color: #111;
	text-decoration: none;	
}

.area h3 {
	margin: 5px 0 15px;
}
.area .prd {
	margin: 0 10px;	
}
.area .pkgBox {
	width: 95%;
	margin: 0 auto 15px;
	padding: 20px 10px;
	float: none;
	clear: both;
	overflow: hidden;
	
	/* display: box;
	display: -webkit-box; 
    display: -moz-box; */
	
	/*-moz-box-align: center;
	-webkit-box-align: center;*/
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	background: url(../images/bg_box.jpg);
	background-size: 100%;
	
	
}
.area .pkgBox .pkgImg {
	width: 55%;
	float: left;
}
.area .pkgBox .pkgImg_sushi {
	width: 35%;
	float: left;
}
.area .pkgBox .pkgImg img,
.area .pkgBox .pkgImg_sushi img {
	width: 100%;
}
.area .pkgBox .pkgTxt {
	width: 45%;
	/*-webkit-box-flex:2;*/
	line-height: 1.6;
	float: right;
}
.area .pkgBox .pkgTxt_sushi {
	width: 57%;
	/*-webkit-box-flex:2;*/
	line-height: 1.6;
	float: right;
}
.area .pkgBox .pkgTxt_sushi_bento {
	width: 40%;
	/*-webkit-box-flex:2;*/
	line-height: 1.6;
	float: right;
}

.btn_furusato {
}
.btn_furusato a {
	display: box;
	padding: 15px 0;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align:center;
	-moz-box-align:center;
}
.btn_furusato_img {
	width: 15%;
	text-align: right;
}
.btn_furusato a img {
	width: 80%;
}
.btn_furusato span {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 75%;
	margin-left: 15px;
	display: block;
}
.btn_furusato_sushi {
	background: url(../images/bg_sushi_btn.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
}
.btn_furusato_men {
	background: url(../images/bg_men_btn.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
}
.btn_furusato_bento {
	background: url(../images/bg_bento_btn.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
}
.btn_furusato_onigiri {
	background: url(../images/bg_onigiri_btn.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat-y;
}

.new {
	display: inline-block;
	padding-left:5px;
	font-weight: bold;
	color: #c21b22;	
}

.resell {
	display: block;
	width: 95%;
	color: #fff;
	background: #cf0f25;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 3px 0;
	text-align: center;
	margin: 0 auto 10px;
	font-size: 70%;
}