/*---------------------------------
 *  trendesearch20160329
 *---------------------------------*/
.top_mv{
  position:relative;
  margin:0 0 40px;
  background: repeating-linear-gradient(90deg, #fff6f5 0, #fff6f5 17px, #fff 17px, #fff 34px);
  padding-bottom: 40px;
}
.top_mv:before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #e64e30;
  border-bottom: 1px dashed #fff;
}
.top_mv:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 160px;
  vertical-align: middle;
  background: url(../img/main_img_photo.png), repeating-linear-gradient(rgba(255,255,255,0) 0%, #FFF 75%, #fff 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
}

  .top_mv .tr_detail_ttl{
  padding: 40px 0 0;
  display: block;
  line-height: 1.2;
}
  .top_mv .mv_lead{
    color: #5e2115;
    top: 0;
    left: 0;
    position: relative;
    list-style: none;
    width: calc(100% - 60px);
    padding: 35px 30px;
    font-size: 20px;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top_mv{
    padding-bottom: 140px;
  }
  .top_mv .tr_detail_ttl {
    padding: 15px 0 0;
}
  .top_mv .tr_detail_ttl img {
    padding: 15px 0 0;
    max-width: 100%;
    height: auto;
}
.top_mv .mv_lead{
    font-size: 14px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
}
}

.index section h1,
.index dt {
    background-color: #fff;
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 1px;
    padding: 10px;
    color: #503232;
    cursor: pointer;
    position: relative;
	font-size:16px;
	font-weight:bold;
	border:1px solid #D8D2BF;
}
 
.index section h1:before,
.index dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #D41B21;
}
 
.index section h1:after,
.index dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
}
 
.index section h1.active:before,
.index dt.active:before {
  margin-top: -2px;
}
 
.index section h1.active:after,
.index dt.active:after {
  margin-top: 3px;
}
 
.index section li,
.index dd {

    padding:  10px 0;
}
 
.index section li a {
    position: relative;
    display: block;
}
 
.index section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
 
.index section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}

.index .arcive_box{
	background:#fbf8f2;
	border:1px solid #ccc;
	padding:10px;
}

.index h3.archive{
	color:#503232;
	font-size:16px;
	padding-bottom:2px;
	border-bottom:1px dotted #503232;
	font-weight:bold;
	margin:40px 0 20px 0;
	
}

.index #previous_list .button{
	margin:0 auto;
	display:block;

	padding:10px;
	background:#fff;
	border:#d8d2bf solid 1px;
	cursor:pointer;
	text-align:center;
	color:#333;
	width:150px;
	border-radius:4px;
}
.index #previous_list .button:hover{
	opacity:0.75;
}
