@charset "Shift_JIS";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
    font-family: sans-serif;

}


body{
    font-size:14px;
    -webkit-text-size-adjust: none;
    color:#333;
}
img {
    vertical-align: bottom;
    font-size:0;
    line-height: 0;
    border:none !important;
}

ul {
    list-style:none;
}

a {
    color:#333;
    text-decoration: none;
    padding:0px;
    margin:0px;
}

li a{
    display:block;
}

p{
    padding:5px;
}
header h1{
    width:180px;
    float:left;
}
header h1 span{
    font-size:9px;
    color:#666;
    padding:5px 0px 0px 10px;
    display: block;

}

header{
    overflow:hidden;
}

header .btn_menu{
    float:right;
    margin:16px 10px 0px 0px;
    width:45px;
    height:45px;
    background:url(../img/btn_menu.png);
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;    
}

header .on{
    background:url(../img/btn_menu_close.png);
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;    
}


h2.copy{
    background:#505050;
    padding:5px 0px;
    text-align:center;
    color:#fff;
    font-size:12px;
    margin-top:10px;
}

.top_main{
    overflow:hidden;
    margin-top:10px;
}

.top_main .woman{
    float:left;
    margin-left:20px;
}

.top_main ul{
    width:180px;
    float:right;
}

.top_main ul li{
    padding:5px;
}

.red{
    color:#cc0000;
}

.blue{
    color:#0066ff;
}

.orange{
    color:#ff6600;
}
.senior{
	color:#93c;
}

