@charset "UTF-8";
.fee-tbl01 {
    border: 1px solid #FBB03B;
    width: 100%;
    margin-bottom: 20px;
}
.fee-tbl01 tr th {
    background-color: #FBB03B;
    color: #FFFFFF;
    vertical-align: middle;
    border-right: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
.fee-tbl01 tr th:last-child  {
    border-right: 1px none #FFFFFF;
}
.fee-tbl01 tr td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    border-right: 1px dotted #FBB03B;
    border-bottom: 1px solid #FBB03B;
}
.bg-ore {
    background-color: #FFF2E7;
}
.cont-select .photo{
    width: 25%;
}

.cont-select{
	font-size:0;
}
.cont-select li{
	display: inline-block;
    width: 25%;
}
.cont-select li a {
    background-image: url(../../img/fee/btn-bg01.png);
    background-repeat: repeat-x;
    display: block;
    height: 117px;
    background-size: auto 117px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    background-position: center top;
	transition: 0.2s;
	opacity: 1;
}
.cont-select li a:hover{
	opacity: 0.8;
}
.cont-select li:nth-child(2n) a {
	background-image: url(../../img/fee/btn-bg02.png);
}