@charset "utf-8";

/*------------------------------*/
/* メインタイトル */
.main_header_frame{
	background-size: cover;
	background-position: center;
}

/* 垂直の線 */
.vertical_line_b{
	background-image : url(image/vertical_line_b.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-size: 1px 70%;
}

/* バックナンバーの西暦枠 */
.calendar_link{
	color:#ffffff;
	background-color:#426041;
	display:block;
	padding:5px;
	text-align: center;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}

/* 左右矢印 */
.arrow_triangle{
	height:15px;
}

.back_number_title{
	width:100%;
	max-width:300px;
}

/*------------------------------*/
/* 線 */
.border_top_cccccc_d{
	border:none;
	border-top:1px dotted #cccccc;
}

/*------------------------------*/
/* 詳細ページ固有 */
/*------------------------------*/

/* タイトルタグ */
h2{
	padding:7px 0px;
	font-size: 20px;
	border-bottom:1px solid #000000;
}

/* 画像リンク */
a	img:hover {
	transition:0.3s;
	opacity: 0.7;
}
