@charset "Shift_JIS";
body {
  background-image: url(../images/top_border.png) !important;
  background-position: top center;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
}

.BgTop {
  background-image: url(../images/Bg.gif);
  background-repeat: repeat-x;
}

.Bg2nd {
  background-image: url(../images/Bg2nd.gif);
  background-repeat: repeat-x;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  /*vertical-align:middle;*/
  _vertical-align: bottom;
  /*FOR IE*/
}

div, ul, ol, li, table, tr, th, td, dl, dt, dd, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

ul, li, h1, h2, h3, h4, h5, p {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.fclear {
  clear: both;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  color: #000000;
}

a:hover {
  color: #8a770d;
}

.remove {
  display: none;
}

.none {
  border: none, 0;
  margin: 0;
  padding: 0;
}

div.align_right {
  text-align: right;
}

.fs12 {
  font-size: 12px;
}

.fs24 {
  font-size: 24px;
}

.gold {
  color: #b29c21;
}

.bnr_link {
  background: #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  height: 32px;
  line-height: 20px;
  margin-top: 15px;
  padding: 5px 15px;
  text-decoration: none;
}

.date {
  float: left !important;
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.info_detail {
  margin-top: 5px;
}

.slick-dots {
  bottom: -20px;
  left: 0;
  width: calc(100% - 270px);
  text-align: right;
}

.slick-dots li {
  height: 2px !important;
  overflow: hidden;
  width: 15px !important;
}

.slick-dots li button:before {
  background: #000;
  height: 2px !important;
  width: 15px !important;
}

.tag_black {
  background: #000;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  padding: 4px 10px;
}

.tag_blue {
  background: #4087c4;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  padding: 4px 10px;
}

.tag_gray {
  background: #888888;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  padding: 4px 10px;
}

.tag_red {
  background: #c44040;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  padding: 4px 10px;
}

body.BgTop #HeadWrap {
  background-image: url(../images/mv_back.png);
  background-position: top 101px left;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}

body.Bg2nd #HeadWrap {
  background-image: url(../images/mv_back_2nd.png);
  background-position: top 101px left;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}

#HeadWrap #Wrap {
  background-image: none !important;
  width: 960px;
}

#HeadWrap #Wrap #GlobalNavi {
  position: relative;
  z-index: 1000;
  zoom: 1.2px;
}

#HeadWrap #Wrap #Logo {
  height: 69px;
  width: 293px;
}

#HeadWrap #Wrap #Logo a {
  /*background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 58px;
  width: 293px;*/
}

#HeadWrap #Wrap #Main #Info h5 {
  background-image: url(../images/bnr_new.png);
  float: left;
  margin-top: 55px;
  width: 100%;
}

#HeadWrap #Wrap #Main, #HeadWrap #Wrap #Main #Info {
  width: 690px;
}

#Info dt {
  width: 80px;
}
#Info dt img {
  width: 100%;
  height: auto;
}
#Info dd {
  float: left;
  width: calc(100% - 105px);
  padding-top: 6px;
}

#Info dd p {
  float: left;
  width: 100%;
}

#Info dl {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}

#Info dt {
  float: left;
  margin-right: 25px;
}

#topBnr {
  margin-top: 60px;
}

#topBnr a img {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#topBnr p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

#topBnr ul li:first-child {
  float: left;
  width: 48%;
}

#topBnr ul li:last-child {
  float: right;
  width: 48%;
}