@charset "utf-8";
/* CSS Document */
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  color: #2A2A2A;
  font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}
ul, li {
  list-style: none;
  line-height: 170%;
}
fieldset, img {
  border: 0;
  visibility: visible;
}
p {
  margin: 0px;
  padding: 0px;
  line-height: 160%;
}
body {
  padding: 0px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 13px;
  line-height: 165%;
  text-align: center;
}
/* Links */
a:link {
  color: #2A2A2A;
  text-decoration: none;
}
a:visited {
  color: #2A2A2A;
}
a:hover {
  color: #2CA6E0;
}
/*contents*/
#wrapper {
  width: 980px;
  height: auto;
  background-repeat: repeat-x;
  text-align: center;
  background-position: top;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#back {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #2CA6E0;
}
/*header*/
#header {
  height: 90px;
  background-image: url(../images/line02.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
h1 {
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left
}
#nav {
  padding-top: 20px;
  padding-bottom: 5px;
  float: right;
}
#nav ul {
  margin-bottom: 0;
  padding-right: 10px;
}
#nav li {
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  padding: 0 8px;
  height: 16px;
  border-right: thin double #2CA6E0;
}
#nav li:first-child {
  border-left: thin double #2CA6E0;
}
/*leftContents*/
#leftContents {
  width: 200px;
  float: left;
  text-align: left;
  clear: both;
  margin-top: 30px;
}
#leftContents02 {
  padding: 10px;
  width: 180px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #EDF9FA;
  border-radius: 8px; /* CSS3草案 */
  -webkit-border-radius: 8px; /* Safari,Google Chrome用 */
  -moz-border-radius: 8px; /* Firefox用 */
}
#leftContents02 h2 {
  padding-bottom: 10px;
}
#leftContents02 ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}
#leftContents02 ul #left_list_last {
  border-bottom-style: none;
}
/*パンくず*/
#siteLink {
  font-size: x-small;
  text-align: left;
  padding-top: 15px;
  color: #333;
}
/*フッター*/
#footer {
  height: 70px;
  background-image: url(../images/foot_back.gif);
  margin-top: 50px;
  padding-top: 20px;
}
address {
  margin: 0 auto;
  font-size: x-small;
  color: #666;
  text-align: center;
}
/*all class*/
.color_red {
  color: #F36;
}
.text_left {
  text-align: left;
  line-height: 150%;
}
.clear {
  padding: 0px;
  margin: 0px;
  clear: both;
}
#bookstore {
  padding-top: 10px;
}
#header #nav p {
  text-align: right;
  padding-right: 10px;
  padding-top: 8px;
}
/*リンク*/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/*上へ戻る*/
#toTop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 9999;
  width: 90px;
  height: 90px;
  background: url(../images/pagetop.png) no-repeat right center;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover {
  opacity: .5;
}
@media (max-width : 768px) {
  #toTop {
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
	  background-size:70px 70px; 
  }
}
/*レスポンシブ*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.row {
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1040px !important;
  }
}