@charset "UTF-8";

/* 
	:title 		"よくあるご質問ページ用スタイルシート";
	:created 	"2010/05/12";
	: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;
}

#contents .size3of4 h3 {
	width	: 570px;
	height	: 42px;
	margin	: 0 0 15px 0;
}
	.ttl-h3-01 { background: url(../img/bgi_sprites.png) no-repeat 0px -30px; }
	.ttl-h3-02 { background: url(../img/bgi_sprites.png) no-repeat 0px -75px; }


/* 加圧トレーニングをはじめる前に
-------------------------------------------------- */
.section { margin: 1em 0; }

.size1of3-01, .size1of3 { float: left; }
.size1of3-01 { width: 38%; }
.size1of3 { width: 30%; }
	.size1of3-01 ul,
	.size1of3 ul { margin: 0 0 0 2em; }
		.size1of3-01 ul li,
		.size1of3 ul li { list-style: disc; }

.consultation { margin: 1em 2em 2em 2em; }
	.consultation li { list-style: disc; }

/* よくあるご質問
-------------------------------------------------- */
dl { margin: 0 0 2em 0; }
	dt {
		margin		: 0 0 1em 0;
		padding		: 0 0 0 3em;
		background	: url(../img/bgi_sprites.png) no-repeat 0px -120px;
		color		: #333;
	}
	dd {
		margin			: 0 0 1em 0;
		padding			: 0 0 1em 3em;
		background		: url(../img/bgi_sprites.png) no-repeat 0px -140px;
		border-bottom	: 1px solid #666;
	}
		dd.noBorder { border-bottom: 0; }

/* トライアルトレーニング受付中バナー,
   初めてのご予約は〜バナー
-------------------------------------------------- */
.bannerLists { margin: 30px 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;
}
