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

h4{ margin-bottom:17px;}
p,li,td{ font-size:14px;}
/*----------------------------------------------------------------------------
 ***                                                                titleBox
----------------------------------------------------------------------------*/
.rightSection{ margin-top:0;}
#contentsArea{ margin-bottom:25px;}

#titleBox{ background:url(../../../tsuhon/common_images/back_title01.png) no-repeat top center; border-top:#005873 3px solid; padding:12px; position:relative;}
#titleBox h2{ background:url(../../../tsuhon/faq/images/icon_t.png) no-repeat left center; font-size:28px; padding-left:36px;}
#titleBox .btn{ position:absolute; top:25px; left:800px;}

table.faqTable {
}

.marB20 {
    margin-bottom: 29px;
}

.lastTB{ margin-bottom:0;}

table.faqTable th {
	font-size:14px;
	color:#000000;
    text-align: left;
    font-weight: normal;
    padding: 11px 22px 11px 50px;
	border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    background-image: url(../../../tsuhon/faq/images/icn_q.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}

table.faqTable td {
	font-size:14px;
	color:#000000;
    vertical-align: middle;
    padding: 9px 22px 9px 50px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
    background-image: url(../../../tsuhon/faq/images/icn_a.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

