@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- */
.text-read {
	font-size: 11px;
	line-height: 1.5;
	margin: 10px 0;
}
/* more */
.more {
	margin-right: 10px;
	text-align: right;
}
	.more a {
		background: url(/files/400333731.gif) no-repeat 5px 50%;
		border-radius: 3px;
		padding: 5px 10px 5px 15px;
	}
/* arrow link */
.block-news ul.list-news li,
.block-index .col-3 .item {
	position: relative;
}
.block-news ul.list-news li a,
.block-index .col-3 .item a {
	display: block;
	padding-right: 20px;
}
.block-news ul.list-news li a:after,
.block-index .col-3 .item a:after {
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
.block-news ul.list-news li a:after { right: 0; }
.block-index .col-3 .item a:after { right: 10px; }
/* news */
.block-news {
	margin-bottom: 20px;
}
	.block-news a {
		position: relative;
		text-decoration: none;
	}
	.block-news a:hover {
		text-decoration: underline;
	}
	.block-news .list-news {
		list-style: none;
	}
	.block-news ul.list-news {
		border-bottom: 1px dotted #CCC;
		margin: 0;
		margin-bottom: 15px;
	}
		.block-news ul.list-news li {
			border-top: 1px dotted #CCC;
			overflow: hidden;
			padding: 10px;
		}
			.block-news ul.list-news li span.date,
			.block-news ul.list-news li span.category {
				display: table-cell;
				line-height: 1;
				vertical-align: middle;
			}
			.block-news ul.list-news li span.date {
				font-size: 10px;
			}
			.block-news ul.list-news li span.category {
				padding-right: 10px;
			}
				.block-news ul.list-news li span.category img {
					height: auto;
					vertical-align: middle;
					width: 44px;
				}
			ul.list-news li .icon.new,
			.icon.pdf { margin-left: 10px; vertical-align: middle; }
			.icon.pdf { margin-right: 10px; }
			.news-notice .title,
			.news-topics .title {
				display: block;
				margin-top: 5px;
			}
.block-news .more a { background-color: #F3F3F3; }
.tab-contents_wrap {
	margin: 0 -10px;
}
	.list-tab_arrow { margin: 0; }
	.list-tab_arrow li {}
		.list-tab_arrow li a,
		.r-tabs-accordion-title a {
			background: #F2F4F8;
			border-bottom: 1px solid #FFF;
			color: #001F77;
			display: block;
			font-size: 13px;
			padding: 10px;
			position: relative;
			text-decoration: none;
			width: 100%;
		}
	.list-tab_arrow li a:after,
	.r-tabs-accordion-title a:after {
		background: url(/files/400334008.png) no-repeat 0 0;
		-webkit-background-size: 100%;
		background-size: 100%;
		right: 10px;
		content: "";
		height: 16px;
		margin-top: -8px;
		position: absolute;
		pointer-events: none;
		top: 50%;
		width: 16px;
	}
	.list-tab_arrow li.close a:after,
	.r-tabs-accordion-title.r-tabs-state-active a:after {
		background-image: url(/files/400334007.png);
		border-bottom: none;
	}
	.tab-news {
		padding-bottom: 10px;
	}

/**/
.block-index {
	margin: 10px -10px 0;
}
.block-index .item {
	background: #F6F6F6;
	overflow: hidden;
}
	.block-index .item a {
		color: #333;
		text-decoration: none;
	}
	.block-index .item .thumb,
	.block-index .item .title,
	.block-index .item .desc {
		display: block;
	}
		.block-index .item .thumb img {
			display: block;
			height: auto;
			max-width: 100%;
		}
	.block-index .item .title,
	.block-index .item .desc {
		margin: 10px;
	}
	.block-index .item .title {
		font-weight: bold;
	}
	.block-index .item .desc {
		color: #333;
		font-size: 10px;
		line-height: 1.2;
	}
	.block-index .list-link_index {
		margin: 10px;
	}
		.block-index .list-link_index li {
			background: #FFF;
			font-size: 11px;
			margin-right: 6px;
			padding: 5px 10px;
		}
			.block-index .list-link_index li a {
				background: url(/files/400333732.png) no-repeat 0 50%;
				padding-left: 10px;
				text-decoration: none;
			}
	.block-index .list-link_box  {
		background: #FFF;
		border: 1px solid #F5F5F5;
		padding: 5px 15px;
	}
		.block-index .list-link_box ul {
			list-style: none;
			margin: 0;
		}
		.block-index .list-link_box li {
			margin: 5px 0;
		}
		.block-index .list-link_box .typeInline li {
			margin: 5px 15px 5px 0;
		}
			.block-index .list-link_box li a {
				background: url(/files/400333729.gif) no-repeat 0 5px;
				padding-left: 13px;
			}
	.block-index .col-3 {
		border-bottom: 1px solid #EEE;
	}
		.block-index .col-3 .item {
			background: #FFF;
			padding: 10px;
		}
		.block-index .col-3 .item+.item {
			border-top: 1px dotted #DDD;
		}
		.block-index .col-3 .item:nth-child(3n+1) {
			border-top: 1px solid #EEE;
		}
		.block-index .col-3 .thumb {
			float: left;
			margin-right: 10px;
			width: 105px;
		}
		.block-index .col-3 .title {
			margin: 0 0 10px;
		}
		.block-index .col-3 .desc {
			margin: 0;
		}
	.block-index .col-2 {
		margin-top: 10px;
		padding: 0 10px;
	}
		.block-index .col-2 .item {
			margin-bottom: 10px;
		}
	.block-index .col-1 {
		margin-top: 10px;
		padding: 0 10px;
	}
		.block-index .col-1 .item {
			float: none;
			width: 100%;
		}
.block-index .col-2 .title a:before,
.block-index .col-1 .title a:before {
	border-top: 1px solid #001F77;
	border-right: 1px solid #001F77;
	content: "";
	display: inline-block;
	height: 4px;
	margin-top: -2px;
	margin-right: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 4px;
}


.block-column {
	background: #F9F9F3;
	border-radius: 3px;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.block-column * + h2,
	.block-column * + h3,
	.block-column * + h4{
		margin-top:20px;
	}
	.block-index .block-column * + h2,
	.block-index .block-column * + h3,
	.block-index .block-column * + h4{
		margin-top:5px;
	}
	h2.block-column_title {
		border-left: 5px solid #001F77;
		color: #000000;
		font-size: 14px;
		margin-bottom: .5em;
		padding-left: 10px;
	}
	h3.block-column_title {
		color: #000000;
		font-size: 14px;
		margin-bottom: .5em;
		padding-left: 15px;
		position: relative;
		overflow:hidden;
	}
	h3.block-column_title:before {
		background: url(/files/400334006.png) no-repeat 0 0;
		-webkit-background-size: 100%;
		background-size: 100%;
		content:"" ;
		display: block;
		height: 12px;
		width: 12px;
		left: 0;
		position: absolute;
		top: 4px;
	}
.list-anchor {
	background: #F7F7F0;
	font-size: 10px;
	margin-right: -1%;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 6px 6px 0;
}
	.list-anchor li {
		background: #FFF;
		border: 1px solid #E1E1C8;
		border-radius: 3px;
		margin-right: 1%;
		margin-bottom: 6px;
		padding: 0 5px;
		text-align: center;
		width: 32%;
		vertical-align: middle;
	}
	.list-anchor.col-2 li {
		width: 49%;
	}
		.list-anchor li a {
			color: #333;
			display: block;
			padding: 6px 6px 15px;
			height: 100%;
			position: relative;
		}
		.list-anchor li a:after {
			border-bottom: 1px solid #001F77;
			border-right: 1px solid #001F77;
			bottom: 5px;
			content: "";
			display: block;
			height: 8px;
			margin-left: -4px;
			left: 50%;
			position: absolute;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			width: 8px;
		}
/* faq */
.block-faq {
	background: #F6F6F6;
	border-top: 2px solid #001F77;
	margin: 25px 0 10px;
	padding: 5px;
}
	.block-faq_head {
		position: relative;
	}
	.block-faq .list-faq_sub {
		background: #FFF;
		margin: 0;
		list-style: none;
	}
	.block-faq_title {
		background: url(/files/400334005.png) no-repeat 10px 50%;
		-webkit-background-size: 32px 18px;
		background-size: 32px 18px;
		font-size: 15px;
		margin: 0 -5px 5px;
		padding: 5px 85px 5px 50px;
	}
	.block-faq .list-faq_sub li {}
		.block-faq .list-faq_sub li { border-bottom: 1px dotted #CCC; }
		.block-faq .list-faq_sub li+li {  }
			.block-faq .list-faq_sub li .icon.new { margin-left: 10px; vertical-align: middle; }
			.block-faq .list-faq_sub li a {
				display: block;
				padding: 10px;
				text-decoration: none;
			}
	.block-faq .more {
		display: inline-block;
		margin: -.7em 0 0 0;
		top: 50%;
		position: absolute;
		right: 0;
	}
		.block-faq .more a {
        	background-color: #fff;
		}

/* table */
.tableBlock table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
	.tableBlock table tr th,
	.tableBlock table tr td {
		border: none;
		padding: 7px 10px;
		vertical-align: middle;
		text-align: center;
	}
	.tableBlock table tr td {
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	.tableBlock table tr th {
    	background: #0087CF;
    	text-align: center;
    	color: #fff;
		font-weight: normal;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.tableBlock table tr:last-child th {
    	border-bottom: none;
	}
	.tableBlock table th:last-child {
		border-right: none;
	}
/*
	.tableBlock table tr th {
    	white-space: nowrap;
	}
*/
	.tableBlock table tr td:first-child {
		border-left: solid 1px #ccc;
	}
	.tableBlock table tbody:first-child tr:first-child td {
		border-top: solid 1px #ccc;
	}
/* table */
#mainBody .table-spScroll {
	overflow: auto;
	margin: 10px 0 20px;
}
.table-spScroll::-webkit-scrollbar{
	height: 5px;
}
.table-spScroll::-webkit-scrollbar-track{
	background: #F1F1F1;
	border-radius: 5px;
}
.table-spScroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 5px;
}
#mainBody .table-spScroll table {
	white-space: nowrap;
	margin: 0;
}
#mainBody .table-spBlock table,
#mainBody .table-spBlock thead,
#mainBody .table-spBlock tbody,
#mainBody .table-spBlock tr,
#mainBody .table-spBlock td,
#mainBody .table-spBlock th {
	display: block;
}
#mainBody table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0 20px;
}
	#mainBody table tr td {
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
		padding: 12px;
	}
	#mainBody table tr .nowrap {
    	white-space: nowrap;
	}
	#mainBody table tr .vaT {
    	vertical-align: top !important;
	}
	#mainBody table tr th {
    	background: #0087CF;
    	text-align: center;
    	color: #fff;
    	font-weight: bold;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		padding: 12px;
	}
	#mainBody table th:last-child {
		border-right: none;
	}
	#mainBody .table-spBlock table tr th,
	#mainBody .table-spBlock table tr td {
		border: none;
		vertical-align: middle;
	}
	#mainBody .table-spBlock table tr td {
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-left: solid 1px #ccc;
	}
	#mainBody .table-spBlock table tr th {
    	background: #0087CF;
    	text-align: center;
    	color: #fff;
    	font-weight: bold;
	}
	#mainBody .table-spBlock table tr th+th {
		border-top: solid 1px #fff !important;
	}
	#mainBody table th:last-child {
		border-right: none;
	}
