@charset "utf-8";


/*----------------------------------------------------

	ご利用者の声ページ用CSS

----------------------------------------------------*/



#voice #questionnaireTxt {
	width: 600px;
	margin: 50px auto 50px;
	padding: 30px;
	font-size: 1.286em;
	font-weight: bold;
	color: #51C0CB;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



/*----------------------------------------------------

	.voiceSec01

----------------------------------------------------*/



#voice .voiceSec01 {
	clear: both;
	padding: 70px 0;
	background-image: url(../img/bg03.jpg);
	background-repeat: repeat;
}



#voice .voiceSec02 {
	clear: both;
	padding: 70px 0;
}



#voice .voiceCon {
	width: 980px;
	margin: 0 auto;
	position: relative;
}



#voice .voiceMenu {
	position: absolute;
	z-index: 10;
}



#voice .voiceMenu li {
	margin: 0 0 10px;
}



#voice .voiceCon .voiceBox {
	width: 650px;
	margin: 0 0 0 330px;
}



#voice .voiceCon .voiceBox .voiceImg {
	margin: 0 0 40px;
}



#voice .voiceCon .voiceBox dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0 0 15px;
}



#voice .voiceCon .voiceBox .adult dt {
	font-size: 1.286em;
	font-weight: bold;
	background-image: url(../../voice/img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
}



#voice .voiceCon .voiceBox .child dt {
	font-size: 1.286em;
	font-weight: bold;
	background-image: url(../../voice/img/arrow02.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
}



#voice .voiceCon .voiceBox dd {
	padding: 0 0 0 30px;
	margin: 0 0 30px;
	line-height: 150%;
}

#voice .voiceCon .voiceBox .moreVoiceBt a {
	display: none;
}


/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
	#voice .voiceSec01 {
		padding-left: 15px;
		padding-right: 15px;
	}



	#voice .voiceSec02 {
		padding-left: 15px;
		padding-right: 15px;
	}



	#voice .voiceCon {
		width: auto;
	}



	#voice .voiceMenu {
		display: none;
	}



	#voice .voiceMenu li {
	}



	#voice .voiceCon .voiceBox {
		width: auto;
		margin: 0 0 0 0;
	}



	#voice .voiceCon .voiceBox .voiceImg {
		text-align: center;
	}



	#voice .voiceCon .voiceBox dl {
	}



	#voice .voiceCon .voiceBox .adult dt {
	}



	#voice .voiceCon .voiceBox .child dt {
	}



	#voice .voiceCon .voiceBox dd {
	}
	
	
	
	#voice .voiceCon .voiceBox .moreVoiceBt a {
		display: block;
		color: #FFF;
		text-align: center;
		background-color: #1F4C9F;
		width: 50%;
		padding: 20px 10px;
		margin: 20px auto 0;
		border-radius: 10px;
	}
}


















