@charset "utf-8";

/* --------------------------------------- */
/* reset
/* --------------------------------------- */
* {
	margin:0;
	padding:0;
	line-height: 1.7;
}

/* --------------------------------------- */
/* default-style
/* --------------------------------------- */
html,
body {
	overflow-x: hidden;
}
body {
	background: #fffffff;	
	color: #000;
	font: 13px/1.231 Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
}
a {
	display: block;
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h2 {
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	padding: 5px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
}
input[type=submit] {
	height: 40px;
	width: 100px;
}

/* --------------------------------------- */
/* common-style
/* --------------------------------------- */

/********** clearfix ***********/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.cFix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/********** /clearfix **********/

/* --------------------------------------- */
/* header
/* --------------------------------------- */
#header {
	background: #af7107;
	color: #000;
	padding: 10px;
}
#header h1 a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
#header .menu a {
	background: #fff;
	border-radius: 5px;
	color: #af7107;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 80px;
}

/* --------------------------------------- */
/* contents
/* --------------------------------------- */
.c-wh {
	color: #fff;
}
.page-ttl {
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
	padding: 10px 0 0 3px;
	letter-spacing: 3.0px;
}

.area-sozai {
	padding: 3px;
}
.area-sozai .dtb {
	table-layout: fixed;
	width: 100%;
}
.area-sozai .dtc {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.area-sozai img {
	width: 100%;
}	

.area-carry {
	background-color:#d76d21;
	padding: 3px;
}
.area-carry .dtb {
	table-layout: fixed;
	width: 100%;
}
.area-carry .dtc {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.area-carry img {
	width: 100%;
}	

.area-hozon {
	background-color:#daf0fb;
	padding: 3px;
}
.area-hozon .dtb {
	table-layout: fixed;
	width: 100%;
}
.area-hozon .dtc {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.area-hozon img {
	width: 100%;
}	


.list-recipe01 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 0 5px;
	width: 100%;
}
.list-recipe01 ul {
	overflow: hidden;
}
.list-recipe01 li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 50%;
}
.list-recipe01 img {
	width: 100%;
}
.list-recipe01 a {
	background: #769f0b;
	color: #000;
	display: block;
	font-size: 11px;
	text-align: center;
}
.list-recipe01 .comment {
	border-bottom: 1px solid #000;
	font-size: 8px;
	padding-bottom: 2px;
}
.list-recipe01 .name {
	color: #fff;
	padding-top: 2px;
}
.list-recipe01 .box {
	padding: 5px 5px;
}

.list-recipe02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 0 5px;
	width: 100%;
}
.list-recipe02 ul {
	overflow: hidden;
}
.list-recipe02 li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 33%;
}
.list-recipe02 img {
	width: 100%;
}
.list-recipe02 a {
	background: #153e16;
	color: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
}

.list-recipe02 .name {
	color: #fff;
	padding-top: 2px;
}
.list-recipe02 .box {
	padding: 5px 10px;
}


.btn-more {
	text-align: center;
	margin-bottom:5px;
}
.btn-more a {
	background: #ffa10a;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	font-size:15px;
	font-weight:bold;
	margin: 0 auto;
	width: 90%;
}

.area-search {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 5px;
	width: 100%;
}
.area-search ul {
	overflow: hidden;
}
.area-search li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	padding: 5px;
	width: 50%;
}
.area-search img {
	width: 100%;
}
.area-search a {
	border-radius: 8px;
	color: #000;
	display: block;
	font-size: 11px;
	text-align: center;
}

.area-knowledge {
	background-color:#daf0fb;
	padding-bottom: 5px;
}


.btn-ranking,
.btn-pickup {
	margin: 0 10px 20px 0!important;
	text-align: right;
}
.btn-ranking a,
.btn-pickup a {
	background: url(../img/icon_more.png) no-repeat 30px center;
	background-size: 15px 13px;
	background-color: #fd7f04;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 30px 0 60px;
}
.area-pickup ul {
	margin-bottom: 10px;
}
.area-pickup li {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.area-pickup li a {
	background: url(../img/icon_link02.png) no-repeat 97% center;
	background-size: 9px 11px;
	color: #000;
	display: block;
	padding: 10px 30px 10px 10px;
}
.area-pickup li .dtc {
	vertical-align: middle;
}
.area-pickup li .dtc img {
	height: 50px;
	width: 70px;
}

.area-tamago {
	background: #f5f3af;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 5px 10px;
	width: 100%;
}
.area-tamago ul {
	overflow: hidden;
}
.area-tamago li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	width: 50%;
}
.area-tamago img {
	width: 100%;
}
.area-tamago a {
	color: #000;
	display: block;
	font-size: 11px;
	text-align: center;
}

.area-hozon {
	background: #ceedf6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 5px 10px;
	width: 100%;
}
.area-hozon ul {
	overflow: hidden;
}
.area-hozon li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	width: 50%;
}
.area-hozon img {
	width: 100%;
}
.area-hozon a {
	color: #000;
	display: block;
	font-size: 11px;
	text-align: center;
}

/* --------------------------------------- */
/* go-top
/* --------------------------------------- */
#go-top a {
	background: #af7107;
	border-top: 1px solid #ccc;
	color: #ffffff;
	display: block;
	padding: 15px 0;
	text-align: center;
}
#go-top a span {
	background: url(../img/icon_go_top.png) no-repeat left center;
	background-size: 13px 14px;
	padding: 0 7px 0 20px;
}

/* --------------------------------------- */
/* footer
/* --------------------------------------- */
#footer .fnavi ul {
	border-top: 2px solid #eab92d;
}
#footer .fnavi li {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#footer .fnavi li a {
	background: url(../img/icon_link01.png) no-repeat 97% center;
	background-size: 5px 8px;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 15px 10px;
}
#footer .info li {
	float: left;
	font-size: 11px;
	width: 50%;
}
#footer .info li a {
	background: #eab92d; /* Old browsers */
	background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
	color: #000;	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: block;
	padding: 20px;
	text-align: center;
	text-decoration: underline;
}
#footer .info li:first-child a {
	border-left: none;
	border-right: 1px solid #9F0E22;
}
address {
	background: #af7107;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 20px 0;
	text-align: center;
}