@charset "utf-8";
/*------------------------------*/
/* メインタイトル */
.main_header_frame {
	background-image: url('../image/common/header_image_news_detail.jpg');
	background-size: cover;
	background-position: center;
}

/*------------------------------*/
/* ブログ画像枠 */
.news_image_frame {
	display: block;
	overflow: hidden;
	position: relative; /* 角丸マスクのMAC対策 */
	z-index:0; /* 角丸マスクのMAC対策 */
	border-radius:10px;
}

/* キャプション */
.caption {
	font-size:13px;
	color:#969696;
	text-align:right;
}

/*------------------------------*/
/* 詳細ページ固有 */
/*------------------------------*/

/* タイトルタグ */
h2  {
	padding:7px 0px;
	font-size: 20px;
	border-bottom:1px solid #000000;
}

/* 画像リンク */
a	img:hover {
	transition:0.3s;
	opacity: 0.7;
}
