@charset "utf-8";
/* CSS初期化 */
html, body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
  font-size: 15px/21px;
}

hr, h1, h2, h3, h4, h5, h6, ul, ol, li, img, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  border: none;
}

a {
  outline: none;
}

.clear {
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

em {
  font-style: italic !important;
}

/* 簡易レイアウトスタイル */
ul.disp {
  display: block;
}

.head_b {
  color: #0d94d5;
}

.head_back_b {
  background: #0d94d5;
  color: #fff;
  border-radius: 3px;
  padding-left: 5px;
}

.kaigo_icon {
  vertical-align: -5px;
  margin-right: 5px;
}

.kaigo_icon_t01 {
  vertical-align: -6px;
  margin-right: 1px;
}

.kaigo_icon_t02 {
  vertical-align: -6px;
  margin-right: 5px;
}

.contact_error {
  display: block;
  color: red;
}

.kaigo_area_button {
  display: inline-block;
  width: 150px;
  background: #0d94d5;
  color: #fff !important;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  margin-left: 10px;
  font-size: 15px;
}

hr.line {
  background: #27aeef;
  border: none;
}

.txt_r {
  text-align: right;
}

.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.bottom_link_l, .bottom_link_r {
  width: 340px !important;
  margin: 0px !important;
  font-size: 15px;
}

.bottom_link_l {
  text-align: left !important;
}
.bottom_link_l a {
  margin-left: 10px;
}

.bottom_link_r {
  text-align: right !important;
}
.bottom_link_r a {
  margin-right: 10px;
}

/* テーブル */
.tbl_01, .tbl_02 {
  width: 100%;
}
.tbl_01 td, .tbl_02 td {
  border: 1px solid #0d94d5;
  padding: 1px 2px;
}
.tbl_01 th, .tbl_02 th {
  font-weight: normal;
  border: 1px solid #0d94d5;
  padding: 1px 2px;
}

.tbl_01 {
  background: #fff;
  border-collapse: collapse;
}
.tbl_01.k09d td, .tbl_01.k09s td {
  border-top: none !important;
}
.tbl_01.k09d th, .tbl_01.k09s th {
  background: #89b4c9;
  color: #fff;
  text-align: center;
}

.tbl_02 {
  background: transparent;
  border-collapse: collapse;
}

.tbl_03 {
  background: #fff;
  border-collapse: collapse;
  color: #333;
  width: 100%;
}
.tbl_03 a {
  color: #0d94d5 !important;
}
.tbl_03 a:hover {
  color: #007abb !important;
}
.tbl_03 td {
  border: 1px solid #999;
  font-size: 14px;
}
.tbl_03 th {
  background: #ddd;
  font-weight: normal;
  text-align: left;
  padding-left: 5px;
  border: 1px solid #999;
  font-size: 14px;
}

/* tbl_01サイズ固定（kaigo_09.html） */
.tbl_01.k09d .sisetu_tbl_no {
  width: 25px;
}
.tbl_01.k09d .sisetu_tbl_name {
  width: 100px !important;
}
.tbl_01.k09d .sisetu_tbl_tel {
  width: 110px;
}
.tbl_01.k09d .sisetu_tbl_address {
  width: 425px;
}
.tbl_01.k09s .sisetu_tbl_name {
  width: 240px !important;
}
.tbl_01.k09s .sisetu_tbl_tel {
  width: 130px;
}
.tbl_01.k09s .sisetu_tbl_address {
  width: 290px;
}

/* 開発用 */
#devmsg {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 25px;
  top: 0px;
  left: 0px;
  padding: 5px;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  box-shadow: 0px 1px 3px #666;
  border-bottom: 1px solid #666;
}
#devmsg p {
  display: inline;
}

#closedevmsg {
  float: right;
  margin-right: 20px;
  cursor: pointer;
  color: #999;
}

/* 基本レイアウト */
body {
  width: 100%;
  min-width: 100%;
  background: #eee;
}

#page {
  background: #fff;
  display: block;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#conts, #conts_user {
  display: block;
  padding-bottom: 50px;
}

#conts {
  margin-top: -350px;
}

#conts_user {
  margin-top: -165px;
}

/* ヘッダ */
#header {
  display: block;
  border-radius: 5px 5px 0px 0px;
  width: 1000px;
  height: 519px;
  background: url("../images/back_image_2019.jpg") no-repeat;
}
#header a {
  color: #fff !important;
  text-decoration: none !important;
}

#user_header {
  display: block;
  border-radius: 5px 5px 0px 0px;
  width: 1000px;
  height: 325px;
  background: url("../images/back_image2.jpg") no-repeat;
}
#user_header a {
  color: #fff !important;
  text-decoration: none !important;
}

