@charset "utf-8";
/* CSS Document */

.koushaSection{}
.koushaInner{
	position:relative;
	widht:100%;
	border-bottom:#CCC 2px solid;
}

.koushaInner h2{
	padding:5px;
	text-indent:10px;
	font-size:14px;
	color:#1B1464;
}

.koushaInner dl{
	position:relative;
	height:340px;
}

.koushaInner dt{
	position:absolute;
	clear:both;
	display:block;
	width:80px;
	text-align:center;
	float:left;
	background-color:#1B1464;
	color:#fff;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}

.koushaInner dd{
	position:absolute;
	display:block;
	color:#000;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  }
}


.koushaInner img{
}

/* 業態ロゴ */
.koushaInner dt.logo{display:none;}
.koushaInner dd.logo{top:0px; left:0px; width:100%;}
/* 業態名 */
.koushaInner dt.brand{display:none;}
.koushaInner dd.brand{top:50px;left:30px; width:260px; font-size:14px; font-weight:bold; color:#1B1464;}
/* 校舎名 */
.koushaInner dt.name{display:none;}
.koushaInner dd.name{top:70px;left:30px; width:260px; font-size:22px; font-weight:bold; line-height:1.1em; color:#1B1464;}
/* 地域 */
.koushaInner dt.area{display:none;}
.koushaInner dd.area{display:none;}
/* TEL */
.koushaInner dt.tel{top:118px;left:30px; height:30px; padding:3px;}
.koushaInner dd.tel{top:118px; left:120px; width:170px; height:30px; padding:3px; font-size:20px; font-weight:bold;background-color:#F3F3F3; line-height:1.2em; color:#00C}
/* 住所 */
.koushaInner dt.address{top:158px;left:30px; height:60px; padding:3px;}
.koushaInner dd.address{top:158px; left:120px; width:170px; height:60px; padding:3px; line-height:1.2em;background-color:#F3F3F3;}
/* アクセス */
.koushaInner dt.access{top:228px;left:30px; height:80px; padding:3px;}
.koushaInner dd.access{top:228px; left:120px; width:170px; height:80px; padding:3px; line-height:1.2em;background-color:#F3F3F3;}
/* オプション */
.koushaInner dt.option{display:none;}
.koushaInner dd.option{display:none;}
/* 校舎写真 */
.koushaInner dt.photo{display:none;}
.koushaInner dd.photo{
	top:70px;
	left:309px; 
	width:240px; 
	height:240px; 
	border:#CCC 1px solid; 
}
.koushaInner .photo div{
	display: table-cell; 
	width: 240px; 
	height: 240px; 
	vertical-align: middle; 
	layout-grid-line: 240px; /* IE7以下 */
	text-align:center; 
}
/* 地図 */
.koushaInner dt.map{display:none;}
.koushaInner dd.map{
	top:70px;
	left:558px; 
	width:240px; 
	height:240px; 
	border:#CCC 1px solid; 
}
.koushaInner .map div{
	display: table-cell; 
	width: 240px; 
	height: 240px; 
	vertical-align: middle; 
	layout-grid-line: 240px; /* IE7以下 */
	text-align:center; 
}

/* 校舎写真・地図のサイズを横幅基準で調整 */
.koushaInner dd.photo img, dd.map img{
	max-width:230px;
	height:auto;
	border:#fff 1px solid;
}

/* 業態ロゴのサイズを横幅基準で調整 */
.koushaInner dd.logo img{
	max-width:800px;
	height:auto;
	border-top:#ccc 1px solid; 
	border-bottom:#999 1px solid; 
}

