@charset "utf-8";
/* CSS Document */



#content {
	width:1000px;
	background:#FFF;
	padding-left:50px;
	padding-right:50px;
}

#main_img {
	background: url(../../../air_bath/images/main.jpg) no-repeat;
	width:100%;
	height:0;
	background-size:contain;
	padding-top:20%;
}

h1.fee{
	background: url(../../../air_bath/images/fee.png) no-repeat;
	width:209px;
	height:28px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:20px;
}

p.price {
	background: url(../../../air_bath/images/price.png) no-repeat;
	width:168px;
	height:79px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:50px;
}


/* コンテンツエリア ボックスレイアウト */

.box_left {
	width:700px;
    float: left;
    margin: 0 30px 50px 0;
}
.box_right {
	width:270px;
    float: right;
    margin: 0 0px 50px 0;
}
