
/*  ページタイトル　*/
/*--------------------------------------------------------*/

.pagetitle{
	width:100%;
	height:280px;
	background:url(../course/img/bg.jpg) top repeat-x;
}

.pagetitle .main{
	width:980px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
}

/*  コースの紹介　*/
/*--------------------------------------------------------*/

.outline{	
}

.outline h2{
	margin-bottom:30px;	
}

.outline .tableBox{
	margin-top:40px;	
}

.outline .tableBox table.tbl_box{
	width:730px;
	border-collapse: collapse;
 	border-width: 1px 0px; /* 上下に線を引く（大外枠） */
	border-color: #CCCCCC; /* 線色 */
	border-style: solid; /* 線種：実線 */
}

.outline .tableBox table.tbl_box tr td{
 	border-width: 0px 1px; /* 左右に線を引く */
	border-color: #CCCCCC; /* 線色 */
	border-style: solid; /* 線種：実線 */
}

.outline .tableBox table.tbl_box tr td.bumon{
	text-align:center;
	padding:40px 0px;
}
.outline .tableBox table.tbl_box tr td.bumon h3{
	font-size:16px;
	font-weight:nomal;
	line-height:1.5em;
}
.outline .tableBox table.tbl_box tr td.setsumei{
	text-align:left;
	padding:0px 15px;
}
.outline .tableBox table.tbl_box tr td.setsumei p{
	font-size:100%;
	font-weight:nomal;
	line-height:1.6em;	
}
.outline .tableBox table.tbl_box tr td.courselink{
	text-align:left;
	padding:30px 10px 0 10px;
}
.outline .tableBox table.tbl_box tr td.courselink ul li{
	margin-bottom:15px;	
}
.outline .tableBox table.tbl_box tr td.courselink ul li .linkBox{
	overflow:hidden;	
}
.outline .tableBox table.tbl_box tr td.courselink ul li .linkBox img{
	float:left;
	margin-right:12px;
}
.outline .tableBox table.tbl_box tr td.courselink ul li .linkBox p{
	overflow:hidden;
	padding-top:7px;
	font-size:13px;
	line-height:1.5em;
}


/*  各コース案内　*/
/*--------------------------------------------------------*/

.courseBox{
	margin-top:80px;
}

.courseBox h2{
	background:#CDA677;
	padding:10px 12px;
	font-size:110%;
	line-height:1.5em;
	font-weight:bold;
	color:#FFF;
}

.courseBox .gaiyou{
	margin-top:30px;
	margin-bottom:50px;
}

.courseBox .box{
	overflow:hidden;	
}

.courseBox .box .photo{
	float:left;
	width:260px;
	margin-right:40px;
}

.courseBox .box .info{
	float:left;
	width:430px;
}

.courseBox .box .info h3{
	padding-top:5px;
	font-size:110%;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:20px;
}

.courseBox .box .info .bt{
	margin-top:18px;
}
