﻿@charset "utf-8";

/** history **/
.history {
	float:left;
	width:100%;
	margin:30px 0 10px 0;
}
.history dl {
	float:left;
	padding:0 0 30px 30px;
	box-sizing:border-box;
	background:url(../images/history-bg.png) no-repeat 0 0;
}
.history dl:last-of-type {
	padding-bottom:20px;
}
.history dt {
	float:left;
	width:100%;
	color:#d23d2a;
	font-size:1.2em;
	font-weight:bold;
	margin-top:-8px;
}
.history dd {
	float:left;
	width:100%;
	padding-left:1em;
	margin-top:10px;
	box-sizing:border-box;
}


/** commissioner **/
.commissioner {
	float:left;
	width:100%;
}
.commissioner .pic {
	float:left;
	width:300px;
	margin:20px 0;
}
.commissioner .pic img {
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.commissioner .wd {
	float:right;
	width:400px;
}
.commissioner .wd ul {
	margin-left:1.5em;
}


/** map **/
.map {
	float:left;
	width:100%;
}
.map ul {
	list-style:none;
}
.map ul li {
	padding:5px 0 5px 20px;
	border-bottom:1px dotted #CCC;
	background: url(../images/mapinfo-icon.png) 0 12px no-repeat;
}
.map .btn-map {
	float:right;
	color:#d23d2a;
	font-size:0.9em;
	font-weight:bold;
	line-height:100%;
	padding:4px 10px 5px 10px;
	border:2px solid #d23d2a;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
.map .btn-map:hover {
	color:#FFF;
	background:#d23d2a;
}


/** visoin **/
.visoin {
	float:left;
	width:100%;
}
.visoin .icon {
	float:left;
	width:100px;
	margin:20px 0;
}
.visoin .wd {
	float:right;
	width:650px;
	margin:10px 0 0 0;
}
.visoin .wd h3 {
	color:#d23d2a;
	font-size:1.9em;
	font-weight:bold;
	margin:20px 0;
}
.visoin .wd ul {
	list-style:none;
	margin-top:-10px;
	margin-left:2em;
}


/** organize **/
.organize {
	float:left;
	width:100%;
	overflow:hidden;
}
.organize ul {
	float:left;
	width:800px;
	list-style:none;
	margin:0 -10px;
}
.organize ul li {
	float:left;
	width:365px;
	padding:10px;
	margin:10px;
	border:1px solid #DDD;
	box-sizing:border-box;
}
.organize ul li dt {
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	margin-bottom:10px;
	background: #ec6700; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec6700 0%, #ec6700 50%, #e75300 50%, #e75300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ec6700 0%,#ec6700 50%,#e75300 50%,#e75300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ec6700 0%,#ec6700 50%,#e75300 50%,#e75300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.organize ul li dd {
	padding-left:20px;
	background:url(../images/organize-list.png) no-repeat 0 50%;
}


/** businTable **/
.businTable {
	float:left;
	width: 100%;
	border:1px solid #CCC;
}
.businTable th {
	color: #fff;
    font-weight: bold;
    line-height: 125%;
	text-align: center;
	vertical-align:middle;
	white-space: nowrap;
	padding:15px 10px;
	background-color:#374252;
	border-right:1px solid #FFF;
}
.businTable th:nth-of-type(1) {
	width:15%;
}
.businTable td {
	color:#000;    
    line-height: 125%;	
	vertical-align:middle;
	padding:15px 10px;
	border-bottom:1px solid #CCC;	
}
.businTable td:nth-of-type(1) {
	color:#374252;
	font-weight: bold;
	text-align:center;
	background:#F4F4F4;
	border-right:1px dotted #CCC;	
}


/** lotTable **/
.lotTable {
	float:left;
	width: 100%;
	margin-top:20px;
	white-space: nowrap;
}
.lotTable th {
	color: #fff;
    font-weight: bold;
    line-height: 125%;
	text-align: center;
	vertical-align:middle;
	white-space: nowrap;
	padding:15px 10px;
	background-color:#374252;
	border-right:1px solid #FFF;
}
.lotTable th:nth-of-type(1),
.lotTable th:nth-of-type(4) {
	width:10%;
}
.lotTable th:nth-of-type(2),
.lotTable th:nth-of-type(5) {
	width:25%;
}
.lotTable th:nth-of-type(3),
.lotTable th:nth-of-type(6) {
	width:15%;
}
.lotTable td {
	color:#000;	
    font-weight: bold;
    line-height: 125%;
	text-align:center;
	vertical-align:middle;
	padding:15px 10px;
	border-bottom:1px solid #e6eef3;
}
.lotTable td:nth-of-type(2),
.lotTable td:nth-of-type(5) {
	color:#bf2626;
}
.lotTable tr:nth-of-type(2n) {
	background: #e6eef3;
}


/** glory **/
.glory {
	float:left;
	width:100%;
}
.glory ul {
	list-style:none;
}
.glory li {
	float:left;
	width:100%;
	padding:30px 0 0 0;
}
.glory li .pic {
	float:left;
	padding:10px;
	-moz-box-shadow: 0 0 5px rgba(0%,0%,0%,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0%,0%,0%,0.5);
    box-shadow: 0 0 5px rgba(0%,0%,0%,0.5);
	margin-left:5px;
}
.glory li dl {
	float:right;
	width:430px;
}
.glory li dt {
	color:#D9A300;	
	font-size:1.2em;	
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #D9A300;
	margin:30px 0 10px 0;
}
.glory li dt span {
	font-size:2em;
	font-weight:normal;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}