@charset "Shift_JIS";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	
}
#container{
	width:720px;
	padding:20px 10px;;
	background:#FFF;
	margin:0 auto;
}
h1 {
	height:40px;
	text-indent:-9999px;
	margin-bottom:10px;
	background:url(../gakusei_result_img/detail_h1.png) no-repeat center;
}

table{
	border-collapse:collapse;
	border:1px solid #CCC;
	color:#333;
	font-size:14px;
	width:700px;
	margin:0 10px;
}
th,td{
	padding:5px;
	border:1px solid #CCC;
}
th{
	background:#FF6666;
	color:#FFF;
}
#ttl{
	margin-bottom:10px;
	font-weight:bolder;
	color:#FF6666;
	font-size:18px;
	text-align:center;
}
#work{
	padding:20px 0;
	background:url(../gakusei_result_img/detail_work_bg_inner.png) repeat-y;
	text-align:center;
}
#work-top{
	height:20px;
	background:url(../gakusei_result_img/detail_work_bg_top.png) no-repeat;
}
#work-bottom{
	height:20px;
	background:url(../gakusei_result_img/detail_work_bg_bottom.png) no-repeat;
}
#btn_close{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #CCC;
	text-align:center;
}

/*

clearfix

____________________________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
