/* 記事固有のスタイルシート */
.key-color{
	color: #940000;
}
.key-color2{
	color: #c00000;
}

.tableBlock01 th {
	font-weight: normal;
	text-align: left;
	width:15%;
}
body.page.basicpage.guest #contentContainer #content #contentBody .border_t {
        border-bottom: 2px solid #ffffff;
        margin-bottom: 16px;
}
#s00622 p.ind1em {
	text-indent: -1em;
	padding-left: 1em;
}
.diamond {
	position: relative;
	padding-left:1.5em;
}
body.page.basicpage.guest #contentContainer #content #contentBody .diamond::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: .2em;
	width: .8em;
	height: .8em;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#s00622 .ind1-5em {
 text-indent: -1.5em;
	padding-left: 1.5em;
}


#s00622 .cover{
 -moz-background-size:cover!important;
 background-size: cover!important;
}
#s00622 .bg-size_auto{
 -moz-background-size:auto!important;
background-size:auto!important;
}
#s00622 .contain{
 -moz-background-size:contain!important;
background-size:contain!important;
}

body.page.basicpage.guest #contentContainer #content #contentBody .images_box {
		width: 33.3%;
		display: inline-block;
		border-left: 4px solid #FFF;
		float: left;
	 height:476px;
		/* ベンダープレフィックスをつけて指定 */
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
body.page.basicpage.guest #contentContainer #content #contentBody .images_box:first-child{
		width: 33.4%;
		display: inline-block;
		border-left: none;
}

body.page.basicpage.guest #contentContainer #content #contentBody .bg-op{
	background-color: rgba(148,0,0,0.8);
}

@media screen and (max-width: 479px){
	#s00622 .cover{
			-moz-background-size:cover!important;
		background-size: cover!important;
	}
	#s00622 .bg-size_auto{
		-moz-background-size:contain!important;
	background-size:contain!important;
	}
	#s00622 .bg-op{
	background-color: rgba(148,0,0,1.0);
}
}

