@charset "UTF-8";


/*
	よくあるお問い合わせレイアウト
	最終更新： 2015-04-27
*/


/*--------------------------------------------------ボタン*/

[data-entry-id] button.nform {

    margin: 10px;

    padding: 5px;

    font-weight: bold;

}


/*--------------------------------------------------リスト*/


[data-entry-id] ul li {

    margin: 10px 0;

}


/*--------------------------------------------------回答*/


[data-entry-id] 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対策*/


}


[data-entry-id] 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*/


[data-entry-id] div.answer12 {


    margin: 20px 0;


}


[data-entry-id] 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対策*/


}


[data-entry-id] div.answer12 dl dd {


    background: none !important;


    margin: 0;


    padding-left: 0;


    min-height: 20px;


    height: auto !important; /*IE6対策*/


    height: 20px; /*IE6対策*/


}


/*--------------------------------------------------道路運送車両法*/


[data-entry-id] div.lowList {


    margin: 20px 0;


}


[data-entry-id] 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対策*/


}


[data-entry-id] 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対策*/


}


/*--------------------------------------------------法文*/


[data-entry-id] div.low {


    border: 1px solid #DDDDDD;


    margin: 2px 0 10px 0;


    padding: 10px 20px;


}


[data-entry-id] div.low h3 {


    color: #303030;


    border: 0;


    margin: 0;


    padding: 0;


}


[data-entry-id] div.low p {


    text-indent: 0;


}


/*--------------------------------------------------問い合わせ先*/


[data-entry-id] 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対策*/


}


/*--------------------------------------------------戻るボタン*/

/*画像置換*/


[data-entry-id] div#button p {


    margin-bottom: 25px;

    padding: 3px 0;

    text-align: center;

    text-indent: 0;

}

[data-entry-id] div#button p a {


    margin: 25px auto;

    padding: 3px 10px;


    font-weight: bold;

    text-decoration: none;

    color: #fff;


    background-color: #f29501;

    border-radius: 5px;


}

[data-entry-id] div#button p a:hover {
    background-color: #fcac19;


}

[data-entry-id] ul, ol, li {
    list-style: none;
}

[data-entry-id] .list_square {
    list-style: square;
}


/*EOF*/
