@charset "UTF-8";
#com_list .con_sea, #com_list .con_list, #con_detail {
  max-width: 980px;
  margin: auto;
}

/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本フォーマットCSS
----------------------------------------------------------- */
#com_list {
  /*----------------------------------------------------
  	.pager
  ----------------------------------------------------*/
}
#com_list .con_sea {
  background-color: #4c3729;
  padding: 20px 0 10px;
}
#com_list .con_sea h4 {
  text-align: center;
  margin-bottom: 5px;
}
#com_list .con_sea .txt {
  text-align: center;
  color: #fff;
}
#com_list .con_sea .box_sea {
  background: url(../images/common/bg_01.png) no-repeat top center white;
  width: 960px;
  margin: 15px auto 0;
}
#com_list .con_sea .box_sea form {
  padding: 30px 0;
}
#com_list .con_sea .box_sea form dl {
  width: 910px;
  margin: 0 auto;
  color: #4c3729;
}
#com_list .con_sea .box_sea form dl:first-child {
  margin-bottom: 25px;
  border-bottom: 2px dashed #4c3729;
  padding-bottom: 10px;
}
#com_list .con_sea .box_sea form dl dt {
  font-size: 16px;
  margin-left: -5px;
}
#com_list .con_sea .box_sea form dl dt h5 {
  font-size: 20px;
  font-weight: normal;
}
#com_list .con_sea .box_sea form dl dt span {
  font-size: 1.3em;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
#com_list .con_sea .box_sea form dl dd {
  font-size: 1.2em;
}
#com_list .con_sea .box_sea form dl dd ul {
  overflow: hidden;
}
#com_list .con_sea .box_sea form dl dd ul li {
  float: left;
  padding: 5px 0;
  margin-right: 15px;
}
#com_list .con_sea .box_sea form dl dd ul li input[type=checkbox] {
  display: inline-block;
  margin-right: 2px;
}
#com_list .con_sea .box_sea form dl dd ul li input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
@media (min-width: 1px) {
  #com_list .con_sea .box_sea form dl dd ul li input[type=checkbox] {
    display: none;
    margin: 0;
  }
  #com_list .con_sea .box_sea form dl dd ul li input[type=checkbox] + label {
    padding: 0 0 0 19px;
  }
  #com_list .con_sea .box_sea form dl dd ul li input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  #com_list .con_sea .box_sea form dl dd ul li input[type=checkbox] + label::before {
    border: 1px solid #4c3729;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  #com_list .con_sea .box_sea form dl dd ul li input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 52%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #com_list .con_sea .box_sea form dl dd ul li input[type=checkbox]:checked + label::after {
    left: 2px;
    width: 14px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #4c3729;
    border-bottom: 3px solid #4c3729;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
#com_list .con_list .box_list {
  overflow: hidden;
}
#com_list .con_list .box_list li {
  width: 315px;
  float: left;
  margin-bottom: 28px;
  margin-left: 17px;
  background: #fff;
  padding: 25px 0 10px;
}
#com_list .con_list .box_list li:nth-child(3n+1) {
  margin-left: 0;
}
#com_list .con_list .box_list li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#com_list .con_list .box_list li a .box_photo {
  position: relative;
}
#com_list .con_list .box_list li a .box_photo .photo {
  width: 265px;
  border: 5px solid #e9dec1;
  margin: 0 auto;
  overflow: hidden;
  max-height: 201px;
}
#com_list .con_list .box_list li a .box_photo .category {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  color: #fff;
  padding: 1px 10px 0;
  background: url(../images/common/bg_cate02.png) repeat-x left top;
}
#com_list .con_list .box_list li a .box_photo .category:before {
  position: absolute;
  left: -7px;
  top: 0;
  content: "";
  width: 7px;
  height: 26px;
  background: url(../images/common/bg_cate01.png) no-repeat left top;
}
#com_list .con_list .box_list li a .box_photo .category:after {
  position: absolute;
  right: -7px;
  top: 0;
  content: "";
  width: 7px;
  height: 26px;
  background: url(../images/common/bg_cate03.png) no-repeat left top;
}
#com_list .con_list .box_list li a h5 {
  color: #357a9b;
  font-size: 1.08em;
  letter-spacing: 1px;
  margin-top: 20px;
  border-bottom: 1px solid #357a9b;
  display: inline-block;
  line-height: 1;
}
#com_list .con_list .box_list li a .btn {
  margin: 27px 0 20px;
}
#com_list .con_list .box_list li a:hover h5 {
  border-bottom: none;
}
#com_list .pager {
  margin: 38px 0;
  color: #4c3729;
}
#com_list .pager ul {
  overflow: hidden;
  text-align: center;
}
#com_list .pager ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 0.5%;
}
#com_list .pager ul li a {
  display: block;
  min-width: 30px;
  padding: 5px 0;
  background: #FFF;
  text-decoration: underline;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  vertical-align: middle;
}
#com_list .pager ul li a.active, #com_list .pager ul li a:hover {
  color: #fff;
  background: #73b928;
  text-decoration: none;
}
#com_list .pager ul li.prev a, #com_list .pager ul li.next a, #com_list .pager ul li.back a {
  padding: 3px 15px;
  font-size: 100%;
  background: none;
}
#com_list .pager ul li.prev a:hover, #com_list .pager ul li.next a:hover, #com_list .pager ul li.back a:hover {
  color: #333;
  text-decoration: none;
}
#com_list .pager ul li.back {
  border-left: 1px solid #73b928;
  border-right: 1px solid #73b928;
}

