@charset "utf-8";

@import url('/css/layout.css');
@import url('/css/base.css');
@import url('/css/board.css');
@import url('/css/90.css');
@import url('/css/reser.css');


div.schbox{clear:both; width:660px; height:44px; margin:0 0 20px 0; background:url(/images/common/box/bx_schbox.gif) no-repeat;}
div.schbox div{padding:11px 0 0 22px;}
div.schbox input{height:15px; padding:2px 0 0 1px; border:1px solid #dadada; vertical-align:middle; font-size:12px; color:#666;}
div.schbox img{vertical-align:middle;}
div.schbox label{padding:0 0 0 15px; color:#067BA7; background:url(/images/common/bullet/bul_h4_info.gif) no-repeat; font-weight:bold;}
div.schbox label strong.bar{margin:0 15px 0 0; padding:0 17px 0 0; background:url(/images/examination/sch_tit_bar.gif) no-repeat right;}

.txtcenter {text-align:center;}
.fleft {float:left;}
.fright {float:right;}

ul.bullet_namelist {float:right;}
ul.bullet_namelist li {
	float:left;
	background-repeat: no-repeat;
	background-position:0 2px;
	margin-left:7px;
	padding-left:19px;
	font-size:11px;
	color:#a4a3a3;
}
ul.bullet_namelist li.cancle {
	background-image:url(/images/common/bullet/ico_cancle.gif);
}

ul.bullet_namelist li.print {
	background-image:url(/images/common/bullet/ico_print.gif);
}

ul.bullet_namelist li.detail {
	background-image:url(/images/common/bullet/ico_detail.gif);
}
ul.bullet_namelist li.change {
	background-image:url(/images/common/bullet/ico_change.gif);
}
ul.bullet_namelist li.result {
	background-image:url(/images/common/bullet/ico_resultview.gif);
}


div.infobox {
	border:1px solid #e4e4e4;
	background:#efefef;
	margin-bottom:20px;
	padding:10px;
}