@charset "Shift_JIS";

body * {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
}

/* mouseover */
a:hover {
	color: inherit;
}
a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
a img {
	border: 0 none;
	outline: 0 none;
}


#wrap {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
#wrap>.pcHead {
	margin: 0 auto;
}
@media screen and (max-width: 640px){
	.pc {
		display:none!important;
	}
}
@media screen and (min-width: 641px){
	.sp {
		display:none!important;
	}
}



.wrap_header {
}

#wrap .wrap_header .linkTop{
	display: none;
}

#menuHeader #search{
	display: none;
}

#wrap .wrap_header .sns ul {
	clear: both;
}

.container {
	margin-bottom: 20px;
	overflow: hidden;
}

.contents {
	padding: 0;
}
.main_image {
}
.howto img {
	display: block;
}
.inner {
	margin-bottom: -1px;
	padding: 0;
}

.container ul {
	list-style-type:none;
	overflow: hidden;
}

.container .lastList { padding:0; }


.container h1 {
	padding: 0;
	text-align: center;
	line-height: 0;
}
.howto {
	position: relative;
}
.howto .text {
	position: absolute;
	text-align: left;
	width: 394px;
}
.howto .text.firstStep {
	top: 144px;
	left: 48px;
}
.howto .text.secondStep {
	top: 142px;
	left: 509px;
}
.howto .text.thirdStep {
	top: 485px;
	left: 50px;
	width: 854px;
}
.howto .text tr:last-of-type th,
.howto .text tr:last-of-type td {
	border-bottom: 0 none;
	padding-bottom: 0;
}
.howto .text table {
	border-collapse: collapse;
}
.howto .text th,
.howto .text td {
	margin-bottom: 8px;
	border-bottom: 1px solid #d3cec1;
	padding: 2.2% 0;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}
.text .inline-attention {
	margin: .15em 0;
	padding-left:1em;
	text-indent:-1em;
	display: inline-block;
}
.maroon {
	color: maroon;
}
.red {
	color: red;
}
.text .nami {
	background: url('../img/namisen.png') repeat-x 0 1.3em transparent;
	height: 1.75em;
	display: inline-block;
}
.text.thirdStep td {
	line-height: 1.8em;
	display: inline-block;
}

.float-attention {
	position: absolute;
	top: 65px;
	right: 20px;
	font-size: 14px;
}
#recipe h2 {
	padding: 0 0 15px;
	line-height: 0;
	text-align: center;
}
#recipe {
	width: 100%;
	max-width: inherit;
}
#recipe a {
	text-decoration: none;
}

.list li {
/*
	float:left;
	width: 22.898%;
	margin: 0 0 1.5%;
	padding: 10px 1.053% 1%;
	text-align: center;
*/
	float: left;
	width: 22.03%;
	margin: 0 1% 1.5% 0;
	padding: 10px 1% 1%;
	border: 1px solid #d79e74;
	text-align: center;
}
.list li:nth-of-type(4n) {
	margin-right: 0;
}


.list li p,
.recipe_title {
	text-align: left;
}
.recipe_title img {
	width: 100%;
}
.list li p {
	/* width: 195px; */
	font-size: 14px;
	line-height: 1.4;
}
.recipe_pict {
	width: 100%;
}
.recipe_title {
	margin: 2% 0 0;
	color: #430b00;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.listFirst .recipe_title {
	color: #610e0e;
}
.listSecond .recipe_title {
	color: #607e00;
}
.listLast .recipe_title {
	color: #c93e60;
}

/* 家のみ限定！ 関連リンク */
#ienomi_link{
	margin: 10px 0;
	line-height: 140%;
	text-align: left;
}

#ienomi_link ol {
overflow:hidden;
list-style: none;
margin: 0;
padding: 0;
}

#ienomi_link li {
	width: auto;
	float: left;
	margin: 5px 15px 5px 0;
	color: #999999;
	font-size: 13px;
}