/*----------------------------------------------------
	#con_detail   詳細ページ
----------------------------------------------------*/
#con_detail {
  margin-top: 35px;
  padding-bottom: 80px;
}
#con_detail .box_title {
  text-align: center;
}
#con_detail .box_title h2 {
  text-align: center;
  font-size: 2.76em;
  font-weight: 100;
  letter-spacing: 5px;
  background: url(../images/common/line_st.png) repeat-x bottom left;
  padding-bottom: 10px;
  margin: 0 auto 20px;
  display: inline-block;
}
#con_detail .box_title h2 span {
  display: block;
  font-size: .36em;
  letter-spacing: 1px;
}
#con_detail .box_title h2:before {
  display: block;
  width: 66px;
  height: 34px;
  content: "";
  background: url(../images/common/ic_st.jpg) no-repeat top left;
  margin: 0 auto;
}
#con_detail .box_tag {
  width: 960px;
  text-align: right;
  margin-bottom: 35px;
  padding: 10px;
  background-color: #eeebe3;
  letter-spacing: -0.4em;
}
#con_detail .box_tag li {
  margin: 0 0 2px 5px;
  display: inline-block;
  padding: 2px 17px;
  background-color: #73b928;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: .92em;
  letter-spacing: normal;
}
#con_detail .catch {
  margin-bottom: 10px;
  letter-spacing: 5px;
  font-size: 2em;
  color: #539111;
}
#con_detail .pict span {
  display: block;
  margin-top: 3px;
  font-size: 1em;
}
#con_detail .pict img {
  width: 100%;
  height: auto;
}
#con_detail .single {
  margin-bottom: 30px;
}
#con_detail .double {
  overflow: hidden;
  margin-bottom: 45px;
}
#con_detail .double p {
  float: right;
  width: 480px;
}
#con_detail .double p:first-child {
  float: left;
}
#con_detail .txt {
  clear: both;
  margin-top: 30px;
  line-height: 1.8;
}
#con_detail .box_overview {
  margin-top: 70px;
}
#con_detail .box_overview h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  background: url(../images/common/dotted_st.png) repeat-x left bottom;
}
#con_detail .box_overview .box_det {
  overflow: hidden;
}
#con_detail .box_overview .box_det table {
  width: 545px;
  float: left;
  margin-top: 0;
}
#con_detail .box_overview .box_det .con_map {
  float: right;
  width: 400px;
}
#con_detail .box_overview .box_det .con_map #map {
  width: 100%;
  border: 5px solid #fff;
  height: 285px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#con_detail .btn {
  margin-top: 40px;
  text-align: center;
}

.tbl_basic {
  clear: both;
  width: 100%;
  margin: 30px 0 0;
}
.tbl_basic th {
  padding: 15px 0;
  text-align: center;
  width: 155px;
  background-color: #eee9dd !important;
}
.tbl_basic td {
  padding: 15px;
}
.tbl_basic td a {
  text-decoration: underline;
}
.tbl_basic td a:hover {
  text-decoration: none;
}
.tbl_basic td a .ic_pdf {
  margin-left: 1em;
}
