@charset "utf-8";

/* =====================================================================
 * main
 * =================================================================== */
#main section {
	margin-bottom: 30px;
}
.moreInfo {
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.moreInfo {
	padding: 16px 18px;
	width: 638px;
}
.moreInfo dt {
	margin-bottom: 3px;
}
.moreInfo dd {
	line-height: 1.7;
}
p.backbtn {
	display: block;
	padding: 10px;
	width: 658px;
	background-color: #eeeeee;
	text-align: center;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.back a {
	text-decoration: none;
	color: #444444;
}
/* ページナビゲーション */
#page {
	margin-top: 22px;
}
#page, #page span {
	color: #79490e;
}
#page a {
	text-decoration: none;
}
.link_before, .link_next {
	font-size: 93%;
	letter-spacing: 1px;
	color: #79490e;
}
.link_before {
	padding-right: 7px;
}
.link_next {
	padding-left: 7px;
}
a.link_page, .current_page {
	padding: 5px 7px;
	border: 1px solid #d1c58f;
	font-size: 77%;
	zoom: 1;
}
.current_page, .this-page {
	background-color: #fcfbda;
	color: #79490e;
}
/* 倉島のぞ美先生特別コラム */
.kurashimaImgsp {
	display: none;
}
.concept {
	margin: 25px 0;
}
.concept span {
	display: block;
	margin-top: .5em;
}
#profile.moreInfo {
	clear: both;
	border: solid 2px #7dbbe8;
	background-color: #ffffff;
}
#profile.moreInfo dl dt {
	font-size: 123.1%;
	color: #387dd8;
}
.list {
	margin: 30px 0;
	background: url(images/dotline.svg) repeat-x left top;
}
.list dt {
	clear: left;
	float: left;
	width: 6em;
	margin-left: 5px;
	padding: 12px 0.5em 12px 10px;
	background: url(images/blue_arrow.svg) no-repeat left;
}
.list dd {
	padding: 12px 0.5em 12px 6em;
	background: url(images/dotline.svg) repeat-x left bottom;
	font-size: 108%;
	zoom: 0;
}
.list dd a {
	color: #387dd8;
}
#column h3, #column h4 {
	margin: 40px 0 5px;
	padding-left: 12px;
	border-left: solid 4px #387dd8;
	line-height: 1.4;
	font-size: 161.6%;
	color: #387dd8;
}
.time {
	padding-bottom: 10px;
	width: 100%;
	background: url(images/dotline.svg) repeat-x left bottom;
	text-align: right;
	font-size: 108%;
	color: #387dd8;
}
.subtitle {
	margin-top: 30px;
	line-height: 1.45!important;
	font-size: 131%;
	font-weight: bold;
}
#column h4 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	color: #f38300;
}
#column p {
	margin-bottom: 25px;
	line-height: 1.85;
}
#column .imgL, #column .imgR {
	position: relative;
	top: 4px;
}
#column .imgL {
	float: left;
	clear: right;
	margin: 0 30px 35px 0;
}
#column .imgR {
	float: right;
	clear: left;
	margin: 0 0 35px 30px;
}
.imgC {
	padding: 15px 0;
	text-align: center;
}
#column #page {
	clear: both;
	overflow: hidden;
	margin-top: -15px;
}
#column #page li a {
	text-decoration: underline;
}
#column #page li a:hover {
	text-decoration: none;
}
#supervision {
	clear: both;
}
#supervision article {
	display: table;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 20px;
	width: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#supervision article .recipeImg {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding-right: 25px;
}
#supervision article .recipeTxt {
	display: table-cell;
	vertical-align: middle;
}
#supervision article h5 {
	margin-bottom: 8px;
	font-size: 123.1%;
}
#supervision article p {
	margin-bottom: 15px;
	line-height: 1.7;
}
#supervision article dl {
	padding-top: 20px;
	background: url(images/dotline.png) repeat-x left top;
	font-size: 108%;
}
#supervision article ul li {
	margin-left: 18px;
	list-style: disc;
}
#supervision article ul li a {
	color: #ff5050;
}
.shopBannersp {
	display: none;
}
#column strong, #column b {
	font-weight: bold;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	.lv20 {
		margin-bottom: 2.9%;
	}
	.lv25 {
		margin-bottom: 3.6%;
	}
	#main section {
		margin-bottom: 5%;
	}
	.moreInfo {
		width: 100%;
	}
	p.backbtn {
		width: 100%;
	}		
	/* 倉島のぞ美先生特別コラム */
	.list dt {
		width: 7.5em;
	}
	.list dd {
		padding-left: 7.5em;
		text-align: left;
	}
	.time {
		margin-top: 0.8em;
	}
	#column img {
		width: 50%;
	}
	.imgC {
		clear: both;
	}
	#column .imgC img {
		width: 58%;
	}
	#column img.imgC, 
	#supervision img {
		width: 100%;
	}			
}
@media screen and (max-width: 480px) {
	.moreInfo {
		padding: 15px 15px 10px;
	}
	p.backbtn {
		padding: 10px 10px 8px;
	}
	/* ページナビゲーション */
	#page {
		margin: 4% 0 2%;
	}
	/* 倉島のぞ美先生特別コラム */
	.kurashimaImg {
		display: none;
	}
	.kurashimaImgsp {
		display: block;
		width: 100%;
	}
	.list {
		margin: 25px 0;
	}
	#column h3 {
		font-size: 146.5%;
	}
	.time {
		margin-top: 0.3em;
		font-size: 100%;
	}
	#column .imgL, #column .imgR {
		float: none;
		clear: both;
		display: block;
		margin: 25px auto 38px;
	}
	#column img, 
	#column .imgC img {
		width: 75%;
	}
	#supervision img {
		width: 100%!important;
	}
	#supervision h4 {
		font-size: 138.5%;
	}
	#supervision h5 {
		margin-top: 15px;
		text-align: center;
		font-size: 116%!important;
	}
	#supervision article {
		display: inherit;
		overflow: hidden;
		margin-bottom: 15px;
		padding: 20px;
		width: 100%;
		border: 1px solid #cccccc;
		box-sizing: border-box;
	}
	#supervision article .recipeImg {
		display: inherit;
		margin: 5px auto 0;
		padding: 0;
		width: 220px;
		text-align: center;
	}
	#supervision article .recipeTxt {
		display: inherit;
		vertical-align: middle;
	}
	#supervision article dl {
		font-size: 100%;
	}
	.shopBanner {
		display: none;
	}
	.shopBannersp {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	.lv25 {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 375px) {
	#main section {
		margin-bottom: 20px;
	}
	/* 倉島のぞ美先生特別コラム */	
	.list dt {
		clear: inherit;
		float: inherit;
		padding: 10px 0.5em 0 10px;
		width: 100%;
		background-position: left 17px;
	}
	.list dd {
		width: 100%;
		padding: 2px 0.5em 10px 15px;
	}
	#column img, 
	#column .imgC img {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	/* 倉島のぞ美先生特別コラム */	
	#supervision h4 {
		font-size: 131%;
	}
	#supervision article .recipeImg {
		width: 190px;
	}
	.backbtn span {
		display: block;
	}
}