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


/* =========================================================
　平泉の文化遺産
========================================================= */


/* 枠
--------------------------------------------------------- */
/* PC版だけ */
@media screen and (min-width:768px) ,print {
}


/* ナビゲーション
--------------------------------------------------------- */
/* PC版だけ */
@media screen and (min-width:768px) ,print {
.gnav > li.gnav_about {
	background: #333;
}
.gnav > li.gnav_about > a {
	color: #da4;
}
.gnav > li.gnav_about > a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../common/img/arrow_g.png) no-repeat center center;
	background-size: 6px 10px;
	margin-right: .4em;
}
.gnav li.gnav_about ul {
	margin-top: -.4em;
	padding-bottom: 0;
	display: block;
}
.gnav li.gnav_about ul li a {
	padding: .4em 1em;
	display: block;
	color: #da4;
	font-size: 12px;
}
.gnav li.gnav_about ul li a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url(../common/img/arrow_g.png) no-repeat center center;
	background-size: 4px 7px;
	margin-right: .4em;
}
}


/* 2カラム
--------------------------------------------------------- */
/* PC版だけ */
@media screen and (min-width:768px) ,print {
.col_2_box {
	margin-bottom: 2em;
}
.col_2_box .col_2 {
	float: left;
	width: 48%;
}
.col_2_box .col_2:last-child {
	float: right;
	width: 48%;
}
}


/* 登録までの流れ
--------------------------------------------------------- */
.about ol {
	padding-left: 0;
}
.about ol li {
	background: #edb url(images/bg.png) repeat-x center bottom;
	background-size: 600px auto;
	list-style: none;
	text-align: center;
	margin-bottom: 1em;
	padding: .6em 1em 1.2em;
	line-height: 1.2;
}
.about ol li:last-child {
	background: #edb;
	padding: .6em 1em .4em;
}
.about ol li span {
	display: block;
}

/* 登録資産
--------------------------------------------------------- */
.about h5 {
	border: 1px solid #ccc;
	padding: .2em 1em;
	margin: .6em 0;
}



/* 世界遺産認定書
--------------------------------------------------------- */
.certificate p {
	text-align: center;
}
.certificate p img {
	width: 50%;
	margin: 0 auto;
	}
/* SP版だけ */
@media screen and (max-width:767px) ,print {
.certificate p {
	text-align: left;
}
.certificate p img {
	width: 70%;
	padding: 1em 15%;
}
.certificate br {
	display: none;
}
.certificate .caption {
	text-align: center;
}
.certificate .caption br {
	display: block;
}
}




/* 世界遺産登録までの歩み
--------------------------------------------------------- */
.ayumi .table th {
	width: 3em;
}
.ayumi .table .photo_cell {
	width: 25%;
}
.ayumi .table img {
}

/* SP版だけ */
@media screen and (max-width:767px) ,print {
.ayumi .table .photo_cell {
	display: none;
}
}





































