@charset "utf-8";
/* CSS Document */

/*------------ グローバルナビ ------------*/
ul#gnav li#results a {
	width: 115px;
	height: 32px;
	margin: 0;
	background-position:-345px -32px;
}

/*------------ メインタイトル ------------*/
h2#main_title {
	background: url(../results/images/main_image.jpg);
}

/*------------ 見出し ------------*/
h3#title {
	background-image: url(../results/images/subtitle.jpg);
}

/*------------ 合格率 ------------*/
ul#pass_list,
ul.pass_list {
	padding: 0 5px 25px 5px;
}

ul#pass_list li,
ul.pass_list li {
	padding: 0 10px;
	float: left;
}

p#pass_img {
	width: 480px;
	padding: 0 20px 0 0;
	float: left;
}


/*------------ 学校リスト ------------*/
table.school_list th,
table.school_list2 th {
	padding: 25px 0 5px 0;
	font-weight: normal;
	color: #333;
	vertical-align: bottom;
}

table.school_list th {
	width: 155px;
	font-size: 14px;
	border-bottom: #DDDDDD 1px solid;
}

table.school_list2 th {
	width: 170px;
	font-size: 13px;
}

table.school_list td,
table.school_list2 td {
	padding: 25px 0 5px 0;
	font-size: 13px;
	color: #333;
	text-align: center;
	vertical-align: bottom;
}

table.school_list td {
	width: 45px;
	border-bottom: #01AA71 2px solid;
}

table.school_list2 td {
	width: 30px;
}

table.school_list td.w20 {
	width: 20px;
	border: none;
}

p.total {
	padding: 20px 0 40px 0;
	text-align: right;
	color: #01aa71;
}

/*------------ 生の声 ------------*/
.voice_box {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	background: url(../classroom/images/voice_bottom.gif) no-repeat left bottom;
}

.voice_box dl {
	padding: 15px 0 30px 25px;
	color: #006b8c;
	background: url(../classroom/images/voice_top.gif) no-repeat left top;
}

.voice_box dl dt {
	margin-right: 20px;
	padding-right: 20px;
	clear: both;
	display: inline;
	float: left;
	border-right: #006b8c 1px solid;
}

.voice_box p {
	padding: 10px 15px 0 15px;
	background: url(../classroom/images/voice_body.gif) repeat-y;
}



