@charset "UTF-8";


/*
	よくあるお問い合わせレイアウト
	最終更新： 2015-04-27
*/


/*--------------------------------------------------ボタン*/

button.nform {
    margin: 10px;
    padding: 5px;
    font-weight: bold;
}


/*--------------------------------------------------リスト*/


#honbun ul li {
    margin: 10px 0;
}


/*--------------------------------------------------回答*/


div.answer dl dt {
    font-size: 161.6%;
    line-height: 1.2;
    background: url(../images/faq/question.gif) no-repeat 2px 3px;
    margin: 0 0 25px 0;
    padding: 0 0 10px 65px;
    border-bottom: 1px solid #ddd;
    min-height: 65px;
    height: auto !important; /*IE6対策*/
    height: 65px; /*IE6対策*/
}

div.answer dl dd {
    background: url(../images/faq/answer.gif) no-repeat 2px 3px;
    margin: 0;
    padding-left: 65px;
    min-height: 60px;
    height: auto !important; /*IE6対策*/
    height: 60px; /*IE6対策*/
}


/*--------------------------------------------------回答12*/


div.answer12 {
    margin: 20px 0;
}

div.answer12 dl dt {
    font-size: 116%;
    background: none !important;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    border-left: 5px solid #990033;
    min-height: 10px;
    height: auto !important; /*IE6対策*/
    height: 10px; /*IE6対策*/
}

div.answer12 dl dd {
    background: none !important;
    margin: 0;
    padding-left: 0;
    min-height: 20px;
    height: auto !important; /*IE6対策*/
    height: 20px; /*IE6対策*/
}


/*--------------------------------------------------道路運送車両法*/


div.lowList {
    margin: 20px 0;
}

div.lowList dl dt {
    font-size: 116%;
    background: none !important;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    border-left: 5px solid #990033;
    min-height: 10px;
    height: auto !important; /*IE6対策*/
    height: 10px; /*IE6対策*/
}

div.lowList dl dd {
    color: #003399;
    background: none !important;
    margin: 0;
    padding-left: 0;
    text-decoration: underline;
    min-height: 20px;
    height: auto !important; /*IE6対策*/
    height: 20px; /*IE6対策*/
}


/*--------------------------------------------------法文*/


div.low {
    border: 1px solid #DDDDDD;
    margin: 2px 0 10px 0;
    padding: 10px 20px;
}

div.low h3 {
    color: #303030;
    border: 0;
    margin: 0;
    padding: 0;
}

div.low p {
    text-indent: 0;
}


/*--------------------------------------------------問い合わせ先*/


div.reference dl dt {
    font-size: 108%;
    background: none !important;
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    border-left: 0;
    border-bottom: 0;
    min-height: 10px;
    height: auto !important; /*IE6対策*/
    height: 10px; /*IE6対策*/
}


/*--------------------------------------------------戻るボタン*/

/*画像置換*/


div#button p {
    margin-bottom: 25px;
    padding: 3px 0;
    text-align: center;
    text-indent: 0;
}

div#button p a {
    margin: 25px auto;
    padding: 3px 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #f29501;
    border-radius: 5px;
}

div#button p a:hover {
    background-color: #fcac19;
}


/*EOF*/