/*
	#mainBody table tr th {
    	white-space: nowrap;
	}
*/
	#mainBody table tr td:first-child {
		border-left: solid 1px #ccc;
	}
	#mainBody table tbody:first-child tr:first-child td,
	#mainBody table thead:first-child tr:first-child td {
		border-top: solid 1px #ccc;
	}
	#mainBody table thead:first-child tr:first-child th {
		border-top: solid 1px #0087CF;
	}
	#mainBody .table-spBlock table tbody:first-child tr:first-child td {
		border-top: none;
	}
	#mainBody .table-spBlock table tbody:first-child tr:first-child td:first-child {
		border-top: solid 1px #ccc;
	}
	#mainBody table tr .noBorderTop {
		border-top: none !important;
	}
	#mainBody table tr .noBorderLeft {
		border-left: none !important;
	}
	#mainBody table tr .noBorderRight {
		border-right: none !important;
	}
	#mainBody table tr .noBorderBottom {
		border-bottom: none !important;
	}
	#mainBody table tr th.borderTop {
		border-top: solid 1px #fff !important;
	}
	#mainBody table tr th.borderLeft {
		border-left: solid 1px #fff !important;
	}
	#mainBody table tr th.borderRight {
		border-right: solid 1px #fff !important;
	}
	#mainBody table tr th.borderBottom {
		border-bottom: solid 1px #fff !important;
	}

