@charset "utf-8";
/* CSS Document */

/* import 
----------------------------------*/

@import url(base.css);

/* =main
----------------------------------*/

/* =home main-menu
----------------------------------*/

#home .main-menu-col .main-menu{
background: url(../images/common/main-menu-sideline.gif) top right repeat-y;
float: left;
margin-bottom: 20px;
}

#home .main-menu dl{
display: block;
width: 165px;
height: 190px;
padding-bottom: 15px;
background:url(../images/common/dottedline.gif) left bottom repeat-x;
margin: 0 10px;
}

#home .main-menu dl dt{
width: 165px;
height: 131px;
padding-top: 10px;
}

#home .main-menu dl dt a{
width: 110px;
height: auto;
display: block;
margin: 11px auto 10px;
text-align: center;
}

#home .main-menu dl dd{
font-size: 120%;
height: 44px;
overflow: hidden;
}

#home .main-menu dl dd a{font-weight: bold;}

#home .main-menu p{
width: 155px;
padding-bottom: 15px;
margin: 0 10px;
font-size: 1.2em;
background: url(../images/common/list_arrow.gif) left 6px no-repeat;
padding-left: 10px;
font-weight: bold;
}

/* =home sub-content-box
----------------------------------*/

#home .sub-content-box,
#home .sub-content-box02{
width: 173px;
margin: 0 0 20px;
padding-bottom: 10px;
border: 1px solid #ccc;
border-top: 2px solid #ccc;
}

#home .sub-content-box dl{
margin: 10px;
margin-bottom: 0;
padding-bottom: 10px;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
}

#home .sub-content-box02{background-color: #f3f3f3;}
#home .sub-content-box02 dl{
margin: 10px;
margin-bottom: 0;
padding-bottom: 10px;
background-color: #fff;
border: 1px solid #ccc;
padding: 5px;}

#home .sub-content-box dl a,
#home .sub-content-box02 dl a{
font-weight: bold;
font-size: 120%;
}
#home .sub-content-box dl span,
#home .sub-content-box02 dl span{font-weight: bold;}

#home .sub-content-box dl dd img,
#home .sub-content-box02 dl dd img{
display: block;
margin: 10px auto;
}

#home .banner-area li{
margin-bottom: 5px;
}


/* =list main
----------------------------------*/

#list #main #main-inner{
padding: 0 15px 0 20px;
border-left: 1px solid #ccc;
}

form.search{
border: 1px solid #ccc;
padding: 10px 20px;
margin-bottom: 15px;
}

form.search ul{
height: 26px;
float: left;
}

form.search ul li{
display: block;
height: 26px;
float: left;
line-height: 26px;
padding-right:15px;
}

form.search p.search-btn{
float: right;
}


/* =list-box
----------------------------------*/

.list-box-col .list-box{
width: 156px;
float: left;
border-right: 1px solid #ccc;
padding: 20px 10px 0;
}

.list-box-col .list-box dl{
width: 156px;
float: left;
padding-bottom: 10px;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
}

.list-box-col .list-box dl dt{
height: 110px;
margin-bottom: 20px;
}

.list-box-col .list-box dl dt a{
width: 110px;
display: block;
margin: auto;
}

.list-box-col .list-box dl dd ul li{
font-size: 110%;
display: inline;
}

.list-box-col .list-box dl dd.s-name{
font-size: 120%;
height: 3.6em;
line-height: 1.2;
overflow: hidden;
}


/* =detail main
----------------------------------*/

#school-header{
position: relative;
margin:0;
}

#school-header h2{
font-size: 140%;
font-weight: bold;
line-height: 40px;
margin-bottom: 20px;
padding-top: 5px;
border-bottom: 1px solid #ccc;
}

#school-header p{
position: absolute;
top: 10px;
left: 382px;
}

* html #school-header p{
top:0;
}

*+html #school-header p{
top:0;
}

/* =school-top-box
----------------------------------*/

#school-top-box{
font-size:120%;
line-height: 1.5;
margin-bottom: 15px;
}

#school-top-box img{
padding:2px;
border: 1px solid #ccc;
margin-left: 15px;
margin-bottom: 15px;
}

ul.school-gallery{
clear: both;
margin-bottom: 15px;
}

ul.school-gallery li{
display: inline;
}

ul.school-gallery li img{
padding: 1px;
border: 1px solid #ccc;
margin-right: 0;
}

.access{
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
margin-bottom: 45px;
line-height: 1.5;
}

