@charset "UTF-8";
/* ========================================================== 
	OBB ENTRY
	通常タイプの本文エリア
========================================================== */
/* ---------------------------------------------- 
	タイトル部分（画像の上に文字）
---------------------------------------------- */
#entry-blog .obbTitle h2 {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65em;
	color: #000;
	text-align: left;
	position: absolute;
	top: 213px;
	left: 0;
	right: 0;
}
#entry-blog .obbTitle h1 {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px 33% 0 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.55em;
	color: #000;
	text-align: left;
	position: absolute;
	top: 239px;
	left: 0;
	right: 0;
}
#entry-blog .obbTitle .author {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.65em;
	color: #000;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
/* PC用 */
@media screen and (min-width: 960px) {
	#entry-blog .obbTitle h2 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.65em;
		color: #000;
		text-align: left;
		position: absolute;
		top: 425px;
		left: 0;
		right: 0;
	}
	#entry-blog .obbTitle h1 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px 51% 0 0;
		font-size: 45px;
		font-weight: 600;
		line-height: 1.45em;
		color: #000;
		text-align: left;
		position: absolute;
		top: 475px;
		left: 0;
		right: 0;
	}
	#entry-blog .obbTitle .author {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.65em;
		color: #000;
		text-align: left;
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
	}
}