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

 file name  :access.css
 author     :Ability Consultant
style info  :コピー
=================================================================== */
/* -----------------------------------------------------------
	gnav
----------------------------------------------------------- */
#access .gnav_ac a {
  background: transparent url("../images/common/gnav.png") -704px -51px no-repeat !important;
}

/* -------------------------------------------------------
	.con_intro
---------------------------------------------------------*/
.con_intro {
  clear: both;
  overflow: hidden;
}
.con_intro p {
  margin-bottom: 35px;
}

/* -------------------------------------------------------
	.con_shuttle
---------------------------------------------------------*/
.con_shuttle {
  background: #ebebeb;
  clear: both;
  overflow: hidden;
  padding-bottom: 15px;
  margin-right: 30px;
  padding-top: 35px;
}
.con_shuttle .txt {
  padding-left: 50px;
  margin-bottom: 25px;
}
.con_shuttle .txt_img {
  margin-bottom: 25px;
}
.con_shuttle .txt_access {
  padding-left: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.con_shuttle .box_col {
  clear: both;
  overflow: hidden;
}
.con_shuttle .box_col .title_box {
  margin-bottom: 15px;
}
.con_shuttle .box_col .box_left {
  float: left;
  width: 510px;
}
.con_shuttle .box_col .box_right {
  float: right;
  width: 340px;
  margin-right: 25px;
}

/* -------------------------------------------------------
	.con_box
---------------------------------------------------------*/
.con_infomation {
  background: #090503;
  padding: 25px 15px;
  margin: 66px 0 0 0;
}
.con_infomation h4 {
  text-align: center;
  margin-bottom: 25px;
}
.con_infomation p {
  margin-bottom: 25px;
}

/* -------------------------------------------------------
	.tbl_basic
---------------------------------------------------------*/
table.tbl_basic {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  color: #000;
  line-height: 150%;
  width: 465px;
  margin-left: 50px;
}

table.tbl_basic th {
  padding: 20px 0px;
  text-align: center;
  border: #c1c1c1 solid 1px;
  font-weight: normal;
  width: 180px;
  background: none;
}

table.tbl_basic td {
  border: #c1c1c1 solid 1px;
  padding: 10px 10px 10px 15px;
}
