/* 記事固有のスタイルシート */
.owbase {
	background-position: center 30% !important;
}
.tableBlock01 table{
	width: 100%;
}
.tableBlock01 table tr th{
	font-weight: normal;
	text-align: left;
	width: 15%;
}
.tel_color .tel_no a{
	color:#bc472d !important;
}
#s00611  p.ind1em {
	text-indent: -1em;
	padding-left: 1em;
}
body.page.basicpage.guest #contentContainer #content #contentBody p.normal2 { margin-bottom: 2em; line-height: 250%; font-size: 110%; text-align: left; }

.fsize60{
	font-size: 60%;
}

.images_box {
		width: 33.3%;
		display: inline-block;
		border-left: 4px solid #030d3d;
		float: left;
	 height:314px;
		/* ベンダープレフィックスをつけて指定 */
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
.images_box:first-child{
		width: 33.4%;
		display: inline-block;
		border-left: none;
}