@charset "UTF-8";


.mod-history-btm li:last-child{
	margin-right: 4px;
}
.mod-history-btm {
	padding:0;
}
.mod-history-btm li a{
	text-decoration: none;
	display: block;
    padding: 13px 0;
}
.mod-history-tbl th{
	width:15%;
}
.mod-history-tbl .date{
	width:10%;
    text-align:center;
}
.mod-history-btm li{
	float: left;
    width: 24%;
    color: #2652b2;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    margin:4px 4px 0 0;
}
@media screen and (max-width:736px){
	.mod-history-btm li{
		width:48%;
	}
}
@media screen and (max-width:736px){
	.mod-history-tbl .date{
		width:100%;
		font-weight:bold;
		text-align:left;
	}
}
@media screen and (max-width:736px){
	.mod-history-tbl tr th br{
		display:none;
	}
}
@media screen and (max-width:736px){
	.mod-history-tbl th, .mod-history-tbl td {
		text-align:left;
		border:none;
	}
}
table.mod-history-tbl th,
table.mod-history-tbl td{
    border: 1px solid #B3B3B3;
}