/* cont_area ************/
.cont_area {
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
}

.con_name {
	width: 100%;
	color: #005396;
	border-left: 4px solid #005396;
	padding-left: 15px;
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.con_text {
	width: 100%;
	font-size: 13px;
	line-height: 200%;

}

.h1_bar
{ margin-bottom:10px; padding:10px 0 0 0; border-bottom:5px solid #005396; }

.h2_bar
{ margin:40px 0 10px 0; padding:10px 0 10px 10px; color:#fff; border-radius:6px; background:#005396; }


/* Table_1 ************/

.basicTable_1  {
	border-collapse: collapse;
	width:100%;
}

.basicTable_1 tr:nth-child(even) td {
	background: #F4FAFE;
}
.basicTable_1 thead {
    border-top: #005396 4px solid;
}
.basicTable_1 th {
	border-bottom: #e3e3e3 2px dotted;
	text-align: left;
	padding: 6px;
	font-weight: normal;
	background: #eeeeee;
}

.basicTable_1 td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 6px;
}


/* Table_2 ************/

.basicTable_2  {
	border-collapse: collapse;
	width:100%;
}

.basicTable_2 th {

	text-align: center;
	font-weight: normal;
}

.basicTable_2 td {

	vertical-align: middle;
	text-align: center;
}


ul.banner{
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

ul.banner li{
	display: inline-block;
	width: 200px
	margin: 10px;
}

ul.banner img {
	width: 100%;
	box-shadow: 0 0 1px gray;
}


@media screen and (max-width: 740px) {
	.cont_area {
		margin-top: 20px;
	}
	/* con_box ************/

	.con_name {
		width: 93.5%;
		color: #005396;
		border-left: 3px solid #005396;
		padding-left:15px;
		margin-bottom: 20px;
		font-size: 12px;
		font-weight: bold;
	}

	.con_text {
		width: 93%;
		/*font-size: 11px;*/
		margin: 0 auto 25px;
		line-height: 200%;
		float: none;
	}

	ul.banner{
		margin: 2%;
	}

	ul.banner li{
		margin: 2%;
		display: inline-block;
		width: 42%;
	}

}
