@charset "utf-8";

/*
	VOICE
*/


/*=============================================
	PC
=============================================*/

/*------------------------------
	VISUAL
------------------------------*/
#visual .inner{
	background: url(/voice/images/visual_photo.jpg) no-repeat center top;
}

/*------------------------------
	CONTENTS
------------------------------*/
/*
	COMMON
*/
#voiceBlock div.sectionUnit{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #a9a9a9;
}
#voiceBlock div.sectionUnit p{
	color:#3c3c3c;
	margin-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
}
#voiceBlock div.sectionUnit.noBorder{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mB10{
	margin-bottom:10px;
}

/*=============================================
	RESPONSE
=============================================*/
@media(max-width:600px){
}