
@charset "utf-8";

/*------------------------------*/
/* ヘッダー */
/*------------------------------*/

/* 背景画像 */
.main_header_frame_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/image/news_detail_header_image.webp');
	background-size: cover;
	background-position: center;
	transform-origin: center top;
}

/*------------------------------*/
/* ブログ画像枠 */
.news_image_frame {
	display: block;
	overflow: hidden;
	position: relative; /* 角丸マスクのMAC対策 */
	z-index:0; /* 角丸マスクのMAC対策 */
	/* border-radius:2px; */
}

/* キャプション */
.caption {
	font-size:13px;
	color:#969696;
	text-align:right;
}

/* Hタイトル */
.news_h_title {
	font-weight:bold;
}