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

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	max-width:100%;
	height:auto;
}

#contents {
	background: url(../images/rhythm01/bg.png) repeat center top;
}

/* ===============================================
　クッキング
=============================================== */


.sec-bnr {
	background: url(../images/bnr_bg.png) repeat center top;
	padding: 30px 0px;
	margin: 0 0 70px;
}
.sec-bnr .inn {
	margin: 0px 5% 15px;
}
.sec-bnr .inn li {
	border-bottom: solid 2px rgba(0,0,0,0.15);
	float: left;
	width: 48%;
}
.sec-bnr .inn li:nth-child(even) {
	float: right;
}

@media only screen and (max-width: 768px){

.sec-bnr {
	background: url(../images/bnr_bg.png) repeat center top;
	padding: 30px 0px;
	margin: 0;
}
.sec-bnr .inn {
	margin: 0px 5%;
}
.sec-bnr .inn li {
	border-bottom: solid 2px rgba(0,0,0,0.15);
	margin: 0 0 15px;
	width:auto;
	float:none;
}
}





.cooking {
	margin: 0px 5% 60px;
	background: #fff;
}



.cooking .sec-mv .title {
	font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	color: #FFF;
	background: #ea5420 url(../images/rhythm01/ttle_bg01.png) no-repeat right center;
	background-size: auto 100%;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin: 0px auto 20px;
	width: 80%;
	position: relative;
	top: -15px;
}
.cooking .sec-mv .txt {
	font-weight: bold;
	color: #EA541F;
	margin: 0px 0 25px;
}
.cooking .sec-mv {
	margin: 0px 5% 40px;
}
.cooking .sec-mv .mv {
	text-align:center;
}

.cooking .sec-material {
	background: #ebf4eb;
	padding: 0px 0px 25px;
}
.cooking .sec-material .title {
	font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	background-size: auto 100%;
	margin: 0px auto 30px;
	padding: 0 0 0 10px;
	width: 55%;
	font-size: 18px;
	line-height: 45px;
	color: #FFF;
	position: relative;
	top: -15px;
	background: url(../images/rhythm01/ttle_bg02.png) no-repeat center center;
	background-size: cover;
}
.cooking .sec-material .title span {
	font-size: 13px;
}
.cooking .sec-material .box {
	margin: 0px 5%;
}
.cooking .sec-material .box ul li {
	border-bottom: 1px dashed #a6a49c;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-indent: -1em;
	padding-left: 1em;
	color: #3C9639;
}
.cooking .sec-material .box ul li span {
	font-weight:bold;
}


@media only screen and (max-width: 768px){
.cooking .sec-mv .title {
	font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	color: #FFF;
	background: #ea5420 url(../images/rhythm01/ttle_bg01.png) no-repeat right center;
	background-size: auto 100%;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin: 0px auto 20px;
	width: 80%;
	position: relative;
	top: -15px;
}
.cooking .sec-mv .txt {
	font-weight: bold;
	color: #EA541F;
	margin: 0px 0 25px;
}
.cooking .sec-mv {
	margin: 0px 5% 40px;
}
.cooking .sec-material {
	background: #ebf4eb;
	padding: 0px 0px 25px;
}
.cooking .sec-material .title {
	font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	background-size: auto 100%;
	margin: 0px auto 30px;
	padding: 0 0 0 10px;
	width: 85%;
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	position: relative;
	top: -15px;
	background: url(../images/rhythm01/ttle_bg02.png) no-repeat center top;
	background-size: cover;
}
.cooking .sec-material .title span {
	font-size: 13px;
}
.cooking .sec-material .box {
	margin: 0px 5%;
}
.cooking .sec-material .box ul li {
	border-bottom: 1px dashed #a6a49c;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-indent: -1em;
	padding-left: 1em;
	color: #3C9639;
}
.cooking .sec-material .box ul li span {
	font-weight:bold;
}
}