#mainBody table.noline {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0 20px;
}
	#mainBody table.noline tr th,
	#mainBody table.noline tr td {
		border: none;
		padding: 12px;
		vertical-align: middle;
	}
	#mainBody table.noline tr td {
		border: none;
	}
	#mainBody table.noline tr th {
		border: none;
	}
	#mainBody table.noline tr td:first-child {
		border: none;
	}
	#mainBody table.noline tbody:first-child tr:first-child td,
	#mainBody table.noline thead:first-child tr:first-child td {
		border: none;
	}
	#mainBody table.noline tbody:first-child tr:first-child th,
	#mainBody table.noline thead:first-child tr:first-child th {
		border: none;
	}
#mainBody table.forLayout {
	width: auto;
	border-spacing: 0;
	border-collapse:collapse;
	margin: 0;
}
	#mainBody table.forLayout tr th,
	#mainBody table.forLayout tr td {
		border: none;
		padding: 0;
		vertical-align:inherit;
	}
	#mainBody table.forLayout tr td {
		border: none;
	}
	#mainBody table.forLayout tr th {
		border: none;
	}
	#mainBody table.forLayout tr td:first-child {
		border: none;
	}
	#mainBody table.forLayout tbody:first-child tr:first-child td,
	#mainBody table.forLayout thead:first-child tr:first-child td {
		border: none;
	}
	#mainBody table.forLayout tbody:first-child tr:first-child th,
	#mainBody table.forLayout thead:first-child tr:first-child th {
		border: none;
	}

	
