@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////

[company_box]
	[txt_box]
[profile_box]
[accessmap_box]
	[gmap]

/////////////////////////////////////////////////////////////////// */


/* =========================================================
company_box
========================================================= */
#company_box {
	margin-bottom:70px;
}

#txt_box {
}

#txt_company {
	margin:10px 0 20px 0;
}

#txt_company img{
	width:100%;
	height: auto;
}

#txt_box p {
	margin-bottom:20px;
}

#img_box {
}

/* =========================================================
profile_box
========================================================= */
#profile_box {
	background:#FCFCFC;
	border:1px solid #D9D9D9;
	padding-bottom:20px;
	margin-bottom:35px;
}

.box_title {
	padding:25px 0 20px 13px;
	border-bottom:1px solid #C6C7D7;
	margin-bottom:30px;
}

#profile_box dl {
	margin:0 auto;
	border-bottom:1px dotted #C9C9C9;
	padding:5px 0;
}

#profile_box dt {
	width: 30%;
	float:left;
	font-weight:bold;
	padding-left:10px;
}

#profile_box dd {
	width: 64%;
	float:right;
}

#profile_box dd a {
	text-decoration:underline;
	color:#0168B7;	
}
#profile_box dd a:link {
	color:#0168B7;
} 
#profile_box dd a:hover {
	color: #CCC;
} 
#profile_box dd a:active {
	color: #CCC;
}

/* =========================================================
accessmap_box
========================================================= */
#accessmap_box {
	background:#FCFCFC;
	border:1px solid #D9D9D9;
	padding-bottom:20px;
	margin-bottom: 20px;
}

#gmap {
	width: 80%;
	height: 300px;
	margin:0 auto 10px auto;
}

#link_bigmap {
	text-align:right;
}

#link_bigmap a{		
	text-decoration:underline;
	background: url(../images/common/icon.jpg) no-repeat left;
	padding-left: 15px;
}

#contact_box {
	display: none;
}