@charset "UTF-8";

/*------------------------------------------------------------Bg_maintitle*/
#bg_maintitle {
	height: 340px;
	width: 100%;
	min-width: 1040px;
	text-align: center;
	margin-bottom: 0px;
	background: url(../img/common_img/bg_maintitle.jpg) no-repeat center center;
}
/*------------------------------------------------------------MainTitle*/
#maintitle {
	position: relative;
	width: 1040px;
	top: 0px;
	z-index: 0;
	margin: 0px auto 0px;
}
/*------------------------------------------------------------content*/
#profile {
	clear: both;
	padding-bottom: 0px;
}
.profile_table {
	clear: both;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.profile_table th {
	font-weight: normal;
	background: rgba(255,170,0,0.1);
	padding: 10px;
	clear: both;
	width: 20%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.profile_table td {
	padding: 10px;
	clear: both;
	width: 80%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#profile ul {
	margin-top: 20px;
	font-size: 0px;
}
#profile ul li {
	display: inline-block;
	margin-right: 30px;
}
#profile ul li:last-child {
	margin-right: 0px;
}
/*Accessmap*/
#accessmap {
	padding-bottom: 0px;
	clear: both;
}
#accessmap iframe {
	margin-top: 20px;
	height: 450px;
	clear: both;
}
#accessmap p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	margin-top: 15px;
}
#accessmap p span {
	font-weight: bold;
	color: #19aa67;
}