@charset "UTF-8";
/*----------------------------------------

	- header
	+ article
		- nav
		+ main
			- box01
			- box02
			- i_search01
			- box03

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

/*----------------------------------------
	header
-----------------------------------------*/

#header_bg {
	top: 0;
}

/*----------------------------------------
	article
-----------------------------------------*/

article {
	min-width: 100%;
	margin-top: 161px;
	border-top: 10px solid #fde07a;
	background: url(/img/common_bg01.gif) repeat left top;
}

@media screen and (max-device-width:500px) {
	article {
		margin-top: 332px;
	}
}

/*----------------------------------------
	nav 現在位置表示用
----------------------------------------*/
header nav ul li#nav02 {
	background: url(/img/common_nav_pc_bg01.png) no-repeat 1px 77px;
}

@media screen and (max-device-width:500px) {
	header nav ul li#nav02 {
		background: url(/img/common_nav_sp_bg02.png) no-repeat 20px 77px;
	}
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media screen and (max-device-width:500px) {
	#main {
		width: 100%;
	}
}

#main h1#tit01 {
	padding: 30px 20px 10px;
}

@media screen and (max-device-width:500px) {
	#main h1#tit01 {
		width: 440px;
		margin: 0 auto 10px;
	}
	
	#main h1#tit01 img {
		height: auto;
	}
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	position: relative;
	margin-bottom: 50px;
	padding: 21px 0 0 20px;
	background: url(/img/common_content_line01.png) repeat-x left bottom;
}

@media screen and (max-device-width:500px) {
	#box01 {
		width: 480px;
		margin: 0 auto 30px;
		padding: 0 0 230px;
	}
}

#box01 section {
	position: relative;
	width: 485px;
}

@media screen and (max-device-width:500px) {
	#box01 section {
		width: 460px;
		padding-left: 20px;
	}
	
	#box01 section h1 img {
		width: 210px;
		height: auto;
	}
}

#box01 section p#box01_l_01 {
	position: absolute;
	right: 0;
	top: 11px;
}

@media screen and (max-device-width:500px) {
	#box01 section p#box01_l_01 img {
		width: 230px;
		height: auto;
	}
}

#box01 section p#box01_l_02 {
	padding: 25px 0 30px;
}


#box01 #box01_r {
	position: absolute;
	right: 20px;
	bottom: -22px;
}

@media screen and (max-device-width:500px) {
	#box01 #box01_r {
		right: 0;
	}
	#box01 #box01_r img {
		width: 480px;
		height: auto;
	}
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 {
	margin-bottom: 29px;
	padding-bottom: 29px;
	background: url(/img/common_content_line01.png) repeat-x left bottom;
}

@media screen and (max-device-width:500px) {
	#box02 {
		width: 480px;
		margin: 0 auto 12px;
	}
}

#box02 #box02_l {
	position: relative;
	float: left;
	width: 490px;
	padding: 13px 0;
	background-image: url(../../img/recipe/index_01_bg01.png), url(../../img/recipe/index_01_bg03.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-device-width:500px) {
	#box02 #box02_l {
		float: none;
		width: 480px;
		padding: 12px 0;
		margin-bottom: 27px;
		background-size: 480px 12px, 480px 12px;
	}
}

#box02 #box02_l h1 {
	position: absolute;
	top: -14px;
	left: 11px;
	z-index: 10;
}

#box02 #box02_l div#scrollBox {
	padding: 13px 66px 16px 50px;
	background: url(../../img/recipe/index_01_bg02.png) repeat-y left top;
}

@media screen and (max-device-width:500px) {
	#box02 #box02_l div#scrollBox {
		padding-right: 56px;
		background-size: 480px 1px;
	}
}

#box02 #box02_l div#scrollWrap {
	width: 374px;
	overflow:hidden;
}

#box02 #box02_l ul {
	z-index: 1;
}

#box02 #box02_l ul {
	z-index: 1;
}

#box02 #box02_l ul li {
	float: left;
	width: 374px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	padding-right: 25px;
}

#box02 #box02_l ul li p {
	float: left;
	width: 160px;
}

#box02 #box02_l ul li dl {
	float: right;
	width: 189px;
}

#box02 #box02_l ul li dl dt {
	padding-top: 5px;
	font-weight: bold;
}

#box02 #box02_l ul li dl dd {
	padding-top: 15px;
}

#box02 #box02_l ul li dl dd:last-child {
	padding-top: 22px;
}

#box02 #box02_l p#prev01 {
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -26px;
	z-index: 50;
}

