html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
  font-size:14px;
  font-weight:normal;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin:0;
  padding:0;
  color:#505050;
  /*background-color: #F9E500;*/
  text-transform: none;
}

body {
 padding-top: 70px;
 padding-top: 0;
 background-color: #E6E6E6;
}


/*Global*/
p,
dl, dt, dd,
ul, ol, li,
address
{
  line-height: 2em;
}


a{
  color: #2695D0;
}

h1,h2,h3,h4,h5{
  /*font-weight: bold !important;*/
  /*font-weight: normal;*/
}


h1{
  font-size: 22px;
}

h2{
  /*  font-size: 20px;*/
  font-size: 22px;
  /*font-weight: normal;*/
  margin-bottom: 15px;
}

h3{
  font-size: 18px;
  /*font-weight: normal;*/
  margin-bottom: 15px;
  /*border-bottom: 2px solid red;*/
  /*border-left: 2px solid #CCC;*/
}

h4{
  font-size: 16px;
  /*font-weight: normal;*/
  margin-bottom: 15px;
  /*  border-left: 2px solid #CCC;*/
  /*padding-left: 5px;*/
}

h5{
  font-size: 14px;
  /*font-weight: normal;*/
  margin-bottom: 15px;

}


p{
  font-size: 14px;
  margin-bottom: 15px;
}


/*dl*/
dl.dl-horizontal {
  font-size:14px;
}

dl.dl-horizontal dt {
  float:left;
  text-align: left;
  white-space: nowrap;
  padding:0;
  font-weight: bold;
}

dl.dl-horizontal dd {
  padding-left:10px;
}

/*#access*/
#transportation dt{
  width: 7em;
}

#transportation dd{
  margin-left: 7em;
}

#transportation .fa.fa-car,
#transportation .fa.fa-train{
  margin-right: 2px;
}


/**/

p.title{
  line-height: 1.2em;
}

p.url{
  line-height: 1.2em;
  word-wrap: break-word;
}

::-moz-selection {
  text-shadow: none;
  background: #2695D0;
}

::selection {
  text-shadow: none;
  background: #2695D0;
}

/*Header+Nav*/
#navibar{
  border-bottom: 3px solid #009900;
}

ul.nav{
  margin-top: 0  !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

ul.nav li{
  border-bottom:1px solid #CCC;
}

/* navbar */
nav.navbar{
  background-color: #FFF;
}

.navbar-toggle{
  background-color: #E6E6E6;
}


@media(min-width:768px) {
  /*768pxÒÔÉÏ*/
  body {
   /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
   /*padding-top: 76px;*/
   padding-top: 0;
 }

 .navbar-static-top{
  padding-top: 0;
  padding-bottom: 25px;
}

.navbar-brand img{
  width:340px;
  /*width:  545px;*/
  /*width:  490.5px;*/

}
}

@media(max-width:768px) {
  #navibar{
    /*green*/
    border-bottom: 3px solid #009900;
    padding-bottom: 0;
  }

  .navbar-static-top{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-static-top .navbar-brand {
    padding: 0 15px;
  }

  .navbar-brand img{
    padding-top: 0;
    padding-bottom: 0;
    max-width:270px;
  }

  #navibar button.navbar-toggle{
    margin-top: 0;
  }

}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Custom Menu with jQuery Acodion  Global */
ul[id^="menu-"] .sub-menu {
  display: none;
}
ul[id^="menu-"] .current {
  background-color: red;
}

/*ul.nav li ¤ÎŸo„¿»¯*/
ul[id^="menu-"].nav li,
ul[id^="menu-"].nav li ul.sub-menu li{
 border: none;
}

ul[id^="menu-"] a{
 color: #555;
}

ul[id^="menu-"] li.menu-item a{
  border-bottom: 1px solid #DDD;
}

/*Main menu*/
ul[id^="menu-"] li.main-menu-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

