@charset "utf-8";

html, body  {
height: 100%;
background: #F8F8FF;
color: #1D1D1D;
}
.navbar-brand {
  font-size: 1.2rem; /* =12px */
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/* お知らせ */
.news h1  {
margin-top: 0;
margin-bottom: 5px;
color: #1D1D1D;
font-size: 1.4rem; /* =14px */
font-weight: bold;
}
.news ul  {
margin: 0;
padding: 0;
list-style: none;
}
.news pre {
font-size: 1.4rem; /* =14px */
background: #FAFFFF;
}

.copyright p  {
margin: 0;
color: #1D1D1D;
}

.box3 {
padding-top: 20px;
padding-bottom: 20px;
}

.box4 {
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
padding-bottom: 20px;
}

/* フッターを下部へ押しやるための、コンテンツのラッパー */
#wrap {
min-height: 100%;
height: auto !important;
/* フッターの高さ分だけ、ネガティブインデントを指定 */
margin: 0 auto -35px;
/* フッターの高さ分だけ、パディングを指定 */
padding: 0 0 35px;
}
/* ここでフッターの高さを指定 */
#footer {
height: 35px;
text-align: center;
}

.footer-color {
color: #FAFFFF;
background-color: #333333;
}
.footer-color a,
.footer-color a:hover,
.footer-color a:focus {
color: #FAFFFF;
}
.footer-color a:hover {
color: #1BA1E2;
}

/* navbar */
.navbar-inverse .navbar-nav > .active ,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #FAFFFF;
background: #2980b9;
}
.navbar {
  margin-bottom: 0px;
}

.logout-customize {
color: #FAFFFF;
background-color: #EB6841;
}

fieldset.scheduler-border {
/* border: 2px solid rgba(0, 0, 0, 0.1) !important; */
border: 1px solid  #029EBC !important;
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow:  0px 0px 0px 0px #029EBC;
        box-shadow:  0px 0px 0px 0px #029EBC;
}
legend.scheduler-border {
width:inherit;    /* Or auto */
padding:0 10px;   /* To give a bit of padding on the left and right */
border-bottom:none;
}

hr.style-one {
padding:0;
margin:10px 0px 10px 0px;
border: 0;
height: 0;
border-top: 2px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menuLineDoubleLightW {
margin:0 0 10px 0;
padding:5px 8px;
border-width:2px 0;
border-color:#029EBC;
border-style:solid;
background:#FFF;
color:#017589;
line-height:140%;
font-weight:bold;
text-align:center;
}

.title_text {
margin:0 0 10px 0;
padding:8px 8px;
border-width:2px 0;
border-color:#029EBC;
border-style: none none solid none ;
background:#FFF;
color:#017589;
line-height:140%;
vertical-align:middle;
font-weight:normal;
}
.title_text span {
margin-left:20px;
color:#FF5722;
position: relative;
}

#slideshow {
position: relative;
height:410px;
}
#slideshow img {
position: absolute;
top: 0;
left:0;
z-index: 8;
opacity: 0.0;
max-width: 100%;
height: auto;
}
#slideshow img.active {
z-index: 10;
opacity: 1.0;
}
#slideshow img.last-active {
z-index: 9;
}
#page-top {
position:fixed;
bottom:0;
margin-bottom: 20px;
right:20px;
font-size:50px;
z-index:10;
}
#page-top a {
background: none repeat scroll 0 0 red;
border-radius: 5px;
color: #fff;
display: block;
font-family: FontAwesome;
opacity: 0.25;
text-align: center;
text-decoration: none;
width: 80px;
}
#page-top a:hover {
text-decoration:none;
background:#999;
}

