@charset "UTF-8";

/* 
	:title 		"スタジオページ用スタイルシート";
	:created 	"2010/04/22";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
*/


/* title
-------------------------------------------------- */
#contents .size3of4 h2 {
	width		: 570px;
	height		: 25px;
	margin		: 30px 0 15px 0;
}
	#contents .size3of4 h2.ttl-Studio { background: url(../img/bgi_sprites.png) no-repeat 0px -50px; }
	#contents .size3of4 h2#access { background: url(../img/bgi_sprites.png) no-repeat 0px -80px; }
	#contents .size3of4 h2#access2 { background: url(../img/bgi_sprites.png) no-repeat 0px -137px; }

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


/* スタジオ
-------------------------------------------------- */
.photo { margin: 1em 0 2em 0; }


/* アクセス
-------------------------------------------------- */
strong { font-weight: bold; }

.section { margin: 0 0 2em 0; }

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

#contents .size3of4 .section div { margin: 0 0 0 53%; }
	#contents .size3of4 .section div p { margin: 0 0 1em 0; }
	#contents .size3of4 .section div p.label { margin: 0; }
	#contents .size3of4 .section div ul.lst-Trans {	margin: 0 1em 1em 2em; }
		#contents .size3of4 .section div ul.lst-Trans li { list-style: disc; }
		#contents .size3of4 .section div ul li.print {
			padding		: 0.2em 0 0.2em 1.5em;
			background	: url(../img/bgi_sprites.png) no-repeat 0px -110px;
		}
		* html #contents .size3of4 .section div ul li.print { background: url(../img/bgi_sprites.png) no-repeat 0px -109px;	}


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