@charset "utf-8";
/* CSS Document */

/*--このCSSは「Q&A」「あいさつ」兼用してます。--*/

/*-------qa---------------*/

.qa h2{
background-color:#CF121B;
color:#fff;
margin:0px 0px 20px 0px;
padding:0.3em 1em;
font-weight:bold;

-webkit-border-radius:3px; /* Webkit */
-moz-border-radius:3px;    /* Mozilla */
border-radius:3px;/* CSS3 角丸 */
}


.qa .qanda{

}


.qa .qanda dt{
color:#CF121B;
font-weight:bold;
border-bottom:1px solid #b22222;
margin-bottom:5px;
}

.qa .qanda dd{
margin-bottom:20px;
}

/*--------to_top---------*/

.qa .to_top{
width:830px;
margin-bottom:20px;

text-align:right;
font-size:14px;
font-weight:bold;
}


/*---------message-----------*/

.qa .word{
margin-bottom:20px;
}

.qa .link_4stance{
text-align:right;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}




/*---side barのｈ４----*/

.qa h4{
background-color:#CF121B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}