<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#wrap{

}

/*-----------------------------------------
	テーブル
-------------------------------------------*/

#summary table{
	width:980px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

#summary table th{
	padding:7px 0;
	width:16.5%;
	vertical-align:top;
	text-align:center;
    background:#FAFAFA; /* --表組見出し標準カラ― grey--*/
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

#summary table th.s-kan{
	width:14.1%;
	line-height:1.2;
	padding:11px 0;
	vertical-align:middle;
}

#summary table td{
	font-weight:bold;
	text-align:center;
	font-size:28px;
	padding:12px 10px 3px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#4F87E4;
}


/*-----------------------------------------
	合格実績
-------------------------------------------*/

table.univ{
	width:980px;
	border:1px solid #D1D1D1;
    border-collapse:collapse;
    border-spacing:0;
 	font-size:13px;
	line-height:1.2;
}


.univ th{
	border:1px solid #D1D1D1;
	height:35px;
}

.th_style1{
    background:#FAFAFA;
}

.th_style2{
    background:#CEE4FF; /* -- 高校表組背景　強調3 --*/
}

.univ td{
    border:1px solid #D1D1D1;
 	height:21px;
	text-align:center;
	padding-top:4px;
}

.univ td.td_name{
	background:#F4FAFF; /* -- 高校表組背景　強調1 --*/
	text-align:left;
	padding-left:15px;
}

.univ td.td_year{
	background:#E1EFFF; /* -- 高校表組背景　強調1 --*/
}	

.univ td.h40{
	height:40px;
	line-height:40px;
}

.bold {
    font-weight:bold;
}


/*----table width----*/

.tw95{
	width:95px;
}
.tw300{
	width:300px;
}
.tw176{
	width:176px;
}
.tw476{
	width:476px;
}


/*----link----*/

.link-box{
	width:928px;
	padding:25px;
	border:1px solid #D6D6D6;
	margin-bottom:80px;
	margin-top:20px;
	font-size:16px;
	line-height:1.2;
}

.link-box .arrow_b{
	margin-top:10px;
	font-size:14px;
}


/*-----------------------------------------
	その他大学実績
-------------------------------------------*/

.u-subtit{
	font-size:16px;
	font-weight:bold;
	margin-top:25px;
	color:#000;
}

.u-ptit{
	font-size:15px;
	font-weight:bold;
	/*color:#009999;*/
	color:#4498FF; /* --高校標準カラ―　強調*/

	margin:15px 0 5px;
}

.others-na, .others-pr{
	font-size:11px;
	padding-right:10px;
	line-height:1.6;
	color:#383D3F;
}

.others-pr{
	margin-bottom:15px;
}

.u-caution{
	text-indent:-1.9em;
	margin-left:2em;
	font-size:11px;
	color:#222;
}

</pre></body></html>