@charset "utf-8";
/* ============================================
	TOP KV
============================================ */
.top_kv{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	padding-top: 80px;
	background:url("../images/vol1/kv_bg.jpg") no-repeat 50% top;
	background-size:cover;
	overflow: hidden;
}
.top_kv .box{
	position: relative;
	width:1000px;
	margin: 50px auto 275px auto;
	padding: 100px 0px 0px 0px;
	background:url("../images/common/map01.png") no-repeat 50% 50%;
	background-size:429px;
	z-index:0;
}
.top_kv .box .logo{
	width:710px;
	margin: 0px auto 0px auto;
}
.top_kv .box .catch{
	width:1000px;
	margin: -20px auto 0px auto;
}
.top_kv .box .img01{
	position:absolute;
	top: 150px;
	right: -50px;
	width:170px;
	margin: 0px;
	padding:0px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	transform: rotate(-5deg);
	z-index: -1;
}
.top_kv .box .img02{
	position:absolute;
	top: 50px;
	right: 50px;
	width:170px;
	margin: 0px;
	padding:0px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	transform: rotate(-10deg);
	z-index: -2;
}
.top_kv .box .img03{
	position:absolute;
	top: 50px;
	left: -30px;
	width:170px;
	margin: 0px;
	padding:0px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	transform: rotate(-5deg);
	z-index: -1;
}

/* ============================================
	一番キャラバンとは？
============================================ */
.top_about{
	position: relative;
	width: 100%;
	margin: 0px auto 50px auto;
}
.top_about img{
	display:block;
	width:100%;
}