#article_header {
  display: block;
  border-radius: 5px 5px 0px 0px;
  width: 1000px;
  height: 325px;
  background: url("../images/back_image_info.jpg") no-repeat;
}
#article_header a {
  color: #fff !important;
  text-decoration: none !important;
}

#top_logo {
  position: absolute;
  display: block;
  width: 435px;
  height: 67px;
  top: 50px;
  /*	top:90px; */
  margin-left: 25px;
  /*	background: url("../images/top_logo.png") no-repeat; */
}

/* 最上部ナビゲーション */
#gnav, #top_link {
  position: absolute;
  background: #aa8148;
  opacity: 0.9;
  filter: alpha(opacity=90);
  box-shadow: 0px 1px 3px #999;
}

#gnav {
  width: 550px;
  height: 35px;
  top: 300px;
  margin-left: 25px;
  border-radius: 5px;
}

#top_link {
  width: 250px;
  height: 35px;
  top: 20px;
  margin-left: 740px;
  border-radius: 5px;
}

#gnav li, #top_link li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  line-height: 35px;
}

/* メインカラム */
#main_col {
  display: block;
  float: left;
}

#main_col {
  width: 750px;
}
#main_col a {
  color: #333;
}
#main_col a:hover {
  color: #666;
}

.main_box_1 {
  display: block;
  width: 680px;
  height: auto;
  margin-left: 20px;
  background: #f6f6f6;
  padding: 10px;
  box-shadow: 0px 1px 2px #999;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.main_box_1 h3 {
  margin-bottom: 10px;
}

.main_box_2 div {
  display: block;
  width: 310px;
  float: left;
  margin-right: 20px;
}

#main_col p {
  font-size: 15px;
}

.main_conts_accent {
  vertical-align: -6px;
  margin-right: 5px;
}

/* サイドカラム */
#side_col {
  display: block;
  float: left;
  width: 250px;
  font-size:14px;
}

#side_layout a {
  color: #fff;
  text-decoration: none;
}
#side_layout a:hover {
  color: #ddd;
}

.side_layout_head {
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: url("../images/sidenav_back.png") no-repeat;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 1px 3px #666;
  font-size:15px;
}

.side_layout_ex {
  margin-bottom: 10px;
}

/* サイドナビゲーション */
.side_nav {
  display: none;
}
.side_nav a {
  text-decoration: underline;
}

.side_nav_link {
  display: block;
  width: 210px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #724e36;
  margin-left: 20px;
}
.side_nav_link a {
  font-size: 14px;
}
.side_nav_link.long {
  width: auto;
  max-width: 210px;
  min-height: 60px;
  padding-left: 2em;
  padding-right: 0.5em;
  text-indent: -1.5em;
  line-height: 25px;
}
.side_nav_link.last {
	margin-top: -1px;
  border-radius: 0px 0px 0px 5px;
}

.side_nav_head {
  display: block;
  background: #724e36;
  width: 210px !important;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.side_nav_accent {
  font-size: 18px;
  vertical-align: -1px;
  color: #aa8148;
  margin-left: -3px;
  margin-right: 3px;
}
.side_nav_accent:after {
  content: "\25cf";
}

.side_nav_ex {
  background: #aa8148;
  margin-left: 20px;
  width: 230px;
}
.side_nav_ex a {
  vertical-align: bottom;
}

.in_side_nav {
  display: none;
}
.in_side_nav li {
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.in_side_nav a {
  display: block;
  min-height: 40px;
  padding-top: 10px;
}

/* フッタ */
#footer {
  display: block;
  width: 1000px;
  height: 40px;
  background: #aa8148;
  border-radius: 0px 0px 5px 5px;
}
#footer p {
  padding: 10px 0px 0px 20px;
  font-size: 14px;
  color: #fff;
}

/* お問合せ */
#contact_box {
  margin-top: 40px;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#contact_box table {
  width: 550px;
}
#contact_box table td {
  padding: 5px;
}
#contact_box input, #contact_box textarea {
  border: 1px solid #999;
  border-radius: 3px;
  background-color: transparent;
}

.contact_text {
  width: 300px;
  height: 20px;
  line-height: 18px;
}

.contact_text:focus,
#contact_comment:focus {
  background-color: #fff !important;
  -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 {
  width: 350px;
  height: 120px;
  resize: none;
  overflow: auto;
}

.contact_button {
  height: 25px;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
}

