@charset "UTF-8";

/*================================================================================
	Font-size Adjustment（基準サイズ：12px）
	｜　10px：84％　 ｜　15px：125％　｜　20px：167％　｜　25px：209％　｜
	｜　11px：92％　 ｜　16px：134％　｜　21px：175％　｜　26px：217％　｜
	｜　12px：100％　｜　17px：142％　｜　22px：184％　｜
	｜　13px：109％　｜　18px：150％　｜　23px：192％　｜
	｜　14px：117％　｜　19px：159％　｜　24px：200％　｜
===================================================================================*/



/*   service-area   */
#voice-area{width:710px;
	height:1046px;
	background-image:url(../img/voice/voice-bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#voice-catch{ width:535px;
	height:auto;
	font-size:14px;
	line-height:22px;
	margin:0 0 0 35px;
	padding:70px 0 0 0;
}


.voice-cnt-a{width:710px;
	height:auto;
	margin:0;
	padding:118px 0 0 0 ;
	font-size:14px;
	line-height:20px;
}

.voice-1st{ width:320px;
	height:205px;
	margin:0 0 30px 230px;

}

.voice-name{ color:#fd445e;
	font-weight:bold;
}

.voice-text{ margin:0 0 20px 0;}

.cp-ttl{color:#f78515;
	font-weight:bold;
}

.cp-text{ margin:0 0 25px 0;}


.voice-2nd{ width:400px;
	height:170px;
	margin: 0 0 0 310px;

}

.cp-text-2nd{ margin:0 0 10px 0;}


.voice-cnt-b{width:660px;
	height:auto;
	margin:0;
	padding:108px 0 0 50px ;
	font-size:14px;
	line-height:20px;
}

.voice-3th{ width:420px;
	height:160px;
	margin: 0 0 0 0;

}

.voice-4th{ width:610px;
	height:170px;
	margin: 22px 0 0 0;

}



#service-course a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}

