@charset "utf-8";
/*
Theme Name: mgb-style
Theme URI: http://www.malaysiagolfbooking.com
Description: 
Author: MGB
Version: 1.7.3

Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: mrcj
License: GNU General Public License
License URI: license.txt


*/

.sticky {}
.bypostauthor {}


/*テスト用ページの設定*/

.test_menu{
width: 100%;
justify-content: center;
margin: 0 !important;
}

.button_small {
display: inline-block;
    width: 49%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;

}

.button_a {
    display: inline-block;
    width: 100%;
    height: 85px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}


.accbox {
    margin: 2em 0;
    padding: 0;
    
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#85baef;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

