@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;
}


/* 加圧トレーニングメカニズム,
   加圧トレーニングで得られる5つのうれしい効果	
-------------------------------------------------- */
strong { font-weight: bold; }

#contents .size3of4 .section { margin : 1em 0; }

.size1of2 {
	width	: 49.5%;
	float	: left;
}

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

.size1of2 .bnr {
		margin-top	: 15px;
}

.iSection { margin: 0 0 2em 0; }
	
	.iSection ol { margin : 0 1em 0 2em; }
		.iSection ol li {
			padding		: 0 0 1em 0;
			list-style 	: decimal;
		}


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