@charset "UTF-8";
/*--------------------------------
 Style CSS650ｐｘ
 基本スタイル
---------------------------------*/
/* Header */
header {
  width: 100%;
  height: 142px;
  box-sizing: border-box;
  background: #fff; }
  header #logo_wrap {
    position: relative; }
    header #logo_wrap #logo_main {
      display: block;
      width: 425px;
      height: 41px;
      margin-top: 24px;
      margin-left: 10px;
      background-image: url("../../images/logo_main4.png");
      background-repeat: no-repeat;
      float: left; }
    header #logo_wrap #logo_sub {
      width: 276px;
      height: 18px;
      margin-top: 47px;
      margin-left: 15px;
      background-image: url("../../images/logo_sub.png");
      background-repeat: no-repeat;
      float: left; }
    header #logo_wrap #sub_title_logo {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-size: 14px;
      float: left;
      display: block;
      margin: 30px 0px 0px 20px;
      width: auto;
      padding: 5px 17px;
      border: 2px solid #343277;
      border-radius: 5px;
      letter-spacing: 0.1em; }
  header #gnav_wrap {
    margin-top: 10px;
    width: 100%;
    height: 44px;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #e3e3e3, #f6f6f6, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f6f6f6',GradientType=0 );
    background: -o-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
    border-top: 1px solid #999;
    border-bottom: 13px solid #347732; }
  header #gnav {
    width: 100%; }
    header #gnav ul {
      width: 100%; }
      header #gnav ul li {
        float: left;
        min-width: 84px;
        height: 44px;
        border-left: 1px solid #999; }
        header #gnav ul li:last-child {
          border-right: 1px solid #999; }
        header #gnav ul li.last {
          border-right: 1px solid #999; }
        header #gnav ul li.current {
          background: #ccc; }
          header #gnav ul li.current a {
            cursor: default; }
            header #gnav ul li.current a:hover {
              color: #333; }
        header #gnav ul li a {
          padding-left: 16px;
          padding-right: 16px;
          line-height: 44px;
          font-size: 14px;
          font-weight: 500;
          text-decoration: none;
          letter-spacing: 1px; }
          header #gnav ul li a:hover {
            color: #ffa800; }
          header #gnav ul li a i.fa.fa-angle-right {
            display: none;
            position: absolute;
            right: 5px;
            margin-top: 0px;
            font-size: 40px;
            color: #333; }
        header #gnav ul li#gnav_jigyosya_wrap {
          display: none; }

/* Footer */
footer {
  position: relative;
  height: 104px;
  background-color: #347732; }
  footer #foot_nav ul li {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    footer #foot_nav ul li:first-child {
      padding-left: 0px; }
    footer #foot_nav ul li a {
      font-size: 14px;
      line-height: 30px;
      color: #fff; }
      footer #foot_nav ul li a:hover {
        color: #ffa800; }
  footer #foot_copy {
    text-align: center;
    color: #fff;
    margin-top: 45px;
    font-size: 14px; }

