@charset "UTF-8";
/*
  Description: 社会基盤マネジメント教育研究センター
  Theme URI: http://www.civil.yamaguchi-u.ac.jp/
  Author: 社会基盤マネジメント教育研究センター
  Author URI: http://www.civil.yamaguchi-u.ac.jp/
  Version: 1.0.0
*/

/****************************************
一般設定
*****************************************/
html,
body,
header,
footer,
section,
article,
nav,
div,
span,
p,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
l,
dt,
dd,
table,
tr,
th,
d,
strong,
address,
form,
figure {
  margin: 0;
  padding: 0;
}

body {
  color: #454545;
  letter-spacing: 0.02em;
  line-height: 0;
  font: 14px/1.4 "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

input, textarea, select {
  font-size: 1em;
}

form {
  margin: 0px;
}

table {
  border-collapse:collapse;
  font-size: 100%;
  border-spacing: 0;
}

a {
  color: #2222ff;
  text-decoration: underline;
}
a:hover {
  color: #8cc142;
}

/****************************************
  Typography
*****************************************/
h1 {
  padding: 5px 0;
  font-size: 11px;
}

h2 {
  position: relative;
  color: #646464;
  font-size: 18px;
  font-weight: bold;
  margin: 1.0em 0 0.8em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-bottom: 3px solid #017952;
}

h3 {
  position: relative;
  color: #646464;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 0.5em;
}


/****************************************
  Header
*****************************************/
header {
 margin: 5px;
}

/****************************************
  Contents
*****************************************/
.carousel-inner img{
  width: 100%;
}
.news {
 margin-bottom: 5px;
}
.news dl {
  width: 99%;
  height: 100%;
  margin: 1em 0 0;
  padding: 0.5em;
  font-size: 100%;
  line-height: 1.2em;
  overflow: auto;
}
.news dt
{
  clear: left;
  float: left;
  font-weight: bold;
  color: #505050;
  line-height: 2.0em;
  font-size: 100%;
}
.news dd
{
  clear: left;
  float: left;
  color: #505050;
  margin-bottom: 0.8em;
}
.news dd img {
  margin-bottom: 0.4em;
}

/****************************************
  Sidebar
*****************************************/
#sidebar {
 padding-top: 16px;
}
#sidebar ul.submenu {
 margin: 0;
 padding: 0;
}
#sidebar ul.submenu li a {
 margin: 1em 0em;
 border-bottom: 1px solid #017952;
 text-decoration: none;
 display: block;
}
#sidebar ul.submenu li a:hover {
 background-color: #ebf9e5;
 color: #2222ff;
}
#sidebar h3 {
 font-size: 100%;
 padding: 15px 10px;
 background: #ebf9e5;
 border-bottom: 1px solid #017952;
 border-top: 5px solid #017952;
}

/****************************************
 Profile            
*****************************************/
img.example {
display: block;
width: 350px;

}



/****************************************
  Google Map             
*****************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/****************************************
  Footer
*****************************************/
footer {
 clear: both;
 background-color: #646464;
 bottom: 0px;
 padding: 15px 5px 0 5px;;
 color: #fff;
 font-size: 12px;
}
footer .navbar-nav li a {
 text-align: center;
 color: #fff;
 padding-left: 0.5em;
 text-decoration: underline;
}
footer .navbar-nav li a:hover {
 color: #dcdcdc;
}
.copyright{
 text-align: left;
 font-size: 90%
}

/****************************************
  Customize the nav-justified links to 
  be fill the entire space of the .navbar   
*****************************************/

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
   }
.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar .nav li a:link {
font-size: 120%;
  text-decoration: none;
}
.navbar .nav li a:visited {
  text-decoration: none;
}
.navbar .nav li a:hover {
  background-color: #017952;
  color: #ffffff;
}

.nav-justified {
  background-color: #eee;
  border: 1px solid #eee;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #646464;            /*文字色*/
  text-align: center;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover {
  background-color: #8cc14a;    /*アクティブ色*/
}
.nav-justified > .active > a:focus {
}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
}

/****************************************
   FontAwesome 
****************************************/

.fa-large{font-size: 300px ;}
.fa-facebook:before{color: #305097 ;}
.fa-home:before{color: #04B404 ;}

/****************************************
   top page jump
****************************************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #017952;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #8cc14a;
}



@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }  
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */

@media screen and (max-width: 768px) {
/* Remove the padding we set earlier */
     .masthead,
     .marketing,
     .footer {
          padding-right: 0;
          padding-left: 0;
     }
    
     .navbar-collapse {
          padding-right: 15px;
          padding-left: 15px;
     }

}

/****************************************/
