@charset "utf-8";
/* CSS Document */

/*html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 13px;
  vertical-align: baseline;
  }*/

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  font-size: 13px;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font:
    15px/1.231 "メイリオ",
    "ヒラギノ角ゴ Pro W3",
    "MS PGothic",
    "MS UI Gothic",
    Helvetica,
    Arial,
    sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
  background-color: #ff0;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  background-color: #fff;
}

.haya {
  width: 950px;
  height: 157px;
}

.kuruma {
  width: 950px;
  height: 380px;
}

.waribiki {
  width: 950px;
  height: 370px;
}

.menu {
  width: 950px;
  height: 70px;
  padding: 10px 0;
  background-color: #ff0;
}

.sengen {
  width: 720px;
  height: 155px;
  padding: 12px 10px 12px 230px;
  -webkit-background: url("../image/sengen.png") left center / auto auto
    no-repeat scroll padding-box border-box transparent;
  background: url("../image/sengen.png") left center / auto auto no-repeat
    scroll padding-box border-box transparent;
  margin-bottom: 15px;
}

.sengen_box {
  width: 950px;
  height: 155px;
  margin-top: 20px;
}

.sengen_left {
  width: 230px;
  height: 155px;
  float: left;
}

.sengen_right {
  width: 720px;
  height: 155px;
  margin-top: 5px;
  line-height: 2.1;
  text-align: left;
  float: left;
}

.oshirase {
  width: 850px;
  height: 255px;
  -webkit-background: url("../image/oshirase.png") 0% 0% / auto auto no-repeat
    scroll padding-box border-box transparent;
  background: url("../image/oshirase.png") 0% 0% / auto auto no-repeat scroll
    padding-box border-box transparent;
  font: bold;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 70px;
}

.navi1 {
  width: 186px;
  height: 70px;
  margin-right: 4px;
  float: left;
}

.navi2 {
  width: 155px;
  height: 70px;
  float: left;
}

.copy {
  width: 950px;
  height: 35px;
  background-color: #ff0;
  text-align: center;
  padding-top: 15px;
}

.contents {
  width: 920px;
  padding: 15px;
}

.catch {
  width: 950px;
  background-color: #ffff00;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.ryoukinhyou {
  padding: 15px;
  margin-right: 5%;
  margin-left: 5%;
}

.textbox {
  width: 920px;
  margin: 15px;
  line-height: 170%;
  text-align: left;
}

.textbox2 {
  width: 920px;
  margin: 0 15px;
  line-height: 170%;
  text-align: left;
}

.c_box {
  width: 710px;
  margin: 25px;
  padding: 20px;
  text-align: center;
  background-color: #ffd700;
}

.page-back {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#ttop {
  position: fixed;
  bottom: 100px;
  left: auto;
  margin: 0 0 0 904px; /* マージン：上 右 下 左 */
  width: 41px;
  height: 390px;
  background: url("http://www.shaken-senka.com/css/image/gotoue.png") no-repeat
    left bottom;
}
/* IE6以下用 */
* html #ttop {
  margin: 0 0 -390px 0;
  position: relative;
  bottom: 490px; /* 上で設定した ttopの高さ390px＋下100px */
  left: 904px;
}
#ttop:hover {
  background-position: 0 230px; /* 画像の高さによって適当に調整 */
}
a.page_top {
  display: block;
  width: 41px;
  height: 390px;
}

.newsbox {
  width: 920px;
  background-color: #ffffcc;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
}

/*55分調整*/
a.nagare-link {
  display: block;
  transition: all 0.4s ease;
}
a.nagare-link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  a.nagare-link:hover {
    opacity: unset;
  }
}

/*追加調整*/
.textbox.caution {
  margin: 0 15px 30px;
}