/* Side */
.sidebar {
  margin-top: 30px;
  box-sizing: border-box; }
  .sidebar nav {
    width: 230px; }
    .sidebar nav ul li {
      background-color: #eee;
      border: 1px solid #ccc;
      height: 41px;
      padding-left: 10px;
      box-sizing: border-box; }
      .sidebar nav ul li:last-child {
        border-radius: 0px 0px 3px 3px; }
      .sidebar nav ul li a {
        display: block;
        text-decoration: none;
        line-height: 41px;
        width: 100%;
        height: 100%;
        font-size: 15px; }
        .sidebar nav ul li a i.fa.fa-caret-right {
          color: #ffa800;
          font-size: 30px;
          float: right;
          margin-right: 5px;
          margin-top: 4px; }
        .sidebar nav ul li a:hover {
          color: #ffa800; }

/* Main */
.main {
  margin-top: 30px;
  margin-right: 0px;
  box-sizing: border-box; }
  .main hr {
    width: 718px; }
  .main #top_search_jigyosya input#top_search_word {
    border-radius: 5px 0px 0px 5px;
    width: 443px; }
  .main #top_search_category {
    width: 718px;
    margin-left: auto;
    margin-right: auto; }
  .main .top_info {
    width: 718px;
    margin-left: auto;
    margin-right: auto; }
    .main .top_info ul {
      width: 718px;
      margin-top: 10px; }
      .main .top_info ul li {
        display: block;
        width: 100%;
        height: auto;
        min-height: 41px;
        border: 1px solid #ccc;
        border-top: none; }
        .main .top_info ul li:first-child {
          border-radius: 5px 5px 0px 0px;
          border-top: 1px solid #ccc; }
        .main .top_info ul li:last-child {
          border-radius: 0px 0px 5px 5px; }
        .main .top_info ul li a {
          display: inline-block;
          width: 100%;
          height: auto;
          min-height: 41px;
          line-height: 41px;
          padding-left: 15px;
          box-sizing: border-box; }
          .main .top_info ul li a span.top_info_post_title {
            display: inline-block;
            text-decoration: none;
            font-size: 16px;
            color: #347732;
            max-width: 570px; }
          .main .top_info ul li a span.top_new_list_date {
            float: right;
            margin-right: 15px;
            font-size: 16px;
            color: #999; }
          .main .top_info ul li a i.fa.fa-angle-right {
            color: #ffa800;
            font-size: 30px;
            float: right;
            margin-right: 5px;
            margin-top: 4px;
            margin-right: 10px; }
          .main .top_info ul li a:hover span.top_info_post_title {
            color: #ffa800; }
  .main .view_subinfo {
    padding: 10px 20px;
    position: relative;
    width: 718px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    line-height: 1.2;
    border: 2px solid #347732;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #fdf9e0; }
    .main .view_subinfo .subtitle {
      font-size: 18px;
      font-weight: bold;
      color: #000000;
      margin-bottom: 3px; }
  .main #top_new_arrival {
    width: 718px;
    margin-left: auto;
    margin-right: auto; }
    .main #top_new_arrival #top_new_arrival_inner {
      background-color: #e0f4de;
      border-radius: 3px;
      margin-top: 10px;
      padding: 7px;
      box-sizing: border-box; }
  .main .main_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
    color: #347732;
    font-weight: normal; }
  .main .main_head {
    margin-top: 30px;
    font-size: 23px;
    color: #347732;
    font-weight: normal; }
    .main .main_head i {
      margin-right: 10px; }
  .main .main_text {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #347732; }

/* Search */
.search_box {
  position: relative;
  width: 718px;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #e4eeba;
  border: 3px solid #347732;
  border-radius: 0px 5px 5px 5px;
  box-sizing: border-box; }
  .search_box h3 {
    position: absolute;
    display: inline-block;
    width: 110px;
    height: 30px;
    top: -33px;
    left: -3px;
    line-height: 30px;
    background-color: #e4eeba;
    border: 3px solid #347732;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #347732;
    text-align: center; }
  .search_box #search_box_2_basic {
    width: 100%; }
    .search_box #search_box_2_basic th, .search_box #search_box_2_basic td {
      padding: 5px; }
    .search_box #search_box_2_basic th {
      color: #347732;
      width: 135px;
      text-align: left;
      vertical-align: middle; }
    .search_box #search_box_2_basic td {
      color: #333; }
    .search_box #search_box_2_basic #search_box_detail_open_wrap {
      width: 100px;
      float: left;
      margin-top: 10px;
      box-sizing: border-box; }
      .search_box #search_box_2_basic #search_box_detail_open_wrap #search_box_detail_open {
        position: relative;
        float: right;
        color: #347732;
        box-sizing: border-box; }
        .search_box #search_box_2_basic #search_box_detail_open_wrap #search_box_detail_open span {
          display: block;
          float: left;
          margin-top: 5px;
          width: 65px;
          margin-right: 5px; }
        .search_box #search_box_2_basic #search_box_detail_open_wrap #search_box_detail_open #btn_search_detail_toggle {
          float: left; }
  .search_box #search_box_2_detail_wrap {
    display: none; }
  .search_box #search_box_2_detail {
    width: 100%;
    margin-top: 10px; }
    .search_box #search_box_2_detail th, .search_box #search_box_2_detail td {
      padding: 5px; }
    .search_box #search_box_2_detail th {
      width: 135px;
      color: #347732;
      text-align: left;
      vertical-align: top; }
    .search_box #search_box_2_detail td {
      color: #333; }
    .search_box #search_box_2_detail #search_ssel_box_wrap {
      width: 100%;
      background-color: #fdf9e0;
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 10px;
      box-sizing: border-box; }
      .search_box #search_box_2_detail #search_ssel_box_wrap #search_ssel_box_1 {
        width: 50%;
        float: left;
        font-size: 15px; }
        .search_box #search_box_2_detail #search_ssel_box_wrap #search_ssel_box_1 td {
          padding: 8px 5px 8px 5px; }
      .search_box #search_box_2_detail #search_ssel_box_wrap #search_ssel_box_2 {
        width: 50%;
        float: left;
        margin-left: 0px;
        font-size: 15px; }
        .search_box #search_box_2_detail #search_ssel_box_wrap #search_ssel_box_2 td {
          padding: 8px 5px 8px 5px; }
  .search_box #search_btns {
    width: 395px;
    margin: 10px auto 0px auto; }

#search_box_global {
  padding: 10px; }

