@charset "utf-8";
/* CSS Document */

#visual_main.facility {
    background: #050302 url(/cn/facility/img/bg-main_facility.jpg) center no-repeat;
}
#visual_main h2 {
	color: #ffffff;
}
#article h4 {
    font-size: 134%;
    margin-bottom: 20px;
}
#article .txt {
	padding-bottom: 5px;
}
.message_area {
	width: 100%;
}
.message_area:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}
.left_message {
	float: left;
	width: 475px;
}
.left_message table {
    width: 100%;
    border-top: 1px solid #cccccc;
	margin-bottom: 30px;
}
.left_message table th, 
.left_message table td {
    border: 1px solid #999999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 5px;
}
.left_message table thead th {
    background: #2a89cc;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-size: 134%;
}
.left_message table thead td {
    background: #f4f5f5;
    text-align: center;
    padding: 3px;
}
.left_message table .w01 {
    width: 124px;
}
.left_message table .w02 {
    width: 299px;
}
.left_message table .light_blue {
    background: #ebf2f7;
}
.left_message table .blue {
    background: #a7d1ef;
}
.left_message table .center {
    text-align: center;
}
.left_message h4 {
    padding-top: 3px;
    padding-left: 25px;
    background: url(/cn/facility/img/bg-blue.gif) no-repeat left center;
}
.right_message {
	float: right;
	width: 290px;
}
.right_message ul li {
	margin-bottom: 25px;
}
.right_message ul li img {
	margin-bottom: 5px;
}