@charset "UTF-8";
/* ***************************************************
   build
   *************************************************** */
/* ----------------------------------------------- 
 *	#contents
 * ----------------------------------------------- */
/* ---------------------------- 
 *	.pageTtl
 * ---------------------------- */
.pageTtl {
	padding-bottom:10px;
}
/* ---------------------------- 
 *	contBlock title
 * ---------------------------- */
.contBlock {
	margin-left:20px;
	margin-bottom: 20px;
}
h3 {
	display:block;
	font-family: "Hiragino Kaku Gothic Pro W3", "qMmpS Pro W3", "lr oSVbN", sans-serif;
	font-size: 1.6em;
	margin:3px 0 10px 0;
	color:#666;
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}
.contBlock h4 {
	display:block;
	font-family: "Hiragino Kaku Gothic Pro W3", "qMmpS Pro W3", "lr oSVbN", sans-serif;
	font-size: 1em;
	margin:3px 0 10px 0px;
	padding:5px 0 5px 35px;
	color:#009FE8;
	background-image:url(../img/qa/icon_q.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
/* ---------------------------- 
 *	.qa
 * ---------------------------- */
.qa {
	margin: 20px 0px 15px;
}
.qa_border {
border:solid 1px #C6DBE1;
}
/* ---------------------------- 
 *	.qa .rbox
 * ---------------------------- */

.rbox {
	width:643px;
	margin:10px 0 25px 20px;
	padding-top:3px;
	background-image: url(../img/common/rbox_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbox_inside {
	width:643px;
	padding-bottom:3px;
	background-image: url(../img/common/rbox_bg_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rbox_inside p {
	padding:15px;
	background-image: url(../img/common/rbox_bg_side.gif);
	background-repeat:repeat-y;
}
.rbox_inside div {
	padding:15px;
	background-image: url(../img/common/rbox_bg_side.gif);
	background-repeat:repeat-y;
}
.rbox_inside th, .rbox_inside td {
	padding: 5px 10px;
}
.contBlock p {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.ch_list {
	margin:0 15px;
}
.ch_list th, .ch_list td {
	padding: 5px 10px;
}