.search_word {
  display: inline-block;
  width: 100%;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding-left: 5px;
  vertical-align: middle;
  color: #333;
  -moz-box-shadow: 0px 0px 5px #ccc inset;
  -ms-box-shadow: 0px 0px 5px #ccc inset;
  -o-box-shadow: 0px 0px 5px #ccc inset;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
  box-shadow: 0px 0px 5px #ccc inset; }
  .search_word:focus {
    -moz-box-shadow: 0px 0px 5px #ffa800 inset;
    -ms-box-shadow: 0px 0px 5px #ffa800 inset;
    -o-box-shadow: 0px 0px 5px #ffa800 inset;
    -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
    box-shadow: 0px 0px 5px #ffa800 inset;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .search_word::-moz-placeholder {
    color: #999; }
  .search_word:-ms-input-placeholder {
    color: #999; }
  .search_word::-o-input-placeholder {
    color: #999; }
  .search_word::-webkit-input-placeholder {
    color: #999; }
  .search_word::input-placeholder {
    color: #999; }

.search_services {
  width: auto;
  float: left; }

#search_result_count_box {
  width: 718px;
  margin: 20px auto 0px auto;
  height: 20px; }
  #search_result_count_box #search_result_count_label {
    float: left; }
  #search_result_count_box #search_result_count {
    float: right; }

#search_result {
  width: 718px;
  margin: 10px auto 0px auto; }

.search_result_row {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 3px; }
  .search_result_row:first-child {
    margin-top: 0px; }
  .search_result_row .search_result_rec_left,
  .search_result_row .search_result_rec_right {
    float: left; }
  .search_result_row table.search_result_rec_left {
    width: 555px; }
    .search_result_row table.search_result_rec_left th, .search_result_row table.search_result_rec_left td {
      padding: 5px;
      font-size: 15px;
      border-bottom: 1px dashed #999;
      color: #333; }
    .search_result_row table.search_result_rec_left tr:last-child th,
    .search_result_row table.search_result_rec_left tr:last-child td {
      border: none; }
    .search_result_row table.search_result_rec_left th {
      font-weight: normal;
      text-align: left;
      width: 120px; }
      .search_result_row table.search_result_rec_left th a {
        display: inline-block;
        color: #347732;
        font-weight: bold;
        max-width: 470px;
        line-height: 20px; }
        .search_result_row table.search_result_rec_left th a:hover {
          color: #ffa800; }
    .search_result_row table.search_result_rec_left td a {
      color: #347732; }
      .search_result_row table.search_result_rec_left td a:hover {
        color: #ffa800; }
  .search_result_row .search_result_rec_type_01 {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    background: #c2d0ff;
    font-size: 12px;
    border-radius: 3px; }

#pager {
  margin-top: 10px; }
  #pager a {
    display: inline-block;
    width: auto;
    min-width: 45px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 3px;
    text-decoration: none;
    color: #347732;
    box-sizing: border-box; }
    #pager a:hover {
      color: #ffa800; }

/* Buttons */
.btnToggle {
  background: green;
  position: absolute;
  border: 1px solid #999;
  width: 40px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden; }

.btnToggle_child {
  background: #fff;
  width: 40px;
  height: 25px;
  margin-left: 20px; }
  .btnToggle_child div {
    width: 20px;
    height: 25px;
    background: #ccc;
    margin-left: 20px;
    box-shadow: 1px 1px 1px #aaa inset; }
  .btnToggle_child.off {
    margin-left: 0px; }

.btnToggle_label {
  margin-right: 10px;
  vertical-align: -4px; }

.btnToggle_status {
  margin-left: 50px;
  vertical-align: -4px; }

#btn_toggle_jigyosya_index {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: #347732; }
  #btn_toggle_jigyosya_index:hover {
    color: #ffa800; }

#btn_smart_nav_toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 40px;
  text-decoration: none;
  color: #333;
  z-index: 99 !important; }
  #btn_smart_nav_toggle.enabled {
    color: #ffa800; }
  #btn_smart_nav_toggle.disabled {
    color: #333; }

#btn_search_exec {
  display: inline-block;
  width: 207px;
  height: 77px;
  background-image: url("../../images/btn_search_exec.png");
  background-repeat: no-repeat; }
  #btn_search_exec:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

#btn_search_clear {
  display: inline-block;
  width: 178px;
  height: 44px;
  background-image: url("../../images/btn_search_clear.png");
  background-repeat: no-repeat; }
  #btn_search_clear:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

.btn_search_result_rec_dtl {
  position: absolute;
  display: block;
  width: 129px;
  height: 45px;
  bottom: 20px;
  right: 5px;
  background-image: url("../../images/btn_search_todtl.png");
  background-repeat: no-repeat; }
  .btn_search_result_rec_dtl:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

.btn_top_search_cate {
  display: block;
  width: 131px;
  height: 123px;
  margin-top: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  float: left; }
  .btn_top_search_cate#btn_top_search_cate_1 {
    background-image: url("../../images/top_search_cate1.png");
    margin-left: 10px; }
  .btn_top_search_cate#btn_top_search_cate_2 {
    background-image: url("../../images/top_search_cate2.png"); }
  .btn_top_search_cate#btn_top_search_cate_3 {
    background-image: url("../../images/top_search_cate3.png"); }
  .btn_top_search_cate#btn_top_search_cate_4 {
    background-image: url("../../images/top_search_cate4.png"); }
  .btn_top_search_cate#btn_top_search_cate_5 {
    background-image: url("../../images/top_search_cate5.png"); }
  .btn_top_search_cate#btn_top_search_cate_6 {
    background-image: url("../../images/top_search_cate6.png"); }
  .btn_top_search_cate#btn_top_search_cate_7 {
    background-image: url("../../images/top_search_cate7.png"); }
  .btn_top_search_cate:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