.access dl dt{
width: 8em;
float: left;
padding-left: 13px;
background: url(../images/detail/list-square.gif) left 2px no-repeat;
font-size: 120%;
}

.access dl dd{
float: left;
font-size: 120%;
}

/* =school-box
----------------------------------*/

.school-box{
clear: both;
line-height:1.5;
}

.school-box dl{
margin-bottom: 10px;
padding-bottom: 10px;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
}

.school-box dl dt{
font-size: 120%;
color: #c54f72;
float: left;
clear: left;
padding-right: 5px;
font-weight: bold;
}

.school-box dl dd{
font-size: 120%;
float: left;
}

.school-box ul{margin-bottom: 12px;}

.school-box ul li{
display: inline;
font-size: 120%;
padding: 0 5px;
background: url(../images/detail/separater.gif) center right no-repeat;
white-space: nowrap;
float: left;
}

.school-profile{
padding: 20px;
border: 1px solid #ccc;
background-color: #f8f8f8;
clear: both;
margin-bottom: 40px;
}

.school-profile p{
font-size: 120%;
margin-bottom: 20px;
}

.school-profile dl{
background: none;
}

.school-profile dl dt,
.school-profile dl dd{
float: none;
}

.school-profile dl dt{
margin-bottom: 5px;
}

/* =detail sub
----------------------------------*/

#detail #sub h3{
font-size: 140%;
line-height: 1.4;
padding-left: 15px;
background: url(../images/common/list_arrow.gif) 4px 7px no-repeat #ccc;
margin-bottom: 15px;
}

#detail .sub-content-box,
#detail .sub-content-box02{
width: 168px;
margin: 0 auto 20px;
}

#detail #sub .sub-content-box{
margin-bottom: 30px;
}

#detail #sub .sub-content-box ul li{
line-height: 30px;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
}

#detail #sub .sub-content-box a,
#detail #sub .sub-content-box02 a{
font-size: 120%;
font-weight: bold;
width: 173px;
margin: 0 auto 20px;
padding-bottom: 10px;
}

#detail #sub .sub-content-box dl,
#detail #sub .sub-content-box02-inner dl{
margin-bottom: 10px;
padding-bottom: 10px;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
}

#detail #sub .sub-content-box dl dt{
font-weight: bold;
}

#detail #sub .sub-content-box dl dd{
margin-bottom: 5px;
}

#detail #sub .sub-content-box02-inner{
margin: 10px 0 20px;
padding: 20px;
border: 1px solid #ccc;
}

#detail #sub .sub-content-box02-inner dl dd img{
display: block;
margin: 10px auto;
}

#detail #main .school-detail{
display: block;
line-height: 28px;
background-color: #bc4863;
color: #fff;
padding-left: 15px;
font-size: 120%;
margin-bottom:25px;
}

#detail #main .voice-box{
font-size: 120%;
background: url(../images/common/dottedline.gif) left bottom repeat-x;
padding-bottom: 15px;
margin-bottom: 15px;
clear: both;
}

#detail #main .voice-box h4{ 
font-weight: bold;
color: #bc4863;
margin-bottom: 15px;
}

#detail #main p{
margin-bottom: 15px;
}

#detail #main .voice-box ul li{
font-weight: bold;
margin-bottom: 5px;
}

#detail #main .voice-box img.alignright{
margin-left: 10px;
padding: 2px;
border: 1px solid #ccc;
}

#detail #main .voice-box table{
width:545px;
border-top:#c5c5b6 solid 1px;
border-left:#c5c5b6 solid 1px;
margin-bottom:12px;
}

#detail #main .voice-box table thead th{
width:544px;
border-right:#c5c5b6 solid 1px;
border-bottom:#c5c5b6 solid 1px;
padding:5px 8px;
background:#f8f8ee;
color:#545438;
font-weight: bold;
}

#detail #main .voice-box table tbody th{
width: 31px;
font-weight: bold;
border-bottom:#c5c5b6 solid 1px;
padding:5px 8px;
}

#detail #main .voice-box table tbody td{
width: 482px;
border-right:#c5c5b6 solid 1px;
border-bottom:#c5c5b6 solid 1px;
padding:5px 8px;
}

#detail #main .voice-box table tbody td ul li{
display: inline;
white-space: nowrap;
font-weight: normal;
}

.cat-nav li{
background: url(../images/common/list_arrow.gif) left 6px no-repeat;
padding-left: 15px;
}

