@charset "utf-8";
/* access css */

.access-jacta {
  border: 2px solid #00306b;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 6px;
}
.access-jacta dt {
  background-color: #00306b; 
  color: #fff;
  font-size: 20px;
  font-weight:bold;
  box-sizing:border-box;
  padding: 0 20px;
  line-height:46px;
}
.access-jacta dd {
  padding: 15px 20px;
}
.access-office {
  background-color: #f1f1f1;
  padding: 16px;
  display:table;
  width: 710px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.access-office dt{
  border-right: 1px solid #00306b;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #00306b;
  font-size: 16px;
  font-weight:bold;
  width: 70px;
  padding-right: 10px;
}
.access-office dd{
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.access-office dd p{
  font-size: 14px;
}

.access-prof {
  margin-bottom: 50px;
}
.access-prof .prof-box {
  background: url(img/access_prof_bg.png) repeat top left;
  width: 315px;
  padding: 0 10px;
  float: left;
  min-height: 500px;
  margin-left: 10px;
}
.access-prof .prof-box:nth-child(even) {
  float: right;
  margin-left:  auto;
}
.access-prof .prof-box-name {
  position:relative;
  box-sizing: border-box;
  padding: 16px 0 0 120px;
  height: 124px;
}
.access-prof .prof-box-img {
  position:absolute;
  display:block;
  top: -10px;
  left: -20px;
}
.prof-box-wbg {
  text-align:right;
  background-color: #fff;
  display:block;
  color: #00306b;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
  margin-top: 22px;
}
.access-prof .prof-box:nth-child(even) .prof-box-wbg {
  margin-top: 0;
  margin-bottom: 16px;
}
.prof-box-txt p {
  font-size: 15px;
  color:#fff;
}

.map-ttl {
  background-color: #00306b;
	border: solid 1px #e1e1e1;
	background-image: -webkit-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: -moz-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: -o-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: -ms-linear-gradient(bottom, #dcdcdc, #fff);
	background-image: linear-gradient(to top, #dcdcdc, #fff);
  box-sizing:border-box;
  padding: 0 0 0 16px;
  color: #00306b;
  font-size: 20px;
  font-weight:bold;
  line-height:48px;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 50px;
  position:relative;
}
.map-ttl:before {
  content: "";
  width: 702px;
  border-bottom: 4px solid #00306b;
  height:0;
  position:absolute;
  top: 2px;
  left: 2px;
}
#access-map {
  margin-top: 30px;
}

p {
	margin-bottom: 15px;
}

ol.ol-icon.clearfix li ul.disc li {
	background-image: none;
	list-style: disc;
	margin-left: 25px;
	padding-left: 5px;
}

ol.ol-icon.clearfix li ol.katakana li {
	background-image: none;
	list-style-type: katakana;
	margin-left: 28px;
	padding-left: 5px;
}

ol.ol-icon.clearfix li ol.lower-roman li {
	background-image: none;
	list-style-type: lower-roman;
	margin-left: 28px;
	padding-left: 5px;
}

