/* =============================================
	▼各ページ別
============================================= */
/* ━━━━ ▼受講生紹介 ━━━━ */
.obog_pic {
	width: 115px;
	float: left;
}
.obog_name {
	width: 468px;
	float: right;
	font-size: 110%;
}
.obog_name p{
	font-size:90%;
	}
a:link.obog,
a:visited.obog {
	color: #454545;
	font-size: 90%;
	text-decoration: none;
	display: block;
	height: 53px;
	line-height: 13px;
	background: url(../../student/img/obog_name_bk.gif) no-repeat left top;
	padding: 0 20px 0 15px;
}
a.obog span {
	font-size: 110%;
	font-weight: bold;
	display: block;
	line-height: 23px;
	padding: 6px 0 0 0;
}
ul.oboglist {
	height: 52px;
	background: #e9e9e9 url(../../student/img/oboglist_left_bk.gif) no-repeat left top;
}
ul.oboglist li {
	float: left;
	padding: 0 10px;
}
ul.oboglist .name {
	clear: left;
	font-size: 110%;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}
ul.oboglist .name span {
	font-size: 90%;
	font-weight: normal;
	display: block;
}
ul.oboglist .date {
	font-size: 78%;
	float: right;
	height: 52px;
	line-height: 28px;
	background: #e9e9e9 url(../../student/img/oboglist_right_bk.gif) no-repeat right top;
	padding: 0 10px 0 0;
}
th.w20{
	width:20%;
	}