@charset "UTF-8";

/* ==================================
全体に働きかける '※'
================================== */

* {
  
}

/* ==================================
背景画像を指定する
================================== */

body {
  margin: 0;
  background-image: url(../img/bg.png);
}

/* ==================================
タグ要素に直接指定する
================================== */

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  color: #000000;
  border-top: 4px solid #dcb35c;
  border-right: 4px solid #dcb35c;
  border-left: 4px solid #000000;
  border-bottom: 4px solid #000000;
  border-radius: 20px;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #000;
  border-left: 8px solid #dcb35c;
}

li {
  margin-bottom: 10px
}

p {
  margin-bottom: 10px;
  margin-left: 30px;
}
a {
  color: #000000;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 5px;
  color: #000000;
  border-left: 5px solid #dcb35c;
  border-bottom: 1px solid #000000;
}

.aori p{
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

.center{
  text-align: center;
  font-weight: bold;
}

.copyright h3{
  text-align: center;
  font-weight: bold;
  margin-left: 0px;
  border-right: 5px solid #dcb35c;
  border-top: 1px solid #000000;

}

.banner img{
  margin-left: 60px;
}


/* ==================================
ページTOPボタン
================================== */
#pageTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding-top: 5pt;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #dcb35c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ==================================
ツイートボタン
================================== */
#tweetBotton {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#tweetBotton a {
  display: block;
  z-index: 999;
  padding-top: 5pt;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #dcb35c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#tweetBotton a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ==================================
カルーセル
================================== */
.carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
}

.kotodama{
  width:50%;
}

.table{
  margin-left: 30px;
}
/* ==================================
アイコン
================================== */
.glyphicon-triangle-top{
  font-size: 24pt;
  color: #FFFFFF
}

/* ==================================
ボタン
================================== */
.btn-primary {
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #dcb35c;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #dcb35c;
  border-color: #000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #dcb35c;
  border-color: #000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #dcb35c;
  border-color: #000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
/* ==================================
メディアクエリ
================================== */

@media (min-width: 600px) {
  /*ウィンドウの幅が600px以上の設定*/
  #logo {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .containerLeft {
    float: left;
    width: 20%;
    position: fixed
  }
  .containerRight {
    float: right;
    width: 65%;
  }
}
@media (max-width: 599px) {
  /*ウィンドウの幅が599px以下の設定*/
  #logo {
    max-width: 70%;
    margin-bottom: 10px;
    height: auto;
  }
  .containerLeft {
    position: static
  }
  .containerRight {
    margin-bottom: 50px;
  }
}

/* ==================================
clearfix
================================== */

.container {
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
}