#box02 #box02_l p#next01 {
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -26px;
	z-index: 50;
}

#box02 #box02_r {
	position: relative;
	float: right;
	width: 490px;
	padding: 13px 0;
	background-image: url(../../img/recipe/index_01_bg01.png), url(../../img/recipe/index_01_bg03.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-device-width:500px) {
	#box02 #box02_r {
		width: 480px;
		padding: 12px 0;
		background-size: 480px 12px, 480px 12px;
	}
}

#box02 #box02_r h1 {
	position: absolute;
	top: -14px;
	left: 12px;
	z-index: 10;
}

#box02 #box02_r div {
	padding: 30px 0 0 0;
	background: url(../../img/recipe/index_01_bg02.png) repeat-y left top;
}

@media screen and (max-device-width:500px) {
	#box02 #box02_r div {
		background-size: 480px 1px;
	}
}

#box02 #box02_r ul li {
	float: left;
	width: 110px;
	padding: 0 8px 0 36px;
}

@media screen and (max-device-width:500px) {
	#box02 #box02_r ul li {
		padding-right: 3px;
	}
}

#box02 #box02_r ul li:nth-child(1) img {
	border: 5px solid #c39d19;
}

#box02 #box02_r ul li:nth-child(2) img {
	border: 5px solid #b5b2b2;
}

#box02 #box02_r ul li:nth-child(3) img {
	border: 5px solid #bf884c;
}

#box02 #box02_r ul li p {
	margin-top: 10px;
}

#box02 #box02_r ul li:nth-child(1) p {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding-left: 27px;
	background: url(../../img/recipe/index_rank01.gif) no-repeat left top;
}

#box02 #box02_r ul li:nth-child(2) p {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding-left: 27px;
	background: url(../../img/recipe/index_rank02.gif) no-repeat left top;
}

#box02 #box02_r ul li:nth-child(3) p {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding-left: 27px;
	background: url(../../img/recipe/index_rank03.gif) no-repeat left top;
}

/*----------------------------------------
	i_search01
-----------------------------------------*/

#i_search01 {
	margin-bottom: 13px;
	padding-bottom: 29px;
	background: url(/img/common_content_line01.png) repeat-x left bottom;
}

#i_search01 > div {
	padding: 13px 0;
	background-image: url(../../img/recipe/index_search_bg01.png), url(../../img/recipe/index_search_bg03.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
}

#i_search01 > div > section {
	padding: 17px 55px 47px;
	background-image: url(../../img/recipe/index_search_bg02.png);
	background-position: left top;
	background-repeat: repeat-y;
}

@media screen and (max-device-width:500px) {
	#i_search01 {
		width: 480px;
		margin: 0 auto 12px;
	}
	#i_search01 > div {
		width: 480px;
		padding: 12px 0;
		background-image: url(../../img/recipe/index_search_bg04.png), url(../../img/recipe/index_search_bg06.png);
		background-position: left top, left bottom;
		background-repeat: no-repeat, no-repeat;
		background-size: 480px 12px, 480px 12px;
	}
	#i_search01 > div > section {
		padding: 13px 20px 13px;
		background: url(../../img/recipe/index_search_bg05.png) repeat-y left top;
		background-size: 480px 1px;
	}
}

#i_search01 > div > section > h1 {
	margin-bottom: 30px;
	text-align: center;
}

#i_search01 div section #i_search01_01 {
	padding-bottom: 45px;
}

@media screen and (max-device-width:500px) {
	#i_search01 > div > section > h1 {
		margin-bottom: 15px;
	}
	#i_search01 div section #i_search01_01 {
		padding-bottom: 25px;
	}
}

#i_search01 div section #i_search01_01 > h1 {
	background: url(/img/common_content_line01.png) repeat-x left center;
}

#i_search01 div section #i_search01_01 ul {
	overflow: hidden;
}

#i_search01 div section #i_search01_01 ul li {
	position: relative;
	float: left;
	width: 140px;
	margin: 15px 10px 0 0;
	vertical-align: top;
 cursor: pointer;
}

#i_search01 div section #i_search01_01 ul li:nth-child(6n+1) {
	clear: both;
}

#i_search01 div section #i_search01_01 ul li.btn_on::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	border: solid 10px #ec3274;
	z-index: 10;
}

#i_search01 div section #i_search01_01 ul li:nth-child(6n) {
	margin-right: 0;
}

