@charset "utf-8";

/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.24col.css");


.style1 {color: #e60012}
.style2 {color: #005bac}
.cor-red{color: #ff080f;
    font-weight: bold;
    padding-left: 1em;}


#wrap{
    padding-top: 40px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

header{
padding: 0 20px;
display: block;
overflow: hidden;
}

.subtitle{
    background-color: #fff100;
    color: #004098;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 10px;
}



header .main-ttl{}
header .main-ttl img:nth-child(1){
    margin-left: 0px;
}
header .main-ttl img:nth-child(2){
    float: right;
    margin-top: 20px;
    padding: 0 5px;
    background-color: #023f98;
}
header .info1{
    display: block;
    overflow: hidden;
    margin-top: 15px;
    font-size: 0.9em;
    background-color: #fff;
    border: solid 5px #004098;
    padding: 0 0 8px;
    margin-bottom: 5px;
}

.info1-in{
padding: 0 20px;
font-size: 1em;
}


header .info2{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    font-size: 1em;
    border: solid 3px #ff090e;
    padding: 3px 30px;
    margin-bottom: 50px;
    color: #ff090e;
    font-weight: bold;
	text-align: center;
}



.cont {
padding-left: 20px;
}




.side {
padding-right: 20px;
}

.side li {
    margin-bottom: 20px;
    float: right;
}

#main02 .side li {
    margin-bottom: 31px;
    float: right;
}

.timemenu{
margin-bottom: 10px;
}

.timemenu ul{
    max-width: 920px;
    margin: 0 auto;
}

.timemenu ul li {
    display: inline-block;
    overflow: hidden;
    width: 450px;
    margin-bottom: 10px;
    border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.timemenu ul li a{
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 5px;
}

/* .timemenu ul li:nth-child(2){ margin-bottom: 20px;} */

.timemenu ul li:nth-child(1),.timemenu ul li:nth-child(3){
    margin-right: 14px;
}

.timemenu ul li:nth-child(1),
.timemenu ul li:nth-child(2){
background-color: rgb(229, 0, 89,100);
}

.timemenu ul li:nth-child(3),
.timemenu ul li:nth-child(4){
background-color: rgba(0,159,60,100);
}

.timemenu ul li:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.timemenu ul li a:hover{
text-decoration: none;
}


.timetable {
display: block;
overflow: hidden;
margin-bottom: 50px;
}

.timetable a {
display: table;
margin: 20px auto;
background-image: url(../images/pdfbt_on.gif);
}
.timetable a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}



.box2{
margin-bottom: 50px;
}

#main02 {margin-bottom: 40px;}

.mgb20{ margin-bottom: 20px; }
.mgb50{ margin-bottom: 50px; }
