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

<style>

.header img {max-width: 100%; height: auto;}
.title {
	background-image: url("/images/title_bg.jpg");
	background-repeat: no-repeat;
}
.title p {
	text-align:right;
	line-height: 64px;
	font-size:22px;
	font-weight: 600;
	padding-right: 36px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.list { margin-top: 30px; margin-bottom: 30px;}
.list {	margin-bottom: 10px;}
.inline {display: inline-block;}

.left { width: 50%; vertical-align: top;}
.name { font-size:18px; font-weight: 600; color:#000; padding-left:8px; margin-top: 0px; margin-bottom: 10px;}
.detail { font-size:14px; color:#231f20; padding-left:8px; vertical-align: top; margin-top: 0px; margin-bottom: 0px;}
.right { width: 48%;  text-align: right; vertical-align: top; }
.img-size { max-width: 60px; height: auto;}

.city {text-align: left; padding-left: 8px; color: #00aeef; font-size: 22px; margin-top: 28px; margin-bottom: 5px; }

</style>