@charset "utf-8";

#mainAreaW {
	/*position:relative;*/
}

#mainAreaW .pageTitle {
	width:746px;
	margin:0 auto 27px;
}

#mainAreaW .btnIndex {
	float:right;
	margin:-52px 0 0;
	padding:0 81px 0 0;
}

.wrap1,
.wrap2 {
	clear:both;
	width:678px;
	margin:0 auto;
}

#mainAreaW .section {
	width:666px;
	margin:0 auto;
	padding:0 6px;
}

.wrap1 {
	padding-top:5px;
	background:url(../images/newring_bg_head.png) center top no-repeat;
}

.wrap2 {
	padding-bottom:5px;
	background:url(../images/newring_bg_foot.png) center bottom no-repeat;
}

.section#newringDetail {
	background:url(../images/newring_bg.png) center top repeat-y;
}

/* @group 予約ボタン ========================================================*/

.section .btnArea {
	clear:both;
	width:610px;
	margin:0 auto;
	padding:1px 0 0;
	background:url(../../../common/images/dotline_x.png) left top repeat-x;
}

.section .btnArea .btn {
	margin:0 0 26px;
	padding:22px 0 24px;
	background:url(../images/newring_btnbg.png) left bottom repeat-x;
}

.section .btnArea .btn a {
	display:block;
	width:186px;
	margin:0 auto;
}

/* @end */

/* @group ページ下部Flashナビゲーション ========================================================*/

#mainAreaW #flashNavi {
	width:678px;
	padding:10px 0 0;
}

/* @end */

/* @group clearfix ----------------------------------------- */

.itemBlock:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html .itemBlock {/* IE6 */
	zoom:1;
}

*:first-child+html .itemBlock {/* IE7 */
	zoom:1;
}

/* @end */