.contact_button.submit {
  background-color: #e4007b !important;
  border: 1px solid #e4007b !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  margin-right: 5px !important;
}
.contact_button.submit:hover {
  background-color: #ca0061 !important;
  border-color: #ca0061 !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;
}
.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 {
  background: #ddd !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;
}
.contact_button.reset:active {
  background: #aaa !important;
}

/* 会員ページ */
.mypage_nav {
  width: 100%;
  padding-left: 538px;
}
.mypage_nav li {
  float: left;
}
.mypage_nav li:first-child {
  margin-right: 5px;
}
.mypage_nav a {
  display: block;
  padding: 5px 10px 5px 10px;
  color: #fff;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background: #fe1a95;
}
.mypage_nav a:hover {
  background: #e4007b !important;
}

.mypage_nav_sel {
  background: #e4007b !important;
}

#edit_pw_tbl {
  padding: 10px;
  width: 530px;
  margin: 0px auto;
}
#edit_pw_tbl tr td:first-child {
  width: 240px;
}
#edit_pw_tbl input {
  border: 1px solid #999;
  border-radius: 3px;
  background: #eee;
}

#userlist_leftbtns,
#userlist_rightbtns {
  margin-top: 20px;
}
#userlist_leftbtns input,
#userlist_rightbtns input {
  height: 30px;
  line-height: 30px;
}

#userlist_rightbtns {
  float: right;
}

#userlist_leftbtns {
  float: left;
}

/* 会員ページお知らせ：記事 */
.user_info_area {
  margin-bottom: 20px;
}

.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_head {
  color: #666;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

.user_info_img {
  display: block;
  width: auto;
  max-width: 635px;
}

.user_info_article {
  width: 646px;
  margin-top: 10px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
}
.user_info_article:first-child {
  margin-top: 0px;
}
.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_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;
}
.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;
}

/* 会員情報変更画面 */
#edit_form_tbl input {
  height: 25px !important;
  font-size: 15px;
}
#edit_form_tbl input[type="text"], #edit_form_tbl textarea {
  border: 1px solid #999 !important;
  border-radius: 3px;
  background: #f6f6f6;
  box-shadow: 0px 1px 2px #bbb inset;
}
#edit_form_tbl input[type="text"]:focus, #edit_form_tbl textarea:focus {
  background: #fff;
  border: 1px solid #e4007b !important;
}
#edit_form_tbl input[type="checkbox"] {
  border: none;
}
#edit_form_tbl textarea {
  font-size: 16px;
  overflow: auto;
}
#edit_form_tbl td {
  padding: 5px;
}
#edit_form_tbl label {
  display: inline-block;
  vertical-align: 5px;
}
#edit_form_tbl .trans_chk {
  border: none !important;
}

#edit_form_tbl_2 {
  font-size: 18px;
  margin-bottom: 15px;
}
#edit_form_tbl_2 th {
  width: 120px;
  text-align: left;
  font-size: 16px;
}

#edit_form_tbl_3 {
  margin-bottom: 10px;
}
#edit_form_tbl_3 label {
  vertical-align: 0px;
}
#edit_form_tbl_3 .yobou_chk {
  border: none !important;
}

.edit_exam {
  font-size: 14px;
  color: blue;
  margin-left: 5px;
}
.edit_exam.bottom {
  display: block;
  margin-top: 5px;
}

.edit_sec_services td {
  border: none;
  padding: 0px !important;
}

.edit_last_info {
  text-align: right;
  font-size:15px;
  color:#000000;
  font-weight: bold;
}

.edit_last_staff {
  width: 100px;
  height: 25px;
  font-size: 15px;
  border: 1px solid #999 !important;
  border-radius: 3px;
  background: #f6f6f6;
  box-shadow: 0px 1px 2px #bbb inset;
  ime-mode:active;
}

.edit_last_staff:focus {
  background: #fff;
  border: 1px solid #e4007b !important;
}

#lastedit_tbl th,#lastedit_tbl td {
  padding: 5px;
}

#lastedit_tbl th {
  background: #cceeee;
}


/* モーダルダイアログ共通 */
#window_mask {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 1;
}

#dialog, #login_dialog {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  margin: -100px 0 0 -180px;
  z-index: 99;
}

/* ログインダイアログ */
#login_container {
  display: block;
  background: #eee;
  border-radius: 5px;
  width: 350px;
  height: 170px;
  padding: 15px;
}
#login_container th {
  width: 110px;
  text-align: left;
}
#login_container hr {
  background-color: #0d94d5;
  border: none;
  height: 1px;
  margin: 10px auto 10px auto;
  color: #0d94d5;
}

#login_forms {
  font-size: 14px;
}
#login_forms input {
  width: 230px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #eee;
}

#login_btns {
  width: 100%;
  text-align: right;
}
#login_btns input {
  margin-right: 5px;
}

