@charset "UTF-8";
/* この行は必須 */
/* 以下、独自オプション、使わなければ外してもOK */
/*
  rem を使ったフォントサイズ指定
  call: @include font-size(12);
*/
html {
  font-size: 62.5%;
}

/*
  透明度
  call: @include opacity(0.5);
*/
/*
  背景透過
  call: @include rgba-background(rgba(0, 0, 0, .5));
*/
/*
  テキストシャドウ
  薄い背景＋濃い色文字 の場合 白い影 光源と同方向↙
  call: @include ts-fff(.7);
  黒文字に白のシャドウを入れる場合は、@include text-shadow($white, 1);
*/
/*
  テキストシャドウ
  濃い背景＋白抜き文字 の場合 黒い影 光源と逆方向↗
  call: @include ts-000(.4);
*/
/*
  背景画像 Retina 対応
  call: @include background-image-retina($file, $type, $width: 100%, $height: 100%, $bgwidth: $width, $bgheight: $height );
*/
/*
  凸ボックス
*/
/*全体共通設定など*/
/*ベースフォントサイズ*/
/*１ユニットのサイズ*/
/*上で宣言した変数を使うので、必ず後に書く必要がある！*/
html {
  font-size: 100%;
  line-height: 1.5em;
}

a:link,
a:visited,
a:active,
a:hover {
  /* FireFox リンク選択時の点線を消す */
  outline: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* box-sizing設定 IE7非対応 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer--sidebar.drawer--left .drawer-nav {
  border-right: 1px solid #2b333d;
  background-color: #2b333d;
}

.drawer-menu {
  margin: 0;
  list-style: none;
  padding-top: 10px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
.drawer-menu li {
  line-height: 40px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
.drawer-menu li i {
  margin-right: 5px;
}
.drawer-menu li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #c5d0de;
  display: block;
}
.drawer-menu li a:hover {
  background-color: #24272d;
  color: #fff;
  box-shadow: 0 0 15px 3px #222 inset;
}
.drawer-menu li.active a {
  background-color: #24272d;
  color: #fff;
  box-shadow: 0 0 15px 3px #222 inset;
}
.drawer-menu li.aiba_img {
  border-top: none;
}
.drawer-menu li.menu_head {
  background-color: #ccc;
  color: black;
  font-weight: bold;
  line-height: 40px;
  padding: 10px 15px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  padding: 10px 0 10px;
}

h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  border-bottom: solid 3px #2E2929;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

span.ber {
  border-bottom: solid 3px #49494a;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
}

h3 {
  background-color: #49494a;
  padding: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

h4 {
  font-weight: bold;
  border-bottom: double 3px #999;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #49494a;
  margin-bottom: 20px;
}

.content-wrapper {
  min-height: 100%;
  padding: 15px 0 0 0;
  background-color: rgba(255, 255, 255, 0);
}

.content_in {
  background-color: #fff;
  background-color: white;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

.news {
  background-color: #000;
  padding: 15px 15px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8);
}
.news p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.news dl dt {
  color: #fff;
  font-weight: bold;
  float: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news dl dt {
    float: left;
  }
}
.news dl dd {
  color: #fff;
  margin-left: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news dl dd {
    margin-left: 150px;
  }
}
.news dl dd a {
  color: #fff;
  text-decoration: underline;
}
.news dl dd a:hover {
  color: #fff;
  text-decoration: none;
}

.text {
  background-color: #fff;
  padding: 20px;
}
.text p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  background-image: url("/images/bluedash.gif");
  line-height: 25px;
  margin: 0px;
}

/*
   メディアクエリを
   mixinを使用して書いた場合のサンプル
   $sm、$mdなど画面サイズ変数をglobal内に定義
 */
#content_wrapper {
  padding: 35px 20px;
}
@media screen and (min-width: 768px) {
  #content_wrapper {
    padding: 35px 40px;
  }
}
@media screen and (min-width: 992px) {
  #content_wrapper {
    padding: 35px 65px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #ccc;
  font-family: "メイリオ" , Meiryo , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  text-align: right;
  width: 100%;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
}

.text-muted {
  padding: 0 30px 0;
  margin-bottom: 0;
}

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-image: url(/images/bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*# sourceMappingURL=main.css.map */
