@charset "UTF-8";
.con_acc01 .box_acc01, .con_rou, .con_sap .box_sap {
  max-width: 950px;
  margin: auto;
}

/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :アクセス
=================================================================== */
#page{
	width: 950px;
	margin-inline: auto;
}
/* -----------------------------------------------------------
  con_acc01
----------------------------------------------------------- */
.con_acc01 h3 {
  text-align: center;
}
.con_acc01 .box_acc01 {
  margin-top: 40px;
  overflow: hidden;
}
.con_acc01 .box_acc01 .map {
  float: left;
  width: 463px;
}
.con_acc01 .box_acc01 .map .btn {
  margin-top: 20px;
  text-align: center;
}
.con_acc01 .box_acc01 .det {
  float: right;
  width: 460px;
  position: relative;
}
.con_acc01 .box_acc01 .det h4 {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -80px;
}
.con_acc01 .box_acc01 .det .txt {
  margin-top: 10px;
}
.con_acc01 .box_acc01 .det address {
  padding: 15px 0px 25px;
  border-bottom: 1px dotted #C0C0C0;
  border-top: 1px dotted #C0C0C0;
  margin: 20px 0px 0px;
  text-align: center;
}
.con_acc01 .box_acc01 .det address em {
  font-size: 124%;
  display: block;
  margin-bottom: 5px;
}
.con_acc01 .box_acc01 .det address span {
  display: block;
  margin-top: 10px;
}
.con_acc01 .box_acc01 .det ul {
  margin-top: 20px;
  text-align: center;
}
.con_acc01 .box_acc01 .det ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 20px;
}
.con_acc01 .box_acc01 .det ul li:first-child {
  margin-left: 0;
}

/* -----------------------------------------------------------
  pnav
----------------------------------------------------------- */
#pnav {
  text-align: center;
  margin-top: 100px;
}
#pnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 14px;
  text-align: center;
}
#pnav li:first-child {
  margin-left: 0;
}
#pnav li a {
  display: block;
  padding: 1px;
  border: solid 1px #ddd;
  border-radius: 5px;
  cursor: pointer;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
}
#pnav li a:hover {
  border: solid 1px #ea7644;
}
#pnav li a:hover:before, #pnav li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  width: 0;
  height: 0;
  border: solid 7px transparent;
}
#pnav li a:hover:before {
  border-top: solid 7px #ea7644;
  bottom: -15px;
}
#pnav li a:hover:after {
  border-top: solid 7px #fff;
  bottom: -14px;
}

/* -----------------------------------------------------------
  con_rou
----------------------------------------------------------- */
.con_rou#lnk_rou01 {
  padding-top: 45px;
}
.con_rou#lnk_rou03 {
  padding-top: 60px;
}
.con_rou#lnk_rou04 {
  padding-top: 70px;
}
.con_rou h4 {
  margin-top: 30px;
  font-size: 125%;
  font-weight: normal;
}
.con_rou h4 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 10px;
}
.con_rou h4 span.ic {
  padding-left: 0;
}
.con_rou .img {
  margin-top: 30px;
}
.con_rou h4 + .img {
  border-bottom: dotted 1px #c0c0c0;
  padding-bottom: 20px;
}
.con_rou .box_par {
  margin-top: 65px;
}
.con_rou .box_par h4 {
  border-bottom: dotted 1px #999999;
  position: relative;
}
.con_rou .box_par h4 span {
  position: absolute;
  top: -10px;
  padding-left: 0;
  padding-right: 10px;
  background: #fff;
}
.con_rou .box_par .wrap {
  margin-top: 40px;
  overflow: hidden;
}
.con_rou .box_par .wrap .img {
  float: left;
  width: 310px;
  margin-left: 50px;
  margin-top: 0;
}
.con_rou .box_par .wrap .btn_pdf {
  text-align: center;
}
.con_rou .box_par .wrap table {
  float: left;
  width: 450px;
  margin-left: 40px;
  border-bottom: dotted 1px #000;
}
.con_rou .box_par .wrap table tr th, .con_rou .box_par .wrap table tr td {
  border-top: dotted 1px #000;
  padding: 12px 20px;
}
.con_rou .box_par .wrap table tr th {
  width: 70px;
  font-weight: normal;
}

/* -----------------------------------------------------------
  con_sap
----------------------------------------------------------- */
.con_sap {
  margin-top: 40px;
  padding-bottom: 65px;
  background: #f6f6f6;
  position: relative;
}
.con_sap:before, .con_sap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.con_sap:before {
  top: 0;
  border-top: dotted 1px #999999;
}
.con_sap:after {
  bottom: 0;
  border-bottom: dotted 1px #999999;
}
.con_sap h3 {
  text-align: center;
  padding-top: 40px;
}
.con_sap .box_sap {
  margin-top: 30px;
}
.con_sap .box_sap .sr {
  text-align: center;
}
.con_sap .box_sap .sr .st {
  padding: 15px 15px 15px 40px;
  background: #fff url(../access/images/ic_cir.png) no-repeat 20px center;
  border: solid 1px #e9e9e9;
  border-bottom: solid 3px #e9e9e9;
  font-size: 125%;
  font-weight: normal;
  margin: 50px 65px 0 65px;
  text-align: left;
}
.con_sap .box_sap .sr .st em {
  color: #ae8f60;
}
.con_sap .box_sap .sr .detail {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 20px;
}