ul[id^="menu-"] a.main-menu-link{
  background-color: #F2F2F2;
}

ul[id^="menu-"] a:hover.main-menu-link,
ul[id^="menu-"] a.main-menu-link.current,
ul[id^="menu-"] .current_page_item a.main-menu-link{
  color:#FFFFFF;
  background-color: #666666;
}

/*Sub Menu*/
ul[id^="menu-"] ul.sub-menu li{
  margin-top: 0;
}

ul[id^="menu-"] a.sub-menu-link{
  padding-left: 25px;
  color:#FFFFFF;
  background-color: #999999;
}

ul[id^="menu-"] a:hover.sub-menu-link,
ul[id^="menu-"] a.sub-menu-link.current,
ul[id^="menu-"] .current-menu-item a.sub-menu-link.current
{
 background-color: #CCCCCC;
}

ul[id^="menu-"] li.sub-menu-item{
  border: none;
}

a.sub-menu-link.current{
  color: red !important;
}

ul[id^="menu-"] .current_page_item a.sub-menu-link{
 background-color: #CCCCCC;
}

.active{
/*  background:gray;
color: red !important;*/
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* News / Home */
section#news dt,
section#news dd
{
 border-top: 1px solid #CCC;
 margin-bottom: 20px;
 padding-top: 10px;
}

section#news dt
{
 text-align: left;
 width:8em;
 font-weight: normal;
}

section#news dd{
 margin-left: 8em;
}

section#news dd h3.title{
  font-size: 16px;
  /*font-weight: normal;*/
  margin-top: 0;
}

section#news article
{
 border-top: 1px solid #CCC;
 padding-top: 10px;
 padding-bottom: 10px;
}

section#news article .post-date
{
  float: left;
  width:10em;
  margin-top: 0;
}

section#news article .content{
 margin-left: 10em;
 padding-top: 5px;
 margin-top: 0;
}

section#news h2{
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}

section#news article .content h3.title{
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
}


@media(max-width:768px) {
 section#news dt
 {
  float: left;
  width:6em;
}

section#news dd{
 margin-left: 6em;
 padding-left: 20px;
}

 section#news article .post-date
 {
  width:10em;
}

section#news article .content{
 margin-left: 10em;
 padding-left: 20px;
}

}





/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Style for jQuey Plugin
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
/* Responsive Slides */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}



/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Style for Page Template
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

section#contents{
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}

section#contents article{
/*    padding-left: 10px;
padding-right: 10px;*/
}

section#contents h2,
section#contents article header h2{
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #CCC;
}

section#contents article .entry-content h3{
  font-weight: normal;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}



/* Page Contents*/
.page .embed-responsive.embed-responsive-16by9{
  /*margin-top: 20px;*/
  margin-bottom: 20px;
}

.page div.col-sm-4.col-md-4.col-lg-4>h3{
  /*border-top: 1px solid #CCC;*/
}

.page div.col-sm-8.col-md-8.col-lg-8>h4:first-child,
.page div.col-sm-8.col-md-8.col-lg-8>p:first-child,
.page div.col-sm-8.col-md-8.col-lg-8>ul:first-child,
.page div.col-sm-8.col-md-8.col-lg-8>ol:first-child,
.page div.col-sm-8.col-md-8.col-lg-8>dl:first-child  {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 0;
}


.page .row:first-child div.col-sm-8.col-md-8.col-lg-8>h4:first-child,
.page .row:first-child div.col-sm-8.col-md-8.col-lg-8>p:first-child,
.page .row:first-child div.col-sm-8.col-md-8.col-lg-8>ul:first-child,
.page .row:first-child div.col-sm-8.col-md-8.col-lg-8>ol:first-child,
.page .row:first-child div.col-sm-8.col-md-8.col-lg-8>dl:first-child
{
  border: none;
}

.page div.col-sm-8.col-md-8.col-lg-8:first-child>*:first-child {
  border: none;
}


