@charset "utf-8";

#TopMain h2 {
	margin-bottom: 20px;
	color: #191f61;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-size: 2.4rem;
	background: url(../images/top/bgFacilityTitle.png) no-repeat center center;  
}

#TopMain h2 span {
	padding: 0 50px;
	background-color: #fff;
}

#TopMain h2 em {
	padding: 0 10px;
	font-style: normal;
	background: linear-gradient(transparent 60%, #ffff00 60%);
}

section.facility {
	width: 1000px;
	margin: 50px auto 50px; 
}

.facility ul {
	font-size: 0;
	line-height: 0;
}

.facility li {
	width: 480px;
	margin: 10px 10px; 
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 1.8;
	position: relative;
}

.facility li:hover {
	color: #333333;
	text-decoration: underline;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.facility li:nth-child(4),
.facility li:nth-child(5) {
	width: 230px;
}

.facility li a {
	display: block;
	min-height: 210px;
	color: #fff;
	text-decoration: none;
}

.facility li:nth-child(1) {
	background: url(../images/top/imgHospital.jpg) no-repeat 0 0;
}

.facility li:nth-child(2) {
	background: url(../images/top/imgHotel.jpg) no-repeat 0 0;
}

.facility li:nth-child(3) {
	background: url(../images/top/imgFood.jpg) no-repeat 0 0;
}

.facility li:nth-child(4) {
	background: url(../images/top/imgFactory.jpg) no-repeat 0 0;
}

.facility li:nth-child(5) {
	background: url(../images/top/imgMaintenance.jpg) no-repeat 0 0;
}

.facility li a div {
	padding: 30px 25px 0 265px;
}

.facility li:nth-child(3) a div {
	padding: 30px 265px 0 25px;
}

.facility li:nth-child(4) a div,
.facility li:nth-child(5) a div {
	padding: 165px 0 0 20px;
}

.facility li a div h3 {
	margin-bottom: 10px;
	padding-left: 35px;
	background: url(../images/top/iconFacility.png) no-repeat 0 center;
}

.facility li a div p {
	margin-bottom: 0;
}

.facility li a div p.more {
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.facility li:nth-child(3) a div p.more {
	position: absolute;
	right: 255px;
	bottom: 10px;
}

section.link {
	min-height: 420px;
	background: #f0eae1 url(../images/top/bgDealings.png) no-repeat center 0;
}

section.link div {
	width: 1000px;
	margin: 0 auto;
	padding-top: 90px;
	text-align: center;
}

.link dl {
	width: 320px;
	min-height: 180px;
	margin: 0 40px; 
	padding: 60px 30px 0;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	box-shadow: 5px 5px #4a4b5e;
	display: inline-block;
	vertical-align: top;
    position: relative;
}

.link dl:nth-child(1):before {
    content: url(../images/top/imgContact.png);
    position: absolute;
    top: -30px;
    right: 20px;
}

.link dl:nth-child(2):before {
    content: url(../images/top/imgToilet.png);
    position: absolute;
    top: -30px;
    right: 10px;
}

.link dt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #191f61;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.link dt span {
	font-size: 1.5rem;
}

.link dd {
	padding: 10px;
}

.link dd a {
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	background-color: #5aceef;
	border-radius: 5px;
}

.link dl:nth-child(2) dd a {
	background-color: #f8b500;
}
