﻿
.to_other{text-align:center; font-size:14px; margin:30px 0 60px;}
.to_other a.btn1:link, a.btn1:visited {display: block; color: #0099ff; background-color:rgba(0,0,0,0.9); width: 230px; padding:10px 15px; border:solid 1px #FFF; border-radius:10px; text-decoration:none;}
.to_other a.btn1:hover {display: block; color: #66ccff; background-color: rgba(0,0,0,0.7); text-decoration:none;}

.banner {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 88;
}
.banner_now{
	display: inline-block;
    width: 300px;
    padding: 8px 0;
    text-align: center;
    background: #fff;
    color: #333 ;
    font-weight: bold;
    border-bottom: none;
    margin: 0 5px;
}
.banner_to {
    display:inline-block;
    width:300px;
    padding:8px 0;
    text-align:center;
    background:#1c4678;
    color:#fff !important;
    border-bottom: none;
    text-decoration:none;
    margin: 0 5px;
}
.banner_to:hover{
    background: #fff;
    text-decoration:none;
    color:#333 !important;

}
.kakko{
    font-size: 13px;
}
