@charset "utf-8";
/* CSS Document */


/*=================================
 :: sayings
=================================*/

#mv.sayings{
	background: url(../images/bg_sayings.jpg) center top no-repeat;
	width: 100%;
}

#mv.sayings div.mvInr{
	padding: 130px 0;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
#mv.sayings{
	background-size: cover!important;
}
}


#contents dl.accordion dt{
	border-bottom: 1px solid #E0E2E8;
	cursor: pointer;
	height: 125px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#contents dl.accordion dt.sayings01{
	border-top: 1px solid #E0E2E8;
}

#contents dl.accordion dt span{
	display: block;
  text-indent: 100%;
  overflow: hidden;
	white-space:nowrap;
}

#contents dl.accordion dt.open{
	border-bottom: none;
}

#contents dl.accordion dt.sayings01{ background: url(../images/h_sayings_01.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings02{ background: url(../images/h_sayings_02.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings03{ background: url(../images/h_sayings_03.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings04{ background: url(../images/h_sayings_04.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings05{ background: url(../images/h_sayings_05.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings06{ background: url(../images/h_sayings_06.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings07{ background: url(../images/h_sayings_07.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings08{ background: url(../images/h_sayings_08.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings09{ background: url(../images/h_sayings_09.png) center center no-repeat #FFF;}
#contents dl.accordion dt.sayings10{ background: url(../images/h_sayings_10.png) center center no-repeat #FFF;}

#contents dl.accordion dt.open.sayings01{ background: url(../images/h_sayings_01_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings02{ background: url(../images/h_sayings_02_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings03{ background: url(../images/h_sayings_03_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings04{ background: url(../images/h_sayings_04_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings05{ background: url(../images/h_sayings_05_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings06{ background: url(../images/h_sayings_06_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings07{ background: url(../images/h_sayings_07_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings08{ background: url(../images/h_sayings_08_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings09{ background: url(../images/h_sayings_09_op.png) center center no-repeat #949FAE;}
#contents dl.accordion dt.open.sayings10{ background: url(../images/h_sayings_10_op.png) center center no-repeat #949FAE;}

#contents dl.accordion dd{
	background: #949FAE;
	display: none;
}

#contents dl.accordion dd p{
	color: #FFF;
	font-size: 16px;
}

#contents dl.accordion dd div.accInr{
	margin: 0 auto;
	width: 1040px;
}











