@charset "UTF-8";


.helpSect h1,
.helpSect h2 {
	min-height: 30px;
	margin: 0 -10px 20px;
	color: #bf0000;
	border-bottom: 2px solid #bf0000;
	font-size: 100%;
	font-weight: bold;
	line-height: 30px;
}


#faqTitle {
	display: table;
	min-height: auto;
	margin: 0;
	color: #000;
	border: none;
/*	margin: 0 0 25px;*/
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}

#faqTitle span {
	display: table-cell;
	vertical-align: middle;
}

*:first-child+html #faqTitle {
	display: block;
}

*:first-child+html #faqTitle:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
	zoom: 1;
}

*:first-child+html #faqTitle span {
	float: left;
	display: block;
}

#faqTitle span.q {
	padding: 0 20px 0 0;
}

#faqDetailMain {
	margin: 0;
}

.helpSect .helpBlock {
	margin: 0 0 50px;
}

.helpSect .helpBlock:last-child {
/*	margin: 0;*/
}

/*.helpSect h4 {
	margin: 0 0 18px;
}*/

.helpSect .helpBlock p {
	margin: 0 0 10px;
	line-height: 1.75;
}

.helpSect p {
	clear: both;
	line-height: 1.6;
}


.helpSect h3,
.helpSect h4 {
	margin: 0 0 20px;
	font-size: 120%;
	font-weight: bold;
}

.helpSect h5,
.helpSect h6 {
	margin: 0 0 20px;
	font-size: 100%;
	font-weight: bold;
}

.helpSect ul {
	margin: 0 0 30px;
}

.helpSect ul:last-child {
	margin: 0;
}


.helpSect ul li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(../image/icon_dot.png) 0 7px no-repeat;
	line-height: 21px;
}




.helpSect .numBlock {
	position: relative;
/*	margin: 0 0 10px;*/
	padding: 0 0 0 30px;
}

.helpSect ul li.numBlock {
	margin: 0 0 5px;
}

.helpSect .numBlock .num {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	color: #fff;
	background: #bf0500;
	font-size: 82%;
/*	line-height: 21px;*/
	font-weight: normal;
	line-height: 21px;
	text-align: center;
	vertical-align: middle;
}

.helpSect .numBlock .numTit {
	line-height: 21px;
	font-weight: bold;
}


.helpSect ol{
	counter-reset: number;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.helpSect ol li{
	margin: 0 0 5px;
	line-height: 21px;
	font-weight: bold;
}
.helpSect ol li:before{
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 9px;
	color: #fff;
	background: #bf0500;
	font-size: 82%;
/*	line-height: 21px;*/
	font-weight: normal;
	line-height: 21px;
	text-align: center;
	vertical-align: bottom;
}





.helpSect .nList li {
	margin: 0 0 5px;
	padding: 0;
	background: none;
/*	line-height: 21px;*/
}

.helpSect .link {
	display: inline-block;
	padding: 0 0 0 10px;
	background: url(../image/help_arrow_or.png) 0 7px no-repeat;
}


.helpSect .blank {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(../image/icon_blank.png) 0 4px no-repeat;
}

.helpSect .pdf {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url(../image/icon_pdf.png) 0 3px no-repeat;
}

.helpSect .relatedLinks {
	margin: 0 0 30px;
	padding: 25px 25px 20px;
	border: 2px solid #d2d2d2;
}

.helpSect .relatedLinks h4 {
	margin: 0 0 10px;
}

.helpSect .resolved {
	padding: 25px 25px 20px;
	background: #eee;
}

.helpSect .resolved h4 {
	margin: 0 0 15px;
}

.helpSect .resolved li {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	background: none;
}


.helpSect .btnPrint {
	margin: 0 0 30px;
}


.helpSect hr {
	margin: 30px auto;
	padding: 0;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.helpSect .telInq {
	width: 100%;
	margin: 0;
	padding: 5px;
	border-collapse: collapse;
	border: solid 1px #000;
	text-align: center;
}

.helpSect .telInq p {
	margin: 0;
	padding: 0;
}