.btn_side_nav_head {
  display: block;
  height: 41px;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0px 0px;
  text-decoration: none;
  line-height: 41px;
  margin-top: 20px; }
  .btn_side_nav_head:not(.enable) {
    border-radius: 3px; }
  .btn_side_nav_head i {
    margin-left: 5px;
    margin-right: 5px; }
    .btn_side_nav_head i.fa.btn_side_nav_head_icon {
      color: #333;
      font-size: 23px;
      float: right;
      margin-right: 5px;
      margin-top: 8px; }
  .btn_side_nav_head:hover {
    color: #ffa800; }

.btn_side_single {
  display: block;
  width: 230px;
  height: 41px;
  border: 1px solid #ccc;
  border-radius: 3px 3px;
  text-decoration: none;
  line-height: 41px;
  margin-top: 10px;
  box-sizing: border-box; }
  .btn_side_single i {
    margin-left: 5px;
    margin-right: 5px; }
    .btn_side_single i.fa.fa-caret-right {
      color: #ffa800;
      font-size: 30px;
      float: right;
      margin-right: 5px;
      margin-top: 4px; }
  .btn_side_single:hover {
    color: #ffa800; }

#btn_top_search_exec {
  display: inline-block;
  width: 52px;
  height: 51px;
  margin-left: -5px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  vertical-align: middle;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #cbcbcb 100%);
  background: linear-gradient(to bottom, #e7e7e7, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cbcbcb',GradientType=0 );
  background: -o-linear-gradient(top, #e7e7e7 0%, #cbcbcb 100%);
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #cbcbcb 100%); }
  #btn_top_search_exec:hover i.fa.fa-search {
    color: #ffa800;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #btn_top_search_exec i.fa.fa-search {
    font-size: 40px;
    margin-top: 3px;
    margin-left: 5px;
    color: #808080; }

#btn_top_search_more {
  display: inline-block;
  width: 181px;
  height: 51px;
  background-image: url("../../images/btn_top_search_more.png");
  background-repeat: no-repeat;
  vertical-align: middle; }
  #btn_top_search_more:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

#btn_to_top_of_page {
  position: absolute;
  top: -30px;
  width: 133px;
  height: 34px;
  border-radius: 3px 3px 0px 0px;
  background: #347732;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin-left: 850px;
  color: #fff; }
  #btn_to_top_of_page i {
    margin-right: 5px; }
  #btn_to_top_of_page:hover {
    color: #ffa800; }

.btn_top_search_cate {
  float: left; }

#btn_top_login {
  display: none;
  width: 231px;
  height: 53px;
  background-image: url("../../images/btn_top_login.png");
  background-repeat: no-repeat; }
  #btn_top_login:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

#btn_side_login {
  display: block;
  width: 231px;
  height: 53px;
  background-image: url("../../images/btn_top_login.png");
  background-repeat: no-repeat; }
  #btn_side_login:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

#btn_side_regist {
  display: block;
  width: 231px;
  height: 53px;
  margin-top: 10px;
  background-image: url("../../images/btn_top_regist.png");
  background-repeat: no-repeat; }
  #btn_side_regist:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

.btn_default a {
  display: inline-block;
  width: auto;
  min-width: 45px;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
  color: #347732;
  box-sizing: border-box; }
  .btn_default a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.8;
    -webkit-opacity: 0.8; }

/* Banners */
.top_banners {
  width: 718px;
  margin: 30px auto 30px auto; }
  .top_banners .top_banner_square {
    display: inline-block;
    width: 228px;
    height: 225px;
    margin-left: 5px;
    background-repeat: no-repeat; }
    .top_banners .top_banner_square:first-child {
      margin-left: 0px; }
    .top_banners .top_banner_square:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -o-opacity: 0.8;
      -webkit-opacity: 0.8; }
    .top_banners .top_banner_square#top_banner_1 {
      background-image: url("../../images/top_banner_01.jpg");
      margin-left: 20px; }
    .top_banners .top_banner_square#top_banner_2 {
      background-image: url("../../images/top_banner_02.jpg"); }
    .top_banners .top_banner_square#top_banner_3 {
      background-image: url("../../images/top_banner_03.jpg"); }

/*   お問い合わせ　*/
#contact_box {
  margin-top: 20px;
  max-width: 550px;
  margin-left: 40px; }
  #contact_box table {
    width: 100%; }
    #contact_box table th {
      text-align: left;
      padding: 5px;
      width: 35%; }
    #contact_box table td {
      padding: 5px;
      width: 65%; }
  #contact_box input, #contact_box textarea, #contact_box select {
    border: 1px solid #999;
    border-radius: 3px;
    background-color: transparent; }