@media screen and (max-width:640px){
	.wrap_header {
		padding: 0 0 10px;
		background: url('/enjoy/recipe/sp/img/bg.jpg') repeat 0 0;
	}
	.container h1 {
	}
	.main_image {
		margin-bottom: 0;
	}
	.inner {
		padding: 0 5px;
	}
	.contents {
		background: none;
	}
	.howto {
		background: url(../img/sp_contents_bg.png) repeat-y center 1px / 100% auto;
		overflow: hidden;
		padding-bottom: 1em;
	}
	.howto>.howto_title {
		position: relative;
		margin: 0 auto 0 0;
	}
	.float-attention {
		width: 40%;
		top: auto;
		bottom: 15%;
		right: 1%;
		text-align: left;
		font-size: 75%;
		z-index: 10;
	}
	.float-photo {
		width: 100%;
	}

	.howto .text {
		position: absolute;
		text-align: left;
		width: 358px;
	}

	.howto .text th {
		width: 15%;
/*		margin-bottom: 8px;
		border-bottom: 1px solid #d3cec1;
		padding: 2.2% 0;
		font-size: 14px;
		font-weight: normal;
		vertical-align: top*/;
	}

	.howto .text.firstStep,
	.howto .text.secondStep,
	.howto .text.thirdStep {
		position: relative;
		top: 0;
		left: 0;
		width: 95%;
		margin: 0 auto 1em;
	}
	.howto .text .howto_title {
		width: 90%;
		margin: 0 auto;
	}
	.howto .text .text-inner {
		background: url(../img/sp_howto_box_body.png) repeat-y 0 0;
		background-size: 100% auto;
		width: 100%;
		padding: .5em 0;
	}
	.howto .text.thirdStep .text-inner {
		background: url(../img/sp_howto_box2_body.png) repeat-y 0 0;
		background-size: 100% auto;
	}
	.howto .text .text-inner table {
		width: 92%;
		margin: 0 auto;
	}
	.text.thirdStep td {
		line-height: 1.4;
	}
	.text .nami {
		background-position: 0 120%;
		display: inline;
		height: auto;
	}

	.contents {
		background: url(../img/sp_contents_bg.png) repeat-y center 1px / 100% auto;
	}
	#recipe h2 {
		padding: 0 0 8px;
	}
	.container ul {
		width: 100%;
	}
	.list li {
		width: 46%;
		width: calc(47% - 2px);
		min-height: 150px;
		margin: 0 0.5% 3%;
		padding: 1%;
	}
	.recipe_title {
		width: 100%;
		font-size: 110%;
		font-weight: bold;
	}
/* 家のみ　関連リンク */
	#ienomi_link p{
		text-indent: .8em;
		font-size: 13px;
	}
	
	#ienomi_link li a {
		color: #333;
	}

	#ienomi_link li {
		float: none;
		margin: 5px 30px 5px 0;
		color: #000;
		padding-left: 1em;
		list-style-type: disc;
	}

}

@media screen and (min-width:641px){
	#wrap {
		width: 950px;
		margin: 0 auto;
	}
	.container h1 {
		padding: 0;
		margin: 0;
	}
	.float-photo {
		width: 40%;
		float: right;

	}
	.float-text {
		width: 59%;
		float: left;
	}
	.float-attention {
		max-width: 500px;
	}
	.container ul {
		width: 96.84%;
		margin: 0 auto;
		padding: 0 1.58%;
	}
	.contents {
		background: url('../img/contents_bg.jpg') repeat-y top center;
		border-bottom: 1px solid #b59e59;
	}
	#recipe {
		margin: 0 auto;
		overflow: hidden;
	}
	#footer {
	}
}


/* インクルードバナー部分 */
.bnr_area{
	margin: 20px 0 20px -8px;
}

.bnr_area ul{
	list-style-type: none;
}

.bnr_area ul li {
	float: left;
	margin: 0 0 0 8px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li p {
	display: block;
	width: 90%;
	padding: 5px 5%;
	position: absolute;
	bottom: 2px;
	left: 0;
	color: #ffffff;
	text-align: left;
}
@media screen and (max-width:640px){
	.bnr_area {
		margin: 0 0 20px;
	}
	.bnr_area ul {
	}
	.bnr_area ul li {
		width: 46%;
		height: auto;
		margin: 0 1% 2%;
	}
	.bnr_area ul li:nth-of-type(2n-1) {
		margin: 0 1% 3% 3%;
	}
	.bnr_area ul li:nth-of-type(2n) {
		margin: 0 0 3% 1%;
	}
	.bnr_area ul li img {
		width: 100%;
		display: block;
	}
	.bnr_area ul li p {
		padding: 3px 3%;
		width: 94%;
		bottom: 0px;
	}
}

@media screen and (min-width:641px){
	.bnr_area ul li {
		width: 231px;
		height: 172px;
	}
}

a:hover img.op{
  opacity: 0.8;
}




/**	アサヒフッター崩れ対応	*/
@media screen and (max-width:640px){
	#commonUtility .contents-inner,
	#commonFooter .contents-inner {
		width: 100%;
	}
}
@media screen and (min-width:641px){
	#commonUtility .contents-inner,
	#commonFooter .contents-inner {
		width: 1024px;
	}
}


@media screen and (max-width:320px){
	.float-attention {
		width: 40%;
		top: 12%;
		bottom: auto;
		right: 1%;
		text-align: left;
		line-height: 1.5;
		font-size: 65%;
		z-index: 10;
	}

}