@charset "utf-8";
/* CSS Document */

div.location{
	clear:both;
}

div.location div#tokyo,
div.location div#seoul,
div.location div#shanghai{
	margin:10px 0 30px 0;
}

div.location dl{
	width:430px;
	float:left;
}

div.location dl dt{
	font-weight:bold;
	color:#0092D7;
	font-size:120%;
	margin:0 0 10px 0;
}

div.location dl dd address{
	margin:0 0 10px 0;
}

div.location dl dd ul{
	border:#CCCCCC solid 1px;
	padding:10px 10px 10px 10px;
}

div.location dl dd ul li{
	margin:0 0 5px 0;
}

div.location dl dd ul li span{
	font-weight:bold;
}

div.location div.map{
	float:right;
	background:#CCCCCC;
	width:250px;
	height:140px;
}

/* clearfix */
div.location div:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.location div{ display:inline-block; }
div.location div{ height:1%; }
div.location div{ display:block; }