#login_msg {
  display: block;
  margin: 0px !important;
  padding: 0px !important;
  height: 40px;
  color: red;
}

#login_info {
  padding: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  background: #eee;
  border-radius: 5px 0px 0px 5px;
}
#login_info #login_info_name {
  color: #e4007b;
}
#login_info #login_info_cdt {
  color: #666;
}

/* 検索フォーム */
.search_form form {
  padding: 5px;
}
.search_form form table {
  width: 100%;
}
.search_form select, .search_form .search_input {
  background: transparent;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.search_form option {
  background: transparent;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#search_more {
  display: block;
  margin-left: 30px;
  margin-top: 5px;
  font-size: 14px;
}

#search_more_form {
  display: none;
}

.search_sec_form {
  display: block;
  margin: 20px 0px 0px 0px;
}

#search_button input {
  display: block;
  height: 30px;
  width: 100px;
  margin-top: 35px;
  margin-left: 30px;
}

#mini_search_form {
  display: none;
  background: #eee;
  width: auto;
  padding: 10px;
  position: fixed;
  top: 20px;
  left: 60px;
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
}
#mini_search_form .search_input {
  width: 180px;
  height: 20px;
  margin: auto 0px auto 5px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #eee;
}

/* 検索結果：会員詳細ダイアログ */
#dtl_close_btn_box {
  background: #eee;
  width: 690px;
  height: 35px;
  text-align: right;
}
#dtl_close_btn_box input {
  vertical-align: top;
  margin: 5px 0px 0px 0px;
}

#jigyousya_conts_cate01_dtl {
  width: 700px;
  padding: 5px;
  background: #eee;
}
#jigyousya_conts_cate01_dtl .tbl_03 {
  width: 680px;
  margin: 0px auto;
}

.jigyousya_conts_sname {
  font-size: 14px;
  text-align: right;
  margin-right: 15px;
  color: #666;
}


/* 介護について知る */
.service_title {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
}
.service_title:before {
  content: '';
  border-radius: 30px;
/*  -webkit-border-radius: 30px; */
/*  -moz-border-radius: 30px; */
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 14px;
  left: 7px;
  background-color: #6B0CE8;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  z-index: 1;
}
.service_title:after {
  content: '';
  border-radius: 30px;
/*  -webkit-border-radius: 30px; */
/*  -moz-border-radius: 30px; */
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  background-color: #00A8FF;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
}

.kaigo_08_01_box_1 {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.kaigo_arrow_down {
  display: block;
  width: 64px;
  height: 30px;
  margin: 10px auto 10px auto;
}

.kaigo_08_01_list_1 {
  list-style-type: disc;
}

.kaigo_08_01_list_1 li {
  margin-left: 20px;
  font-size: 15px;
}

.kaigo_dlist dd {
  margin-left: 1em;
  margin-bottom: 10px;
}

/* 出欠オプション 対応 */
.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: 100%;
  height: auto;
  padding: 5px;
  margin: 5px auto 0px 5px;
  background: #f6f6f6;
  border-radius: 3px;
}

.txt_link_btn {
  text-align: center;
  width: 230px;
  position: relative;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  color: #068748;
  background: #FFF;
  border-radius: 4px;
/*  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);*/
  font-weight: bold;
  border: solid 2px #068748;
  font-size: 16px;
  margin-bottom: 10px;
}


.txt_link_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  background: #efefef;
}

#side_banner li {
	text-align:center;
}

#side_banner a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.eigyo_ouen_btn a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/* */
.kaigo_td {
  text-align:center;
  background-color:#ccddee;
}
.shien_td {
  text-align:center;
  background-color:#dddddd;
}

.misc01_post {
  color: #000;
  width: 65px;
}

.misc01_name {
  width: 70px;
}

.misc01_name2 {
  width: 145px;
}

.misc01_jigosyo {
  width: auto;
}

.misc01_tel {
  width: 95px;
}

.misc01_post2 {
  width: 95px;
}

.misc01_tbl {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
}
.misc01_tbl td {
  border: 1px solid #0d94d5;
  color: #000;
  padding: 5px;
  font-size: 13px;
}
.misc01_tbl th {
  border: 1px solid #0d94d5;
  background: #89b4c9;
  color: #fff;
  padding: 5px;
  font-size: 13px;
}