/* ============================================
	一番キャラバンとは？02
============================================ */
.top_about02{
	position: relative;
	display: block;
	width:100%;
	margin: 40px auto 50px auto;
	padding:60px 40px 40px 40px;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.top_about02 h3{
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	display: inline-block;
	width: 500px;
	margin: 0px auto 15px auto;
	padding:20px 0px 20px 0px;
	font-size:28px;
	line-height:30px;
	text-align: center;
	color: #100387;
	font-weight: bold;
	background-color: #ffffff;
	border: 4px solid #100387;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.top_about02 p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:18px;
	line-height:30px;
	color: #333333;
	font-weight: bold;
}

/* ============================================
	沖縄県北中城村の紹介
============================================ */
.top_intro{
	position: relative;
	width: 100%;
	background-color: #f6ebbe;
	overflow: hidden;
}
.top_intro .box{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 230px 0px;
}
.top_intro .box .map{
	position: relative;
	width: 1000px;
	margin: 0px auto 50px auto;
	padding:0px;
}
.top_intro .box .map:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_intro .box .map .txtarea{
	width:550px;
	margin: 0px auto 0px auto;
	float:right;
}
.top_intro .box .map .txtarea p{
	display: block;
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:22px;
	line-height:36px;
	color: #333333;
	font-weight: bold;
}
.top_intro .box .map .imgarea{
	width:360px;
	margin: 0px 0px 0px 40px;
	float: left;
}
.top_intro .box .map .imgarea img{
	width:100%;
}
.top_intro .box .area{
	position: relative;
	width: 1000px;
	margin: 0px auto 50px auto;
	padding:0px;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;	
}
.top_intro .box .area .frame .fukidashi{
	position: absolute;
	top: -20px;
	left: -20px;
	margin: 0px auto 0px auto;
	padding:10px 10px 8px 10px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #100387;
	font-weight: bold;
	background-color: #ffffff;
	border: 4px solid #100387;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	transform: rotate(-10deg);
}
.top_intro .box .area .frame{
	position: relative;
	width:100%;
	margin: 0px auto 0px auto;
	padding:50px 50px 0px 50px;
	border: 2px solid #d4bb5b;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;	
}
.top_intro .box .area .frame:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_intro .box .area .frame h3:before{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_intro .box .area .frame h3{
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	font-size:30px;
	line-height:38px;
	color: #000000;
	border-bottom: 3px solid #100387;
}
.top_intro .box .area .txtarea{
	width: 47%;
	margin: 0px auto 50px auto;
}
.top_intro .box .area .Left{
	float: left;
	padding:0px 0px 0px 0px;
}
.top_intro .box .area .Right{
	float: right;
	padding:0px 0px 0px 30px;
}
.top_intro .box .area .imgarea{
	width: 53%;
	margin: 0px 0px 50px 0px;
}
.top_intro .box .area .imgarea p{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.top_intro .box .area .imgarea img{
	width:100%;
}
.top_intro .box .area .txtarea p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:16px;
	line-height:30px;
	color: #333333;
	font-weight: bold;
}
/* ============================================
	レシピ開発まで
============================================ */
.top_dep{
	position: relative;
	width: 100%;
	background-color: #ebfeff;
	overflow: hidden;
}
.top_dep .box{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 230px 0px;
}
.top_dep .box .area{
	position: relative;
	width: 1000px;
	margin: 0px auto 60px auto;
	padding:40px 40px 20px 40px;
	border: 3px solid #100387;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.top_dep .box .area h3{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 20px 15px 13px 20px;
	font-size:22px;
	line-height:30px;
	color: #ffffff;
	background-color: #100387;
}
.top_dep .box .area ul{
	display: block;
	margin:0px auto 30px auto;
	padding:0px;
	list-style:none;
}
.top_dep .box .area ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_dep .box .area ul li:first-child{
	display: block;
	width: 370px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
}
.top_dep .box .area ul li:last-child{
	display: block;
	width: 510px;
	float: right;
	padding: 0px 0px 0px 0px;
}
.top_dep .box .area ul li img{
	width:100%;
	margin: 0px 0px 10px 0px;
}
.top_dep .box .area ul li p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	font-size:16px;
	line-height:30px;
	color: #333333;
	font-weight: bold;
}

/* ============================================
	最優秀レシピを開発した開発者の声
============================================ */
.top_voice{
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}
.top_voice .box{
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	/*padding: 0px 0px 250px 0px;*/
	padding: 0px 0px 0px 0px;
}
.top_voice .box .area{
	position: relative;
	width: 1000px;
	margin: 0px auto 30px auto;
	padding:0px 0px 0px 0px;
}
.top_voice .box .area:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_voice .box .area .imgarea{
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
	overflow: hidden;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.top_voice .box .area .imgarea img{
	width:100%;
}
.top_voice .box .area .txtarea{
	width: 51%;
	margin: 0px auto 0px auto;
	padding:0px;
	float: right;
}
.top_voice .box .area .txtarea h3{
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-size:22px;
	line-height:30px;
	color: #000000;
	border-bottom: 2px solid #100387;
}
.top_voice .box .area .txtarea p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size:16px;
	line-height:30px;
	color: #333333;
	font-weight: bold;
}

/* ============================================
	レシピ紹介
============================================ */
.top_recipe{
	position: relative;
	width: 100%;
	/*background-color:#fff9e1;*/
	background-color:#ebfeff;
}
.top_recipe .box{
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 100px 0px;
}
.top_recipe .box h3{
	display: block;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-size:22px;
	line-height:30px;
	color: #000000;
	border-bottom: 2px solid #100387;
}
.top_recipe .box .area{
	position: relative;
	width: 1000px;
	margin: 0px auto 30px auto;
	padding:0px 0px 0px 0px;
}
.top_recipe .box .area:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_recipe .box .area .imgarea{
	width:580px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
	overflow: hidden;
	border: 5px solid #d4bb5b;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;	
}
.top_recipe .box .area .imgarea img{
	width:100%;
}
.top_recipe .box .area .txtarea{
	width:400px;
	margin: 0px auto 0px auto;
	padding:0px;
	float: right;
}
.top_recipe .box .area .txtarea p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size:16px;
	line-height:24px;
	color: #333333;
	font-weight: bold;
}
.top_recipe .box ul{
	display: block;
	margin:0px auto 50px auto;
	padding:20px 30px 20px 30px;
	list-style:none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.top_recipe .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_recipe .box ul li{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size:16px;
	line-height:24px;
	color: #333333;
	font-weight: bold;	
}
.top_recipe .box .pics{
	width:900px;
	margin: 0px auto 0px auto;
	padding:0px;
}
.top_recipe .box .pics img{
	width:100%;
}
.top_recipe .box .pics p{
	display: block;
	text-align: right;
	margin: 10px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	color: #333333;
	font-weight: bold;
}
/* ============================================
	ふるさと納税
============================================ */
.top_tax{
	position: relative;
	width: 100%;
	background-color: #f6ebbe;
}
.top_tax .box{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 50px 0px;
}
.top_tax .box h3{
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
	font-size:28px;
	line-height:30px;
	color: #000000;
	text-align: center;
	background-color: #d4bb5b;
	-webkit-border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	border-radius:100px 100px 100px 100px;	
}
.top_tax .box ul{
	margin:0px auto 0px auto;
	padding:0px;
	list-style:none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;		
}
.top_tax .box ul li{
	display:table;
	width:320px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin:0px 20px 0px 0px;
}
.top_tax .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_tax .box ul li a{
	display:table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	font-size:18px;
	line-height:24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #009fe8;
	transition:all .2s ease;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	min-height:120px;
}
.top_tax .box ul li a:hover{
	background-color: #100387;
}

@media screen and (max-width: 1000px) {
/* ============================================
	TOP KV
============================================ */
.top_kv .box{
	width:90%;
	margin: 50px auto 275px auto;
	padding: 100px 0px 0px 0px;
}
.top_kv .box .logo{
	width:80%;
}
.top_kv .box .catch{
	width:100%;
	margin: 0px auto 0px auto;
}
.top_kv .box .img01{
	position:absolute;
	top: 150px;
	right: -50px;
	width:170px;
	margin: 0px;
	padding:0px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	transform: rotate(-5deg);
	z-index: -1;
}
.top_kv .box .img02{
	position:absolute;
	top: 50px;
	right: 50px;
	width:170px;
	margin: 0px;
	padding:0px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	transform: rotate(-10deg);
	z-index: -2;
}
.top_kv .box .img03{
	position:absolute;
	top: 50px;
	left: -30px;
	width:170px;
	margin: 0px;
	padding:0px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
	transform: rotate(-5deg);
	z-index: -1;
}
/* ============================================
	一番キャラバンとは？
============================================ */
.top_about .box{
	width:90%;
	padding: 0px 0px 275px 0px;
}
.top_about .box ul li:first-child{
	width: 35%;
	padding: 0px 0px 0px 0px;
}
.top_about .box ul li:last-child{
	width: 60%;
	padding: 0px 0px 0px 0px;
}
.top_about .box ul li img{
	width:100%;
}
/* ============================================
	一番キャラバンとは？02
============================================ */
.top_about02{
	margin: 40px auto 50px auto;
	padding:8% 5% 5% 5%;
}
.top_about02 h3{
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	width:90%;
	padding:15px 0px 15px 0px;
	font-size:24px;
	line-height:30px;
	border: 3px solid #100387;
}
.top_about02 p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:18px;
	line-height:30px;
	color: #333333;
	font-weight: bold;
}

/* ============================================
	沖縄県北中城村の紹介
============================================ */
.top_intro .box{
	width: 90%;
}
.top_intro .box .map{
	width: 100%;
}
.top_intro .box .map .txtarea{
	width:55%;
}
.top_intro .box .map .txtarea p{
	margin: 8vw 0px 0px 0px;
}
.top_intro .box .map .imgarea{
	width:40%;
	margin: 0px 0px 0px 0%;
}

.top_intro .box .area{
	width: 100%;
}

/* ============================================
	レシピ開発まで
============================================ */
.top_dep .box{
	width:90%;
}
.top_dep .box .area{
	width: 100%;
	padding:5% 5% 3% 5%;
}
.top_dep .box .area ul li:first-child{
	width:45%;
}
.top_dep .box .area ul li:last-child{
	width: 50%;
}

/* ============================================
	最優秀レシピを開発した開発者の声
============================================ */
.top_voice .box{
	width:90%;
}
.top_voice .box .area{
	width: 100%;
}
.top_voice .box .area .imgarea{
	width: 45%;
}
.top_voice .box .area .txtarea{
	width: 50%;
}

/* ============================================
	レシピ紹介
============================================ */
.top_recipe .box{
	width: 90%;
}
.top_recipe .box .area{
	width: 100%;
}
.top_recipe .box .area .imgarea{
	width:60%;
}
.top_recipe .box .area .txtarea{
	width:37%;
}
.top_recipe .box .pics{
	width:100%;
}
.top_recipe .box .pics img{
	width:100%;
}

/* ============================================
	ふるさと納税
============================================ */
.top_tax .box{
	width: 95%;
}
.top_tax .box ul li{
	width:32%;
	margin:0px 2% 0px 0px;
}
	
}

