@charset "utf-8";
.pb130 {
	padding-bottom: 130px;
}
.eptitle {
	display: block;
    background-color: #187ed4;
    border-radius: 17px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    width: 300px;
    font-size: 20px;
}
.epsection .tb {
	display: table;
}
.epsection .tb > div,
.epsection .tb > dl{
	display: table-cell;
    vertical-align: top;
}
.backnumtitle {
	display: block;
    background-color: #187ed4;
    border-radius: 17px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 20px;
}
.backnumcont {
	text-align: center;
    font-size: 16px;
    margin-left: -10px;
    box-sizing: border-box;
    width: 680px;
}
.backnumcont > li {
	width: 208px;
    margin-top: 20px;
    float: left;
    margin-left: 18px;
}
.floatbox > div {
	float: left;
}
.backnumcont a {
    color: #000000;
    text-decoration: none;
    display: block;
}
.backnumcont a:hover {
    text-decoration: none;
    /*filter: alpha(opacity=50);*/
    -moz-opacity:0.6;
    opacity:0.6;
}