@charset "UTF-8";

/* 
	:title 		"サイトマップページ用スタイルシート";
	:created 	"2010/05/17";
	: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;
}

/* サイトマップ
-------------------------------------------------- */
.section { margin: 0 0 2em 0; }
.size1of2 {
	width	: 49%;
	float	: left;
}
	dl.size1of2 dt {
		margin		: 2em 1em 1em 0;
		padding		: 0.5em 0 0.5em 1em;
		font-weight	: bold;
		background	: #dcd7b7;
		color		: #333;
		border		: 1px solid #4c430a;
		border-left	: 5px solid #4c430a;
	}
	dl.size1of2 dt.firstItem { margin: 0 1em 1em 0; }
	dl.size1of2 dd { margin: 0 1em 0 1.5em;	}

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