﻿@charset "utf-8";
/*--------------------------
   branch.css

   校舎案内　レイアウト
--------------------------*/

/*==========================
	校舎案内
==========================*/
/*地図下部　ボタン*/
/*#map_link_list{
	margin:5px 5px 0 15px;
}
#map_link_list li{
	margin:0 2px 0 0;
	display:inline;
}*/
#wrapListDisp{
	margin:5px 0 0 0;
}
#wrapListDisp img{
}
/*　校舎詳細----------------------------*/
.box_kousya{
	margin:20px 0 0 15px;
	background: url(../img/common/bg_hougansi.jpg);
	border:1px #c0b7ad solid;
}
.box_kousya td{
}

.box_kousya_title_area{
	padding:10px 8px 3px 32px;
	height:30px;
	background: url(../img/common/bg_title_h3.gif) no-repeat 12px 12px;
}
/*校舎名*/
.kousya_title_h3{
	float:left;
}
/*資料請求ボタン*/
.box_kousya .kousya_siryouseikyuu{
	padding:0 2px 0 0;
	float:right;
}
/*-左右の枠---------------*/
/*----写真枠（左側）---*/
.box_kousya_photo{
	padding:8px 0 10px 10px;
	width:190px;
	vertical-align:top;
}
.box_kousya_photo p{
	margin:0 0 10px 0;
}
.box_kousya_photo p img{
	border:1px #8e8e8e solid;
}

/*----詳細枠（右側）---*/
.box_kousya_detail{
	padding:8px 10px 10px 0;
	width:380px;
}
/*電話番号*/
.box_kousya_tel{
	line-height:1;
	color:#74562b;
	font-size:160%;
	font-weight:bold;
}

/*FAX・受付時間*/
.box_kousya_fax{
	margin:2px 0 0 0;
	line-height:1;
	color:#74562b;
	font-weight:bold;
}
/*見出し　設置コース・教室紹介*/
.box_kousya_detail h4{
	margin:20px 0 0 0;
}
/*対象*/
.kousya_taisyou{
	margin:10px 0 0 0;
	padding:1px 3px;
	width:8em;
	background:#9d9d9d;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
/*ISJ　中学部　リスト*/
.kousya_course_list{
	margin:8px 0 0 0;
	font-size:86%;
}
.kousya_course_list li{
	margin:0 25px 0 0;
	width:150px;
	float:left;
	line-height:1.6;
}
/*ISJタイトル*/
.kousya_course_isj{
	padding:0px 3px;
	background:#4cb010;
	width:4em;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
/*中学部タイトル*/
.kousya_course_cyugaku{
	padding:1px 3px;
	background:#2864c6;
	width:4em;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
/*教室紹介　テキスト*/
.kyousitu_syoukai_text{
	margin:10px 0 0 0;
}



