/*======================
	overwrite
=========================*/

#gHeader {
    height: 50px;
}

main {
    width: 100%;
    padding: 0;
}

#contents {
    font-size: 14px;
    line-height: 1.4;
}

#contents p,
#contents ul,
#contents li,
#contents dl,
#contents dt,
#contents dd {
    margin-bottom: 1em;
}


#contents a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

#contents a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


#contents li {
    list-style: none;
}

/*======================================
	float and clearfix
========================================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


/*======================
	display
=========================*/

/* ////////// pc ////////// */

@media screen and (min-width: 1024px) {
    br.mob,
    br.tab {
        display: none;
    }
    img.mob {
        display: none;
    }
    .d_nonePC {
        display: none;
    }
    /* pc end */
}


/* ////////// mobile ////////// */

@media screen and (max-width: 1024px) {
    br.pc,
    br.mob {
        display: none;
    }
    br.tab {
        display: block !important;
    }
    
    img.pc{
        display: none;
    }

    .d_noneMOB {
        display: none;
    }
    /* mobile end */
}



@media print,
screen and (max-width: 768px) {
    br.mob {
        display: block !important;
    }
}


/*=========================
	font 
===========================*/

.hidetxt {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 1.0rem;
    display: block;
}

.f_10 {
    font-size: 10px !important;
}

.f_11 {
    font-size: 11px !important;
}

.f_12 {
    font-size: 12px !important;
}

.f_13 {
    font-size: 13px !important;
}

.f_14 {
    font-size: 14px !important;
}

.f_16 {
    font-size: 16px !important;
}

.f_18 {
    font-size: 18px !important;
}

.f_20 {
    font-size: 20px !important;
}


.fw_normal {
    font-weight: normal !important;
}

.fw_bold {
    font-weight: bold;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

.red {
    color: #9e0905;
}

.red_02 {
    color: #f00;
}

.orange {
    color: #ff6600;
}

.txtblue{
    color: #0066cc;
}

.gray {
    color: #999;
}

.key_red {
    color: #ae0024;
}

.key_red_hov_01 {
    color: #ca002a;
}

.key_red_hov_02 {
    color: #e30031;
}





/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox_outer {
    max-width: 1080px;
    margin: auto;
}


#sns_sharebox {
    font-size: 13px;
    text-align: right;
    /**/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content：space-between;
}

#sns_sharebox li {
    width: 32%;
    margin: 0 0.5%;
    padding: 0.5em 0;
    text-align: center;
    display: inline;
    border-radius: .2em;
}

#sns_sharebox a {
    color: #fff;
    padding: 0 1em 0 1em;
    display: block;

}

#sns_sharebox a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-decoration: none;
}

#sns_sharebox #fb_share {
    background: #3b5998;
}

#sns_sharebox #tweet {
    background: #55acee;
}

#sns_sharebox #line {
    background: #1dcd00;
}




@media print,
screen and (max-width: 1024px) {
    /* /////////// 1023 //////////////// */
    #sns_sharebox_outer {
        width: 95%;
        margin: auto;
        padding: 1em 0;
    }
}
