@charset "Shift_JIS"; 

/*
このファイルは説明会情報のスタイルを定義しています。
*/

/*ローカルナビ(2013〜)
-------------------------------------------------*/


#localNavi{
	background: url("../img/bg_navi.png");
	border:1px solid #bc8765;
}


#localNavi h2{
	background: url("../img/bg_local_navi_h2.png") no-repeat top left;
}



#localNavi ul{
	margin:8px 8px;
}

#localNavi ul li{
	background: url("../img/bg_local_navi_li.png") repeat-x bottom;
	padding-bottom:5px;
	margin-bottom:8px;
}


#localNavi ul li a{
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	background: url("../img/bg_locl_navi_link.png") no-repeat left center;
	padding-left:14px;
	display:block;
}

/* no link 2014.12.17 */
#localNavi ul li span{
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	background: url("../img/bg_locl_navi_link.png") no-repeat left center;
	padding-left:14px;
	display:block;
	color: #999;
}


/*説明会リード文 
---------------------------------------*/



.read{
	margin-left:10px;
	width:730px;
	margin-bottom:40px;
}


.read p{
	line-height:1.8 !important;
}


/*説明会　タイトル
---------------------------------------*/

h4 {
	margin-bottom: 10px;
	padding-left: 3px;
	border-left: 5px #5e195B solid;
	font-size: 90%;
}




/*日程
---------------------------------------*/

table.result{
	width:700px;
	/*margin-bottom:20px;*/
}

table.result th{
	width:130px;
	background:#865384 url("../img/bg_result_th.png");
	padding:10px;
	color:#ffffff;
	font-size:14px;

}

table.result td{
	background:#eeeeee;
	padding:8px;
}

table.result table td{
	background:#eeeeee;
	padding:0px;
	padding-bottom:3px;
	vertical-align:top;
	/*font-size: 90%;*/ /* 150122 */ /* 150509off */
	color: #333333; /* 150130 */
}

table.result table td.nen{
	padding-right:5px;
}


table.result table td.last{
	padding-bottom:10px;
}



/*override
---------------------------------------*/

.book {
	margin: 0 10px;
	padding-bottom: 20px !important;
}

.hr{
	clear: both;
	border: none;
	border-top: solid 2px #CCC;
	height: 1px;
	color: #FFFFFF;
	margin: 40px 0 60px 0;
}



/*本文*/

#work {
	float: right;
	width: 550px;
;
}

.book-s {
	margin: 0 0 0 5px;
}

.book-s p{
	line-height:1.7 !important;
	width: 535px;

}




.column {
	float: left;
	clear: left;
	width: 230px;
	padding: 0;
	border: 1px solid #808080;
}

.column h2 {
	margin-bottom: 0;
	padding: 5px;
	border-bottom: 1px solid #808080;
	background-color: #eeeeee;
}

#content .column p {
	font-size: 80%;
	line-height: 1.4;
}

.column p {
	padding: 8px;
}


.column01 p.pagetop{
	width:700px !important;
	display:block;
}



/*支店説明会リード　拡大
-------------------------------------------*/

p.impPara{
	font-size:18px !important;
	margin-bottom:37px !important;
	margin-top:25px !important;
}




/*2014追加　コマ割りテーブル
-------------------------------------------*/



.koma{
	margin-bottom:7px;
}




.koma td{
	padding-bottom:10px !important;
	font-size:14px;
}




/*説明会　タイトル
---------------------------------------*/

h2.hontenSetsumei {
	margin-bottom: 20px;
	margin-left:10px;
	padding-left: 6px;
	border-left: 5px #5e195B solid;
	font-size:110%;
}


/*支店説明会　日時テーブル　コース別タイトル
---------------------------------------*/

table.result td.inHead{
	background-color:#c9c9c9 !important;
	text-align:center
}



table.couseDate{
	padding-top:5px;
}




/*2015追加　コース別テーブル　開催日時
-------------------------------------------*/
table.result table.courseTime {
	border-collapse: collapse;
	margin-bottom: 8px;
}

table.result table.courseTime th {
	background: #DDD;
	color: #000;;
	font-size: 90%;
	padding: 8px 10px;
	border: 1px solid #BBB;
	text-align: center;
	width: auto;
	font-weight: normal;
}

table.result table.courseTime td {
	font-size: 90%;
	padding: 8px 10px;
	border: 1px solid #BBB;
	background: #F5F5F5;
}

/*2016追加　コース別テーブル(2)　開催日時　余白縮小
-------------------------------------------*/
table.result table.courseTime2 {
	border-collapse: collapse;
	margin-bottom: 8px;
}

table.result table.courseTime2 th {
	background: #DDD;
	color: #000;;
	font-size: 90%;
	padding: 8px 7px;
	border: 1px solid #BBB;
	text-align: center;
	width: auto;
	font-weight: normal;
}

table.result table.courseTime2 td {
	font-size: 90%;
	padding: 8px 7px;
	border: 1px solid #BBB;
	background: #F5F5F5;
}





