@charset "utf-8";

/*全体*/




a img:hover {
    opacity: 0.75;
    transition: all 0.5s ease;
}

p.line_break {
    padding-bottom: 10px;
    border-bottom: 1px dotted #666666;
}

h1#Header-title{
    pointer-events:none;/*リンクを非リンクに変える*/
    
}




.footer_area{
    position: relative;
    height: 280px !important;
    padding-top: 51px;
}


.pagetop {
    position: absolute;
    right: 0;
    top: 0px;
}



.footer_left{
    float: left;
    padding: 35px 50px 35px 0 !important;
}


.footer_right{
    float: left;
    padding: 35px 0 45px 0 !important;
}





.copyright{
    padding: 0;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #fff;
}


