@charset "UTF-8";
/* CSS Document */
/*----------------------
色設定
緑#74a92d
緑影#61931d
グレー#9a9a9a
グレー影#747474
オレンジ#f6a800
薄緑#f0f9e4
薄グレー#e9e9e9
-----------------------*/
/*------------------
トップページ
-------------------*/
.service_list {
  margin-top: 60px;
  display: inline-block;
  text-align: left;
    max-width: 1140px;
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.service_list li {
    text-align: left;
  float: left;
  display: table;
  width: 550px;
  padding-bottom: 2em;
    margin-right: 10px;
    margin-left: 10px;
}
@media screen and (max-width: 1140px) {
.service_list {
    width: 570px;
}
}
.service_list li .service_list-icon {
  display: table-cell;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-color: #e9e9e9;
  text-align: center;
  vertical-align: middle;
}
.service_list li .service_list-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 1em;
}
.service_list li .service_list-text .subtitle {
  font-size: 18px;
  font-weight: bold;
}
.service_list li .service_list-text a {
  text-decoration: none;
}
.service_list li .service_list-text a:hover {
  text-decoration: underline;
}
.service_list li .service_list-text a.pdf {
  margin-top: 10px;
}

a.pdf, a.html {
  font-size: 14px;
  text-decoration: underline !important;
  line-height: 25px;
  padding-left: 2em;
  display: inline-block;
  margin-bottom: 5px;
}

a.pdf {
  background: url("../img/icon_files.png") left top no-repeat;
}

a.html {
  background: url("../img/icon_files.png") left bottom no-repeat;
}

/*------------------
登山計画書閲覧
-------------------*/
.left_column .section input[type="text"] {
  width: 100%;
  padding: 5px;
}
.left_column .datepick input[type="text"] {
  width: 60%;
}
.left_column .datepick input[type="button"], .left_column .datepick button {
  width: 19%;
  margin-left: 1%;
  height: 29px;
  text-align: center;
}
.left_column .datepick input[type="button"] img, .left_column .datepick button img {
  height: 16px;
}

