@media screen and (min-width:1200px){
	#bgarea{
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		height:100%;
		min-height:100%;
		z-index:-1;
		overflow:hidden;
	}
	#bgleft{
		float:left;
		width:12%;
		max-width:170px;
		height:100%;
		background:url(../img/index_left.jpg) repeat-y right center;
		background-size:cover;
	}
	#bgright{
		float:right;
		width:12%;
		max-width:170px;
		height:100%;
		background:url(../img/index_right.jpg) repeat-y left center;
		background-size:cover;
	}
}

body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
#wrapper{
	width:860px;
	margin:35px auto 0;
	background:url(../img/content_head.png) no-repeat right top;
	padding:20px 0 50px;
}
#content_bg{
	width:810px;
	color:#59524d;
	padding:25px;
	background:url(../img/content_bg.jpg) #fff;
}
h1{
	height:72px;
	background:url(../img/info_title.png) no-repeat center top;
	text-indent:-9999px;
	backface-visibility:hidden;
}
#content{
	padding:65px 75px 0;
}
h2{
	font-size:14px;
	letter-spacing:1px;
	color:#f8184d;
	border-bottom:dashed 1px #f8184d;
	margin-bottom:25px;
}
#content p{
	padding:0 0 50px 5px;
}
.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
#content p a{
	color:#000;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	color:#f8184d;
	background:none;
	border-bottom:1px solid #f8184d;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}

/* SCALE */
.pr40{
	padding-right:40px;
}


.boshu_asp{
	width:680px;
	height:42px;
	margin:-30px auto 0;
	border-radius:5px;
	background-color:#f8184d;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}