@charset "UTF-8";

/* 
	:title 		"お問い合わせページ用スタイルシート";
	:created 	"2010/05/14";
	: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;
}
	#telephone { background: url(../img/bgi_sprites.png) no-repeat 0px -34px; }
	#email { background: url(../img/bgi_sprites.png) no-repeat 0px -80px; }

/* お電話でのお問い合わせ,
   メールでのお問い合わせ
-------------------------------------------------- */
.section {
	margin	: 0 0 2em 0;
	padding	: 10px 5px;
	border	: 1px solid #999;
}

	.section .telephone {
		width	: 40%;
		float	: left;
	}
	.section .email {
		width	: 52%;
		float	: left;
	}
	.section .telephone {
		height		: 115px;
		background	: url(../img/bgi_sprites.png) no-repeat 0px -125px;
	}
	.section .email {
		height		: 120px;
		background	: url(../img/bgi_sprites.png) no-repeat 0px -240px;
	}

	.section ul {
		margin	: 0 0 0 2em;
	}
		.section ul li { list-style: square; }
	
	.section .right {
		float: right;
		width	: 60%;
		padding: 10px 0 0 0;
	}
	
	.section .right2 {
		float: right;
		width	: 46%;
		padding: 20px 0 0 0;
	}
	
	.section .mt10 {
		margin-top: 10px;
	}
	
	
/* トライアルトレーニング受付中バナー,
   初めてのご予約は〜バナー
-------------------------------------------------- */
.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;
}