/* 介護なび はちおうじ  */
/* kaigo_01  窓口*/
.mdiv_01_wrap {
	background:white;
	border:1px solid #0080cc;
	border-radius:3px;
	padding:5px;
	margin-bottom:10px;
}
.mdiv_01 {
	width:93%;
	float:left;
	margin-left:5px;
}
.mdiv_01 td {
	border:none;
	border-bottom:1px dotted #0080cc;
}
.mdiv_01 th {
	text-align:left;
	width:120px;
	border:none;
	border-bottom:1px dotted #0080cc;
}
.mdiv_01 td.head {
	font-size:18px;
	font-weight:bold;
	color:#0080cc;
}
.mdiv_01 td.head span {
	font-size:15px;
}
.mdiv_01_number {
	width:30px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:20px;
	float:left;
	color: #0080cc;
	font-weight:bold;
	font-size:18px !important;
	border: 2px solid #0080cc;
}

.mdiv_01 td.mdiv_no {
	font-size:14px;
	color:#0080cc;
	text-align: right;
	vertical-align: bottom;
}

.mdiv_01 td.mdiv_tel {
	color:#0080cc;
}

.mdiv_01 td.mdiv_small {
	font-size: 14px;
}

.mdiv_s12 {
	font-size: 12px;
}

/* 相談窓口 */
.soudan_div {
	border: 1px solid #0080cc;	
	display: block;
	width: 660px;
	padding: 10px;
	margin-bottom: 15px;	
}

.soudan_div .soudan_title {
	font-size: 18px;
	color: #0080cc;
}

.soudan_div .soudan_contact {
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

.soudan_tel {
	font-size:17px;
	margin-left: 5px;
}

.soudan_topic {
	background:  #0080cc;
	color:  #ffffff;
	padding: 3px 8px;
	border-radius: 10px;
}

.soudan_div th, td {
	font-size: 15px;
	vertical-align: top;
	text-align: left;
	border: none;
}

.soudan_div th { 
	width: 100px;
}

.tbl_small {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.tbl_small td, th {
  border: 1px solid #0d94d5;
  padding: 1px 2px;
  font-size: 14px !important;
}

.tbl_small td {
  border-top: none !important;
}
.tbl_small th {
  font-weight: normal;
  text-align: center;
  background: #89b4c9;
  color: #fff;
}

.tbl_default td, th{
  font-weight: normal;
  text-align: left;
  background-color: transparent;
  font-size: 15px/21px;
  color: #000;
  border: none;	
}


/* ページング */
#pager {
  font-size: 14px;
  color: #333;
}
#pager a {
  display: inline-block;
  min-width: 35px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #333;
}
#pager a:hover {
  background: #eee;
}

.kaigo_img_link_top {
  position:relative;
  display: block;
  width:60%;
  margin:0px auto;
  border:1px solid #0281CE;
}
.kaigo_img {
  width:100%;
}
.kaigo_conts_list {
  border:1px solid #aaa;
  background:#fff;
  padding:10px;
  margin-top:10px;
  box-sizing:border-box;
}
.kaigo_conts_list a {
  color:#0281CE !important;
  display:inline-block;
}
.kaigo_zoom_icon {
  position:absolute;
  left:5px;
  top:5px;
}
#img_view_guide_wrap {
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  justify-content: center;
  align-items: center;
  background: #000;
  background:rgba(0,0,0,0.2);
}
#img_view_guide {
  display:none;
  background:#fff;
  width: 300px;
  height: auto;
  padding:10px;
  border-radius:3px;
  box-sizing: border-box;
  z-index:99;
}
#img_view_guide p {
  display:flex;
  align-items:center;
  margin-bottom:5px;
}
#img_view_guide span {
  display:inline-block;
  margin-bottom:5px;
  margin-left:5px;
  font-size:14px;
}
#img_view_guide_close_btn {
  background:#fff;
  border:1px solid #aaa;
  border-radius:3px;
  padding:3px 7px 3px 7px;
  text-decoration: none;
  color:#333;
  float:right;
  transition-duration:0.3s;
}
#img_view_guide_close_btn:hover {
  color:#e4007b !important;
}
.pswp__button--zoom {
  width:120px;
  height:110px;
}
.pswp__button--close {
  width:120px;
  height:110px;
}
.pswp__icn {
  width:100px;
  height:100px;
}
.top_kaigo_link_box {
  margin-top:20px;
  background:#fff;
  border:1px solid #aaa;
  border-radius:3px;
  padding:10px;
  box-sizing:border-box;
}
.top_kaigo_link_btn {
  display:inline-block;
  border:1px solid #aaa;
  border-radius:3px;
  padding:3px 7px 3px 7px;
  box-sizing:border-box;
  text-decoration:none;
  color:#333;
  margin-right:5px;
  margin-bottom:10px;
  transition-duration:0.3s;
}
.top_kaigo_link_btn:hover {
  color:#e4007b !important;
}
