@charset "utf-8";

/* ========================================
	【山田発! 食のこだわりマップ】
	2013-11｜レスポンシブwebデザイン
	ページ共通：ヘッダ、フッタ、基本レイアウトボックス
	PCファースト（IE8対応、印刷を考慮して）
	メイキングノート、
	基本パーツはexp.cssを併用
======================================== */
body#making {
}
article h2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	color:#fff;
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	margin:0 0 24px;
	padding:8px 16px;
	line-height:1.4;
	letter-spacing:1px;
	background:#fff url(../images/making/bg_making_title.jpg) repeat;
	display:table;
}
article h2 .midasi {
	display:table-cell;
	vertical-align:middle;
}
article h2 .midasi br {
	display:none;
}
article h2 .icon {
	width:130px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
article h2 .icon img {
	width:120px;
	margin-top:-18px;
	margin-bottom:-16px;
}

/* 感想 */
section#impressions {
	margin:0 0 30px;
	padding:20px 20px 10px;
	background:#EBF5FE;
	border:3px solid #C9E5FD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	behavior: url(/pie/PIE.htc);
}
#impressions h3 {
	font-size:18px;
	font-size:1.8rem;
	margin:0 0 10px;
}
#impressions ul {
	margin:0;
	padding:0;
	list-style:none;
}
#impressions li {
	clear:both;
	margin:0;
	padding:12px 5px 10px;
	line-height:1.5;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
#impressions li:last-child {
	border-bottom:none;
}
ie8 #impressions li + li + li + li + li + li + li + li {
	border-bottom:none;
}
#impressions li p {
	font-size:14px;
	font-size:1.4rem;
	line-height:1.5;
	margin:0 0 8px;
	padding-left:116px;
}
#impressions li em {
	display:block;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	margin:10px 0 0;
}
#impressions li img {
	width:100px;
	float:left;
	margin:-2px 16px 0px 0;
}


/* ▼▼以下、モバイルデバイス用指定▼▼ */
/* ===============Mサイズ1／小PC、大ダブレット（W801〜W960）===================== */
@media only screen and (max-width: 960px) {


} /* W801〜W960ここまで */

/* ================Mサイズ2／タブレット、iPad等（W701〜W800）===================== */
@media only screen and (max-width: 800px) {


} /* W701〜W800ここまで */

/* ================Mサイズ3／小タブレット、大スマホ横（W601〜W700）===================== */
@media only screen and (max-width: 700px) {


} /* W601〜W700ここまで */

/* =====================Sサイズ1／スマホ横（W401〜W600）===================== */
@media only screen and (max-width: 600px) {
article h2 {
	font-size:20px;
	font-size:2.0rem;
}
section#impressions {
	margin:0 0 30px;
	padding:20px 16px;
}

} /* W401〜W600ここまで */

/* =====================Sサイズ2／スマホ縦（W320〜W400）===================== */
@media only screen and (max-width: 400px) {

article h2 {
	display:block;
	font-size:20px;
	font-size:2.0rem;
	margin:0 0 20px;
	padding:8px 10px;
	line-height:1.5;
	letter-spacing:0px;
}
article h2 .midasi {
	display:block;
	line-height:1.5;
}
article h2 .icon {
	display:block;
	width:auto;
	text-align:right;
}
article h2 .icon img {
	width:80px;
	margin:-10px 0 0;
}
article h2 .midasi br {
}

section#impressions {
	margin:0 0 30px;
	padding:16px 10px;
}
#impressions li img {
	width:90px;
}
#impressions li p {
	line-height:1.5;
	padding-left:0px;
}

} /* W320〜W400ここまで */
