
/*-------------------- layout component --------------------*/

.container {width: 942px;margin: 0 auto;text-align: left;}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
    float: left;
    display: inline;
    margin-left: 20px;
}
.grid1 {width: 220px;}
.grid2 {width: 461px;}
.grid3 {width: 530px;}
.grid4 {width: 942px;}
.first {margin-left: 0;clear: left;}
/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* IE6 */
* html .clearfix {zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;} 


/* ----- elements ----- */

body{
    background: #fff;
    color: #333;
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}

a{
    color: #1b1464;
    text-decoration: underline;
}


p{
    line-height: 1.6em;
}

img{
    vertical-align:text-bottom;
}

a img{
    border: 0;
}


h2{
    font-size: 24px;
    border-left: 24px solid #333;
    line-height: 1em;
    padding-left: 10px;
}

h2 span{
    font-size: 75%;

}

h2.orange{
    color: #cf671d;
    border-color: #cf671d;
}

h3{
    font-size: 16px;
    border-left: 5px solid #333;
    padding-left: 10px;
}

h3.orange{
    color: #cf671d;
    border-color: #cf671d;
}

table{
    font-size: 13px;
    line-height: 1.4em;
    width: 100%;
    border: 1px solid #333;
    margin-bottom: 30px;
}

td, th{
    padding: 5px 7px;
}

table.orange{
    border-color: #b792a5;
}

table.orange tr:nth-child(odd){
    background: #e5dae0;
}

table.orange th{
    background: #b792a5;
    color: #fff;
}
/* ----- page components -----*/

.docs-section{
    margin-bottom: 70px;
}

.panel{
    border: #666 solid 1px;
    padding: 25px;
    margin-bottom: 25px;
}
.panel.orange{
    border-color: #cf671d;
}
.text-center{
    text-align: center;
}

/* ----- page construction ----- */

header{
    background: url(images/header-index01.jpg) center top no-repeat;
    height: 537px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.site-en header{background-image: url(en/images/header-index01.jpg)}

.navbar{
    padding: 18px 0;
}

.navbar div.container{
    position: relative;
}

.brand{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.brand a{
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(150, 150, 150, .75);
}

.nav{
    position: absolute;
    top: 0px;
    right: 40px;
    background: rgb(46,49,146); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(46,49,146,1) 0%, rgba(35,24,21,1) 38%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,49,146,1)), color-stop(38%,rgba(35,24,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(46,49,146,1) 0%,rgba(35,24,21,1) 38%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(46,49,146,1) 0%,rgba(35,24,21,1) 38%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(46,49,146,1) 0%,rgba(35,24,21,1) 38%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(46,49,146,1) 0%,rgba(35,24,21,1) 38%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#231815',GradientType=0 ); /* IE6-9 */
    width: 600px;
    max-width: 600px;
}

.nav ul, .nav li{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 34px;
    overflow: hidden;
}

.nav li{
    float: left;
}

.nav a{
    border: none;
    color: #fff;
    padding: 8px 20px;
    display: block;
    text-decoration: none;
}

.sns{
    position: absolute;
    top: 0;
    right: 0;
}

.brand span{
    font-size: 13px;
}

#billboard{
    width: 820px;
    margin: 0 auto;
    margin-top: 100px;
    color: rgba(255,255,255,0);
    opacity: 0;
    display: none;
}


#billboard h1{
    font-size: 37px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

#billboard p{
    font-size: 24px;
    margin: 0;
}

#menu{
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    
    width: 100%;
    height: 530px;
}

@media only screen and (min-width : 1440px) {
    #menu ul{
        width: 1440px;
        margin: 0px auto;
    }
}

#menu li{
    width: 33.33%;
    height: 264px;
    position: absolute;
    overflow: hidden;
}
#menu li.menu-aboutus{top: 0; left: 0%;}
#menu li.menu-syllabus{top: 0; left: 33.33%;}
#menu li.menu-faculty{top: 0; left: 66.66%;}
#menu li.menu-admissions{top: 268px; left: 0%;}
#menu li.menu-message{top: 268px; left: 33.33%;}
#menu li.menu-archive{top: 268px; left: 66.66%;}
#menu li.menu-gmrc{top: 268px; left: 66.66%;}

#menu li a{
    background-position: center top;
    display: block;
    height: 0px;
    padding-top: 264px;
    overflow: hidden;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#menu li.menu-aboutus a, #menu li.menu-admissions a{border-left: none;}
#menu li.menu-faculty a, #menu li.menu-archive a{border-right: none;}

#menu li.menu-aboutus a{background-image: url(images/menu-aboutus.jpg);}
#menu li.menu-syllabus a{background-image: url(images/menu-syllabus.jpg);}
#menu li.menu-faculty a{background-image: url(images/menu-faculty.jpg);}
#menu li.menu-admissions a{background-image: url(images/menu-admissions.jpg);}
#menu li.menu-message a{background-image: url(images/menu-message.jpg);}
#menu li.menu-archive a{background-image: url(images/menu-archive.jpg);}
#menu li.menu-gmrc a{background-image: url(images/menu-gmrc.jpg);}

#menu a{
    border: none;
}


footer{
    margin-top: 70px;
}

.copyright{
    margin-top: 20px;
    color: #666;
}


/* ----- index ----- */

#slider-wrapper{
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 50%;
}

