@charset "utf-8";




.qabox dt{font-size: 16px; font-size: 1.6rem;
/*background-image: url("/faq/images/ico_q.png");*/
padding-bottom: 10px;margin-top: 20px;}
.qabox dd{font-size: 18px; font-size: 1.8rem;
/*background-image: url("/faq/images/ico_a.png");*/
padding-bottom: 30px;}

.qabox dt,
.qabox dd{
/*background-position: left top;
background-repeat: no-repeat;
padding-left: 35px;*/
line-height: 200%;
}
.qabox dt{cursor:pointer;}
.qabox dt:hover{background-color:#fbf2dc;}

.qabox dt{border-bottom: 1px dotted #00613c;}
.qabox dd{
padding-left: 2em;margin-right: 10px;
text-indent: -2.5em;
margin-left: 2.5em;
}

.qabox .q{font-size: 30px; font-size: 3.0rem;color: #00613c;margin-right: 10px;}
.qabox .a{color: #750f43;font-size: 26px; font-size: 2.6rem;}
