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



/*== FrequentlyAskedQuestions ========================================*/
.faq_caution {
	width: 660px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
}

.question_list {
	padding: 0 ;
}


.item {
	width: 531px;
}

.item table.top {
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
}

.item table.other {
border-left:1px #CCCCCC solid;
border-top:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
}

.item table.bottom {
border:1px #CCCCCC solid;
}

.item td.txt {
border-right:1px #CCCCCC solid;
}

.item td.icon {
border-right:1px #CCCCCC solid;
width:19px;
}

.item td.icon_end {
width:19px;
}

div.sub {
font-size:12px;
font-weight:bold;
width:523px;
/width:531px;
padding:3px ;
border-left:1px #CCCCCC solid;
border-top:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
text-align:left;
}

div.sub_top {
font-size:12px;
font-weight:bold;
width:523px;
/width:531px;
padding:3px ;
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
text-align:left;
}



