@charset "UTF-8";

/*----------------------------------------
	table
----------------------------------------*/

.table_faq {
	border-right:none;
	border-bottom:none;
	width:98%;
}

.table_faq th {
	border-bottom:#eeeeee 6px solid;
}

.table_faq th.que {
	border-bottom:#eeeeee 1px solid;
	font-weight:bold;
	font-size:16px;
	text-align: left;
	vertical-align:top;
	padding:12px 16px 12px 10px;
	padding-left:20px;
	background:url(../images_common/h3_img_blue.png) top 15px left no-repeat;
	color:#2d56ae;
}

.table_faq td.que {
	border-bottom:#eeeeee 1px solid;
	font-weight:bold;
	font-size:16px;
	text-align: left;
	padding:12px 10px 12px 0;
}

.table_faq th.ans {
	border-bottom:#eeeeee 6px solid;
	font-weight:bold;
	text-align: left;
	vertical-align:top;
	padding:12px 6px 12px 10px;
	padding-left:20px;
	background:url(../images_common/h3_img_red.png) top 12px left no-repeat;
	color:#b42424;
}

.table_faq td.ans {
	border-bottom:#eeeeee 6px solid;
	text-align: left;
	padding:12px 10px;
}

.table_nomal {
	margin-top:5px;
	margin-bottom:10px;
}

.table_nomal th {
	border:#dddddd 1px solid;
	padding:10px;
	background:url(../images_common/bg_gray.png) top left repeat;
	text-align:center;
}

.table_nomal td {
	border:#dddddd 1px solid;
	padding:10px;
}

.table_nomal td.width {
	border:#dddddd 1px solid;
	padding:10px;
	width:200px;
}

.table_nomal td.center {
	border:#dddddd 1px solid;
	padding:10px;
	width:200px;
}

.table_box {
	background-color:#eeeeee;
	margin-top:10px;
}

.table_box td {
	padding:10px 15px;
}
