@charset "UTF-8";
/* CSS Document */

/* コース説明 */

.corce_info{
	width:640px;
	margin:20px auto;
}

.corce_info h2{
	font-size:36px;
	font-weight:bold;
	}

.corce_osusume{
	width:640px;
	margin:20px auto;
	border-bottom:1px solid #409AD6;
}

.corce_osusume ul{
	list-style:none;
	line-height:200%;
	margin-bottom:15px;
	}

.corce_osusume ul img{
	vertical-align:-3px;
	}
	

.plus{
	margin:20px 0px 0px 365px;
	}
	
.equal{
	margin:20px 0px 20px 380px;
	}
	
.yoyaku{
	margin:20px 0px 20px 0px;
	text-align:center;
	}
	
#cyusyaku{
	line-height:20px;
	}


/* テーブル */

table#corcetable {
    width: 679px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:5px 0px 0px 0px;
}

table#corcetable th {
    padding: 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 100%;
}

table#corcetable td {
    padding: 3px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

.firstcell {
    background: #F5F5F5;
	width:238px;
}

.firstcellend {
    background: #F5F5F5;
	text-align:center;
	font-weight:bold;
	width:244px;
}

.first_title_g{
	font-weight:bold;
	text-align:center;
	background:#EAFED8;
	width:137px;
}

.first_title_b{
	font-weight:bold;
	text-align:center;
	background:#D9EBF7;
	width:137px;
}

.first_title_p{
	font-weight:bold;
	text-align:center;
	background:#E0DDED;
	width:137px;
}

.first_title_gray{
	font-weight:bold;
	text-align:center;
	background: #F5F5F5;
	width:137px;
}

.cell{ 
	text-align:center;
}


#voice{
	width:680px;
	margin:10px 0px 25px 0px;
	}
	
#voice td{
	vertical-align:top;
	}
	
#voice img{
	margin-right:20px;
	}
	

#voice1{
	width:680px;
	padding-bottom:30px;
	margin:15px 0px 25px 0px;
	border-bottom:1px solid #409AD6;
	}
	
#voice1 td{
	vertical-align:top;
	}
	
#voice1 img{
	margin-right:20px;
	}
	
.voice_p{
	margin-top:10px;
	margin-bottom:10px;
	color:#409AD6;
	font-weight:bold;
}

