@charset "UTF-8";

/* 
	:title 		"トライアル３ページ用スタイルシート";
	:created 	"2010/05/06";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
*/


/* title
-------------------------------------------------- */
#contents .size3of4 h2 {
	width		: 570px;
	height		: 26px;
	margin		: 0 0 15px 0;
	background	: url(../img/bgi_sprites.png) no-repeat 0px -135px;
}

#contents .size3of4 h3 {
	width		: 570px;
	height		: 45px;
	margin		: 30px 0 15px 0;
}
	#contents .size3of4 h3.ttl-Trial { background: url(../img/bgi_sprites.png) no-repeat; }
	#contents .size3of4 h3#bridal { background: url(../img/bgi_sprites.png) no-repeat 0px -45px; }
	#contents .size3of4 h3.ttl-Flow { background: url(../img/bgi_sprites.png) no-repeat 0px -90px; }


/* トライアル加圧トレーニングが、月３回で9,800円
-------------------------------------------------- */
.bnrTrial3 { margin: 1em 0; }

address {
	margin		: 0.5em 0 0 0;
	font-style	: normal;
}
	address p.telephone {
		width		: 232px;
		height		: 49px;
		margin		: 0 0 0.5em 0;
		background	: url(../img/bgi_sprites.png) no-repeat 0px -210px;
		overflow	: hidden;
	}	
	address p.telephone2 {
		width		: 232px;
		height		: 49px;
		margin		: 0 0 0.5em 0;
		background	: url(../img/bgi_sprites.png) no-repeat 0px -161px;
		overflow	: hidden;
	}

.biztime dt { width: 8em; }
.biztime dd { margin: -1.5em 0 0 9em; }


/* ブライダルメニュー
-------------------------------------------------- */
.services { margin: 0.5em 0 0.5em 1em; }
	.services li {
		margin		: 0 0 0 -1em;
		text-indent	: 1em;
	}
	.services li span { text-decoration: line-through; }
	

/* トライアルトレーニングの流れ
-------------------------------------------------- */
.section { margin: 0 0 1em 0; }

.section .size1of3 { float: left; }
.section dl.size2of3 { float: right; }
	.section dl.size2of3 dt,
	.section dl.size2of3 dd { display: block; }
	.section dl.size2of3 dd {
		padding	: 1em 0 0 0;
		clear	: both;
	}
		.section dl.size2of3 dt.size1of3,
		.section dl.size2of3 dt.size2of3 {
			padding		: 0.5em 1em;
			font-weight	: bold;
		}
		.section dl.size2of3 dt.size2of3 {
			width		: 59%;
			background	: #eeead1;
			float		: left;
		}
		.section dl.size2of3 dt.size1of3 {
			width		: 28%;
			background	: #ded5a2;
			float		: right;
			text-align	: right;
		}
		* html .section dl.size2of3 dt.size1of3 { width: 27%; }

.notes { margin: 2em 0 2em 1.5em; }
	.notes li { list-style: disc; }
	

/* トライアルトレーニング受付中バナー,
   初めてのご予約は〜バナー
-------------------------------------------------- */
.bannerLists { margin: 0 0 15px 0; }
	.bannerLists li { padding: 0 0 10px 0; }
	

/* clearfix
-------------------------------------------------- */
#contents .size3of4 .section:after {
	height		: 0;
	display		: block; 
	clear		: both; 
	content		: url(/common/img/pixel.png);
}

#contents .size3of4 .section { overflow: hidden; }

/* Hides from IE-mac \*/
* html #contents .size3of4 .section {
  height		: 1%;
  overflow		: visible;
}
