/*COMMON*/
@charset "UTF-8";

/*PC*/
@media screen and (min-width:960px){
.center .header-logo, .transparent .header-logo {
    float: none;
    margin: 0 auto;
    text-align: left;
}
.center header h1, .transparent header h1 {
    margin: 0;
    text-align: left;
}
#accordionmenubox {
    text-align: right;
    position: absolute;
    right: 0px!important;
    top: 20px;
}
}