h3{
    font-size:14px;
}
.entry h3{
    margin-top:10px;
    background-color: #D9D6D1;
    background-image: url(../img/bar1.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px;
    -webkit-background-size: 320px 23px;
    background-size: 320px 23px;
    padding-left:30px;
    overflow:hidden;
    
}

.entry_btn ul{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    overflow:hidden;
    height:60px;
    background:url(../img/entry_back.png);
    -webkit-background-size: 106px 60px;
    background-size: 106px 60px;    
}

.entry_btn ul li{

    float:left;
    text-align: center;
    width:24.5%;
    font-size:10px;
    line-height:1.2em;
    padding:5px 0px;
    height:60px;    
}

.brc{
    border-right:1px solid #ccc;
}
.blf{
    border-left:1px solid #fff;
}




.entry_btn ul li img{
    padding:5px 0px 0px;
}

.news h3{
    margin-top:10px;
    background-color: #D9D6D1;
    background-image: url(../img/bar2.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px;
    -webkit-background-size: 320px 23px;
    background-size: 320px 23px;
    padding-left:30px;
    overflow:hidden;

}

.news ul li{
    border-bottom:1px dotted #999;
    padding:5px;
}

.news ul li.news_blue{
    background:url(../img/ya2.png) no-repeat 10px center;
    padding-left:25px;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;    
}

.news ul li.news_blue span{
    background:#0F91DA;
    color:#fff;
    width:60px;
    display:block;
    font-size:10px;
    text-align:center;

}

.news ul li.yose_pink{
    background:url(../img/ya3.png) no-repeat 10px center;
    padding-left:25px;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;      
}

.news ul li.yose_pink span{
    background:#FF6699;
    color:#fff;
    width:60px;
    display:block;
    font-size:10px;
    text-align:center;
}

.news ul li.hoshu_green{
    background:url(../img/ya4.png) no-repeat 10px center;
    padding-left:25px;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;       
}

.news ul li.hoshu_green span{
    background:#99CC00;
    color:#fff;
    width:60px;
    display:block;
    font-size:10px;
    text-align:center;

}



.search h3{
    margin-top:10px;
    background-color: #D9D6D1;
    background-image: url(../img/bar3.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding:5px;
    -webkit-background-size: 320px 23px;
    background-size: 320px 23px;
    padding-left:30px;
    overflow:hidden;
}

footer{
    color:#fff;
    background:#333;
    padding:3px;
    text-align: center;
    margin-top:5px;
}

h3 .link{
    background-color:#fff;
    background-image: url(../img/ya1.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding:1px;
    padding-left:15px;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px; 
    float:right;
    font-size:10px;
    border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chromep */  
    -moz-border-radius: 5px;
}

.w90{
    width:90px;
}

.w40{
    width:40px;
}

.pagetop{
    background-color:#D9D6D1;
    background-image: url(../img/ya5.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding:1px;
    padding-left:15px;
    -webkit-background-size: 4px 5px;
    background-size: 4px 5px; 
    float:right;
    font-size:10px;
    border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chromep */  
    -moz-border-radius: 5px;
    margin-right:5px;
    padding-right:5px;
    margin-top:10px;
}

.foot_link{
    clear:both;
    margin-top:5px;
    text-align: center;
}

.main_navi{
    display:none;
}

.main_navi ul{
    border-top:2px solid #333;
    margin-top:10px;
}

.main_navi ul li{
    background:url(../img/ya1.png) no-repeat 5px center;
    padding:5px;
    padding-left:15px;
    border-bottom:1px dotted #ccc;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;     
}

.search_btn{
    margin-top:10px;
}


h2.fs14{
    font-size:16px;
}

.fs12{
    font-size:12px;
}

.contents{
    padding:10px;
}

.contents p{
    margin:0px;
}

ul.p5{
    padding:5px;
}

ul.disc,ul.num{
    margin-left:20px;
}

ul.disc li{
    list-style-type:disc;
}

ul.num li{
    list-style-type: decimal;
}

ul.submenu{
    overflow:hidden;    
}
ul.submenu li{
    background:url(../img/ya1.png) no-repeat 5px center;
    padding:2px 5px;
    padding-left:15px;
    font-size:10px;
    float:left;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;
    border:1px solid #ccc;
    margin-bottom:2px;
    margin-right:2px;
}

.blc{
    border-left:1px solid #ccc;
}

.contents h3.title{
    border-left:4px solid #ffcc00;
    padding-left:10px;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}

.contents h4{
    margin-top:10px;
    border-bottom:1px solid #ccc;
    border-left:2px solid #ffcc00;
    padding:2px;
    padding-left:5px;
}

.red-b {
    color: #CC0000;
    font-weight: bold;
}
.bar_q {
    background-color: #EEEEEE;
    clear: both;
    overflow: auto;
    padding: 5px;
    margin-top:10px;
}
.bun_l {
    float: left;
    width: 100%;
}

.bun_r4 {
    float: right;
    width: 100%;
}

.ans_q {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    overflow: auto;
    padding: 5px;
}

.blue-b {
    color: #0099FF;
    font-weight: bold;
}



ul.linklist li{
    background:url(../img/ya1.png) no-repeat 5px 0.9em;
    padding:2px 5px;
    padding-left:15px;
    border-bottom:1px dotted #ccc;
    font-weight:bold;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;
}

ul.linklist li span{
    font-size:12px;
    font-weight: normal;
}

ul.link li{
    background:url(../img/ya1.png) no-repeat 5px center;
    padding:2px 5px;
    padding-left:15px;
    font-weight:bold;
    -webkit-background-size: 5px 4px;
    background-size: 5px 4px;    
}

.mosikomi {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    clear: both;
    margin: 5px;
    padding: 10px;
}

.contents h5{
    padding:3px;
    background:#eee;
    margin-top:5px;
}


span.news_blue {
    background:#0F91DA;
    color:#fff;
    width:60px;
    display:block;
    font-size:10px;
    text-align:center;
    margin-bottom:-5px;
}


span.yose_pink {
    background:#FF6699;
    color:#fff;
    width:60px;
    display:block;
    font-size:10px;
    text-align:center;
    margin-bottom:-5px;
}



span.hoshu_green{
    background:#99CC00;
    color:#fff;
    width:60px;
    display:block;
    font-size:10px;
    text-align:center;
    margin-bottom:-5px;

}

ul li.nodec{
    background: none;
    border:none;
    padding:2px 5px;
}

p.form_btn{
    text-align:center;
}

p.form_btn input{
    width:90%;
    font-size:16px;
    padding:10px;
    margin-top:10px;
}

h5.sche_pink,span.sche_pink{
    background:#F6E2EB;
}

h5.sche_blue,span.sche_blue{
    background:#D4E1F6;
}

h5.sche_green,span.sche_green{
    background:#D4F6BC;
}

p.caution{
    color:#666;
    font-size:10px;
}

table.year_sche{
    margin-top:10px;
    border:1px solid #ccc;
    border-collapse: collapse;
}

table.year_sche th{
    text-align: center;
    padding:3px;
    border:1px solid #ccc;
    background:#eee;
}

table.year_sche td{
    padding:3px;
    border:1px solid #ccc;
}

table.year_sche td.month{
    text-align: center;
    background:#D4E1F6;
}

table.year_sche td.green{
    background:#D4F6BC;
}

table.year_sche td.orange{
    background:#F6E6BC;
    color:#333;
}

table.year_sche td.pink{
    background:#F6AFBD;
}

ul.yatop li{
    background:url(../img/ya1.png) no-repeat 5px 0.9em;
}

a.btn_entry{
display:block;
padding:5px;
margin:20px auto;
color:#fff;
font-weight:bold;
font-size:14px;
width:220px;
text-align:center;
}



a.btn_entry span{
font-size:12px;
}

a.btn_primary{
background:#c00;
}

a.btn_bachelor{
background:#0066ff;
}

a.btn_child{
background:#ff6600;
}

a.btn_senior{
background:#9933ff;
}

#news img{
max-width:100%;
max-height:100%;
}