.contact_text {
  width: 100%;
  max-width: 300px;
  height: 20px;
  line-height: 18px;
  -moz-box-shadow: 0px 0px 5px #ccc inset;
  -ms-box-shadow: 0px 0px 5px #ccc inset;
  -o-box-shadow: 0px 0px 5px #ccc inset;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
  box-shadow: 0px 0px 5px #ccc inset; }
  .contact_text:focus {
    -moz-box-shadow: 0px 0px 5px #ffa800 inset;
    -ms-box-shadow: 0px 0px 5px #ffa800 inset;
    -o-box-shadow: 0px 0px 5px #ffa800 inset;
    -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
    box-shadow: 0px 0px 5px #ffa800 inset;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .contact_text::-moz-placeholder {
    color: #999; }
  .contact_text:-ms-input-placeholder {
    color: #999; }
  .contact_text::-o-input-placeholder {
    color: #999; }
  .contact_text::-webkit-input-placeholder {
    color: #999; }
  .contact_text::input-placeholder {
    color: #999; }

.contact_select {
  width: 100%;
  max-width: 300px;
  height: 25px;
  line-height: 23px;
  -moz-box-shadow: 0px 0px 5px #ccc inset;
  -ms-box-shadow: 0px 0px 5px #ccc inset;
  -o-box-shadow: 0px 0px 5px #ccc inset;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
  box-shadow: 0px 0px 5px #ccc inset; }
  .contact_select:focus {
    -moz-box-shadow: 0px 0px 5px #ffa800 inset;
    -ms-box-shadow: 0px 0px 5px #ffa800 inset;
    -o-box-shadow: 0px 0px 5px #ffa800 inset;
    -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
    box-shadow: 0px 0px 5px #ffa800 inset;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .contact_select::-moz-placeholder {
    color: #999; }
  .contact_select:-ms-input-placeholder {
    color: #999; }
  .contact_select::-o-input-placeholder {
    color: #999; }
  .contact_select::-webkit-input-placeholder {
    color: #999; }
  .contact_select::input-placeholder {
    color: #999; }

#contact_comment {
  width: 100%;
  max-width: 350px;
  height: 120px;
  resize: none;
  overflow: auto;
  -moz-box-shadow: 0px 0px 5px #ccc inset;
  -ms-box-shadow: 0px 0px 5px #ccc inset;
  -o-box-shadow: 0px 0px 5px #ccc inset;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
  box-shadow: 0px 0px 5px #ccc inset; }
  #contact_comment:focus {
    -moz-box-shadow: 0px 0px 5px #ffa800 inset;
    -ms-box-shadow: 0px 0px 5px #ffa800 inset;
    -o-box-shadow: 0px 0px 5px #ffa800 inset;
    -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
    box-shadow: 0px 0px 5px #ffa800 inset;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #contact_comment::-moz-placeholder {
    color: #999; }
  #contact_comment:-ms-input-placeholder {
    color: #999; }
  #contact_comment::-o-input-placeholder {
    color: #999; }
  #contact_comment::-webkit-input-placeholder {
    color: #999; }
  #contact_comment::input-placeholder {
    color: #999; }

.contact_button {
  height: 40px;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 18px;
  letter-spacing: 2px; }
  .contact_button.submit {
    background-color: #006400 !important;
    border: 1px solid #006400 !important;
    -webkit-appearance: none !important;
    color: #fff !important;
    margin-right: 5px !important; }
    .contact_button.submit:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -o-opacity: 0.8;
      -webkit-opacity: 0.8; }
    .contact_button.submit:active {
      background-color: #97002e !important;
      border-color: #97002e !important; }
  .contact_button.reset {
    background-color: transparent;
    -webkit-appearance: none !important; }
    .contact_button.reset:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -o-opacity: 0.8;
      -webkit-opacity: 0.8; }
    .contact_button.reset:active {
      background: #aaa !important; }
  .contact_button.testsubmit {
    background-color: #eeffee !important;
    border: 2px solid #006400 !important;
    -webkit-appearance: none !important;
    color: #006400 !important;
    margin-right: 5px !important;
    font-weight: bold; }
    .contact_button.testsubmit:hover {
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -o-opacity: 0.8;
      -webkit-opacity: 0.8; }
    .contact_button.testsubmit:active {
      background-color: #97002e !important;
      border-color: #97002e !important; }

/* 事業所詳細 */
#jigyousya_conts_cate01_dtl {
  max-width: 700px;
  padding: 5px; }
  #jigyousya_conts_cate01_dtl table {
    background: #fff;
    border-collapse: collapse;
    color: #333;
    width: 100%;
    font-size: 16px; }
    #jigyousya_conts_cate01_dtl table a {
      color: #0d94d5 !important; }
      #jigyousya_conts_cate01_dtl table a:hover {
        color: #007abb !important; }
    #jigyousya_conts_cate01_dtl table td {
      border: 1px solid #999;
      padding: 5px 5px;
      min-height: inherit; }
    #jigyousya_conts_cate01_dtl table th {
      background: #ddd;
      font-weight: normal;
      text-align: left;
      padding: 5px 5px;
      border: 1px solid #999;
      white-space: nowrap; }
  #jigyousya_conts_cate01_dtl .jigyousya_conts_sname {
    font-size: 16px;
    text-align: right;
    color: #333; }

#map-canvas {
  margin: 5px 5px;
  width: 97%;
  height: 300px; }

/* ログイン画面 */
#login_msg {
  display: block;
  margin: 0px !important;
  padding: 0px !important;
  height: 40px;
  color: red; }

#alert_msg {
  display: block;
  margin: 10px 0px;
  padding: 0px;
  color: red; }

/*　お知らせエリア */
.user_info_area {
  width: 100%;
  max-width: 720px; }

.user_info_change {
  margin-top: -15px;
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #e3e3e3, #f6f6f6, #e3e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f6f6f6',GradientType=0 );
  background: -o-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
  width: 285px;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
  float: right; }
  .user_info_change a {
    color: #333;
    text-decoration: none; }
    .user_info_change a:hover {
      color: #ffa800; }

.user_info_article {
  margin-top: 10px;
  width: 100% !important;
  box-shadow: 0px 1px 2px #999;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.2; }
  .user_info_article a {
    display: inline-block;
    color: #0d94d5 !important; }
    .user_info_article a:hover {
      color: #007abb !important; }
    .user_info_article a img {
      border: 1px solid #0d94d5; }

.user_info_head {
  color: #666;
  padding: 0px;
  margin-bottom: 8px;
  font-weight: bold; }

.user_info_title_area {
  margin: -5px 0px 20px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #ccc; }
  .user_info_title_area span {
    display: inline-block;
    color: #888;
    font-size: 14px;
    height: 14px;
    line-height: 14px; }

.user_info_date {
  float: left; }

.user_info_author {
  float: right;
  color: #e4007b !important; }

.user_info_article_text {
  font-size: medium !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif !important;
  line-height: 20px;
  /*	line-height: normal; */
  letter-spacing: 1px; }
  .user_info_article_text p {
    font-size: medium !important; }

.user_info_more {
  display: block;
  float: right;
  margin-top: 20px;
  color: #0d94d5 !important; }
  .user_info_more:hover {
    color: #007abb !important; }

.attached_files_area {
  display: block;
  margin-top: 20px;
  padding: 5px;
  background: #eee;
  color: #333;
  line-height: 1.5; }
  .attached_files_area h4 {
    font-size: 14px; }
  .attached_files_area img {
    border: none !important; }

.user_info_moretext p {
  display: none; }

.files_pdf:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 3px;
  background: url("../images/icons/files_pdf.png") no-repeat; }

.files_doc:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 3px;
  background: url("../images/icons/files_doc.png") no-repeat; }

.files_xls:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 3px;
  background: url("../images/icons/files_xls.png") no-repeat; }

.files_jpg:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 3px;
  background: url("../images/icons/files_jpg.png") no-repeat; }

.files_normal:after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 3px;
  background: url("../images/icons/files_normal.png") no-repeat; }

/* お知らせ一覧 （編集、削除場ボタン */
.info_article_kbtns {
  margin-top: 10px; }
  .info_article_kbtns input {
    height: 30px;
    line-height: 23px; }

.file_toggle_btn {
  text-decoration: none !important;
  font-weight: bold; }

/*　掲載情報 */
.hp_info {
  margin-top: 10px;
  width: 100% !important;
  box-shadow: 0px 1px 2px #999;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.2; }
  .hp_info a {
    display: inline-block;
    color: #0d94d5 !important; }
    .hp_info a:hover {
      color: #007abb !important; }
    .hp_info a img {
      border: 1px solid #0d94d5; }

.hp_info_title_area {
  margin: -5px 0px 20px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #ccc; }
  .hp_info_title_area span.top_info_post_title {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #347732;
    max-width: 570px; }
  .hp_info_title_area span.top_new_list_date {
    float: right;
    margin-right: 15px;
    font-size: 16px;
    color: #999; }

.hp_info_text {
  font-size: medium !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif !important;
  line-height: 20px;
  /*	line-height: normal; */
  letter-spacing: 1px; }
  .hp_info_text p {
    font-size: medium !important; }

#userlist_box {
  width: 1000px; }

/*  事業者情報 変更 */
#edit_sdata_box {
  max-width: 720px;
  margin-left: 10px; }
  #edit_sdata_box table {
    width: 98%; }
    #edit_sdata_box table th {
      text-align: left;
      font-weight: normal;
      background: #ddd; }
    #edit_sdata_box table td {
      font-weight: normal;
      text-align: left; }

/* 事業者情報変更画面 */
#edit_form_tbl {
  width: 98%;
  font-size: 16px; }
  #edit_form_tbl input {
    height: 25px !important;
    font-size: 15px; }
  #edit_form_tbl input[type="text"], #edit_form_tbl input[type="password"], #edit_form_tbl textarea {
    width: 100%;
    border: 1px solid #999 !important;
    border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px #ccc inset;
    -ms-box-shadow: 0px 0px 5px #ccc inset;
    -o-box-shadow: 0px 0px 5px #ccc inset;
    -webkit-box-shadow: 0px 0px 5px #ccc inset;
    box-shadow: 0px 0px 5px #ccc inset; }
    #edit_form_tbl input[type="text"]:focus, #edit_form_tbl input[type="password"]:focus, #edit_form_tbl textarea:focus {
      -moz-box-shadow: 0px 0px 5px #ffa800 inset;
      -ms-box-shadow: 0px 0px 5px #ffa800 inset;
      -o-box-shadow: 0px 0px 5px #ffa800 inset;
      -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
      box-shadow: 0px 0px 5px #ffa800 inset;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
  #edit_form_tbl input[type="checkbox"] {
    border: none; }
  #edit_form_tbl textarea {
    font-size: 16px;
    overflow: auto; }
  #edit_form_tbl th, #edit_form_tbl td {
    padding: 5px;
    border: 1px solid #999; }
  #edit_form_tbl label {
    display: inline-block;
    vertical-align: 7px; }
  #edit_form_tbl.trans_chk {
    border: none !important; }

#edit_form_radio {
  margin-bottom: 10px; }
  #edit_form_radio label {
    vertical-align: 0px; }
  #edit_form_radio.yobou_chk {
    border: none !important; }
  #edit_form_radio th, #edit_form_radio td {
    padding: 5px;
    border: 1px solid #999; }
  #edit_form_radio th {
    width: 40%; }

.edit_sec_services td {
  border: none !important;
  padding: 0px !important;
  font-size: 14px; }

/* お知らせ発行フォーム */
#edit_article_div {
  margin-top: 20px;
  max-width: 720px; }
  #edit_article_div #article_send_from {
    max-width: 660px;
    height: auto;
    padding: 5px;
    margin: 5px auto 0px 5px;
    background: #ddd;
    border-radius: 3px; }
    #edit_article_div #article_send_from select {
      font-size: 14px;
      height: 25px;
      -moz-box-shadow: 0px 0px 5px #ccc inset;
      -ms-box-shadow: 0px 0px 5px #ccc inset;
      -o-box-shadow: 0px 0px 5px #ccc inset;
      -webkit-box-shadow: 0px 0px 5px #ccc inset;
      box-shadow: 0px 0px 5px #ccc inset; }
      #edit_article_div #article_send_from select:focus {
        -moz-box-shadow: 0px 0px 5px #ffa800 inset;
        -ms-box-shadow: 0px 0px 5px #ffa800 inset;
        -o-box-shadow: 0px 0px 5px #ffa800 inset;
        -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
        box-shadow: 0px 0px 5px #ffa800 inset;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s; }
  #edit_article_div #article_info_type {
    max-width: 660px;
    height: auto;
    padding: 5px;
    margin: 5px auto 0px 5px;
    background: #ddd;
    border-radius: 3px; }
    #edit_article_div #article_info_type input[type="radio"] {
      width: auto;
      height: auto;
      padding-left: 4px; }
  #edit_article_div #article_view_span {
    max-width: 660px;
    height: auto;
    padding: 5px;
    margin: 5px auto 0px 5px;
    background: #ddd;
    border-radius: 3px; }
  #edit_article_div #article_post_title {
    max-width: 660px;
    height: auto;
    padding: 5px;
    margin: 5px auto 0px 5px;
    background: #ddd;
    border-radius: 3px; }
    #edit_article_div #article_post_title input[type="text"] {
      width: 99%;
      height: 25px;
      border: 1px solid #999;
      padding-left: 4px;
      -moz-box-shadow: 0px 0px 5px #ccc inset;
      -ms-box-shadow: 0px 0px 5px #ccc inset;
      -o-box-shadow: 0px 0px 5px #ccc inset;
      -webkit-box-shadow: 0px 0px 5px #ccc inset;
      box-shadow: 0px 0px 5px #ccc inset; }
      #edit_article_div #article_post_title input[type="text"]:focus {
        -moz-box-shadow: 0px 0px 5px #ffa800 inset;
        -ms-box-shadow: 0px 0px 5px #ffa800 inset;
        -o-box-shadow: 0px 0px 5px #ffa800 inset;
        -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
        box-shadow: 0px 0px 5px #ffa800 inset;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s; }
  #edit_article_div #article_post_textarea {
    max-width: 660px;
    height: auto;
    padding: 5px;
    margin: 5px auto 0px 5px;
    background: #ddd;
    border-radius: 3px; }
    #edit_article_div #article_post_textarea textarea {
      -moz-box-shadow: 0px 0px 5px #ccc inset;
      -ms-box-shadow: 0px 0px 5px #ccc inset;
      -o-box-shadow: 0px 0px 5px #ccc inset;
      -webkit-box-shadow: 0px 0px 5px #ccc inset;
      box-shadow: 0px 0px 5px #ccc inset; }
      #edit_article_div #article_post_textarea textarea:focus {
        -moz-box-shadow: 0px 0px 5px #ffa800 inset;
        -ms-box-shadow: 0px 0px 5px #ffa800 inset;
        -o-box-shadow: 0px 0px 5px #ffa800 inset;
        -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
        box-shadow: 0px 0px 5px #ffa800 inset;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s; }
  #edit_article_div .article_post_table {
    width: 100%; }
    #edit_article_div .article_post_table th {
      width: 80px;
      max-width: 100px;
      font-size: 14px;
      color: #666;
      vertical-align: top;
      padding-left: 5px;
      padding-top: 8px;
      text-align: left; }
    #edit_article_div .article_post_table td {
      width: 80%;
      font-size: 14px; }
      #edit_article_div .article_post_table td label {
        font-size: 14px; }
  #edit_article_div #article_post_btns {
    text-align: right;
    margin-right: 5px; }
    #edit_article_div #article_post_btns input {
      height: 30px;
      line-height: 23px; }
  #edit_article_div #article_post_uploads {
    max-width: 660px;
    height: auto;
    padding: 5px;
    margin: 5px auto 0px 5px;
    border: 1px solid #ccc;
    line-height: 1.2; }
    #edit_article_div #article_post_uploads input {
      width: 500px;
      max-width: 500px;
      height: 30px;
      line-height: 23px;
      margin: 5px 0px 0px 5px; }
    #edit_article_div #article_post_uploads p {
      margin: 5px 0px 0px 5px;
      font-size: 13px; }

