@charset "UTF-8";

/*-------------------------------------------------------------------
 *
 * File Name   : record.css
 *
-------------------------------------------------------------------*/

#record .contentsBox{
	min-height:726px;
}
#record .contentsTtl{
  margin:19px 0 21px;
}
#record .contentsBox h2{
  color: #1a2b61;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 14px;
}
#record .contentsBox h3{
	text-align:left;
}
#record .jpRecord table{
	width:100%;
	color:#ffffff;
}
#record .dataTable a:link,a:visited{
  color: #19295c;
  text-decoration: none;
  font-size: 13px;
}

#record .dataTable table {
	width: 100%;
}

#record .dataTable tr.title{
	background-color:#3e86d8;
	color:#fff;
}
#record .dataTable.jpRecord tr.recordTxt{
	border-bottom:1px solid #d1d1d1;
}
#record .dataTable .title th{
	border-bottom:none;
	font-size:18px;
	padding:8px 0;
	text-align:center;
}
#record .dataTable.result .title th,
#record .dataTable.history .title th{
	padding:10px 0 8px;
	border-right:1px solid #f1f1f1;
}
#record .dataTable.jpRecord th{
	border-bottom:2px solid #f1f1f1;
	border-right:1px solid #ffffff;
}
#record .dataTable{
	width:960px;
	margin-bottom:24px;
	font-size:78%;
	background-color:#ffffff;
}
#record .dataTable.jpRecord{
	background-color:#f1f1f1;
}
#record .dataTable.history{
	width:811px;
}
#record .dataTable .recordTxt td{
	line-height:1.65;
}
#record .dataTable td{
	font-size:14px;
	padding:16px 0;
	text-align:center;
}
#record .dataTable.jpRecord td{
	background-color: #ffffff;
	color:#000000;
}
#record .dataTable.result td{
  border-bottom:1px solid #d1d1d1;
	padding:2px 0;
}
#record .dataTable.history td{
  border-bottom:1px solid #d1d1d1;
	padding:4px 0;
}
#record .dataTable.result .btn{
  border-top:none;
}
#record .dataTable.result .bbn{
  border-bottom:none;
}
#record .dataTable.result .btbn{
  border-top:none;
  border-bottom:none;
}
#record .dataTable td.cell3_first{
	border-left:none;
	font-size:14px;
}
#record .dataTable td.cell3_last{
	border-right:none;
}
#record .cell2_01{
	width:160px;
}
#record .cell2_02{
	width:160px;
}
#record .cell2_03{
	width:320px;
}
#record .cell2_04{
	width:162px;
}
#record .cell2_05{
	width:153px;
	border-right:none;
}
#record .cell1_01{
	width:264px;
}
#record .cell1_02{
	width:184px;
}
#record .cell1_03{
	width:184px;
}
#record .dataTable.jpRecord th.cell1_04{
	border-right:none;
}
