@charset "utf-8";
@import url("../common.css");
@import url("../student_sub.css");
@import url("common.css");
/*---------------------------------------*/
.domestic-obo-table {
	border: none;
	table-layout: auto;
}
.domestic-obo-table td {
	border: none;
	vertical-align: top;
	padding: 0px;
}
.domestic-obo-table .col1 {
	width: 18px;
}
.domestic-obo-table .col2 {
	width: 100%;
}

.unv {
	position: relative;
	clear: both;
	border: 1px solid #CCCCCC;
	width: 520px;
	margin: 10px auto;
}
.unv .unv-image {
	position: relative;
	float: right;
	width: 200px;
	padding: 5px;
}
.unv .unv-detail {
	position: relative; 
	float: left;
	width: 300px;
	padding: 5px;
}