@charset "UTF-8";



/* bootstrap.cssを上書き
-------------------------------------------------------------------------------- */

a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
a:active {
  color: #006699;
  text-decoration: underline;
}
body {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}
@media (min-width: 768px) {
  body {
    font-size: 12px;
    background-image: url(../../images/header_bg.png);/*ナビの黒背景を幅一杯に伸ばすため追加*/
    background-repeat: repeat-x;/*ナビの黒背景を幅一杯に伸ばすため追加*/
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%; /*768px以上991px以下で変動*/
    max-width: 970px; /*992以上で固定*/
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px; /*1170pxを取り消し*/
  }
}
img {
  border-width: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dl,dt,dd {
  margin: 0px;
  padding: 0px;
}
th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
td {
  vertical-align: top;
}



/* 
-------------------------------------------------------------------------------- */

.textNone {
  display: none;
}
.textSmall {
  font-size: 0.9em;
}
.textXSmall {
  font-size: 0.8em;
}
.textLarge {
  font-size: 1.2em;
}
.textNormal {
  font-weight: normal;
}
.textBlue {
  color: #273090;
}
.textRed {
  color: #ff0000;
}
.textDarkblue {
  color: #000099;
}
.textGreen {
  color: #009900;
}
.hSmall {
  font-size: 0.9em;
}
.hXSmall {
  font-size: 0.8em;
}
.hNormal {
  font-weight: normal;
}



/* 
-------------------------------------------------------------------------------- */

header {
  margin-bottom: 20px;
}
header .container {/*スマホサイズでもナビの黒背景を幅一杯に伸ばすため*/
  background-color: #000000;
}
h1 {
  margin: 0px;
  background-color: #ffffff;/*ナビの黒背景を幅一杯に伸ばすためh1背景を白に*/
  padding: 0px 15px;/*スマホサイズでロゴが幅一杯にならないよう*/
}
h1 img {
  margin: 0px auto;
}
header p img {
  margin: 0px auto;
}
h2 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 10px;
}
p.linkUpBox {
  clear: both;
  text-align: right;
  font-size: 13px;
  line-height: 1;
  margin: 12px 0px 6px;
  padding: 0px;
}
@media (min-width: 768px) {
  p.linkUpBox {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  br.nobr {
    display: none;
  }
}
.telLinkXS {
  display: inline;
}
.telLinkSM {
  display: none;
}
@media (min-width: 768px) {
  .telLinkXS {
    display: none;
  }
  .telLinkSM {
    display: inline;
  }
}



/* 
-------------------------------------------------------------------------------- */

footer {
  text-align: center;
  margin: 15px auto 0px;
  padding: 0px;
  background-color: #eeeeee;
  clear: both; /* for Dreamweaver */
}
footer .container {
  padding: 0px;
}
footer address {
  font-size: 14px;
  margin: 0px;
  padding: 15px 0px;
}
footer small {
  display: block;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  margin: 0px;
  padding: 0px 0px 15px;
}
@media (min-width: 768px) {
  footer .container {
    padding: 0px 15px;
  }
  /*footer br.nobr {
    display: none;
  }*/
  footer address {
    font-size: 12px;
    padding: 15px;
  }
  footer small {
    font-size: 10px;
    padding: 0px 15px 15px;
  }
}
