@charset "UTF-8";
#index {
  /* --------- #side ----------------------- */
  /* --------- #contents-main ----------------------- */
}

  /* --------- swiper ----------------------- */

#slideMain{
  background-color: #434343;
}
.swiper-container{
  text-align: center;
  margin:0 auto;
  max-width: 100%;
}
.swiper-container .swiper-slide img{
  max-width: 900px;
  height: auto;
	width: 100%;
}





#index #side .banner li {
  margin-bottom: 10px;
}
#index #contents-main {
  /* --------- .topics ----------------------- */
}
#index #contents-main .topics .topics-btn {
  text-align: right;
  font-size: 115%;
  padding: 10px 0;
  /* Landscape phones and down */
}
@media (max-width: 767px) {
  #index #contents-main .topics .topics-btn {
    text-align: center;
    margin-bottom: 5%;
  }
}
#index #contents-main .topics .topics-btn a {
  background: url(../img/i_arrow01.png) no-repeat left center;
  padding-left: 20px;
  /* Landscape phones and down */
}
#index #contents-main .topics .topics-btn a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #index #contents-main .topics .topics-btn a {
    background: #eee;
    border: #e2e2e2 1px solid;
    display: block;
    padding: 5px;
  }
  #index #contents-main .topics .topics-btn a:before {
    content: url(../img/i_arrow01.png);
    margin-right: 3%;
  }
}


#index #contents-main .topics .topics-list {
  /*border: #F3F3F3 1px solid;*/
  overflow: hidden;
  margin-bottom: 30px;
  
}
@media (max-width: 767px) {
  #index #contents-main .topics .topics-list {
    margin-bottom: 2px;
  }
}
#index #contents-main .topics .topics-list li{
  display: block;
  padding: 0px 15px 12px 15px;
  width: 100%;
}
#index #contents-main .topics .topics-list li .title {
  color: #9A1714;
  font-weight: bold;
  display: block;
}
#index #contents-main .topics .topics-list li .tit-info {
  color: #333333;
  display: block;
  padding-top: 4px;
  padding-bottom: 8px;
  border-bottom: #A3A3A3 1px dotted;
}


#infoArea{
  display: block;
  margin-bottom: 20px;
}
#infoArea h2{
  color: #a566a7;
  text-align: center;
  margin:0 auto 10px auto;
  padding: 10px 10px 10px 10px;
  border-bottom: #A3A3A3 1px dotted;
}
#infoArea h2 img{
  width: 340px;
}

#infoArea dl{
  display: block;
  padding: 10px 10px 10px 10px;
}
#infoArea dt{
  color: #a566a7;
  font-weight: normal;
  font-size: 100%;
  padding: 5px 5px 10px 5px;
  width:8em;
  float: left;
}
#infoArea dd{
  font-size: 100%;
  font-weight: normal;
  margin-left: 8em;
  padding: 5px 5px 10px 5px;
  /*border-bottom: #A3A3A3 1px dotted;*/
}
#infoArea dd a{
	color: #000;
	text-decoration: underline;
}
@media (max-width: 767px) {
  #infoArea dt{
     float: none;
     width:100%;
     padding: 0px 2px 4px 2px;
     border-bottom: #A3A3A3 1px dotted;
  }
   #infoArea dd{
    padding: 5px 8px 10px 2px;
    font-size: 90%;
    float: none;
    margin-left: 0%;
   }
}


.topixbox{
  border: #B9B9B9 1px solid;
}
.topixbox h2{
  /*background-color: #9A1714;*/
  background: -moz-linear-gradient(#9A1714, #360807);
  background: -webkit-gradient(linear, left top, left bottom, from(#9A1714), to(#360807)); 
  margin-bottom: 5%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.topixbox h3{
  margin: 0px 0px 10px 18px;
}
.bnrBtn{
  margin-top: 10px;
  margin-bottom: 20px;
}