#article_post_meeting {
  max-width: 660px;
  height: auto;
  padding: 5px;
  margin: 5px auto 0px 5px; }

#article_email_option {
  display: block;
  max-width: 670px;
  height: auto;
  border: 1px solid #666;
  margin-left: 4px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #666;
  font-size: 14px;
  color: #fff; }
  #article_email_option p {
    color: #fff;
    margin: 5px 5px 5px 10px; }
  #article_email_option#article_email_inputs {
    margin-left: 20px;
    color: #fff;
    margin: 5px; }
    #article_email_option#article_email_inputs label {
      /*			color: #fff; */
      margin: 5px; }

.sub_btns_wrap {
  text-align: right;
  position: relative;
  min-height: 30px; }

.sub_btns_wrap h3 {
  position: absolute;
  left: 0px;
  top: 0px; }

.searchbox {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 10px 5px 5px 5px;
  background-color: #ffffff;
  border: 1px solid #999;
  line-height: 2;
  box-sizing: border-box; }

.search_input {
  background: transparent;
  height: 30px;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 5px #ccc inset;
  -ms-box-shadow: 0px 0px 5px #ccc inset;
  -o-box-shadow: 0px 0px 5px #ccc inset;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
  box-shadow: 0px 0px 5px #ccc inset; }
  .search_input:focus {
    -moz-box-shadow: 0px 0px 5px #ffa800 inset;
    -ms-box-shadow: 0px 0px 5px #ffa800 inset;
    -o-box-shadow: 0px 0px 5px #ffa800 inset;
    -webkit-box-shadow: 0px 0px 5px #ffa800 inset;
    box-shadow: 0px 0px 5px #ffa800 inset;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .search_input::-moz-placeholder {
    color: #999; }
  .search_input:-ms-input-placeholder {
    color: #999; }
  .search_input::-o-input-placeholder {
    color: #999; }
  .search_input::-webkit-input-placeholder {
    color: #999; }
  .search_input::input-placeholder {
    color: #999; }

select.search_input {
  height: 34px;
  line-height: 34px;
  vertical-align: top; }

select.search_input option {
  height: 30px;
  line-height: 30px; }

.searchbox_sub {
  margin-top: 5px; }

.output_btn {
  display: inline-block;
  font-size: 16px;
  /*	height: 30px; */
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #e4007b !important;
  border: 1px solid #e4007b !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  margin-right: 5px !important;
  box-sizing: border-box;
  vertical-align: top; }

.output_btn:hover {
  background-color: #f90488 !important;
  border-color: #f90488 !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important; }

.output_btn:active {
  background-color: #c5036c !important;
  border-color: #c5036c !important; }

/* 事業者一覧、事業者詳細 */
#userlist_tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }

#userdtl_tbl {
  max-width: 700px;
  min-width: 700px;
  width: auto;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0px auto; }

#userdtl_tbl th {
  width: 170px; }

#userlist_tbl td, #userlist_tbl th,
#userdtl_tbl td,
#userdtl_tbl th {
  padding: 2px 5px;
  line-height: 20px;
  border: 1px solid #999; }

#userlist_tbl input[type="text"],
#userlist_tbl input[type="email"],
#userlist_tbl input[type="password"],
#userdtl_tbl input[type="text"],
#userdtl_tbl input[type="email"],
#userdtl_tbl input[type="password"] {
  height: 25px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px; }

#userlist_tbl button,
#userlist_tbl input[type="button"],
#userlist_tbl input[type="submit"],
#userdtl_tbl button,
#userdtl_tbl input[type="button"],
#userdtl_tbl input[type="submit"] {
  line-height: 23px; }

#userlist_tbl tr:first-child {
  background: #ccc !important; }

#userlist_tbl tr:nth-of-type(2n+1) {
  background: #fff; }

#userlist_leftbtns,
#userlist_rightbtns {
  margin-top: 20px; }

#userlist_leftbtns input,
#userlist_rightbtns input {
  height: 30px;
  line-height: 23px; }

#userlist_rightbtns {
  float: right; }

#userlist_leftbtns {
  float: left; }

