@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :アクセス
=================================================================== */
#contents {
  margin-top: 31px;
  padding-top: 0;
}

/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  margin-bottom: 40px;
}
.con_intro .photo {
  width: 471px;
  float: right;
}
.con_intro .box_txt {
  float: left;
  width: 450px;
}
.con_intro h3 {
  margin: 0 0 30px;
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
  margin-bottom: 60px;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  background: url(../access/images/bg_access.png) repeat-x left top;
  clear: both;
  overflow: hidden;
  padding-bottom: 65px;
}
.con_access h3 {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 30px;
}
.con_access p {
  text-align: center;
}

.last {
  padding-bottom: 0px;
}

/* -----------------------------------------------------------
	.con_driver_car
----------------------------------------------------------- */
.con_driver_car {
  clear: both;
  overflow: hidden;
  margin: 0px auto;
  padding-top: 40px;
}
.con_driver_car .box_diver {
  width: 55%;
  float: right;
  border: 1px solid #928a73;
  padding: 6px 8px 6px 25px;
  position: relative;
}
.con_driver_car .box_diver .icon_arrow {
  background: url(../access/images/icon_arrow.png) no-repeat;
  width: 18px;
  height: 15px;
  position: absolute;
  top: -15px;
  right: 10%;
}
.con_driver_car .box_diver .box_right {
  float: right;
  line-height: 0;
}
.con_driver_car .box_diver .box_left {
  float: left;
  width: 260px;
  margin-top: 3px;
}
.con_driver_car .box_diver .box_left .st_parking {
  margin-bottom: 7px;
}
