@charset "UTF-8";


/*
 *----------------------------------------------------------
 * Main decoration
 *----------------------------------------------------------
 */

.corp_table{
	font-size:108%;
	color:#555;
}

.corp_table h2{
	width:632px;
	height:20px;
	line-height:20px;
	background-image:url(../images/cnt_sbjmark.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-bottom:1px solid #9c9c9c;
	font-size:123.1%;
	text-indent:30px;
	margin:0;
	padding:0;
	color:#384b8a;
}

.corp_table .chapter{
	position:relative;
	width:630px;
	margin-top:20px;
}


.corp_table .chapter .sbj{
	width:170px;
	background-image:url(../images/specifi_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	margin-left:15px;
	padding-left:15px;
	color:#67a;
	border-bottom:1px dashed #666;
	letter-spacing:0.8em;
	float:left;
}

.corp_table .chapter .val{
	width:400px;
	margin-left:30px;
	float:right;
}

.corp_table .chapter .val ul{
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}

.corp_table .chapter .val ul li.item_name{
	display:inline;
	float:left;
	clear:both;
}
.corp_table .chapter .officer ul li.item_name,
.corp_table .chapter .bank ul li.item_name{
	width: 110px;
}

.corp_table .chapter .val ul li.item_value{
	display:inline;
	float:left;
}

.corp_table .map_location{
	background-color:#f4f3f0;
	border:1px solid #aaa;
	line-height:1.5em;
	padding:5px;
	font-size:93%;
	color:#444;
}

#googleMap .gm_iframe {
	width: 100%;
	height: 100%;
}
#googleMap {
	background: #eee;
}


/* Mobile (sp)
=================================================== */
@media screen and (max-width: 480px) {
.corp_table h2{
	width:100%;
}
.corp_photo img{
	width:100%;
}
.corp_table .chapter{
	position:relative;
	width:100%;
	margin-top:20px;
}
.corp_table .chapter .sbj{
	margin-left:0;
	padding-left:15px;
}
.corp_table .chapter .val{
	width:100%;
	padding-left:15px;
	margin-left:15px;
}
#googleMap{
	width:100% !important;
	height:150px !important;
}

}