@media screen and (max-device-width:500px) {
	#i_search01 div section #i_search01_01 ul li:nth-child(6n+1) {
		clear: none;
	}

	#i_search01 div section #i_search01_01 ul li:nth-child(3n+1) {
		clear: both;
	}

	#i_search01 div section #i_search01_01 ul li:nth-child(3n) {
		margin-right: 0;
	}
}

#i_search01 div section #i_search01_01 ul li::after {
	display: block;
	color: #6f4314;
	text-decoration: none;
}

#i_search01 div section #i_search01_01 ul li.btn_on::after {
	color: #ec3274;
}

#i_search01 div section #i_search01_01 ul li > span {
	display: block;
	padding: 15px;
	border: solid 5px #fcefc2;
}

#i_search01 div section #i_search01_01 ul li > span img {
	width: 100px;
	height: auto;
}

#i_search01 div section #i_search01_01 ul li > p {
	margin-top: 10px;
	text-align: center;
}

#i_search01 div section #i_search01_02 > section {
	float: left;
	width: 410px;
}

#i_search01 div section #i_search01_02 > section + section {
	float: right;
}

@media screen and (max-device-width:500px) {
	#i_search01 div section #i_search01_02 > section {
		float: none;
		width: auto;
	}
	#i_search01 div section #i_search01_02 > section + section {
		float: none;
		margin-top: 25px;
	}
}

#i_search01 div section #i_search01_02 section h1 {
	background: url(/img/common_content_line01.png) repeat-x left center;
	margin-bottom: 5px;
}

#i_search01 div section #i_search01_02 section ul {
	overflow: hidden;
}

#i_search01 div section #i_search01_02 section ul li {
	float: left;
	margin: 10px 10px 0 0;
	border: solid 2px #e9c58d;
	vertical-align: top;
 	cursor: pointer;
}

#i_search01 div section #i_search01_02 section ul li:nth-child(3n+1) {
	clear: both;
}

#i_search01 div section #i_search01_02 section ul li:nth-child(3n) {
	margin-right: 0;
}

#i_search01 div section #i_search01_02 section ul li {
	width: 96px;
	padding: 8px 15px;
	color: #cc2403;
	text-decoration: none;
}

#i_search01 div section #i_search01_02 section + section ul li {
	width: 106px;
	padding: 8px 10px;
	color: #6f4314;
}

#i_search01 div section #i_search01_02 section ul li.btn_on {
	color: #ffffff;
	background: #ec3274;
}

#i_search01 div section #i_search01_02 section + section ul li > span {
	padding-left: 20px;
	background-image: url(../../img/recipe/index_search_time01.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#i_search01 div section #i_search01_02 section + section ul li.btn_on > span {
	background-image: url(../../img/recipe/index_search_time01_on.png);
}

/*----------------------------------------
	box03
-----------------------------------------*/

@media screen and (max-device-width:500px) {
	#box03 {
		width: 480px;
		margin: 0 auto;
	}
}

#box03 #box03_list {
    margin-right: -20px;
}

@media screen and (max-device-width:500px) {
	#box03 #box03_list  {
		margin-right: -10px;
	}
}

#box03 div section {
	float: left;
	width: 235px;
	margin: 17px 20px 0 0;
	padding: 10px 0 12px;
	background-image: url(../../img/recipe/index_02_bg01.png), url(../../img/recipe/index_02_bg03.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-device-width:500px) {
	#box03 div section {
		margin: 10px 10px 0 0;
	}
}

#box03 div section div {
	padding: 16px 16px 15px;
	background: url(../../img/recipe/index_02_bg02.png) repeat-y left top;
}

#box03 div section div h1 {
	margin-bottom: 9px;
	padding: 18px 0;
	text-align: center;
	background: url(/img/common_content_line01.png) repeat-x left bottom;
	font-weight: bold;
}

#box03 div section div ul {
	margin-bottom: 9px;
	padding-bottom: 9px;
	text-align: center;
	background: url(/img/common_content_line01.png) repeat-x left bottom;
	font-weight: bold;
}

#box03 div section div ul li:nth-child(1) span {
	padding-left: 20px;
	background: url(../../img/recipe/recipe_time01.png) no-repeat left top;
}

#box03 div section div p {
	text-align: center;
}

#box03 div section div p.t01 {
	margin-bottom: 20px;
	padding: 12px 0 13px;
	background: #fcefc2;
}

#box03 p#box03_btn01 {
	margin-top: 17px;
	border: 5px solid #ffffff;
	background: #fde07a;
	text-align: center;
	cursor: pointer;
}