/* Note */
p.note {
  padding: 0;
  margin-top: -10px;
  /*margin-left: 1.8em;*/
  padding-left: 20px;
  text-indent: -1em;
  color: red;
  font-size: 12px;

}

p.note:before {
  /*content:"¡ù";*/
  content:"£ª";
}

p+ul{
  margin-top: -10px;
}


ul{
  padding-left: 20px;
  margin-bottom: 15px;
}

ol{
  padding-left: 25px;
  margin-bottom: 15px;
}

li{
  margin-left: 0;
  padding-left: 0;
}

.more-text {
  margin-top: -20px;
  margin-bottom: -15px;
  /*border: 1px solid red;*/
}

.more-text i{
  margin-right: 2px;
}

.more-link {
  color:#505050;
}

a {
  color:#505050;
}

a:hover{
  color: #009900;
  text-decoration: none;
}

.page h4+p{
  margin-top: -10px;
}

i.fa{
  margin-right: 2px;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Notice Archive */

.notices #contents{
  background: #FFF;
}

.archive-header h2.archive-title{
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.notices #contents article:nth-child(2) {
  margin-top: -10px;
  border: none;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Pagenation */
nav .pagination  > li > a,
nav .pagination  > li > span{
  background-color: #F9F9F9;
}

nav .pagination > li:first-child > a,
nav .pagination > li:first-child > span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

nav .pagination > li:last-child > a,
nav .pagination > li:last-child > span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pagination > .active > span {
  background-color: #666;
  border-color: #666;
}

.pagination > li > a,
.pagination > li > span {
  color:  #666;
}

.notices nav {
  margin-top: 5px;
  border-top: 1px solid #CCC;
  /*background-color: red;*/
}

.notices nav ul{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: red;
}


/*Auto Height Fix*/
.notices .equal,
.notices .equal > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 0 auto;
}


ul.nav.navbar-nav li ul.nav.navbar-nav li{
  padding-left: 25px;
}

ul.nav.navbar-nav li ul.nav.navbar-nav li:first-child{
  border-top: 1px solid #CCC;
}

ul.nav.navbar-nav li ul.nav.navbar-nav li:last-child{
  border-bottom: none;
}





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Footer */

footer {
 padding: 0 0 20px  0;
}

footer .fa-ul{
  margin-left: 22px;
}

.fa-li{
  margin-top: 5px;
}

footer .row>div h3{
  font-size: 16px;
  font-weight: normal;
  border-top: #CCC 1px solid;
  padding-top: 15px;
  margin-bottom: 5px;
}

div#contents{
  margin-bottom: 20px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Contact Form 7 */
div.form{
  margin-top: 10px;
  /*margin-right: 10px;*/
}

div.form-group,
div.form-group.faculty{
  margin-bottom: 15px !important;
}
div.form-group label{
  font-weight: bold;
}

span.wpcf7-form-control-wrap.faculty{
  margin-top: 0;
  padding-bottom: 15px;
}

.wpcf7-list-item label{
  margin: -10px 0 !important;
  padding: 0px !important;
}

.wpcf7-list-item label .wpcf7-list-item-label{
  font-weight: normal;
}

span.wpcf7-form-control-wrap.faculty span.wpcf7-list-item.last{
  margin-bottom: 15px !important;
  /*border: 1px solid red;*/
}

span.help-block{
  margin: 0;
  padding: 0;
}

.page.guide .wpcf7-submit.btn,
.wpcf7-submit.btn
{
  color: #000;
  background-color: #CCC;
  padding: 10px;
  font-size: 14px;
  min-width: 100%;
  border: none;
  border: 1px solid #CCC;
  font-weight: bold;
  letter-spacing: 0.5em;
}

.page.guide div.alert.alert-danger,
div.alert.alert-danger  {
  padding: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: red;
  font-size: 12px;
}


/* Reset */
* {
  border-radius: 0 !important;
}




