﻿@charset "utf-8";


/* contents */
.mb80{margin-bottom:80px;}

.hisTle{display:block; padding-left:15px; margin-bottom:10px; background:url('../images/dot.gif') no-repeat 0 4px; font-size:14px; color:#3c3c3c; position:relative;}

.history_tbl{width:100%; border-top:2px #999 solid;}
.history_tbl thead th{padding:10px 0 11px 0; background:#ededed; border-left:1px #dcdcdc solid; border-bottom:1px #dcdcdc solid; color:#666;}
.history_tbl thead th.fir{border-left:none;}
.history_tbl tbody th{padding:10px 0 11px 0; background:#f9f9f9; border-bottom:1px #dcdcdc solid; color:#757575;}
.history_tbl tbody td{padding:10px 0 11px 0; border-left:1px #dcdcdc solid; border-bottom:1px #dcdcdc solid; text-align:center;}
.history_tbl tbody td.fir{border-left:none;}
.history_tbl tbody td p{padding-left:11px; text-align:left;}



/* tab */
.hisTab {width:100%; overflow:hidden; margin-bottom:15px;}
.hisTab ul {border-bottom:1px solid #b4b4b4; height:20px;}
.hisTab li {float:left; color:#FFF; margin-right:3px; text-align:center; height:20px;}
.hisTab li a {color:#FFF !important; background:#b4b4b4; padding:10px;}
.hisTab li a:hover {color:#FFF; background:#2e4292; font-weight:bold; letter-spacing:-1px;}
.hisTab li a.on {color:#FFF; background:#2e4292; font-weight:bold; letter-spacing:-1px;}