#resultsum_tbl_wrap_tbl {
  width: 100%;
  margin: 20px 0px 5px 0px;
  padding: 0px; }

#resultsum_tbl_wrap_tbl td, #resultsum_tbl_wrap_tbl th {
  padding: 0px; }

#resultsum_tbl {
  margin: 0px 0px 0px 0px;
  width: 400px;
  border-collapse: collapse; }

#resultsum_tbl td, #resultsum_tbl th {
  padding: 3px;
  line-height: 25px;
  border: 1px solid #999; }

#resultsum_tbl th {
  width: 80px;
  background: #ddd;
  font-weight: normal;
  text-align: center; }

#resultsum_tbl td {
  background: #fff;
  font-weight: normal;
  text-align: right; }

.download_button {
  font-size: 18px;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #e4007b !important;
  border: 1px solid #e4007b !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  margin-right: 5px !important; }

.download_button:hover {
  background-color: #f90488 !important;
  border-color: #f90488 !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important; }

.download_button:active {
  background-color: #c5036c !important;
  border-color: #c5036c !important; }

#output_container {
  display: block;
  background: #eee;
  border-radius: 5px;
  width: 400px;
  height: 160px;
  padding: 15px; }

/* 出欠オプション 対応 */
.info_article_mbtns {
  width: 100%;
  margin-top: 10px;
  float: right; }

.info_article_mbtns input {
  height: 30px;
  line-height: 30px; }

.meeting_button {
  height: 25px;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px; }

.meeting_expired_button {
  width: 93px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #999;
  border-radius: 3px; }

.meeting_button.select,
.meeting_expired_button.select {
  background-color: #ed7d31 !important;
  border: 1px solid #ed7d31 !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  margin-right: 5px !important; }

.meeting_button.select:hover {
  background-color: #fa8333 !important;
  border-color: #fa8333 !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important; }

.meeting_button.select:active {
  background-color: #c96a29 !important;
  border-color: #c96a29 !important; }

.meeting_button.attendance,
.meeting_expired_button.attendance {
  background-color: #00b050 !important;
  border: 1px solid #00b050 !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  margin-right: 5px !important; }

.meeting_button.attendance:hover {
  background-color: #00dc64 !important;
  border-color: #00dc64 !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important; }

.meeting_button.attendance:active {
  background-color: #019846 !important;
  border-color: #019846 !important; }

.meeting_button.absence,
.meeting_expired_button.absence {
  background-color: #595959 !important;
  border: 1px solid #595959 !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  margin-right: 5px !important; }

.meeting_button.absence:hover {
  background-color: #777777 !important;
  border-color: #777777 !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important; }

.meeting_button.absence:active {
  background-color: #414141 !important;
  border-color: #c96a29 !important; }

.info_article_result {
  width: 98%;
  height: auto;
  padding: 5px;
  margin: 2px auto 0px auto;
  background: #f6f6f6;
  border-radius: 3px; }
  .info_article_result table {
    max-width: 580px;
    border: none; }
    .info_article_result table th {
      width: 10%;
      min-width: 80px; }
    .info_article_result table td input[type="text"], .info_article_result table td textarea {
      width: 100%; }

.head_b {
  font-size: 20px;
  color: #347732;
  font-weight: normal;
  margin-bottom: 10px; }

.admin_container_12 {
  display: block;
  height: auto;
  margin: 0px auto 0px auto;
  overflow: hidden;
  width: 1024px; }

.admin_container_12 {
  display: block;
  height: auto;
  margin: 0px auto 0px auto;
  overflow: hidden;
  width: 1024px; }
  .admin_container_12 .admin_grid12 {
    display: inline;
    height: auto;
    min-height: 10px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 1000px; }
