@charset "shift_jis";

/* after.css */


/* 共通
=============================================================================*/
table {
	width: 100%;
}
table.title01 td,
table.title02 td {
	height: 26px;
	padding-left: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 122%;
}
table.title01 td {
	background-color: #416092;
}
table.title02 td {
	background-color: #735982;
}
table.table01 td {
	margin-right: 5px;
	padding-right: 5px;
}
table.table01 tr.boxth td {
	text-align: center;
	background-color: #F0F0F0;
	font-size: 85%;
	line-height: 12px;
	margin-top: 4px;
	padding-top: 4px;
	white-space: nowrap
}
table.table01 tr.box td {
	text-align: right;
	background-color: #FFFFFF;
}
table.table01 tr.boxpinkright td {
	text-align: right;
	background-color: #FCF0F0;
	white-space: nowrap
}
table.table01 td.boxleft {
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}
table.table01 tr.box td.boxpink, 
table.table01 td.boxpink {
	text-align: left;
	background-color: #FCF0F0;
	white-space: nowrap
}
table.table01 tr.box td.boxyellow, 
table.table01 td.boxyellow {
	text-align: left;
	background-color: #FFFCF0;
}
table.table01 td.dept01_title {
	text-align: left;
	background-color: #C9B8FF;
	font-weight: bold;
	white-space: nowrap
}
table.table01 tr.box td.dept01, 
table.table01 td.dept01 {
	text-align: left;
	background-color: #EFEAFF;
	white-space: nowrap
}
table.table01 td .purple {
	font-weight: bold;
	color: #66C;
}
table.table01 td.dept02_title {
	text-align: left;
	background-color: #B2E2FE;
	font-weight: bold;
	white-space: nowrap
}
table.table01 tr.box td.dept02, 
table.table01 td.dept02 {
	text-align: left;
	background-color: #E8F6FF;
	white-space: nowrap
}
table.table01 td .blue {
	font-weight: bold;
	color: #39C;
}


/* 卒業生の声 */

#afterm_wrapper {
	width: 650px;
	border: 1px solid #CCC;
	padding: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#afterm_photo {
	float: right;
}
#afterm_title {
	font-size: 85%;
	width: 130px;
	float: left;
	clear: left;
	color: #3F67B5;
	margin-top: 10px;
}
#afterm_txt {
	float: left;
	width: 250px;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C6D3EC;
}
#afterm_message {
	clear: both;
	padding: 10px;
	width: 97%;
	background-color: #FFFCF0;
}