@charset "utf-8";

/* ========================================
	【山田発! 食のこだわりマップ】
	2013-11｜レスポンシブwebデザイン
	ページ共通：ヘッダ、フッタ、基本レイアウトボックス
	PCファースト（IE8対応、印刷を考慮して）
	取材ノート
======================================== */
body#exp-note {
}

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/exp/bg_exp_title.jpg) repeat;
	display:table;
}
article h2 .midasi {
	display:table-cell;
	vertical-align:middle;
}
article h2 .icon {
	width:80px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
article h2 .icon img {
	width:75px;
	margin-top:-16px;
	margin-bottom:-16px;
}

section.note-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0 0 30px;
	padding:30px 24px 20px;
	background:#f6f6f6;
	border:2px dashed #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*border-radius: 10px;*/
	position: relative;
	behavior: url(/pie/PIE.htc);
}
.note-box h3 {
	font-size:20px;
	font-size:2.0rem;
	margin:0 0 16px;
	letter-spacing:1px;
}

/* 写真1ブロックにまとめる場合の指定 */
ul.exp-photos {
	width:260px;
	list-style:none;
	margin:-5px 5px 10px 18px;
	padding:0;
	float:right;
}
ul.exp-photos li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	margin:0 0 20px;
	padding:4px;
	background:#fff;
	border:1px solid #ddd;
	-webkit-box-shadow:3px 3px 6px #666;
	-moz-box-shadow:3px 3px 6px #666;
	box-shadow:3px 3px 6px #666;
	position: relative;
	behavior: url(/pie/PIE.htc);
}
ul.exp-photos li:last-child {
	margin-bottom:0;
}
ul.exp-photos li.last {
	margin-bottom:0;
}
ul.exp-photos img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

/* 写真分散レイアウトの場合の指定 */
.note-box figure {
	width:280px;
}
.note-box figure img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:4px;
	background:#fff;
	border:1px solid #ddd;
	-webkit-box-shadow:3px 3px 6px #666;
	-moz-box-shadow:3px 3px 6px #666;
	box-shadow:3px 3px 6px #666;
	position: relative;
	behavior: url(/pie/PIE.htc);
}
.note-box figure.large {
	width:40%;
}
.note-box figure.tate {
	width:30%;
}
figure.left {
	float:left;
	margin:0 18px 10px 0;
}
figure.right {
	float:right;
	margin:0 0 10px 18px;
}
figure.twin1 {
	float:left;
	margin:0 24px 20px 0;
}
figure.twin2 {
	float:left;
	margin:0 0 20px 0;
}

.note-box p {
	margin:0 0 20px;
	line-height:1.7;
}
.note-box p.note-author {
	text-align:right;
	margin:20px 0 0;
	padding:10px 3px;
}
/* イレギュラー配置の文末調整 */
#note-udon p.note-author {
	text-align:center;
}

/* =====ページナビ、取材ノートとメイキング===== */
#nav-notepage {
	padding:16px 20px;
	background:#F2FAE3;
	border:3px double #D7F1AA;
}
#nav-notepage h3 {
	margin:0 0 12px;
	padding:0;
}
#nav-notepage ul {
	margin:0;
	padding:0;
}
#nav-notepage li {
	font-size:16px;
	font-size:1.6rem;
	margin:0 0 6px;
	padding:4px 4px;
	line-height:1.5;
	border-bottom:1px dashed #ccc;
}
#nav-notepage li i {
	color:#555;
	font-size:24px;
	font-size:2.4rem;
	vertical-align:middle;
	padding-right:6px;
}
#nav-notepage li i.icon-circle-arrow-right{
	color:#f60;
	font-size:18px;
	font-size:1.8rem;
	text-decoration:none;
	vertical-align:baseline;
	padding-left:6px;
}
#nav-notepage a {
}
#nav-notepage a:hover {
}
#nav-notepage {
}

/* ムービー追加用 */
/* ムービーはPC、タブレットでは固定、W640×H360 */
div.box-movie {
	margin:20px 0 30px;
	padding:20px 0;
	background:#f6f6f6;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
div.wrap-movie {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	position: relative;
	width: 644px;
	padding-top:364px;
	margin:0 auto 0px;
	background:#ccc;
	border:2px solid #fff;
	overflow:hidden;
}
div.wrap-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}


/* ▼▼以下、モバイルデバイス用指定▼▼ */
/* ===============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) {

/* イレギュラー配置の文末調整 */
#note-udon p.note-author {
	text-align:right;
}

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

/* ================Mサイズ3／小タブレット、大スマホ横（W601〜W700）===================== */
@media only screen and (max-width: 700px) {
/* ムービーをフルード可変に変更 */
div.wrap-movie {
	position: relative;
	width:100%;
	padding-top: 56.25%;
	margin:0 auto 0px;
	overflow:hidden;
}

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

/* =====================Sサイズ1／スマホ横（W401〜W600）===================== */
@media only screen and (max-width: 600px) {
section.note-box {
	padding:20px 20px 20px;
}
ul.exp-photos {
	width:40%;
	margin:-5px 5px 5px 12px;
}
.note-box figure {
	width:240px;
}
.note-box figure.large {
	width:280px;
}
.note-box figure.tate {
	width:200px;
}

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

/* =====================Sサイズ2／スマホ縦（W320〜W400）===================== */
@media only screen and (max-width: 400px) {
article h2 {
	font-size:18px;
	font-size:1.8rem;
	line-height:1.3;
}
article h2 .icon {
	width:50px;
}
article h2 .icon img {
	width:46px;
	margin:0;
	margin-right:-10px;
}
section.note-box {
	padding:20px 10px 10px;
}
ul.exp-photos {
	width:99%;
	list-style:none;
	margin:0 0 20px;
}
ul.exp-photos li.last {
	margin-bottom:0;
}
/* 写真分散レイアウトの場合 */
.note-box figure {
	width:98%;
}
.note-box figure img {
}
.note-box figure.large {
	width:98%;
	margin:0 auto 20px;
}
.note-box figure.tate {
	width:70%;
	margin:0 auto 20px;
}
figure.left,
figure.right,
figure.twin1,
figure.twin2 {
	float:none;
	margin:0 0 20px;
}

.note-box p {
	margin:0 0 10px;
	line-height:1.6;
}
.note-box p.note-author {
	text-align:center;
	margin:20px 0 0;
}

#nav-notepage {
	padding:16px 10px;
}

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