/* asterisk */
ul.asterisk {
	margin-bottom: 0;
}
ul.asterisk > li > p,
ul.asterisk_m > li > p,
ul.asterisk_l > li > p {
	text-indent: 0;
}
.asterisk,
ul.asterisk > li {
	margin-left: 1.35em;
	text-indent: -1.35em !important;
}
.asterisk_m,
ul.asterisk_m > li {
	margin-left: 1.95em;
	text-indent: -1.95em !important;
}
.asterisk_l,
ul.asterisk_l > li {
	margin-left: 3.35em;
	text-indent: -3.35em !important;
}
ul.asterisk,
ul.asterisk_m,
ul.asterisk_l {
	margin-left: 0;
	text-indent: 0;
	list-style: none;
}
/* button */
.block-btn {
	margin: 10px 0 0;
}
	.block-btn p a,
	.block-btn button {
		width: 166px;
		background: #da861f url(/files/400338285.png) no-repeat 93.975% center;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		border-radius: 3px;
		text-align: center;
		border: none;
		font-family: inherit;
		border-bottom: solid 1px #c2771c;
		border-right: solid 1px #c2771c;
		padding: 7px 0;
		font-size: 13px;
	}
	.block-btn p.btn-blue a {
		background: #00abeb url(/files/400338286.png) no-repeat 93.975% center;
		border-bottom: solid 1px #0098d1;
		border-right: solid 1px #0098d1;
	}
	.block-btn p.btn-accordion a {
		background: #da861f url(/files/400338283.png) no-repeat 93.975% center;
	}
	.block-btn p.btn-accordion.open a {
		background: #da861f url(/files/400338284.png) no-repeat 93.975% center;
	}
	.block-btn button.btn-l {
		width: 100%;
		background: #da861f url(/files/400338287.png) no-repeat 96.929% center;
		font-size: 16px;
		font-weight: bold;
		border-radius: 4px;
		padding: 11px 0 10px 0;
	}
	

.redBlock {
	background: #FDF4F3;
	padding: 10px;
	margin:10px 0;
}
	.redBlock .titleNote {
		color: #B20000;
		font-size: 114.2%;
		background: url(/files/400333939.png) no-repeat;
		padding: 1px 0 2px 29px;
		margin: -1px 0 10px 5px;
	}
	.redBlock ol {
		margin-bottom: 0;
		list-style: decimal;
		margin-left: 16px;
	}
	.redBlock li+li {
    	margin-top: 9px;
	}

.lineBlock {
	border: solid 2px #eee;
	padding: 10px;
	margin: 10px 0;
}
.block-bottomNav{
	margin:20px 0 0;
}
	.block-bottomNav .block-bottomNav_title{
		background:#f6f6f6;
		border-bottom: 1px solid #001f77;
		font-size: 14px;
		padding: 10px 15px 10px;
	}

.getAdobeReader {
    display: none;
}

/* accordion */
.wrap-accordion .title.opener{
	position:relative;
}
.wrap-accordion .title.opener:after {
	background: url(/files/400339276.png) no-repeat 0 0;
	background-size: 21px;
	content: "";
	display: block;
	height: 21px;
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 21px;
}
.wrap-accordion .title.lv2.opener:after {
	right: 10px;
}
.wrap-accordion .title.opener.close:after {
	background-image: url(/files/400334008.png);
}



/* col2 */
.col-2 {
	margin-top: 10px;
}
	.col-2 .item {
		margin-left: 0;
		width: auto;
		float: none;
	}
	.col-2 .item .txt-blue {
		color: #001F77;
		font-size: 114.2%;
		margin-bottom: 15px;
	}
	.col-2 .item .inBlockLimg img {
		width: 40%;
		display: inline;
		float: left;
	    margin: 0 15px 15px 0;
	}
	.col-2 .item .inBlockLimg img + p {
    	margin-top: 10px;
	}
	.col-2 .item .list-check {
		overflow: hidden;
		list-style: none;
	}




img {
	max-width: 100%;
}


.flow-arrow {
	margin-top: 1em;
}
	.flow-arrow img {
		width: 22px;
	}


/* merit */
.merit-block h3 {
	background: #F6F6F6;
	color: #000C66;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 90px;
	position: relative;
}

.merit-block h3 span {
	width: 80px;
	display: inline-block;
	overflow: hidden;
	border-radius: 0 13px 13px 0;
	position: absolute;
	left: 0;
	top: 0;
}

.merit-block h3 span img {
	display: block;
}


/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr0 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml0 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.ml15em {
	margin-left: 1.5em;
}