@charset "utf-8";

/* -----------------------------------------------
 access.html
-------------------------------------------------- */
/* dl.transport */
div.section dl.transport {
	margin-left:3px;
}
div.section dl.transport dt {
	display:block;
	float:left;
	clear:left;
	width:175px;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 30px;
}
div.section dl.transport dt.car {
	background:url(../utility/img/icon_car.gif) no-repeat left center;
	margin-top: 10px;
}
div.section dl.transport dt.train {
	background:url(../utility/img/icon_train.gif) no-repeat left center;
	margin-top: 10px;
}
div.section dl.transport dt.airplane {
	background:url(../utility/img/icon_airplane.gif) no-repeat left center;
}
div.section dl.transport dd {
	padding-top:3px;
	padding-bottom:3px;
	float: left;
	width: 205px;
	font-size: 12px;
	display: block;
}
.transport dd .title {
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2C318C;
}



/* -----------------------------------------------
 sitemap.html
-------------------------------------------------- */
/* dl.transport */
div.section div.categoryWrap {
	float:left;
	width:350px;
	margin-right:20px;
	margin-bottom:2em;
}
div.section div.last {
	margin-right:0;
}
div.section div.categoryWrap h2 {
	height:27px;
	margin-bottom:0.5em;
	padding-top:3px;
	background:url(../utility/img/bcg_h2.jpg) repeat-x left top;
	color:#0E1472;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0E1472;
}

div.section div.categoryWrap ul {
	margin-bottom:0;
}
div.section div.categoryWrap ul li {
	display:inline;
}
div.section div.categoryWrap ul li a {
	display:block;
	padding-left:15px;
	background:url(../common_img/bullet_arrow_b.gif) no-repeat 5px center;
}
div.section div.categoryWrap ul li.link {
	display:block;
	padding-left:15px;
	background:url(../common_img/bullet_arrow_b.gif) no-repeat 5px center;
}

/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div.section dl.transport:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.section dl.transport {
	zoom:1;
}
.map_access_l {
	width: 500px;
	float: left;
}
.map_access_r {
	width: 210px;
	float: right;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}


/* dl.contact */
div.section div.reception {
	clear:both;
	background:url(../recruit/img/bcg_reception.gif) repeat-y left top;
}
div.section div.receptionWrap {
	background:url(../recruit/img/top_reception.gif) no-repeat left top;
}
div.section div.reception dl {
	padding:20px;
	background:url(../recruit/img/bottom_reception.gif) no-repeat left bottom;
}
div.section div.reception dl dt {
	display:block;
	float:left;
	clear:left;
	width:185px;
	font-weight:bold;
}
div.section div.reception dl dd {
	margin-left:185px;
	padding-left:1em;
	background:url(../common_img/border_vertical.gif) repeat-y left top;
}

