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

/*static property*/
.align_left{
	float:left;
	padding: 5px;
}

.align_right{
	float: right;
	padding: 5px;
}

/*index property*/

.link{
	padding: 0 0 0 15px;
	background: url(../../images/link_mark.png) no-repeat center left;
}
/*kaisoku property*/

.kaisoku_body{
	font-size: 75%;
}
.second_block{
	padding-left: 50px;
}
dd{
	padding-left: 30px;
}
dt{
	margin-top:10px;
}
.yakuin_left{
	 width: 80px;
}
.yakuin_center{
	width:50px;
}
.hayami_school{
	background-color:#99cccc;
}
h3{
	margin-bottom: 10px;
}
table.vertical_top{
	width: 100%;
}
table.vertical_top .column{
	width: 33%;
}
.hayami_table{
	font-size: 15px;
	width: 100%;
}
.hayami_table th,.hayami_table td{
	border-top: solid 1px;
	border-right: solid 1px #999;
	border-left: solid 1px;
	border-bottom: solid 1px #999;
	border-spacing: 0px;
}
.hayami_nengo{
	background-color:#99ccff;
}

.hayami_table{
	border-top: solid 1px #999;
	border-right: solid 1px;
	border-left: solid 1px #999;
	border-bottom: solid 1px;
	border-spacing: 0px;
	vertical-align: top;
}
.red{
	background-color:#F00;
}
.blue{
	background-color:#00F;
}
.green{
	background-color:#060;
}
.vertical_top td{
	vertical-align:top
}</pre></body></html>