.content ul {
  width: 976px;
  margin: -15px auto 0;
  position: relative;
  z-index: 10;
}

.content ul li {
  float: left;
}

.nisshi {
  height: 600px;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 26%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(26%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 26%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 26%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 26%); /* IE10+ */
  background: linear-gradient(top bottom, #f4f4f4 0%,#ffffff 26%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.nisshi_content {
  padding: 20px 45px 10px;
}

.nisshi_head h5 {
  margin-left: 20px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 34px;
}

.nisshi_text {
  width: 510px;
  line-height: 23px;
  background-image: url(../img/back_note_23.gif);
  background-repeat: repeat;
  padding: 0 5px;
  float: left;
  margin-top: 15px;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nisshi_img {
  margin: 15px 10px;
  float: left;
  width: 360px;
}

.nisshi_img_area {
  overflow: hidden;
  height: 220px;
}

.slide_img_wrap {
  width: 5000px;
  height: 220px;
}

.slide_img {
  height: 220px;
  width: 360px;
  background-color: #F4F4F4;
  text-align: center;
  float: left;
}

.slide_img img {
  height: 100%
}

.slide_img {
  height: 220px;
  width: 360px;
  background-color: #F4F4F4;
  text-align:center; float:left;
}

.nisshi_img_title {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  text-align: center;
  width: 370px;
  height: 48px;
  background-image: url(../img/index_title_back.jpg);
  margin-left: -3px;
}

.slide_title_wrap {
  width: 5000px;
  height: 48px;
}

.nisshi_img_title .slide_title {
  width: 320px;
  padding: 18px 20px;
  float: left;
  box-sizing: content-box;
}

.nisshi_img_title .prev {
  position: absolute;
  z-index: 10;
  left: 5px;
  top: 3px;
  cursor: pointer;
}

.nisshi_img_title .next {
  position: absolute;
  z-index: 10;
  right: 8px;
  top: 3px;
  cursor: pointer;
}

.circle_Area {
  text-align: center;
  width: 60px;
  height: 14px;
  margin: 0 auto;
}

.circle {
  border-radius: 100px;
  padding: 5px;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  margin: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.circle.selected {
  background: #3388bb;
  box-shadow: 1px 1px 2px #DDD;
}

h3 {
  margin-top: 5px;
  line-height: 40px;
  font-size: 32px;
  font-family: "ヒラギノ角ゴ Pro W8","ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  background-position: bottom;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.content {
  border: 1px solid #DDD;
  margin-bottom: 20px;
}

.message {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 20px;
}