@charset "utf-8";

/*全体*/




a img:hover {
    opacity: 0.7;
    transition: all 0.5s ease;
}

p.line_break {
    padding-bottom: 10px;
    border-bottom: 1px dotted #666666;
}

h2,h3,h4,h5,h6{
    font-family: "Gen Jyuu Gothic Medium";
}

h1#Header-title{
    pointer-events:none;/*リンクを非リンクに変える*/
    
}

#Module-default-container #Header-title a{
    color:#999999;
}

.color1{
    color: #924C00;
    font-size: 14px;
    font-weight: bold;
}

.color2{
    color:red;
    font-size: 18px;
}

.color3{
    color: red;
    font-size: 15px;
}


.hd_right{
    
}

.hd_add{
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px;
}

.hd_tel{
    float:left;
    margin: 10px 0 0 310px;
}

.hd_contact{
    float: right;
}




.footer_area{
    margin-top: 10px;
}


.pagetop {
    text-align: right;
}



.footer_left{
    float: left;
    width: 342px;
}

.footer_logo{
    margin: 30px 0 20px 0;
}

.footer_right{
    float: left;
    margin-left: 40px;
    padding: 10px 0;
}

.sitemap{
    
}



.copyright{
    padding: 5px 0px;
    clear: both;
    text-align: right;
    font-size: 12px;
    color: #333333;
}

