<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ========================================================== 
	OBB ENTRY
	�ʏ�^�C�v�̖{���G���A
========================================================== */
/* ---------------------------------------------- 
	�^�C�g�������i�摜�̏�ɕ����j
---------------------------------------------- */
#entry-blog .obbTitle {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px auto 10px;
	padding: 0px;
	text-align: center;
	position: relative;
}
#entry-blog .obbTitle img.titlepic {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	image-rendering: -webkit-optimize-contrast;
}
/*#entry-blog .obbTitle img.titlelogo {
}
#entry-blog .obbTitle h2 {
}*/
#entry-blog .obbTitle h1 {
	width: 80%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px 25% 0px 0px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.65em;
	color: #000;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
}
#entry-blog .obbTitle .author {
	width: 80%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.65em;
	color: #000;
	text-align: left;
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
}
/* PC�p */
@media screen and (min-width: 960px) {
	#entry-blog .obbTitle {
		width: 100%;
		max-width: 750px;
		height: auto;
		display: block;
		margin: 30px auto 80px;
		padding: 0px;
		text-align: center;
		position: relative;
	}
	#entry-blog .obbTitle img.titlepic {
		width: 100%;
		max-width: 750px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
/*	#entry-blog .obbTitle img.titlelogo {
	}
	#entry-blog .obbTitle h2 {
	}
*/
	#entry-blog .obbTitle h1 {
		width: 80%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px 25% 0px 0px;
		font-size: 46px;
		font-weight: 600;
		line-height: 1.5em;
		color: #000;
		text-align: left;
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
	}
	#entry-blog .obbTitle .author {
		width: 80%;
		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: 90px;
		left: 0;
		right: 0;
	}
}
/* ---------------------------------------------- 
	�{�������iOBB��p�j
---------------------------------------------- */
main#entry.obb #entry-body p {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto 40px;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2em;
	color: #000;
	text-align: left;
}


main#entry.obb #entry-body .entry-wrap {
	width: 90%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px 0px;
	text-align: center;
	display:block;
}
main#entry.obb #entry-body .entry-1col {
	width: 100%;
	height: auto;
	margin: 0px auto 37px;
	padding: 0px 0px;
	display: block;
	position: relative;
	text-align: center;
}
main#entry.obb #entry-body .entry-1col a img {
	opacity: 1;
	transition: all 0.2s ease;
}
main#entry.obb #entry-body .entry-1col a:hover img,
main#entry.obb #entry-body .entry-1col a:focus img,
main#entry.obb #entry-body .entry-1col a:active img,
main#entry.obb #entry-body .entry-1col a:active img {
	opacity: 0.65;
}
main#entry.obb #entry-body figure.snip-1col {
	margin: 0px auto;
/*	min-width: 100%;
	max-width: 100%;
	max-height: 100%;*/
	width: 100%;
	text-align: left;
	font-size: 0;
}
main#entry.obb #entry-body figure.snip-1col img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	padding: 0px;
	border-radius : 0px;
}
main#entry.obb #entry-body figure.snip-1col img.txt {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 0px 0px;
	display: block;
	padding: 0px;
	border-radius : 0px;
}
main#entry.obb #entry-body figure.snip-1col figcaption {
	width: 100%;
	z-index: 1;
	display: block;
	margin: 10px 0px 0px;
	padding: 0px;
}
main#entry.obb #entry-body figure.snip-1col figcaption h3 {
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 3px 30px;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 0em;
	font-weight: 600;
	color: #000;
	text-align: left;
	background: url(/otona/entry/images/obb_sd202409_ar.png) no-repeat left top;	
	background-size: 19px 21px;
}
main#entry.obb #entry-body figure.snip-1col .summery {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0em;
	text-align: left;
}
main#entry.obb #entry-body figure.snip-1col .summery a {
        text-decoration: none;
}	


/* PC�p */
@media screen and (min-width: 960px) {
	main#entry.obb #entry-body p {
		width: 70%;
		height: auto;
		display: block;
		margin: 0px auto 40px;
		padding: 0px;
		font-size: 24px;
		font-weight: 500;
		line-height: 2em;
		color: #000;
		text-align: left;
	}
	
	main#entry.obb #entry-body .entry-wrap {
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px 0px;
		text-align: center;
		display:flex;
		flex-wrap:wrap;
	}	
	main#entry.obb #entry-body .entry-1col {
		width: 70%;
		height: auto;
		margin: 0px auto 80px;
		padding: 0px;
		display: block;
		position: relative;
		text-align: center;
	}
	main#entry.obb #entry-body .entry-1col a img {
		opacity: 1;
		transition: all 0.2s ease;
	}
	main#entry.obb #entry-body .entry-1col a:hover img,
	main#entry.obb #entry-body .entry-1col a:focus img,
	main#entry.obb #entry-body .entry-1col a:active img,
	main#entry.obb #entry-body .entry-1col a:active img {
		opacity: 0.65;
	}	
	main#entry.obb #entry-body figure.snip-1col {
		position: relative;
		margin: 0px auto;
		width: 100%;
		font-size: 0;
	}
	main#entry.obb #entry-body figure.snip-1col img {
		width: 700px;
		min-height: 484px;
		display: block;
		object-fit: cover;
		padding: 0px;
		border-radius : 0px;
	}
	main#entry.obb #entry-body figure.snip-1col figcaption {
		width: 100%;
		min-height: initial;
		z-index: 1;
		display: block;
		margin: 30px 0px 0px;
	}
	main#entry.obb #entry-body figure.snip-1col figcaption h3 {
		width: 100%;
		display: block;
		margin: 0px auto;
		padding: 0px 0px 7px 50px;
		font-size: 26px;
		line-height: 1.65em;
		letter-spacing: 0em;
		font-weight: 600;
		color: #000;
		text-align: left;
	    background: url(/otona/entry/images/obb_sd202409_ar.png) no-repeat left top;	
		background-size: 38px 42px;				
	}
	main#entry.obb #entry-body figure.snip-1col .summery {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 3px 3px 20px;
		font-size: 24px;
		line-height: 2em;
		letter-spacing: 0em;
		font-weight: 500;
		text-align: left;
	}
	main#entry.obb #entry-body figure.snip-1col .summery a {
        text-decoration: none;
	}	
}</pre></body></html>