@charset "Shift_JIS";

#crumbs, #ate_crumbs {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.bg_info {
    display: none;
}
.contBox_info {
    background: #eff8fe;
    position: relative;
    z-index: 0;
}
.cont_info {
    padding: 40px 0 100px;
}
.contBox_info01 {
    background-color: inherit;
    padding: 0;
    width: 960px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.cont_info .contBox_info01:nth-child(n+2) {
    margin: 40px 0 0 0;
}
.contBox_info01 .inner50 {
    background: #fff;
}
.btnMin02 a {
    border: 1px solid #B9B8B8;
    border-radius: 5px 5px 5px 5px;
    color: #000000 !important;
    display: block;
    padding: 12px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnMin02 a span {
    background: url("../../../common/img/arrow_blank.gif") no-repeat scroll right center transparent;
    cursor: pointer;
    display: block;
    line-height: 1;
    width: 100%;
}
.btnMin02 a:hover {
    background-color: #868686;
    border: 1px solid #868686;
    color: #FFFFFF !important;
    text-decoration: none;
}
.btnMin02 a:hover span {
    background: url("../../../common/img/arrow_blank_o.gif") no-repeat scroll right center transparent;
    cursor: pointer;
    display: block;
    line-height: 1;
    width: 100%;
}