@charset "UTF-8";
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * ページ
 * ////////////////////////////////////////////////////////////////////////////////////
 */
	
	/* =========================================
 * Div
 * =========================================*/ 
.inqDivA{
	margin: 30px 0;
	text-align: center;
	font-weight: bold;
}
.inqDivB{
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
}

	/* =========================================
 * 見出し
 * =========================================*/ 


/* =========================================
 * text
 * =========================================*/ 
.inqTxtA{
	margin-top: 25px;
	text-align: center;
	text-indent: -7px;
	line-height: 1.5;
}

	/* =========================================
 * img
 * =========================================*/ 
.inqBtnA{
	margin: 30px 0 50px 0;
	text-align: center;
}

/* =========================================
 * UL , DL
 * =========================================*/ 
.inqDlA{
	text-align: justify;
	margin-top: 15px;
	line-height: 1.5;
	overflow-y: scroll;
	height: 130px;
}
.inqDlA dt{
	margin-top: 10px;
	font-weight: bold;
}
.inqDlA dd{
	margin: 5px 0 5px 16px;
}

/* =========================================
 * 他
 * =========================================*/ 
.fontR{
	color: #f94a3f;
	font-size: 172%;
	font-weight: bold;
}
.fontRS{
	color: #f94a3f;
}
.fontG{
	font-size: 85%;
	color: #c3bfbf;
}
.Req{
	font-size: 90%;
	color: #fff;
	background-color: #f94a3f;
	border-radius: 3px;
	padding: 5px 8px;
}

.inqTableA{
	width: 100%;
	font-size: 95%;
	border-top: solid 1px #e7e6e6;
	border-left: solid 1px #e7e6e6;
}
.inqTableA tr th,
.inqTableA tr td{
	border-bottom: solid 1px #e7e6e6;
	border-right: solid 1px #e7e6e6;
	padding: 14px 12px;
}
.inqTableA tr th{
	background: #f6fdff;
	vertical-align: middle;
}
.inqTableA tr td{
	width: 65%;
	background: #fff;
}
.inqTableA tr th.inqTrA{
	text-align: left;
	border-right: none;
}
.inqTableA tr th.inqTrB{
	text-align: right;
}
