@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 30px 0 50px;
	position: relative;
	z-index: 0;
}

#about:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#about h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
}

#about .article {
	width: 933px;
	margin: 0 auto;
	padding: 10px;
	background: url(../images/bg_02.png) 0 0;
}

#about .section {
	padding: 28px 28px 22px 28px;
	padding: 28px 28px 13px 28px;
	background: #fff;
}

#about h4 {
	height: 60px;
	margin-bottom: 30px;
	background: url(../images/bg_05.png) no-repeat 0 0;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: 2px;
}

/* ---------------------------------------------------------
	CSS Document table
--------------------------------------------------------- */

#about .table {
	margin: 0 30px 30px;
}

#about .table h5 {
	height: 30px;
	margin: 0 5px;
	background: #c1e487;
	font-size: 16px;
	line-height: 30px;
}

#about .table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#about .table th {
	width: 14%;
	padding: 0;
	border: 0;
	background: #d9f4fe;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#about .table td {
	padding: 0;
	border: solid 1px #b2d6e8;
	background: #fff;
	text-align: center;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#about .summary {
	margin: 0 30px 30px;
	text-align: left;
}

#about .summary h5 {
	height: 44px;
	margin-bottom: 15px;
	padding-left: 70px;
	background: url(../images/bg_03.png) repeat-x left bottom;
	font-size: 18px;
	line-height: 38px;
	color: #0378a6;
	position: relative;
}

#about .summary h5:before {
	content: '';
	width: 56px;
	height: 29px;
	background: url(../images/bg_04.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

#about .summary p {
	margin-bottom: 20px;
}

#about .summary h6 {
	font-weight: bold;
	font-size: 16px;
	color: #0378a6;
}

#about .summary table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	letter-spacing: 1px;
}

#about .summary th {
	vertical-align: top;
	padding: 5px 10px;
	border: solid 1px #b2d6e8;
	background: #d9f4fe;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
}

#about .summary td {
	vertical-align: top;
	padding: 5px 10px;
	border: solid 1px #b2d6e8;
	text-align: left;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 100px;
}

#contact li a {
	display: inline-block;
	vertical-align: top;
	width: 498px;
	height: 60px;
	border-radius: 60px;
	background: #009ee2;
	box-shadow: 0 5px 0 #6ac1e2;
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	position: relative;
	transition: .4s;
}

#contact li a:hover {
	opacity: 0.6;
}

#contact li a:after {
	content: '';
	width: 18px;
	height: 100%;
	background: url(../images/bg_06.png) no-repeat left;
	position: absolute;
	top: 0;
	right: 20px;
}

