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

/* =========================================================
　歴史と文学
========================================================= */

/* カテゴリー内共通（SP版・PC版両方）
--------------------------------------------------------- */
.title {
	background-image: url(../common/images/title_box_bg.png), url(images/title_box_bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center center;
	background-size: 100% 20px, cover;
	color: #222;
	text-shadow: -1px 0 5px #fff, 0 1px 5px #fff, 1px 0 5px #fff, 0 -1px 5px #fff;
}

/* インデックスページ（SP版・PC版両方）
--------------------------------------------------------- */
.category.index .box {
	margin-bottom: 3em;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.watashino {
	margin: 0 0 0 0;
}
.watashino li {
	margin: 0 1% 1em 1%;
	float: left;
	width: 48%;
}
}
/* PC版だけ */
@media print, screen and (min-width:640px) {
.watashino {
	margin: 0 0 0 -20px;
	width: 650px;
}
.watashino li {
	margin: 0 0 1em 20px;
	float: left;
	width: 305px;
}
}


/* 歴史（SP版・PC版両方）
--------------------------------------------------------- */
.h_begin .corner ,
.h_middle .corner ,
.h_end .corner {
	padding: 2em 0;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.h_begin{
}
}
/* PC版だけ */
@media print, screen and (min-width:640px) {
.h_begin .content h3 {
	float: left;
}
.h_begin .content h3 img {
	padding: 0 0;
}
.h_begin .content > p {
	width: 300px;
	float: right;
}
.h_begin .corner img ,
.h_middle .corner img {
	padding: 0 0 1em 1em;
	width: 300px;
	float: right;
}
}

/* 句碑（SP版・PC版両方）
--------------------------------------------------------- */
.kuhi .content h3 {
}
.kuhi .content > p {
	text-align: right;
	font-size: 90%;
	line-height: 1.4;
}
.stonebox .name {
	font-size: 120%;
	line-height: 1;
}
.stonebox .ku {
	color: #963;
	line-height: 1.4;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.stonebox.kj .ku {
	font-size: 100%;
}
.corner {
	clear: both;
}
.kuhi .table {
	margin: 0 0 2em;
}
.stonebox .data {
	font-size: 90%;
	line-height: 1.4;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.stonebox {
	padding: 2em 0 2em;
	clear: both;
	text-align: center;
}
.stonebox .ku {
	font-size: 140%;
}
.stonebox.kj .ku {
	font-size: 100%;
}
}
/* PC版だけ */
@media print, screen and (min-width:640px) {
.kuhi .corner {
	padding-top: 3em;
}
.stonebox {
	padding: 0;
	clear: both;
}
.stonebox .photo {
	padding: 0 2em 0 0;
	float: left;
}
.stonebox.right .photo {
	padding: 0 0 3em 2em;
	float: right;
}
.stonebox.right .name ,
.stonebox.right .ku ,
.stonebox.right .data {
	text-align: right;
}
.stonebox .name {
	margin-top: 1.5em;
}
.stonebox .ku {
	font-size: 180%;
}
.stonebox.kj {
	padding: 0 0 3em;
}
.stonebox.kj .ku {
	font-size: 100%;
}
.stonebox.kj .name {
	margin-top: 0;
}
}

/* 私の平泉紀行（SP版・PC版両方）
--------------------------------------------------------- */
.bungaku .quotation {
	padding: 1em 0 3em;
	color: #666;
	font-size: 90%;
	text-align: right;
}
.bungaku .btn {
	margin-bottom: 4em;
}
