@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   */
#service-area{width:710px;
	height:527px;
	background-image:url(../img/service/service-bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#service-catch{ width:380px;
	height:auto;
	font-size:14px;
	line-height:25px;
	margin:0 0 0 35px;
	padding:70px 0 0 0;
}



#service-course{ width:100%;
height:auto;
margin:270px 0 0 0;
}
.course-list{ width:302px;
	height:auto;
	margin:0 0 0 0 ;
	padding:0 0 0 30px;
	float:left;
}
.course-text{ width:178px;
	font-size:10px;
	line-height:40px;
	text-align:center;
	margin:0 0 12px 0;
}
.button-area{ padding:0 0 0 16px;}

.course-list2{ width:285px;
	height:auto;
	margin:0 0 0 0 ;
	padding:0 0 0 47px;
	float:left;
}


.course-text2{ width:176px;
	font-size:10px;
	line-height:40px;
	text-align:center;
	margin:0 0 12px 0;
}
.button-area2{ padding:0 0 0 12px;}





#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;
}

