
/* index -------------------------------------------------------------------- */
#index_main {
  margin: 0.75em auto 40px auto;
  padding-top: 0px;
  width: 85%;
  max-width: 900px;
  min-width: 860px;
  overflow: hidden;
  }
@media (max-width:767px) {
#index_main {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  }
 }

.index_area {
  margin: -10px auto 0;
  width: 95%;
  font-size: 16px;
  line-height: 2.0;
  }
@media (max-width:767px) {
.index_area {
  margin: 0 auto;
  width: 100%;
  }
 }

.index_image {
  float: left;
  width: 42.5%;
  height: auto;
  margin-right: 0.25em;
  margin-bottom: 1.5em;
  z-index: 5;
  }
@media (max-width:767px) {
.index_image {
  float: none;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  width: 100%;
  text-align: center;
  z-index: auto;
  }
 }

.index_image_data {
  width: 97.5%;
  height: auto;
  }

.index_right {
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  }
@media (max-width:767px) {
.index_right {
  padding-right: 1.0em;
  font-size: 3.8vw;
  }
 }

.index_headline_title {
  border-bottom: dotted 1px #000;
  }

.index_headline_point {
  margin-right: 0.2em;
  width: 14px;
  height: auto;
  vertical-align: -0.1em;
  }

.index_headline_text {
  margin-top: 0.5em;
  color: #000;
  line-height: 1.75;
  }

@media (max-width:767px) {
.index_headline_text_pf {
  margin-bottom: 0.75em;
  }
 }

.index_headline_text a {
  color: #000;
  border-bottom: dashed 1px #000;
  text-decoration: none;
  }

.index_headline_text a:hover {
  background: transparent;
  color: #ff0000;
  text-decoration: none;
  }

.jfm_banner {
  margin: 1.0em auto;
  font-family: 'Hiragino Mincho Pro', 'MS PMincho', serif;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  }
@media (max-width:767px) {
.jfm_banner {
  font-size: 0.5em;
  }
 }

.jfm_banner_data {
  height: auto;
  margin-bottom: 0.25em;
  }

.index_info {
  position: fixed !important;
  bottom: 75px;
  background-color: #ccc;
  background-image: url("background.jpg");
  width: 39%;
  max-width: 425px;
  min-width: 420px;
  padding: 0.5em 0.5em 1em 0.5em;
  line-height: 1.5;
  z-index: 6666;
  overflow: hidden;
  }
@media (max-width:767px) {
.index_info {
  position: static !important;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
  z-index: auto;
  }
 }

.index_toach {
  float: right;
  }
@media (max-width:767px) {
.index_toach {
  float: none;
  }
 }

.index_bottom {
  clear: both;
  position: fixed !important;
  bottom: 55px;
  background-color: #552b2b;
  color: #fff;
  margin: 0 auto;
  padding: 0.5em 1.5em;
  font-size: 13px;
  text-align: center;
  line-height: 1.0;
  z-index: 8888;
  overflow: hidden;
  }
@media (max-width:767px) {
.index_bottom {
  position: static !important;
  z-index: auto;
  }
 }

.right {
  text-align: right;
  }

