@charset "utf-8";
/* CSS Document */
@media print {
	aside {
		display: none !important;
	}
	
	#mainBlock{
		background-size: 150% !important;
	}
	
	.content {
		max-width: 100% !important;
	}
	.content ol{
		width: 90%;
	}
}

#wrap{
	background: #FFF;
}


#mainBlock{
	background: #000 url(../img/bg_info.jpg) no-repeat;
	background-size: auto;
}


article{
	overflow: hidden;
}

#contentsBlock{
	background-position: 0%;
	background-repeat: repeat-y;
	margin:0px auto;
	overflow: hidden;
}
.content{
	width: 845px;
	margin: 20px auto 0px;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.sec01{
	padding: 10px 46px;
}
	.sec01 h2{
		font-size: 24px;
	}
	
	.info_details p{
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 16px;
		line-height: 1.6;
	}

.teltxt a {
	color:#333 !important;
}

@media screen and (max-width: 1024px) {
#mainBlock{
	background:url(../img/info_main_01.jpg) no-repeat 40% top;
	background-size: auto;
}


.mainimg{
	display: none;
}
	
#contentsBlock {
    height: auto;
    float: none;
    margin: 180px auto 0;
    overflow: hidden;
}

.content{
	margin: 0;
}

.content ol {
    width: 100%;
}
.sec01{
	padding: 10px 20px 20px;
	width: 90%;
}

.info_txt{
	width: 100%;
	white-space: norma !important;
}

}

@media screen and (max-width: 899px) {
#mainBlock{
	background: none;
}
.content{
	width: 100%;
	margin: 0;
}

#contentsBlock{
	width: 100%;
	height: auto;
	float: none;
	margin: 0px auto 0;
	overflow: hidden;
}

.sec01{
	padding: 0px 20px 20px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
	.info_details p{
		padding: 0px;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.6;
	}

}