#slider{
    width: 1440px;
    height: 537px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: -720px;
}
.header-text{
    position: absolute;
    top: 0px;
    left: -720px;
    z-index: 100;
}
/* ----- faculty ----- */

#page-faculty header{
    background-image: url(images/header-faculty.jpg);
}

#page-faculty h3{
    color: #82af4e;
    border: none;
    margin-top: 0;
    padding-left: 0;
    font-size: 24px;
    font-weight: normal;
}

.faculty-data{
    padding: 0;
    list-style: none;
}

.faculty-book h4{
    margin: 0;
}

.faculty-book{
    font-size: 85%;
    margin: 20px 0 30px 0;
}

.faculty-link{
    padding: 0;
    list-style: none;
}

.faculty-link li{
    float: left;
}

.faculty-link li a{
    border: 0;
    margin-right: 5px;
    background: #1b1464;
    color: #fff;
    padding: 3px 5px;
    text-decoration: none;
}

/* ----- aboutus ----- */

#page-aboutus header{
    background-image: url(images/header-aboutus.jpg);
}

#page-aboutus h2, 
#page-aboutus h3{
    color: #c6c39d;
    border-color: #c6c39d;
}

/* ----- syllabus ----- */

#page-syllabus header{
    background-image: url(images/header-syllabus.jpg);
}

#page-syllabus h2, #page-syllabus h3{
    color: #b792a5;
    border-color: #b792a5;
}

/* ----- admissions ----- */

#page-admissions header{
    background-image: url(images/header-admissions.jpg);
}

#page-admissions h2,
#page-admissions h3{
    color: #6e82a5;
    border-color: #6e82a5;
}

#page-admissions table{
    border-color: #6e82a5;
}

#page-admissions table tr:nth-child(odd){
    background: #fff;
}

#page-admissions table th{
    background: #6e82a5;
    color: #fff;
}


/* ----- message ----- */

#page-message header{
    background-image: url(images/header-message.jpg);
}

#page-message h2,
#page-message h3{
    color: #474051;
    border-color: #474051;
}

.message-image{
    float: right;
    margin: 0 0 20px 30px;

}

.message-text p{
    margin: 0;
}

/* ----- archive ----- */

#page-archive header{
    background-image: url(images/header-archive.jpg);
}

#page-archive h2,
#page-archive h3{
    color: #db6a00;
    border-color: #db6a00;
}

#facebook ul, #archive ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

#facebook li, #archive li{
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
    clear: both;
    overflow: auto;
}

#page-index #facebook li{
    padding: 5px;
}


#facebook .news-date, #archive .news-date{
    float: left;
    width: 110px;
}

#facebook .news-content, #archive .news-content{
    float: left;
    width: 660px;
    position: relative;
}

.facebook-link{
    background: #3b5998;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 40px auto 80px auto;
    display: block;
    width: 200px;
    text-align: center;
}


/* ----- gmrc ----- */

#page-gmrc header{
    background-image: url(images/header-gmrc.jpg);
}

#page-gmrc h2,
#page-gmrc h3{
    color: #db6a00;
    border-color: #db6a00;
}
p.text-right{
    text-align: right;
}
.image_r{
    float: right;
    display: block;
    width: 228px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0 0 1em 1em;

}
.image_r img{
    margin-bottom: 5px;
}
/* ----- sitemap ----- */

#page-sitemap header{
    background-image: url(images/header-sitemap.jpg);
    background-position: center center;
    height: 250px;
}


/* ----- access ----- */

#page-access header{
    background-image: url(images/header-access.jpg);
    background-position: center center;
    height: 250px;
}

#page-access h2, #page-access h3{
    color: #4975a0;
    border-color: #4975a0;
}

/* ----- english ----- */

#page-english header{
    background-image: url(images/header-access.jpg);
    background-position: center center;
    height: 250px;
}

.site-en .brand span{
    font-weight: normal;
    margin-bottom: 1px;
}

.site-en .nav ul li a{
    font-size: .9em;
    padding: 8px 9px;
}

.site-en header{background-image: url(en/images/header-index01.jpg)}
#page-faculty.site-en header{background-image: url(en/images/header-faculty.jpg);}
#page-admissions.site-en header{background-image: url(en/images/header-admissions.jpg);}
#page-syllabus.site-en header{background-image: url(en/images/header-syllabus.jpg);}
#page-message.site-en header{background-image: url(en/images/header-message.jpg);}
#page-aboutus.site-en header{background-image: url(en/images/header-aboutus.jpg);}
#page-archive.site-en header{background-image: url(en/images/header-archive.jpg);}
#page-gmrc.site-en header{background-image: url(en/images/header-gmrc.jpg);}


.site-en #menu li.menu-aboutus a{background-image: url(en/images/menu-aboutus.jpg);}
.site-en #menu li.menu-syllabus a{background-image: url(en/images/menu-syllabus.jpg);}
.site-en #menu li.menu-faculty a{background-image: url(en/images/menu-faculty.jpg);}
.site-en #menu li.menu-admissions a{background-image: url(en/images/menu-admissions.jpg);}
.site-en #menu li.menu-message a{background-image: url(en/images/menu-message.jpg);}
.site-en #menu li.menu-archive a{background-image: url(en/images/menu-archive.jpg);}
.site-en #menu li.menu-gmrc a{background-image: url(en/images/menu-gmrc.jpg);}