.search_option {
  border: 1px solid #e9e9e9;
  display: table;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.search_option dt {
  width: 20%;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
.search_option dd {
  width: 80%;
  display: inline-block;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0.5em;
}
.search_option dd li {
  display: inline-block;
  border-right: 1px solid #9a9a9a;
  padding: 0 1em;
  line-height: 1;
}

/*------------------
テーブルの設定
-------------------*/
.basetable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.basetable tr {
  background-color: #fff;
}
.basetable tr th, .basetable tr td {
  border: 1px solid #cccccc;
  padding: 8px 12px;
  vertical-align: middle;
}
.basetable tr th {
  background-color: #74a92d;
  color: #FFFFFF;
  text-align: center;
}
.basetable tr td.subtable_td {
  padding: 0;
}
.basetable .clickable {
  cursor: pointer;
}
.basetable .clickable:hover {
  background-color: #fce5b2;
}

/*thが上*/
.horizontal tr:nth-child(2n-1) {
  background-color: #f0f9e4;
}
tr.green {
  background-color: #f0f9e4;
}

/*thが下*/
/*table内テーブル*/
.basetable .subtable {
  width: 100%;
  border-collapse: separate;
  border: none;
  margin-bottom: -1px;
}
.basetable .subtable tr th, .basetable .subtable tr td {
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 3px 10px;
}
.basetable .subtable tr th {
  background-color: #f0f9e4;
  color: #000000;
  width: 11em;
}

/*登山ステータス表示*/
td.results_status {
  width: 70px;
  text-align: center;
}
td.results_status div {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
td.results_status div .icon {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-image: url("../img/icon_status.png");
  background-repeat: no-repeat;
  margin-bottom: 3px;
}
td.results_status div.teishutu {
  color: #74a92d;
}
td.results_status div.teishutu .icon {
  background-position: 0 0;
}
td.results_status div.gezan {
  color: #9a9a9a;
}
td.results_status div.gezan .icon {
  background-position: -20px 0;
}
td.results_status div.tozan {
  color: #f6a800;
}
td.results_status div.tozan .icon {
  background-position: -40px 0;
}

/*------------------
見出し類
-------------------*/
.font_small {
  font-size: 13px;
}

h2 {
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
  border-bottom: #74a92d solid 3px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  border-left: #74a92d solid 6px;
  padding-left: 0.5em;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
}

/*------------------
ボタン類
-------------------*/
.btn {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none;
  border-bottom: 3px solid;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  /*ver2追記*/
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.btn.narrow {
	width:auto;
	padding-left:40px;
	padding-right:20px;
}

.btn_green {
  border-color: #61931d;
  background: #74a92d url("../img/icon_arrow_a.png") left 10px center no-repeat;
}

.btn_gray {
  border-color: #747474;
  line-height: 35px;
  background: #9a9a9a url("../img/icon_x.png") left 10px center no-repeat;
}

ul.btn_list {
  width: 100%;
  overflow: hidden;
  margin: 20px 0px;
}
ul.btn_list li {
  display: inline-block;
  padding: 0 5px;
}
ul.btn_list li.left {
  float: left;
}
ul.btn_list li.right {
  float: right;
}
ul.btn_list li a {
  background-color: #9a9a9a;
  border-radius: 5px;
  padding: 0.5em 2em;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

/*------------------
ページャー
-------------------*/
ul.pager_ul li {
  display: inline;
}
ul.pager_ul li a {
  display: inline-block;
  padding: 2px 10px;
  background: #e9e9e9;
  text-decoration: none;
  vertical-align: middle;
}
ul.pager_ul li.current a {
  background: #9a9a9a;
}

.pager {
  overflow: hidden;
  margin: 20px 0px;
}
.pager .pager_amount {
  float: left;
  font-size: 16px;
}
.pager .pager_list {
  float: right;
}

/*------------------
その他パーツ
-------------------*/
.category_title {
  background-color: #e9e9e9;
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.centerbox {
  display: inline-block;
  margin: 150px auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.centerbox img {
  margin-bottom: 20px;
}

/*16/03/08追加*/
.box_3 {
  overflow: hidden;
}
.box_3 li {
  width: calc((100% * 1/3) );
  float: left;
  padding-right: 20px;
}
.box_3 li:nth-child(3n) {
  padding-right: 0;
}

.btn_area {
  background-color: #e9e9e9;
  padding: 15px 0;
  text-align: center;
  margin: 20px 0 40px 0;
}
.btn_area input {
  width: 200px;
  margin-bottom: 0;
}

.right_btn {
  text-align: right;
  margin-top: -66px;
  margin-bottom: 20px;
}
.right_btn .btn {
  width: 160px;
  text-align: center;
  line-height: 30px;
  background-image: none;
  font-size: 14px;
  margin-left: 10px;
}

.right_btn_h3 {
  margin-top: -35px;
  margin-bottom: -8px;
}

/*------------------
行政情報発信
-------------------*/
.checkboxlist {
  background: #FFFFFF url("../img/checkboxlist_bg.gif") left top repeat-y;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 10px 10px 7px;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 10px;
}
.checkboxlist .checkboxlist-parent {
  font-weight: bold;
}
.checkboxlist .checkboxlist-parent input[type="checkbox"] {
  margin-right: 22px;
}
.checkboxlist .checkboxlist-child {
  margin-left: 36px;
}
.checkboxlist .checkboxlist-child input[type="checkbox"] {
  margin-right: 8px;
}

/*ver3追記　input[type="password"]を追加*/
input[type="text"], input[type="password"], textarea, select {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

textarea {
  height: 200px;
}

.newslist {
  border-top: 1px solid #cccccc;
  font-size: 14px;
}
.newslist li {
  border-bottom: 1px solid #cccccc;
}
.newslist li .newslist-title {
  background-color: #e9e9e9;
  padding: 5px 12px;
  overflow: hidden;
}
.newslist li .newslist-title .newslist-title-title {
  float: left;
  font-weight: bold;
}
.newslist li .newslist-title .newslist-title-category {
  float: right;
}
.newslist li .newslist-text {
  padding: 10px 12px;
  background-color: #FFFFFF;
}

.content_block {
	margin-bottom:40px;
}

/*------------------
登山者情報表示
-------------------*/
.mapbox {
  height: 670px;
  position: relative;
}
.mapbox .mapimg {
  height: 100%;
  width: 100%;
}

.people {
  position: absolute;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px;
  z-index:9999;
  text-align:left;
  visibility:hidden;
  white-space:nowrap;
}
.people:after {
  position: absolute;
}
.people.left:after {
  margin-left: -9px;
}
.people.right:after {
  margin-left: 109px;
}
.people.top:after {
  content: url("../img/map_people_top.png");
  top: -25px;
}
.people.bottom:after {
  content: url("../img/map_people_bottom.png");
  bottom: -30px;
}
.people dl {
  text-align:left;
  overflow: hidden;
  min-width:120px;
}
.people dl dd, .people dl dt {
	display:inline-block;
/*  float: left;*/
  padding: 1px 8px;
  margin-bottom: 3px;
}
.people dl dt {
  clear: left;
  background-color: #74a92d;
  color: #FFFFFF;
}
.people dl dd {
  padding-left: 8px;
}
.smallbtn {
	text-align:center;
}
.smallbtn a {
  background-color: #e9e9e9;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  padding: 2px 0;
  margin-top: 5px;
}

.left_column_float {
  position: absolute;
  padding-bottom: 5px;
  /*left:-240px;*/
  z-index: 10000;
  box-shadow: 0px 0px 8px;
}
.left_column_float .btn {
  margin-bottom: 0;
}
.left_column_float .category_title {
  margin: -15px -20px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.left_column_float .category_title .font_small {
  font-weight: normal;
  display: inline-block;
  padding-left: 20px;
  float: right;
  margin-top: 2px;
}
.left_column_float .openclose {
  position: absolute;
  left: 250px;
  top: 20px;
  cursor: pointer;
}

.map_btn_list {
  margin-right: -6px;
}
.map_btn_list .hozon, .map_btn_list .hyouji {
  width: 50%;
  float: left;
  padding-right: 6px;
}
.map_btn_list .file {
  clear: left;
  padding-right: 6px;
  padding-top: 6px;
  position:relative;
}
.map_btn_list input {
  width:100%;
  height:29px;
  position:absolute;
  left:0;
  top:6px;
  opacity:0;
  margin-left:-3px;
  cursor:pointer;
}
.map_btn_list .hozon .btn {
  line-height: 30px;
  background-image: url(../img/icon_save.png);
  font-size: 14px;
}
.map_btn_list .hyouji .btn {
  line-height: 30px;
  background-image: url(../img/icon_arrow_b.png);
  font-size: 14px;
}
.map_btn_list .file .btn {
  line-height: 26px;
  background-image: none;
  font-size: 14px;
}

.map_current {
  background-color: #fce5b2;
}
.map_current .category_title {
  background-color: #f9c75c;
}

.disable {
  opacity: 0.5 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

/*16/03/10追加*/
/*------------------
ログインページ
-------------------*/
.box_small {
  background-color: #FFFFFF;
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin: 0 auto;
  margin-top: 120px;
  width: 340px;
  margin-bottom: 20px;
}

dl.login {
  font-size: 16px;
}
dl.login dt {
  display: inline-block;
  width: 40%;
  padding-right: 30px;
  text-align: right;
}
dl.login dd {
  display: inline-block;
  width: 60%;
}

/*------------------
モーダルウィンドウ
-------------------*/
.modal {
  width: 720px;
  margin: 0 auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 100px;
  margin-bottom: 100px;
}
.modal .modal-title {
  background-color: #74a92d;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 3px 0px #61931d;
  line-height: 40px;
  color: #FFFFFF;
}
.modal .modal-content {
  background-color: #fafafa;
  padding: 20px;
  font-size: 16px;
}
.modal .no-padding {
  padding: 0;
}
.modal .close {
  position: absolute;
  top: 0;
  right: -70px;
}

.modal-overlay {
  z-index: 19;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-wrap {
  z-index: 20;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.lock {
  /*overflow:hidden;*/
  position: fixed;
  width: 100%;
  top: -1;
}

html {
  /*overflow-y:scroll;*/
}

.templatelist {
  border-top: 1px solid #cccccc;
  font-size: 14px;
}
.templatelist > li {
  border-bottom: 1px solid #cccccc;
}
.templatelist > li .templatelist-title {
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px 5px 12px;
  overflow: hidden;
}
.templatelist > li .templatelist-title .templatelist-title-title {
  float: left;
  font-weight: bold;
  line-height: 31px;
  vertical-align: bottom;
}
.templatelist > li .templatelist-title .templatelist-title-btn {
  float: right;
}
.templatelist > li .templatelist-title .templatelist-title-btn li {
  display: inline-block;
}
.templatelist > li .templatelist-title .templatelist-title-btn li .btn {
  font-size: 13px;
  line-height: 26px;
  margin-left: 5px;
  margin-bottom: 0;
  background-image: none;
  width: 6em;
}
.templatelist > li .templatelist-text {
  padding: 10px 12px;
  background-color: #FFFFFF;
}
