@charset "UTF-8";

/* 
	:title 		"コアトレーニングページ用スタイルシート";
	:created 	"2010/04/20";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
	:note		"
				Outline -
				";
*/


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

#contents .size3of4 h3 {
	width		: 570px;
	height		: 45px;
	margin		: 0 0 15px 0;
	background	: url(../img/bgi_sprites.png) 0px 0px;
}

#contents .size3of4 h4 {
	margin		: 0 0 15px 0;
	font-size	: 1.16em;
	font-weight	: bold;
	color 		: #333;
}


/* 文中の写真	
-------------------------------------------------- */
.pictures { margin: 1em 0 2em 0; }


/* コアトレーニングメカニズム	
-------------------------------------------------- */
.section { margin	: 0 0 2em 0; }
	
#contents .size3of4 .section p { margin: 0 53% 0 0; }
#contents .size3of4 .section p.size1of2 {
	width		: 53%;
	margin		: 0;
	float		: right;
	text-align	: center;
}


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