@charset "UTF-8";

/*
--------------------------------------------------
Select-university Style
--------------------------------------------------
	1.H3
	2.P
	3.Table


	ClearFix
--------------------------------------------------*/



/* 1.H2
--------------------------------------------------*/
#main h2 {
	background: url(../images/result-mark01.jpg) 0 3px no-repeat;
	font-size: 1.9em;
	margin-bottom: 10px;
	padding-left: 15px;
}


/* 2.P
--------------------------------------------------*/
#main p {
	font-size: 1.2em;
	line-height: 1.5;
	color: #999999;
	margin-bottom: 10px;
}
#main p b {
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
}


/* 3.Form
--------------------------------------------------*/
#main form {
	margin-bottom: 30px;
}
#main form input {
	vertical-align: middle;
	margin-right: 10px;
}


/* 3.Table
--------------------------------------------------*/
#main table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
#main table tr th {
	border: solid 1px #cccccc;
	background: url(../images/select-university-tablebg.jpg) 0 100% repeat-x;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	white-space: nowrap;
	padding: 5px;
}
#main table tr td {
	border: solid 1px #cccccc;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 5px;
}
