@charset "UTF-8";
/* =======================================

	通常レイアウト

======================================= */
/* 写真キャプション（各ページでWidthの設定が必要） */
/* メインイメージ設定（PC/tablet/SPまとめて設定） */
.mainImageArea, .spmainImageArea {
	background-image: url(../img/main.png);
}
.caption {
	width: 164px;
	margin-left: auto;
	margin-top: 69px;
}
/*インデックス左側 */
.contentsLeft h1 {
	font-size:0.817em;
	font-weight:normal;
}
/*インデックス左側 リスト */
.historyList {
	border-left: 1px solid #cccccc;
	margin-top: 30px;
}
.historyList li span {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	margin-right: 10px;
	vertical-align: middle;
}
.historyList li {
	text-indent: -4px;
}
.historyList li a {
	display: block;
	padding: 15px 0px;
	color: #333333;
	font-weight:bold;
}
.historyList li a:hover {
	background-color: #f2f2f2;
	text-decoration:none;
}
.historyList li:first-child a {
	padding-top: 5px;
}
.historyList li:last-child a {
	padding-bottom: 5px;
}

/* =======================================

タブレットレイアウト　748〜980pxまでの大きさ

======================================= */
@media screen and (max-width: 980px) {
/* 写真キャプション */

}

/* =======================================

スマートフォンレイアウト　767pxまでの大きさ
ランドスケープ表示

======================================= */

@media screen and (max-width: 767px) {
/*インデックス左側 リスト */
.historyList {
	border-left: none;
	margin-top: 20px;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
}
.historyList li span {
	display:none;
}
.historyList li {
	text-indent: 0px;
}
.historyList li a {
	display: block;
	padding: 15px 20px 15px 0px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #808080;
	background-image: url(../../commonImg/arrowRed.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.historyList li a:hover {
	background-color: #f2f2f2;
	text-decoration:none;
}
.historyList li:first-child a {
	padding-top: 15px;
}
.historyList li:last-child a {
	padding-bottom: 15px;
	border-bottom:none;
}
}