@media screen and (max-width: 768px) {
/* ============================================
	TOP KV
============================================ */
.top_kv .box{
	width:90%;
	margin: 30px auto 0px auto;
	padding: 150px 0px 140px 0px;
	background:url("../images/common/map01.png") no-repeat 50% top;
	background-size:75%;
}
.top_kv .box .logo{
	width:100%;
	margin: 0px auto 10px auto;
}
.top_kv .box .catch{
	width:100%;
}
.top_kv .box .img01{
	position:absolute;
	top: 50px;
	right: 0px;
	width:120px;
}
.top_kv .box .img02{
	position:absolute;
	top: 20px;
	right: 100px;
	width:120px;
}
.top_kv .box .img03{
	position:absolute;
	top: 20px;
	left: 0px;
	width:120px;
}

/* ============================================
	一番キャラバンとは？
============================================ */
.top_about .box{
	width:90%;
	padding: 0px 0px 100px 0px;
}
.top_about .box ul li:first-child{
	width:100%;
	float:none;
	padding: 0px 0px 0px 0px;
}
.top_about .box ul li:last-child{
	width:100%;
	float:none;
	padding: 0px 0px 0px 0px;
}
.top_about .box ul li img{
	display:block;
	width:300px;
	margin: auto;
}
.top_about .box p{
	margin: 20px 0px 0px 0px;
	font-size:18px;
	line-height:30px;
}
/* ============================================
	一番キャラバンとは？02
============================================ */
.top_about02 .box{
	width:90%;
	padding: 0px 0px 100px 0px;
}
.top_about02 .box p{
	margin: 20px 0px 0px 0px;
	font-size:18px;
	line-height:30px;
}
/* ============================================
	沖縄県北中城村の紹介
============================================ */
.top_intro .box{
	width:90%;
	padding: 0px 0px 100px 0px;
}
.top_intro .box .map{
	width: 100%;
	margin: 0px auto 30px auto;
}
.top_intro .box .map .txtarea{
	width:100%;
	margin: 0px auto 0px auto;
	float:none;
}
.top_intro .box .map .txtarea p{
	margin: 30px 0px 0px 0px;
	font-size:18px;
	line-height:30px;
}
.top_intro .box .map .imgarea{
	width:75%;
	margin: 0px auto 0px auto;
	float:none;
}
.top_intro .box .map .imgarea img{
	width:100%;
}
.top_intro .box .area{
	width: 100%;
	margin: 50px auto 30px auto;
}
.top_intro .box .area .frame{
	padding:5%;
}
.top_intro .box .area .frame .fukidashi{
	position: absolute;
	top: -25px;
	left: -5%;
	padding:5px 10px 3px 10px;
	font-size: 18px;
	line-height: 20px;
	border:3px solid #100387;
}
.top_intro .box .area .frame h3{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-size:24px;
	line-height:28px;
}
.top_intro .box .area .txtarea{
	width: 100%;
}
.top_intro .box .area .Left{
	float:none;
}
.top_intro .box .area .Right{
	float:none;
	padding:0px 0px 0px 0px;
}
.top_intro .box .area .imgarea{
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.top_intro .box .area .txtarea p{
	font-size:16px;
	line-height:30px;
}

/* ============================================
	レシピ開発まで
============================================ */
.top_dep .box{
	width:90%;
	padding: 0px 0px 130px 0px;
}
.top_dep .box .area{
	width: 100%;
	margin: 0px auto 0px auto;
	padding:5% 5% 5% 5%;
}
.top_dep .box .area h3{
	margin: 0px 0px 20px 0px;
	padding: 15px 5% 10px 5%;
	font-size:20px;
	line-height:28px;
}
.top_dep .box .area ul li:first-child{
	width:100%;
	margin: 0px 0px 0px 0px;
	float:none;
}
.top_dep .box .area ul li:last-child{
	width:100%;
	float:none;
}
.top_dep .box .area ul li img{
	width:100%;
	margin: 0px 0px 10px 0px;
}
.top_dep .box .area ul li p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:16px;
	line-height:30px;
	color: #333333;
	font-weight: bold;
}
	
/* ============================================
	最優秀レシピを開発した開発者の声
============================================ */
.top_voice{
	overflow: hidden;
}
.top_voice .box{
	width:90%;
	padding: 0px 0px 0px 0px;
}
.top_voice .box .area{
	width: 100%;
}
.top_voice .box .area .imgarea{
	width: 100%;
	margin: 0px auto 20px auto;
	float:none;
}
.top_voice .box .area .txtarea{
	width: 100%;
	float: none;
}

/* ============================================
	レシピ紹介
============================================ */
.top_recipe .box{
	width:90%;
	padding: 0px 0px 30px 0px;
}
.top_recipe .box .area{
	width:100%;
	margin: 0px auto 0px auto;
}
.top_recipe .box h3{
	font-size:20px;
	line-height:22px;
}
.top_recipe .box .area .imgarea{
	width:100%;
	margin: 0px 0px 20px 0px;
	float:none;
}
.top_recipe .box .area .txtarea{
	width:100%;
	float:none;
}
.top_recipe .box .area .txtarea p{
	padding: 0px 0px 20px 0px;
	font-size:16px;
	line-height:30px;
}
.top_recipe .box ul{
	margin:0px auto 30px auto;
}
.top_recipe .box ul li{
	font-size:16px;
	line-height:30px;
}
.top_recipe .box .pics{
	width:100%;
}

/* ============================================
	ふるさと納税
============================================ */
.top_tax .box{
	width: 90%;
	padding: 30px 0px 30px 0px;
}
.top_tax .box h3{
	margin: 0px 0px 30px 0px;
	padding: 10px 5% 10px 5%;
	font-size:20px;
	line-height:24px;
}
.top_tax .box ul{
	display:block;
}
.top_tax .box ul li{
	display:block;
	width:100%;
	float:none;
	margin:0px 0px 20px 0px;
}
.top_tax .box ul li a{
	display:block;
	padding: 20px 5% 20px 5%;
	font-size:16px;
	line-height:24px;
	min-height: auto;	
}
}