﻿@charset 'utf-8';
/* hospital/top
------	------	------	------	------	------ */
.search_pref_nav {
  position: relative;
  height: 380px;
  background: #fff url(/hospital/img/pc/map_japan.png) 173px 44px no-repeat;
  background-size: 314px;
}
.search_pref_nav .area_block {
  position: absolute;
  padding: 8px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.search_pref_nav .area_block.hokkaido_tohoku {
  top: 50px;
  right: 0px;
  width: 230px;
}
.search_pref_nav .area_block.koshinetsu_hokuriku {
  top: 165px;
  right: 0px;
  width: 230px;
}
.search_pref_nav .area_block.kanto {
  top: 280px;
  right: 0px;
  width: 230px;
}
.search_pref_nav .area_block.tokai {
  top: 280px;
  right: 253px;
  width: 126px;
}
.search_pref_nav .area_block.shikoku {
  top: 280px;
  right: 405px;
  width: 126px;
}
.search_pref_nav .area_block.kinki {
  top: 50px;
  left: 195px;
  width: 174px;
}
.search_pref_nav .area_block.chugoku {
  top: 50px;
  left: 0;
  width: 174px;
}
.search_pref_nav .area_block.kyushu_okinawa {
  top: 165px;
  left: 0;
  width: 126px;
}
.search_pref_nav .area_block h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
.search_pref_nav .area_block li {
  display: inline-block;
  width: 45px;
  margin-right: 6px;
}
.search_pref_nav .area_block.hokkaido_tohoku li:nth-child(4n), .search_pref_nav .area_block.koshinetsu_hokuriku li:nth-child(4n), .search_pref_nav .area_block.kanto li:nth-child(4n), .search_pref_nav .area_block.tokai li:nth-child(2n), .search_pref_nav .area_block.shikoku li:nth-child(2n), .search_pref_nav .area_block.kinki li:nth-child(3n), .search_pref_nav .area_block.chugoku li:nth-child(3n), .search_pref_nav .area_block.kyushu_okinawa li:nth-child(2n) {
  margin-right: 0;
}
.search_pref_nav .area_block li a {
  text-decoration: none;
  color: #0075cf;
}
.search_pref_nav .area_block li a:hover {
  text-decoration: underline;
}
.search_button_nav li {
  float: left;
  display: table;
  margin-right: 10px;
  width: 136px;
  height: 68px;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #d6d6d6;
  overflow: hidden;
  margin-bottom: 11px;
}
.search_button_nav li:nth-child(5n) {
  margin-right: 0;
}
.search_button_nav li a {
  position: relative;
  display: table-cell;
  padding: 0;
  width: auto;
  font-size: 14px;
  line-height: 68px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000;
}
.search_button_nav li a:hover {
  background-color: #efefef;
}
.search_button_nav li a span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1em;
  vertical-align: middle;
}
.search_button_nav li em {
  position: absolute;
  top: 29px;
  right: 4px;
  line-height: 10px;
  font-size: 8px;
  color: #adadad;
}
.search_button_nav.search_keywords_nav li {
  height: 44px;
}
.search_button_nav.search_keywords_nav li a {
  line-height: 44px;
}
.search_button_nav.search_keywords_nav li em {
  display: none;
}
.search_station_nav .area_block {
  margin-bottom: 10px;
}
.search_station_nav .area_block h3 {
  font-size: 14px;
  width: 150px;
  float: left;
}
.search_station_nav .area_block ul {
  width: 580px;
  float: left;
}
.search_station_nav .area_block ul li {
  float: left;
  width: 50px;
  margin-right: 15px;
  margin-right: 5px;
}
.search_station_nav .area_block li a {
  text-decoration: none;
  color: #0075cf;
}
.search_station_nav .area_block li a:hover {
  text-decoration: underline;
}
.to_archive {
  text-align: right;
  margin-bottom: 10px;
}
.to_archive a {
  text-decoration: none;
  color: #0075cf;
}
.to_archive a span {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
  color: #f48e31;
}
/* print map
------	------	------	------	------	------ */
.map_print .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 5mm;
  width: 567px;
  text-align: right;
}
/* hospital name */
.map_print h1 {
  margin: 0 0 5mm 2.5mm;
  padding: 0 0 0 25px;
  width: 410px;
  font-size: 21px;
  line-height: 1em;
  font-weight: bold;
  text-indent: -25px;
}
.map_print h1 img {
  margin-right: 5px;
  vertical-align: -4%;
}
/* map */
.map_print div#map_printer {
  border: 1px solid #666;
  width: 150mm;
  height: 106mm;
  margin-bottom: 5mm;
}
/* table */
.map_print table {
  width: 567px;
  border-collapse: collapse;
}
.map_print th, .map_print td {
  vertical-align: middle;
  border: solid 1px #d6d6d6;
}
.map_print th {
  padding: 10px 15px;
  width: 81px;
  background-color: #fff;
}
.map_print td {
  padding: 10px;
}
/* hospital/detail
------	------	------	------	------	------ */

/* hospital_menu
------	------	------ */
.hospital_menu {
  padding-bottom: 20px;
  width: 780px;
}
.hospital_menu li {
  float: left;
  display: table;
  margin: 0 24px 10px 0;
  width: 351px;
  height: 48px;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #d6d6d6;
  overflow: hidden;
}
.hospital_menu li.inactive_button {
  display: table-cell;
  font-size: 17px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  color: #999999;
  background-color: #e8e8e8;
  box-shadow: 0 1.5px 0px 0px #dcdcdc;
}
.hospital_menu li a {
  position: relative;
  display: table-cell;
  padding: 5px 5px 0 0;
  width: auto;
  height: 43px;
  font-size: 17px;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.hospital_menu li a:hover {
  background-color: #efefef;
}
.hospital_menu li a span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1em;
  vertical-align: middle;
}
.hospital_menu li em {
  position: absolute;
  top: 20px;
  right: 6px;
  font-size: 11px;
  line-height: 10px;
  color: #adadad;
}
/* hospital_photo_message
------	------	------ */
.hospital_photo_message {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 20px 0 10px;
  margin-top: 20px;
}
.hospital_photo_message .gallery {
  margin-bottom: 20px;
  height: 145px;
}
.hospital_photo_message ul {
  width: 690px;
  margin: 0 auto 20px;
}
.hospital_photo_message ul.narrow{
  height:145px;
  overflow:hidden;
}
.hospital_photo_message ul li {
  float: left;
  margin-right: 15px;
  text-align: center;
}
.hospital_photo_message ul li a img {
  max-width: 220px;
  max-height: 145px;
}
.hospital_photo_message ul li:last-child {
  margin-right: 0;
}
.hospital_photo_message .bx-controls-direction {
  margin-bottom: 0px;
  margin-top: 0px;
  position: inherit;
}
.hospital_message {
  width: 690px;
  margin: 0 auto;
  text-align: right;
}
.hospital_message h2 {
  margin-bottom: 10px;
  text-align: left;
}
.hospital_message p {
  background: #FFF;
  padding: 15px;
  margin-bottom: 10px;
  text-align: left;
  word-wrap: break-word;
  font-size: 14px;/*.note_boxの13pxをこの時だけ14pxで上書き*/
}
.hospital_message .body_null {
  padding: 0.5em 0 1.5em;
  text-align: center;
  margin-top: 15px;
}
.hospital_message table {
  background: #FFF;
  width: 100%;
}
.hospital_message table tr:first-child {
  border-bottom: solid 1px #d6d6d6;
}
.hospital_message table th {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.hospital_message table th span {
border-right: solid 1px #d6d6d6;
    width: 100px;
    display: inline-block;
    padding: 11px 0;
}
.hospital_message table td {
  text-align: left;
  padding: 5px 20px;
  vertical-align: middle;
}
/* hospital_message2
------	------	------ */
.hospital_message2 {
  margin-bottom: 30px;
}
.hospital_message2 .hospital_message_inner {
  padding: 15px;
  background-color: #f5f5f5;
}
.hospital_message2 .hospital_message_inner p {
  padding: 10px;
  background-color: #fff;
}
.hospital_message2 .reset_date {
  margin-top: 5px;
  text-align: right;
}
/* note_box
------	------	------ */
.note_box {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  font-size: 13px;
}
.note_box em {
  font-weight: bold;
}
.note_box a {
  text-decoration: none;
  color: #0075cf;
}
.note_box a:hover {
  text-decoration: underline !important;
}
.note_box > p {
}
/* hospital_photo_one
------	------	------ */
.data_side .hospital_photo_one {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  position: relative;
}
.data_side .hospital_photo_one > div {
  width: 220px;
  height: 145px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.data_side .hospital_photo_one > div a img {
  max-width: 220px;
  max-height: 145px;
}
/* hospital_photo_noImg
------	------	------ */
.hospital_photo_noImg {
  background: #919191;
}
.noImg_tit {
  position: absolute;
  text-align: center;
  width: 220px;
  color: #999;
  top: 13px;
}
.hospital_photo_noImg img {
  width: 100%;
}
.data_side .hospital_photo_noImg a:hover {
  opacity: 0.9;
}
.data_side .hospital_photo_noImg a:hover .noImg_tit {
  color: #555;
}
.hospital_photo_noImg .hospital_photo_noImg_text {
  position: absolute;
  text-align: center;
  width: 220px;
  bottom: 13px;
  text-decoration: none;
  font-size: 13px;
  color: #0075cf;
}
.hospital_photo_noImg a:hover .hospital_photo_noImg_text {
  text-decoration: underline;
}
/*.recommend_block
------	------	------ */
.recommend_block .seemore_btn a, .comment_box .kuchikomi_list .more_kuchikomi a {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e99349;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #cd851c;
}
.comment_box .kuchikomi_list .more_kuchikomi a {
  margin-bottom: 10px;
  background-color: #fa5b8c;
  box-shadow: 0 1px 0px 0px #f82a69;
}
.recommend_block .seemore_btn a:hover, .comment_box .kuchikomi_list .more_kuchikomi a:hover {
  opacity: 0.85;
  text-decoration: none;
}
/* note_message_box
------	------	------ */
.note_message_box {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  font-size: 13px;
}
.note_message_box_inner .font_orange{
  color: #f48e31;
}
.note_message_box_inner p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
}
.note_message_box_inner .inquiry_button a {
  display: block;
  width: 80%;
  margin: 10px auto 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e99349;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #cd851c;
}
.note_message_box_inner .inquiry_button a:hover {
  opacity: 0.85;
  text-decoration: none;
}
/* hospital/jisseki
------	------	------	------	------	------ */
/* advanced_med
------	------	------ */
.advanced_med .heading_level2 {
  margin-top: 10px;
}
.advanced_med .list {
  margin-bottom: 20px;
  border: solid 1px #d6d6d6;
}
.advanced_med .list h4 {
  padding: 8px 15px;
  font-size: 17px;
  font-weight: bold;
  background-color: #f5f5f5;
}
.advanced_med .list h4 span {
  float: right;
  font-weight: normal;
  font-size: 14px;
}
.advanced_med .list ul {
  padding: 0 15px;
}
.advanced_med .list li {
  border-top: solid 1px #d6d6d6;
}
.advanced_med .list li:first-child {
  border: 0;
}
.advanced_med .list li a {
  display: block;
  padding: 10px 0 8px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.advanced_med .list li a:hover {
  text-decoration: underline;
}
/* expert_med
------	------	------ */
.expert_med {
  margin-bottom: 20px;
}
.expert_med table {
  margin-bottom: 10px;
  width: 730px;
  border-collapse: collapse;
}
.expert_med th, .expert_med td {
  border: solid 1px #d6d6d6;
}
.expert_med th {
  padding: 10px 15px;
  width: 81px;
  font-size: 14px;
  background-color: #f5f5f5;
}
.expert_med td {
  padding: 10px;
}
.expert_med em {
  font-weight: bold;
}
.expert_med small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
}
.expert_med .note {
  font-size: 13px;
}
.expert_med .note_area .note:first-child {
  margin-bottom: 10px;
}
.expert_med a {
  text-decoration: none;
  color: #0075cf;
}
.expert_med a:hover {
  text-decoration: underline;
}
.expert_med td ul {
  padding-top: 10px;
}
.expert_med td li {
  line-height: 23px;
}
.expert_med td li .locate {
  display: block;
  padding-left: 17px;
}
/* home_healthcare_med
------	------	------ */
.home_healthcare_med {
  margin-bottom: 20px;
}
.home_healthcare_med table {
  margin-bottom: 10px;
  width: 730px;
  border-collapse: collapse;
}
.home_healthcare_med th, .home_healthcare_med td {
  border: solid 1px #d6d6d6;
}
.home_healthcare_med th {
  padding: 10px 15px;
  width: 81px;
  font-size: 14px;
  background-color: #f5f5f5;
}
.home_healthcare_med td {
  padding: 10px;
}
.home_healthcare_med em {
  font-weight: bold;
}
.home_healthcare_med small {
  font-size: 11px;
}
.home_healthcare_med .note {
  font-size: 12px;
}
.home_healthcare_med .note_area .note:first-child {
  margin-bottom: 10px;
}
.home_healthcare_med a {
  text-decoration: none;
  color: #0075cf;
}
.home_healthcare_med a:hover {
  text-decoration: underline;
}
.home_healthcare_med td ul {
  padding-top: 10px;
}
.home_healthcare_med td li {
  line-height: 23px;
}
.home_healthcare_med td li .locate {
  display: block;
  padding-left: 17px;
}
/* other_information
------	------	------ */

.other_information .leadtext {
  margin-bottom: 10px;
  font-size: 14px;
}
.other_information .info_list {
  width: 750px;
}
.other_information .info_list .ibox {
  float: left;
  margin: 0 20px 20px 0;
  width: 353px;
  border: solid 1px #d6d6d6;
}
.other_information .info_list .ibox h3 {
  padding: 8px 15px;
  font-size: 17px;
  font-weight: bold;
  background-color: #f5f5f5;
}
.other_information .info_list .ibox p {
  padding: 10px 15px;
}
.other_information .to_other {
  display: block;
}
.other_information a {
  text-decoration: none;
  color: #0075cf;
}
/* patient_block
------	------	------ */
.patient_block {
  margin-bottom: 20px;
}
.patient_block table {
  margin-bottom: 10px;
  width: 730px;
  border-collapse: collapse;
}
.patient_block th, .patient_block td {
  border: solid 1px #d6d6d6;
}
.patient_block th {
  padding: 10px 15px;
  width: 262px;
  font-size: 14px;
  background-color: #f5f5f5;
  text-align: left;
}
.patient_block td {
  padding: 10px;
}
.patient_block small {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
}
.patient_block .label {
  width: 197px;
}
/* hospital/jisseki
------	------	------	------	------	------ */
.hosp_kuchikomi .page_tab, .hosp_kuchikomi_doctor .page_tab {
  margin-bottom: 0;
}
.kuchikomi_list {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
  word-break: break-all;
}
.kuchikomi_nav {
  margin-bottom: 15px;
  width: 710px;
}
.kuchikomi_nav li {
  float: left;
  margin-right: 5px;
  width: 136px;
}
.kuchikomi_nav li:last-of-type {
  margin-right: 0;
}
.kuchikomi_nav li a {
  height: 50px;
  display: block;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  color: #000;
  background-repeat: no-repeat;
  background-position: 26% 72%;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
}
.kuchikomi_nav li.patient a {
  background-image: url(/common/img/pc/mark_patient_g.png);
  background-size: 19px;
}
.kuchikomi_nav li.doctor a {
  background-image: url(/common/img/pc/mark_doctor_g.png);
}
.kuchikomi_nav li.nurse a {
  background-image: url(/common/img/pc/mark_nurse_g.png);
}
.kuchikomi_nav li.druggist a {
  background-image: url(/common/img/pc/mark_pharma_g.png);
}
.kuchikomi_nav li.post_kuchikomi a {
  font-size: 15px;
  background: center 75% no-repeat url(/hospital/img/pc/icon_comm_post_o.png) #fff;
  background-size: 29px;
}
.kuchikomi_nav li.oos a {
  font-weight: normal;
  color: #999;
  background-color: #e5e5e5 !important;
  border: solid 1px #ccc;
}
.kuchikomi_nav li a:hover {
  background-color: #efefef;
}
.kuchikomi_nav li.patient.act a {
  background-image: url(/hospital/img/pc/mark_patient_active.png);
  border: solid 1px #e99349;
}
.kuchikomi_nav li.act a {
  background-size: 19px;
}
.kuchikomi_nav li.doctor.act a {
  background-image: url(/hospital/img/pc/mark_doctor_active.png);
  border: solid 1px #2060c0;
}
.kuchikomi_nav li.nurse.act a {
  background-image: url(/hospital/img/pc/mark_nurse_active.png);
  border: solid 1px #fa5b8c;
}
.kuchikomi_nav li.druggist.act a {
  background-image: url(/hospital/img/pc/mark_pharma_active.png);
  border: solid 1px #00a080;
}
.kuchikomi_nav li a em {
  display: block;
  margin: 10px 0 0 26px;
  padding-left: 28px;
  font-size: 19px;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
}
.kuchikomi_list .coms {
  background-color: #fff;
}
.kuchikomi_list .coms li {
  position: relative;
  border-top: solid 1px #d6d6d6;
}
.kuchikomi_list .coms li:first-child {
  border-top: 0;
}
.kuchikomi_list .coms li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
.kuchikomi_list.nurse_kuchikomi_list .coms li a {
  padding-top: 15px;
}
.kuchikomi_list .coms li a:hover {
  background-color: #fafafa;
}
.kuchikomi_list .coms li .title {
  display: block;
  margin-bottom: 10px;
  padding-left: 42px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background: 7px 38% no-repeat url(/common/img/pc/icon_comm30.png);
  background-size: 21px;
}
.kuchikomi_list .coms li a.nurse_kuchikomi .title {
  padding-left: 0;
  background: none;
}
.kuchikomi_list.nurse_kuchikomi_list .coms li .title {
  padding-left: 0;
  margin-bottom: 10px;
  background: none;
}
.kuchikomi_list .coms li .title span {
  display: inline-block;
  width: 40px;
  height: 23px;
  padding-top: 27px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: 18px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.kuchikomi_list .coms li .title span.doctor {
  background-image: url(/hospital/img/pc/mark_doctor_active.png);
  color: #2060c0;
}
.kuchikomi_list .coms li .title span.nurse {
  background-image: url(/hospital/img/pc/mark_nurse_active.png);
  color: #fa5b8c;
}
.kuchikomi_list .coms li .title span.druggist {
  background-image: url(/hospital/img/pc/mark_pharma_active.png);
  color: #00a080;
}
.kuchikomi_list .coms li .title em {
  display: inline-block;
  width: 570px;
  vertical-align: middle;
}
.kuchikomi_list.nurse_kuchikomi_list .coms li span.post_data {
  display: block;
  margin-bottom: 10px;
}
.kuchikomi_list .coms li .subject {
  font-weight: bold;
  line-height: 1.4;
}
.kuchikomi_list .coms li .name {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.kuchikomi_list .coms li .date {
  display: inline-block;
  color: #777;
  font-size: 12px;
}
.kuchikomi_list .coms li .extract {
  color: #000;
  line-height: 1.6;
}
.kuchikomi_list .coms li p small {
  display: block;
  color: #8c8b8b;
}
.kuchikomi_list .coms li .kuchikomi_usertype {
  text-align: right;
}
.kuchikomi_list .coms li .kuchikomi_usertype span{
  color: #777;
  font-size: 12px;
}
.kuchikomi_list .coms li .seemore {
  padding: 3px 0 3px 5px;
  line-height: 16px;
  text-decoration: none;
  color: #0075cf;
}
.kuchikomi_list .coms li .seemore.seemore_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #e99349;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.kuchikomi_list .coms li .seemore span {
  color: #f48e31;
}
.kuchikomi_list .post_button {
  margin: 20px 0 10px;
}
.kuchikomi_list .post_button li {
  width: 334px;
  margin: 0 auto;
}
.kuchikomi_list .post_button li a {
  display: block;
  padding: 13px 0 13px 20px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #cd851c;
  background: url(/hospital/img/pc/icon_comm_post_small_w.png) no-repeat 95px 45% #e99349;
  background-size: 16px;
}
.kuchikomi_list .post_button li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* related_disease_link_block
------	------	------	------	------	------ */
.related_disease_link_block {
  padding: 20px 20px 15px;
  background-color: #fff;
  border-left: 2px solid #e99349;
}
.related_disease_link_block h3 {
  margin-bottom: 10px;
  font-size: 15px;
}
.related_disease_link_block h3 .note {
  margin-left: 15px;
  font-size: 12px;
  font-weight: normal;
}
.related_disease_link_block .text_link {
  display: inline-block;
  margin-right: 10px;
}
.related_disease_link_block .text_link:last-child {
  margin-right: 0;
}
/* kuchikomi/individual
------	------	------	------	------	------ */
.kuchikomi {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
}
.kuchikomi .kuchikomi_box {
  margin-top: -120px;
  padding-top: 120px;
}
.kuchikomi .heading_level2 .mark {
  top: 119px;
}
.kuchikomi_body_wrapper {
  margin-top: -100px;
  padding-top: 100px;
}
.kuchikomi_body {
  position: relative;
  padding: 20px 20px 40px;
  background-color: #fff;
  word-break: break-all;
}
.nurse_kuchikomi .kuchikomi_body {
  padding: 15px 20px 20px;
}
.kuchikomi_body .title {
  display: block;
  margin-bottom: 10px;
  padding: 0 0 10px 40px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  background: 0 4px no-repeat url(/common/img/pc/icon_comm30.png);
  background-size: 29px;
  border-bottom: solid 1px #d6d6d6;
}
.nurse_kuchikomi .kuchikomi_body .title {
  padding-left: 0;
  background: none;
}
.nurse_kuchikomi .kuchikomi_body .title span {
  display: inline-block;
  width: 50px;
  height: 23px;
  padding-top: 27px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.nurse_kuchikomi .kuchikomi_body .title em {
  display: inline-block;
  width: 570px;
  vertical-align: middle;
}
.nurse_kuchikomi .kuchikomi_body .title span.doctor {
  background-image: url(/hospital/img/pc/mark_doctor_active.png);
  color: #2060c0;
}
.nurse_kuchikomi .kuchikomi_body .title span.nurse {
  background-image: url(/hospital/img/pc/mark_nurse_active.png);
  color: #fa5b8c;
}
.nurse_kuchikomi .kuchikomi_body .title span.druggist {
  background-image: url(/hospital/img/pc/mark_pharma_active.png);
  color: #00a080;
}
.nurse_kuchikomi .kuchikomi_body .post_data {
  display: block;
  margin-bottom: 10px;
}
.kuchikomi_body p em {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
.kuchikomi_body p em.subject a {
  font-weight: normal;
}
.kuchikomi_body p em:last-of-type {
  margin-bottom: 10px;
}
.kuchikomi_body p em.mb {
  margin-bottom: 8px;
}
.kuchikomi_body p small{
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

.kuchikomi_body p em small {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.kuchikomi_body .seemore {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: block;
  padding: 3px 0 3px 5px;
  line-height: 16px;
  text-decoration: none;
  color: #0075cf;
}
.nurse_kuchikomi .kuchikomi_body small {
  display: block;
  color: #8c8b8b;
}
.pagenate {
  padding: 15px 0 0;
  text-align: center;
  width: 338px;
  margin: 0 auto;
}
.pagenate p {
  width: 160px;
  height: 40px;
}
.pagenate p.prev {
  float: left;
}
.pagenate p.next {
  float: right;
}
.pagenate p a {
  position: relative;
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #fa5b8c;
  border-radius: 3px;
  box-shadow: #f82a69 0px 1px 0px 0px;
}
.pagenate p a:hover {
  opacity: 0.85;
}
.pagenate a em {
  position: absolute;
  top: 14px;
  font-size: 11px;
  line-height: 10px;
  color: #fff;
}
.pagenate .prev a em {
  left: 6px;
}
.pagenate .next a em {
  right: 6px;
}
.pagenate_upper {
  margin-bottom: 10px;
}
.pagenate_upper>p {
  width: auto;
  float: left;
}
.pagenate_upper ul {
  width: auto;
  float: right;
}
.pagenate_upper ul li {
  width: auto;
  float: left;
  text-align: right;
}
.pagenate_upper ul li.prev {
  margin-right: 15px;
}
.pagenate_upper a {
  text-decoration: none;
  color: #0075cf;
}
.pagenate_upper a:hover {
  text-decoration: underline;
}
.relative_list {
  margin-bottom: 40px;
}
.relative_list h3 {
  padding: 5px 0 2px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #707070;
}
.relative_list .item {
  height: 45px;
  border-bottom: solid 1px #d6d6d6;
}
.relative_list .item .cat_name {
  float: left;
  padding: 7px 0;
  font-size: 14px;
  line-height: 30px;
}
.relative_list .item .cat_name .mark {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
  color: #f48e31;
}
.relative_list .item .btns {
  float: right;
  margin-right: -5px;
  padding: 7px 0;
}
.relative_list .item .btns li {
  float: left;
  margin-right: 5px;
  width: 149px;
  height: 30px;
}
.relative_list .item .btns li a {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #e99349;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #cd851c;
}
.relative_list .item .btns li a:hover {
  opacity: 0.85;
}
/* hospital/kuchikomi_relation_wrap
------	------	------	------	------	------ */
.kuchikomi_relation_inner {
  padding: 15px;
  background-color: #f5f5f5;
  border: 0;
}
.kuchikomi_relation_wrap .hos_detail_area {
  background-color: #fff;
}
.kuchikomi_relation_wrap .hos_detail_area .nurse_kuchikomi .title {
  padding-left: 0;
  background: none;
}
.kuchikomi_relation_wrap .hos_detail_area .subject {
  font-weight: bold;
  line-height: 1.4;
}
.kuchikomi_relation_wrap .hos_detail_area .name {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.kuchikomi_relation_wrap .hos_detail_area .date {
  display: inline-block;
  color: #777;
  font-size: 12px;
}
.kuchikomi_relation_wrap .hos_detail_area .kuchikomi_usertype {
  text-align: right;
}
.kuchikomi_relation_wrap .hos_detail_area .kuchikomi_usertype span {
  color: #777;
  font-size: 12px;
}
.comment_area_kuchikomi .kuchikomi_usertype {
  text-align: right;
}
.comment_area_kuchikomi .kuchikomi_usertype span {
  color: #777;
  font-size: 12px;
}
.kuchikomi_relation_wrap .hos_detail_area .extract {
  color: #000;
  line-height: 1.6;
}
.kuchikomi_relation_wrap .hos_detail_area p small {
  display: block;
  color: #8c8b8b;
}
.kuchikomi_relation_wrap .hos_detail_area .seemore {
  padding: 3px 0 3px 5px;
  line-height: 16px;
  text-decoration: none;
  color: #0075cf;
}
.kuchikomi_relation_wrap .hos_detail_area .seemore span {
  color: #f48e31;
}
.kuchikomi_relation_wrap .hos_detail_area .text_block_kuchikomi a {
  padding-bottom: 15px;
}
.kuchikomi_relation_wrap .hos_detail_area .text_block_kuchikomi a .hos_name {
  padding-top: 15px;
  margin-bottom: 5px;
}
.kuchikomi_relation_wrap .hos_detail_area .title span {
  display: inline-block;
  width: 36px;
  height: 23px;
  padding-top: 27px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: 18px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.kuchikomi_relation_wrap .hos_detail_area .title span.doctor {
  background-image: url(/hospital/img/pc/mark_doctor_active.png);
  color: #2060c0;
}
.kuchikomi_relation_wrap .hos_detail_area .title span.nurse {
  background-image: url(/hospital/img/pc/mark_nurse_active.png);
  color: #fa5b8c;
}
.kuchikomi_relation_wrap .hos_detail_area .title span.druggist {
  background-image: url(/hospital/img/pc/mark_pharma_active.png);
  color: #00a080;
}
.kuchikomi_relation_wrap .text_block_kuchikomi dl dt {
  line-height: 20px;
}
/* hospital/kuchikomi_doctor
------	------	------	------	------	------ */
.kuchikomi .heading_level2 small {
  font-weight: normal;
}
/* hospital/recommend
------	------	------	------	------	------ */
.recommend_item {
  margin: -90px 0 20px;
  padding-top: 90px;
}
.recommend_nav {
  padding: 20px 0;
}
.recommend_nav li {
  display: inline-block;
  margin: 0 2px 5px 0;
}
.recommend_item li a {
  display: block;
  padding: 2px 10px;
  width: auto;
  text-decoration: none;
  color: #000;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1.5px 0px 0px #dcdcdc;
}
.recommend_item li a:hover {
  background: #efefef;
}
.recommend_item li.act a {
  font-weight: bold;
  color: #fff;
  background-color: #e99349;
  border: solid 1px #e99349;
  box-shadow: 0 1.5px 0px 0px #cd851c;
}
.recommend_item table,
.map_dtl table {
  border-collapse: collapse;
}
.map_dtl table {
  width: 100%;
  margin-bottom: 30px;
}
.recommend_item th, .recommend_item td,
.map_dtl th, .map_dtl td {
  padding: 10px 15px;
  border: solid 1px #d6d6d6;
}
.recommend_item th a, .recommend_item td a,
.map_dtl th a, .map_dtl td a {
  text-decoration: none;
  color: #0075cf;
}
.recommend_item th a:hover, .recommend_item td a:hover,
.map_dtl th a:hover, .map_dtl td a:hover {
  text-decoration: underline;
}
.recommend_item th,
.map_dtl th {
  font-size: 15px;
  background-color: #f5f5f5;
}
.recommend_item th {
  width: 121px;
  font-weight: bold;
}
.map_dtl th {
  width: 200px;
  font-weight: normal;
  text-align: left;
}
.map_dtl td img.window {
  margin-left: 8px;
  width: 12px;
}
.recommend_item h3 {
  font-size: 15px;
}
.recommend_item .optional {
  padding: 15px;
  border: solid 1px #d6d6d6;
  border-top: 0;
}
.recommend_item .optional li {
  display: inline-block;
  margin-right: 3px;
  padding: 3px 6px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
}
.recommend_item .optional li.na {
  color: #999999;
  background-color: #e8e8e8;
}
.recommend_item .optional .legend {
  margin-top: 15px;
  font-size: 11px;
  line-height: 1em;
}
.recommend_item .note {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: right;
}
/* hospital/search
------	------	------	------	------	------ */
.hosp_search_result .search_form {
  padding-top: 0px;
}
.hosp_search_result .search_form .detail_btn {
/* 	float: left; */
}
.search_form .more a {
  padding: 0 0 0 23px;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  color: #0075cf;
  background: left 33% no-repeat url(/common/img/pc/icon_search_g.png);
  float: right;
}
.search_form .more a:hover {
  text-decoration: underline;
}
.main_wrap {
  width: 560px;
  float: right;
  margin-bottom: 20px;
}
.side_wrap {
  width: 150px;
  float: left;
  margin-bottom: 20px;
}
.side_wrap .search_option {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.side_wrap .search_option.search_station_option h4 {
  line-height: 22px;
}
.side_wrap .search_option.search_station_option h4 a {
  color: #0075cf;
  text-decoration: none;
}
.side_wrap .search_option.search_station_option h4 a:hover {
  text-decoration: underline;
}
.side_wrap .search_option .condition_change_btn p {
  padding: 10px 15px 0;
}
.side_wrap .search_option .condition_change_btn p a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 13px;
  box-shadow: 0 1px 0px 0px #ccc;
}
.side_wrap .search_option .condition_change_btn p a:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.side_wrap .search_option .search_btn p {
  padding: 0 15px 10px;
}
.side_wrap .search_option .search_btn p a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  background: #e99349;
  color: #fff;
  box-shadow: 0 1px 0px 0px #cd851c;
  border: 1px solid #e99349;
  border-bottom-color: #cd851c;
  font-size: 13px;
}
.side_wrap .search_option .search_btn p a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  cursor: pointer;
}
.side_wrap .search_option .specify_time_btn p {
  padding: 0;
}
.side_wrap .search_option .specify_time_btn p a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 13px;
}
.side_wrap .search_option .specify_time_btn p a:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.side_wrap .search_option h3 {
  padding: 10px 3px;
  background-color: #6c6c6c;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.side_wrap .search_option .opt_list_block {
  padding: 10px;
  font-size: 13px;
}
.side_wrap .search_option .opt_list_block .mt10 {
  margin-top: 10px;
}
.side_wrap .search_option .opt_list_block ul {
  margin-bottom: 20px;
}
.side_wrap .search_option .opt_list_block ul:last-of-type {
  margin-bottom: 0;
}
.side_wrap .search_option .opt_list_block ul li {
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0;
}
.side_wrap .search_option .opt_list_block ul li.kana {
  color: #999;
  margin-bottom: 5px;
}
.side_wrap .search_option .opt_list_block ul li.kana + li {
  margin-top: 0;
}
.side_wrap .search_option .opt_list_block .opt_list_chk  li a.icon-chkbox_on_01:before {
  display: inline-block;
  color: #0075cf;
  font-size: 16.5px;
  margin-right: 3px;
  vertical-align: text-bottom;
  text-decoration: none;
}
.side_wrap .search_option .opt_list_block .opt_list_chk  li a.empty:before {
  content: "\e904";
  color: #8fa6b6;
}
.side_wrap .search_option .opt_list_block .opt_list_chk  li a.icon-chkbox_on_01:hover:before {
  text-decoration: none;
}
.side_wrap .search_option .opt_list_block .opt_list_chk  li a.empty:hover:before {
  content: "\e905";
  color: #0075cf;
  text-decoration: none;
}

.side_wrap .search_option .opt_list_block .opt_list_chk  li .icon-cross_02:before {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  margin-left: 5px;
  vertical-align: text-bottom;
}
.side_wrap .search_option .opt_list_block .opt_list_chk  li .icon-cross_02:hover:before {
  text-decoration: none;
}
.side_wrap .search_option .opt_list_block ul li a {
  display: block;
  text-decoration: none;
  color: #0075cf;
  cursor: pointer;
}
.side_wrap .search_option .opt_list_block ul li a * {
  cursor: pointer;
}
.side_wrap .search_option .opt_list_block ul li a:hover {
  text-decoration: underline;
}
.side_wrap .search_option .opt_list_block ul li a.selected {
  color: #000;
  cursor: auto;
  pointer-events: none;
}
.side_wrap .search_option .opt_list_block ul li a.selected:hover {
  text-decoration: none;
}
.search_option .btn_list_block {
  padding: 10px;
}
.search_option .btn_list_block li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #d6d6d6;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.search_option .btn_list_block li:last-of-type a {
  margin-bottom: 0;
}
.search_option .btn_list_block li a:hover {
  background-color: #efefef;
}
.search_option .btn_list_block li a em {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 8px;
  color: #adadad;
}
/*---search_greatdoctor---*/
.side_wrap .search_option .opt_list_block ul li.no_check a {
  padding: 8px 5px 8px 11px;
}
.search_result_wrap {
  margin-bottom: 20px;
}
.search_result_wrap.kuchikomi {
  padding: 15px;
  background-color: #f5f5f5;
  border: 0;
}
.search_result_wrap .search_result_body {
  border: solid 1px #d6d6d6;
  border-bottom: 0;
}
.search_result_wrap.kuchikomi .search_result_body {
  border: 0;
}
/*---heading---*/
.search_result_wrap .search_result_body .heading {
  background: #f5f5f5;
  padding: 15px 20px;
  position: relative;
}
.search_result_wrap .search_result_body.noimg .heading {
  padding: 15px 20px;
}
.search_result_wrap .search_result_body .heading .thumb {
  float: left;
  width: 135px;
  text-align: center;
}
.search_result_wrap .search_result_body .heading .thumb img {
  max-width: 135px;
  max-height: 90px;
}
.search_result_wrap .search_result_body .heading .detail {
  float: right;
  width: 335px;
}
.search_result_wrap .disease_search_result_body .heading .detail {
  width: 530px;
}
.search_result_wrap .search_result_body.noimg .heading .detail {
  float: none;
  width: 100%;
}
.search_result_wrap .search_result_body .heading .detail .text_btn_block {
  float: left;
  width: 325px;
}
.search_result_wrap .search_result_body.noimg .heading .detail .text_btn_block {
  float: left;
  width: 488px;
}
.search_result_wrap .search_result_body .heading .detail .text_block .hos_name {
  width: 265px;
  font-weight: bold;
  font-size: 21px;
  padding: 0;
  margin-bottom: 5px;
}
.search_result_wrap .search_result_body .heading .detail .text_block .diseaseSearch_hosName {
  width: 455px;
}
.search_result_wrap .search_result_body .heading .detail .text_block .hos_name a {
  color: #0075cf;
  text-decoration: none;
}
.search_result_wrap .search_result_body .heading .detail .text_block .hos_name a:hover {
  text-decoration: underline;
}
.search_result_wrap .search_result_body .heading .detail .text_block p {
  line-height: 20px;
  margin-bottom: 5px;
}
.search_result_wrap .search_result_body .heading .detail .text_block p:last-of-type {
  margin-bottom: 0;
}
.search_result_wrap .search_result_body .heading .detail .btn_block {
  margin-top: 10px;
}
.search_result_wrap .search_result_body .heading .detail .btn_block p.mapconf a {
  display: block;
  padding: 10px 2%;
  text-decoration: none;
  color: #000;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  box-shadow: #ccc 0 1px 0 0;
  text-align: center;
  background: #fff;
  font-size: 15px;
  float: right;
  line-height: 1;
}
.search_result_wrap .search_result_body .heading .detail .btn_block p.mapconf a:hover {
  background: #efefef;
  cursor: pointer;
}
/*---heading detail label---*/
.search_result_wrap .search_result_body .heading .detail .btn_block p.officialsite {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
  border: solid 1px #d6d6d6;
  text-align: center;
  background: #fff;
  font-size: 12px;
  width: 70px;
  float: left;
  line-height: 1;
  margin-right: 15px;
}
.search_result_wrap .search_result_body .heading .detail .btn_block p.reserve {
  float: left;
}
.search_result_wrap .search_result_body .heading .detail .btn_block p.reserve a {
  display: block;
  text-decoration: none;
  color: #0075cf;
  font-size: 12px;
}
.search_result_wrap .search_result_body .heading .detail .btn_block p.reserve a:hover {
  text-decoration: underline;
}
.search_result_wrap .search_result_body .heading .detail .btn_block p.reserve a:hover {
  text-decoration: underline;
}
.search_result_wrap .search_result_body .heading .detail .btn_block a img {
  margin-right: 3px;
  width: 12px;
}

/*---heading comment---*/
.search_result_wrap .search_result_body .heading .comment_area > a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.search_result_wrap .search_result_body .heading .comment_area > a:hover {
  background: #f5f5f5;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .comment_head {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .number_box {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 0;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .number_box a {
  color: #0075cf;
  text-decoration: none;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .number_box a:hover {
  color: #0075cf;
  text-decoration: underline;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .number_box .cat_left {
  font-size: 14px;
  margin-right: 5px;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .number_box .cat_right {
  font-size: 14px;
  font-weight: bold;
}
.search_result_wrap .search_result_body .heading .comment_area .number_list .number_box .icon {
}
.search_result_wrap .search_result_body .heading .comment_area .title {
  display: block;
  padding-left: 35px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background: 0 0 no-repeat url(/common/img/pc/icon_comm30.png);
  margin-bottom: 10px;
}
/*---hos_detail_area---*/
.search_result_wrap .search_result_body .hos_detail_area .btn_block {
  margin-top: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .text_table_box {
  margin-bottom: 20px;
  font-size: 12px;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block {
  width: 215px;
  float: left;
}
.search_result_wrap .search_result_body .hos_detail_area .notable .text_block {
  width: 100%;
  float: none;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block p {
  line-height: 20px;
  margin-bottom: 5px;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block p span, .search_result_wrap .search_result_body .hos_detail_area .notable_block span {
  font-weight: bold;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block p:last-child {
  margin-bottom: 0;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block {
  width: 265px;
  float: right;
}
.search_result_wrap .search_result_body .hos_detail_area .notable .table_block {
  width: 100%;
  float: none;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block p {
  text-align: right;
  font-size: 11px;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block .remarks {
  padding: 5px 10px;
  border: solid 1px #e7e7e7;
  border-top: none;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block.notable_block .remarks {
  padding: 0;
  border: none;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block .remarks p {
  margin-top: 5px;
  text-align: left;
  line-height: 15px;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block .remarks p:first-of-type {
  margin-top: 0;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block table {
  border-collapse: collapse;
  text-align: center;
  word-break: break-all;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block table th {
  padding: 6px;
  background-color: #f5f5f5;
  border: solid 1px #d6d6d6;
  line-height: 1;
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block table tr th:nth-of-type(1) {
  width: 61px;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block table th a {
  color: #0075cf;
  text-decoration: none;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block table th a:hover {
  text-decoration: underline;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block table td {
  padding: 6;
  border: solid 1px #d6d6d6;
  line-height: 1;
  box-sizing: border-box;
  vertical-align: middle;
}
/*---hos_detail_area label---*/
.search_result_wrap .search_result_body .hos_detail_area .btn_block p.label {
  padding: 4px;
  color: #000;
  border: solid 1px #d6d6d6;
  text-align: center;
  background: #fff;
  font-size: 11px;
  float: left;
  line-height: 1;
  margin-right: 7px;
  width: 75px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.search_result_wrap .search_result_body .hos_detail_area .btn_block p.riha{
  padding: 4px 0px;
}
.search_result_wrap .search_result_body .hos_detail_area .btn_block p.label:nth-of-type(6n){
  margin-right:0;
}
/*---全幅用CSS---*/
.search_result_wrap .search_result_body .heading .detail-fullSize{
  width: 535px;
}

.search_result_wrap .search_result_body .heading .detail-fullSize .text_btn_block{
  width: 530px;
}

.search_result_wrap .search_result_body .hos_detail_area .text_block-fullSize{
  width: 359px;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block-fullSize{
  width: 323px;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block-fullSize table tr th:nth-of-type(1){
  width: 81px;
}
.search_result_wrap .search_result_body .hos_detail_area .table_block-fullSize table td{
  width: 31px;
  border-collapse: collapse;
  padding: 0;
}
.search_result_wrap .search_result_body .hos_detail_area .btn_block-fullSize p.label{
  padding: 4px 2px;
  width: 79px;
}
.search_result_wrap .search_result_body .hos_detail_area .btn_block-fullSize p.label:nth-of-type(6n){
  margin-right: 7px;
}
/*-----------------*/
.search_result_wrap .search_result_body .hos_detail_area {
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d6d6;
}
.search_result_wrap .search_result_body .hos_detail_area dl {
  line-height: 23px;
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  margin-top: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area dl:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.search_result_wrap .search_result_body .hos_detail_area dl.last {
  border: none;
}
.search_result_wrap .search_result_body .hos_detail_area dl dt {
  float: left;
  font-weight: bold;
  width: 90px;
  font-size: 15px;
}
.search_result_wrap .search_result_body .hos_detail_area dl dd {
  /* 	float: left; */
  width: 100%;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul li {
  display: block;
  width: 107px;
  color: #000;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #d6d6d6;
  text-align: center;
  float: left;
  margin-right: 5px;
  font-size: 14px;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 2px 0;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul li a:hover {
  color: #000;
  text-decoration: none;
  background: #efefef;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul li.na {
  color: #999999;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul li img {
  margin-right: 5px;
  padding-bottom: 1px;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul li.na img {
  display: none;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul.more_option {
  margin: 20px 0 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .option_area ul.more_option li {
  margin-bottom: 4px;
}
/*---hos_detail_area comment---*/
.search_result_wrap .search_result_body .hos_detail_area .comment_area {
  margin-bottom: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area > a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area > a:hover {
  background: #f5f5f5;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .comment_head {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box {
  display: inline-block;
  margin-right: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box a {
  color: #0075cf;
  text-decoration: none;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box a:hover {
  color: #0075cf;
  text-decoration: underline;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box a .mark {
  margin-right: 3px;
  font-size: 8px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box .cat_left {
  font-size: 12px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box .cat_right {
  font-size: 12px;
  font-weight: bold;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .number_list .number_box .icon {
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .title {
  display: block;
  padding-left: 35px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background: 0 0 no-repeat url(/common/img/pc/icon_comm30.png);
  margin-bottom: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .desc {
  margin-bottom: 5px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .date {
  color: #8c8b8b;
  float: left;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area a {
  color: inherit;
  text-decoration: none;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area .more_link {
  float: right;
  color: #0075cf;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_list {
  margin-top: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_list ul {
  width: 100%;
  float: right;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_list li {
  float: right;
  width: 334px;
  padding-left: 20px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_list li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e99349;
  border-radius: 3px;
  box-shadow: 0 1.5px 0px 0px #cd851c;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_list li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*-----------------*/
.search_result_wrap .search_result_body .hos_detail_area .post_button {
  margin-top: 20px;
}
.search_result_wrap .search_result_body .hos_detail_area .post_button li {
  width: 340px;
  float: left;
}
.search_result_wrap .search_result_body .hos_detail_area .post_button li.post_add {
  float: right;
}
.search_result_wrap .search_result_body .hos_detail_area .post_button li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #cd851c;
}
.search_result_wrap .search_result_body .hos_detail_area .post_button li.post_kuchikomi a {
  background: url(/hospital/img/pc/icon_comm_post_small_w.png) no-repeat 95px 45% #e99349;
  background-size: 18px;
  padding-left: 27px;
}
.search_result_wrap .search_result_body .hos_detail_area .post_button li.post_add a {
  background: url(/hospital/img/pc/icon_postadd_w.png) no-repeat 82px 45% #e99349;
  background-size: 21px;
  padding-left: 34px;
}
.search_result_wrap .search_result_body .hos_detail_area .post_button li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* hospital_region
------	------	------ */
.hospital_region {
  margin-bottom: 30px;
}
.hospital_region li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
}
.hospital_region li a {
  color: #0075cf;
  text-decoration: none;
}
.hospital_region li a:hover {
  text-decoration: underline;
}
.description.mb40 {
  margin-bottom: 40px;
}
/* hospital/kuchikomi_search
------	------	------	------	------	------ */
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi a, .hos_detail_area .comment_area_kuchikomi a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi a:hover, .hos_detail_area .comment_area_kuchikomi a:hover {
  background-color: #fafafa;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .title, .hos_detail_area .comment_area_kuchikomi .title {
  display: block;
  padding-left: 42px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background: 7px 38% no-repeat url(/common/img/pc/icon_comm30.png);
  background-size: 21px;
  margin-bottom: 10px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .kuchikomi_usertype {
  text-align: right;
  padding-top: 5px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .kuchikomi_usertype span {
  color: #777;
  display: inline-block;
  font-size: 12px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .desc {
  margin-bottom: 5px;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .desc em {
  display: block;
  font-weight: bold;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .date {
  color: #8c8b8b;
  float: left;
}
.search_result_wrap .search_result_body .hos_detail_area .comment_area_kuchikomi .more_link {
  text-decoration: none;
  color: #0075cf;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block_kuchikomi .hos_name, .hos_detail_area .text_block_kuchikomi .hos_name {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0 0;
  border-top: 1px dotted #d6d6d6;
  margin-top: 0;
}
.text_block_kuchikomi {
  font-size: 13px;
  line-height: 1.4;
}
.text_block_kuchikomi a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
}
.text_block_kuchikomi a:hover {
  background-color: #fafafa;
}
.text_block_kuchikomi .hos_name {
  text-decoration: none;
  color: #0075cf;
}
.text_block_kuchikomi dl {
  margin-top: 10px;
}
.text_block_kuchikomi dl span {
  font-weight: bold;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block_kuchikomi dl {
  line-height: 23px;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.search_result_wrap .search_result_body .hos_detail_area .text_block_kuchikomi dl dt {
  float: left;
  font-weight: bold;
  width: 90px;
  font-size: 13px;
}
.search_result_wrap .search_result_body .hos_detail_area.kuchikomi, .hos_detail_area.kuchikomi {
  padding: 0;
  margin-bottom: 15px;/* 	border-bottom: 1px solid #d6d6d6; */
}
.search_result_wrap .search_result_body .hos_detail_area.kuchikomi.last, .hos_detail_area.kuchikomi.last {
  border: none;
}
.kuchikomi_link ul li {
  float: left;
  margin-right: 10px;
}
/* hospital/search_area
------	------	------	------	------	------ */
.search_result_wrap .search_area_wrap .search_area_conts {
  margin-top: -60px;
  padding: 70px 0 10px;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
  zoom: 1;
}
.search_result_wrap .search_area_wrap .search_area_conts_left {
  font-weight: bold;
  background: #f5f5f5;
  padding: 110px 25px;
  width: 20%;
  font-size: 18px;
  float: left;
}
.search_result_wrap .search_area_wrap .search_area_conts_left_col2 {
  font-weight: bold;
  background: #f5f5f5;
  padding: 48px 25px;
  width: 20%;
  font-size: 18px;
  float: left;
}
.search_result_wrap .search_area_wrap .search_area_conts_left_col3 {
  font-weight: bold;
  background: #f5f5f5;
  padding: 80px 25px;
  width: 20%;
  font-size: 18px;
  float: left;
}
.search_result_wrap .search_area_wrap .search_area_conts_right {
  width: 73%;
  float: left;
}
.search_result_wrap .search_area_wrap .search_area_conts .search_area_conts_li {
  margin: 20px 0 20px 29px;
  display: inline-block;
  font-size: 14px;
}
.search_result_wrap .search_area_wrap .search_area_conts .search_area_conts_li a {
  margin-left: 5px;
  padding: 15px 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 0 0 #d6d6d6;
}
.search_result_wrap .search_area_wrap .search_area_conts .search_area_conts_li a:first-child {
  margin-left: 10px;
}
.search_result_wrap .search_area_wrap .search_area_conts .search_area_conts_li a:hover {
  background-color: #efefef;
}
.search_result_wrap .search_area_wrap .search_area_conts .search_area_adj3 {
  padding-left: 0px;
  margin-left: 15px;
}

/* hospital_list_wrapper
------	------	------	------	------	------ */
.hospital_list_wrapper{
  margin-bottom: 30px;
  border: solid 1px #d6d6d6;
  border-top: solid 3px #E99349;
  box-shadow: 0px 1px 3px #d9d9d9;
}
.hospital_name_wrapper{
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-bottom: solid 1px #d6d6d6;
}
.hospital_name{
  padding: 15px;
  font-size: 20px;
  flex-basis: 90%;
}
.bookmark_wrapper{
  flex-basis: 10%;
  background-color: #fff;
}
.bookmark_link{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
}
.bookmark_link:hover {
  background-color: #efefef;
}
.bookmark_link img{
  width: 22px;
  margin-top: 5px;
  margin-left: 3px;
}
.bookmark_text{
  color: #4c4c4c;
  font-size: 12px;
}
.hospital_info_wrapper{
  padding: 15px;
}
.hospital_comment{
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.hospital_image_wrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.hospital_image{
  flex-basis: 35%;
}
.hospital_image li{
  width: 88px;
  text-align: center;
}
.hospital_image li:nth-of-type(2){
  float: left;
}
.hospital_image li:nth-of-type(3){
  float: right;
}
.hospital_image li img{
  max-width: 88px;
  max-height: 58.6px;
}
.hospital_image li:first-of-type{
  width: 184px;
  text-align: center;
  margin-bottom: 8px;
}
.hospital_image li:first-of-type img{
  max-width: 184px;
  max-height: 122.6px;
}
.hospital_basic_info_wrapper{
  flex-basis: 62%;
}
.hospital_basic_info{
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom:  dotted 1px #d6d6d6;
  line-height: 1.4;
}
.hospital_basic_info:first-of-type{
  margin-top: 0;
}
.hospital_basic_info dt{
  flex-basis: 25%;
  font-weight: bold;
}
.hospital_basic_info dd{
  flex-basis: 70%;
}
.hospital_basic_info dd .commonBtn-orange{
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}
.hospital_list_wrapper .icomoon:before{
  margin-right: 5px;
  color: #E79247;
}
.commonBtn-orange.icomoon:before{
  color: #fff;
  font-size: 10px;
}
.hospital_time_wrapper dt{
  margin-bottom: 5px;
  font-weight: bold;
}
.hospital_time_wrapper dd{
  display: flex;
  justify-content: space-between;
}
.hospital_time{
  flex-basis: 65%;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px;
  text-align: center;
}
.hospital_time thead tr{
  background-color: #FFF8D0;
}
.hospital_time tbody tr{
  background-color: #f5f5f5;
}
.hospital_time tbody tr td span{
  font-size: 10px;
}
.hospital_time th{
  width: 8%;
}
.hospital_time th:first-of-type{
  width: 25%;
}
.hospital_time .saturday{
  color: #1260BC;
}
.hospital_time .holiday{
  color: #D02929;
}
.hospital_time_addition{
  flex-basis: 32%;
  font-size: 12px;
  line-height: 1.4;
}
.hospital_time_addition dd{
  display: block;
}
.hospital_time_addition dd p{
  margin-bottom: 5px;
}
.hospital_time_addition dd p:last-of-type{
  margin-bottom: 0;
}
.hospital_facility{
  padding: 15px 15px 5px;
  background-color: #f5f5f5;
}
.hospital_facility dt{
  margin-bottom: 10px;
  font-weight: bold;
}
.hospital_facility dd ul{
  display: flex;
  flex-wrap: wrap;
}
.hospital_facility dd ul li{
  margin-right: 2%;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #E99349;
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
}
.hospital_kuchikomi{
  padding: 0 15px 15px;
  background-color: #f5f5f5;
}
.hospital_kuchikomi dt{
  margin-bottom: 10px;
  font-weight: bold;
}
.hospital_kuchikomi dt a{
  padding: 10px;
  font-weight: normal;
  margin-left: 10px;
}
.hospital_kuchikomi dd a{
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #000;
}
.hospital_kuchikomi dd a:hover{
  background-color: #efefef;
}
.hospital_kuchikomi_contents{
  border-radius: 8px;
  padding: 10px;
  line-height: 1.4;
}
.hospital_kuchikomi_contents h3{
  margin-bottom: 5px;
  font-size: 14px;
}
.hospital_kuchikomi_contents p{
  font-size: 12px;
  color: #777;
}
.patient_valuation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.patient_valuation-detail{
  background-color: #F7F9F1;
  padding: 5px;
}
.patient_valuation_title{
  width: 15%;
  font-weight: bold;
  font-size: 14px;
}
.patient_valuation-detail .patient_valuation_title{
  width: 12%;
}
.patient_valuation_contents{
  width: 84%;
}
.patient_valuation-detail .patient_valuation_contents{
  width: 87%;
}
.patient_valuation_list{
  display: flex;
}
.patient_valuation_list li{
  border: 1px solid #699800;
  border-radius: 50px;
  padding: 3px;
  color: #699800;
  font-weight: bold;
  width: 16%;
  margin-right: 0.8%;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0;
  background-color: #fff;
}
.patient_valuation-detail .patient_valuation_list li{
  font-size: 13px;
}
.patient_valuation .icomoon::before{
  color: #699800;
  font-size: 14px;
  vertical-align: -2px;
  margin-right: 2px;
  margin-left: -2px;
}
.patient_valuation-detail .icomoon::before{
  font-size: 15px;
  vertical-align: -1px;
  margin-right: 5px;
}
.patient_valuation_title.icomoon::before{
  font-size: 16px;
}
.patient_valuation_list li:last-of-type{
  margin-right: 0;
}
/* hospital/search_area_detail
------	------	------	------	------	------ */
.search_area_detail_sort {
  padding: 30px 10px;
  background-color: #f5f5f5;
}
.search_area_detail_sort ul li {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #d6d6d6;
  overflow: hidden;
}
.search_area_detail_sort ul li a {
  display: block;
  padding: 10px 19px;
  color: #000;
  background-color: #fff;
}
.search_area_detail_sort ul li a:hover {
  background-color: #efefef;
}
.search_area_detail_sort ul li.oos {
  box-shadow: none;
}
.search_area_detail_sort ul li.oos a {
  background-color: #f5f5f5;
}
.search_area_detail_btn {
  padding: 15px 20px;
  text-decoration: none;
}
.area_list .search_area_conts {
  display: table;
}
.search_area_detail_conts_left {
  display: table-cell;
  width: 80px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  box-sizing: border-box;
}
.search_area_detail_conts_left_4 {
  font-weight: bold;
  background: #f5f5f5;
  padding: 65px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}
.search_area_detail_conts_left_3 {
  font-weight: bold;
  background: #f5f5f5;
  padding: 45px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}
.search_area_detail_conts_left_2 {
  font-weight: bold;
  background: #f5f5f5;
  padding: 25px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}
.search_area_detail_conts_right {
  display: inline-block;
  padding-left: 20px;
  width: 630px;
}
.search_area_detail_conts_li {
  float: left;
  width: 180px;
  margin: 0;
  padding: 10px;
  line-height: 1.3;
  font-size: 14px;
}
.search_area_detail_conts_li a {
  color: #0075cf;
  text-decoration: none;
}
.search_area_detail_conts_li a:hover {
  text-decoration: underline;
}
/* hospital/medical_courses
------	------	------	------	------	------ */
.medical_courses_wrap {
  padding: 30px 15px;
  overflow: hidden;
  zoom: 1;
}
.medical_courses_wrap .heading_level2 {
  border-bottom: none;
}
.medical_courses_cont_left {
  float: left;
  width: 49%;
}
.medical_courses_cont_right {
  float: right;
  width: 49%;
}
.medical_courses_block {
  margin-bottom: 30px;
}
.medical_courses_sort {
  margin: 20px 0px 20px 23px;/* 	margin: 20px 0px 20px 150px; */
}
.medical_courses_sort li {
  padding-top: 5px;
}
.medical_courses_sort li a {
  text-decoration: none;
  color: #0075cf;
}
.medical_courses_sort li a:hover {
  text-decoration: underline;
}
/* hospital/search_route station
------	------	------	------	------	------ */
.search_route_area {
  padding: 20px;
  background: #f5f5f5;
  margin: 0 0 30px;
}
.search_route_area ul li {
  float: left;
  width: 25%;
  margin-bottom: 12px;
}
.search_route_area ul li a {
  color: #0075cf;
  text-decoration: none;
}
.search_route_area ul li a:hover {
  text-decoration: underline;
}
.search_route_area ul li:nth-child(17), .search_route_area ul li:nth-child(18) {
  margin-bottom: 0;
}
.search_route_area ul li a {
  font-size: 15px;
  font-weight: bold;
}
.route_detail {
  margin: -70px 0 30px;
  padding-top: 70px;
}
.route_detail.route_mb50 {
  margin-bottom: 50px;
}
.route_detail ul {
  padding: 0 10px;
}
.route_detail ul li {
  float: left;
  width: 33%;
  margin-bottom: 10px;
}
.route_detail ul li.route_mb0 {
  margin-bottom: 0;
}
.route_detail ul li a {
  color: #0075cf;
  text-decoration: none;
}
.route_detail ul li a:hover {
  text-decoration: underline;
}
/* station
------	------	------ */
.search_form .search_station {
  margin-bottom: 20px;
}
.search_form .search_advanced, .search_form .search_recommended, .search_form .search_specialist {
  margin-bottom: 30px;
}
.search_form .search_form_title {
  margin: 15px 15px 0 15px;
  font-size: 17px;
  font-weight: bold;
}
.search_form .search_form_title span {
  margin: 15px 15px 0 15px;
  font-size: 14px;
  font-weight: normal;
}
.search_form .search_station .form_inner {
  padding: 15px;
}
.search_form .search_station .form_inner > input {
  margin-bottom: 0;
  margin-top: 4px;
}
.search_form .search_station .opt {
  width: 100%;
  margin-bottom: 0;
}
.search_form .search_station .opt .opt_box {
  width: 100%;
  box-sizing: border-box;
}
.search_form .search_station.search_line_station .opt .opt_box .ui-selectmenu-button {
  width: 23% !important;
}
.search_form .search_station.search_line_station .opt select {
  width: 163px;
}
.search_form .search_station .opt .searchHospitalButton span {
  width: 120px;
  margin-left: 4px;
}
.search_form .search_station.search_line_advance .opt .opt_box .ui-selectmenu-button {
  width: 37.5% !important;
}
.search_form .search_line_advance .opt select {
  width: 260px;
}
.search_station_hint {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  text-align: right;
  box-sizing: border-box;
}



.route_station .heading_level2, .route_courses .heading_level2 {
  border-bottom: none;
}
.route_station .sub_title, .route_courses .sub_title {
  width: 100%;
  background: #707070;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 7px 3px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.route_station ul {
  padding: 10px 10px 0;
  margin-bottom: 30px;
}
.route_station ul li {
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.route_station ul li a, .route_courses ul li a {
  text-decoration: none;
  color: #0075cf;
}
.route_station ul li a:hover, .route_courses ul li a:hover {
  text-decoration: underline;
}
.route_courses {
  margin-bottom: 40px;
}
.route_courses .courses_half_left {
  width: 355px;
  float: left;
}
.route_courses .courses_half_right {
  width: 355px;
  float: right;
}
.route_courses ul {
  padding: 10px;
}
.route_courses ul li {
  margin-bottom: 10px;
}
/* hospital/medical_courses_detail
------	------	------	------	------	------ */
.medical_courses_detail_conts {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 0 2px;
}
.medical_courses_detail_conts:nth-child(9) {
  margin-bottom: 40px;
}
.medical_courses_detail_left {
  font-weight: bold;
  background: #f5f5f5;
  padding: 10px 15px;
  width: 14%;
  font-size: 16px;
  float: left;
}
.medical_courses_detail_right {
  width: 80%;
  display: inline-block;
  margin-left: 5px;
  float: left;
}
.medical_courses_detail_li {
  margin: 15px 0 15px 24px;
  display: inline-block;
  font-size: 14px;
}
.medical_courses_detail_li a {
  text-decoration: none;
  color: #0075cf;
}
.medical_courses_detail_li a:hover {
  text-decoration: underline;
}
.medical_courses_detail_city, .medical_courses_detail_relation {
  margin-bottom: 40px;
}
.medical_courses_detail_city ul {
  padding: 10px 10px 0;
  margin-bottom: 30px;
}
.medical_courses_detail_city li, .medical_courses_detail_relation li {
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.medical_courses_detail_city li a, .medical_courses_detail_relation li a {
  text-decoration: none;
  color: #0075cf;
}
.medical_courses_detail_city li a:hover, .medical_courses_detail_relation li a:hover {
  text-decoration: underline;
}
.medical_courses_detail_wrap .detail_more_link {
  display: block;
  text-align: right;
  margin-bottom: 40px;
}
.medical_courses_detail_wrap .detail_more_link a {
  text-decoration: none;
  color: #0075cf;
}
.medical_courses_detail_wrap .detail_more_link a:hover {
  text-decoration: underline;
}
/* hospital/search_advanced_result.html,hospital/search_recommend_result.html,hospital/search_doctor_result.html,hospital/search_disease_each.html
  共通パーツhospital_pref_wrap------	------	------	------	------	------ */
.hospital_pref_wrap {
  margin-bottom: 30px;
}
.hospital_pref_wrap h4 {
  font-size: 15px;
  font-weight: bold;
}
.hospital_pref_conts {
  overflow: hidden;
  zoom: 1;
  padding: 5px 0;
}
.hospital_pref_left {
  font-weight: bold;
  padding-left: 5px;
  width: 15%;
  font-size: 13px;
  float: left;
}
.hospital_pref_right {
  display: block;
  float: right;
  width: 550px;
}
.hospital_pref_li {
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.hospital_pref_li a {
  text-decoration: none;
  color: #0075cf;
}
.hospital_pref_li a:hover {
  text-decoration: underline;
}
/* hospital/search_zero
  search_result_wrap------	------	------	------	------	------ */
.search_result_wrap.search_result_zero_wrap {
  border: none;
}
.search_result_wrap .search_result_body.search_result_zero_body {
  margin-bottom: 40px;
  margin-left: 20px;
  border: none;
}
.search_result_wrap .search_result_body.search_result_zero_body .help_box {
  margin-bottom: 20px;
}
.search_result_wrap .search_result_body.search_result_zero_body .help_box p {
  font-weight: bold;
}
.search_result_wrap .search_result_body.search_result_zero_body .help_box ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.search_result_wrap .search_result_body .hos_detail_area dl dd {
  float: left;
  line-height: 23px;
}
/* hospital/search_station_result
  medical_courses_stationはsearch.htmlのhospital_region------	------	------	------	------	------ */
.medical_courses_station {
  margin-bottom: 30px;
}
.medical_courses_station li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
}
.medical_courses_station li a {
  color: #0075cf;
  text-decoration: none;
}
.medical_courses_station li a:hover {
  text-decoration: underline;
}
/* hospital/search_disease
  search_disease_wrapがsearch_area_detail.htmlのsearch_area_wrap------	------	------	------	------	------ */

.search_result_wrap .search_disease_wrap .search_disease_conts {
  margin-top: -60px;
  padding: 70px 0 10px;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
  zoom: 1;
}
.disease_list .search_disease_conts {
  display: table;
}
.search_disease_sort {
  padding: 30px 9px;
  background-color: #f5f5f5;
}
.search_disease_sort ul li {
  margin: 0px 4px 0 4px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #d6d6d6;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  width: 49px;
  width: 47px\9;
  text-align: center;
}
.search_disease_sort ul li.inactive_button {
  padding: 12px 0;
  background-color: #e8e8e8;
  color: #999999;
}
.search_disease_btn {
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  color: #000;
  background-color: #fff;
  text-align: center;
}
.search_disease_sort ul li a:hover {
  background-color: #efefef;
}
.search_disease_conts_left {
  display: table-cell;
  width: 80px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  box-sizing: border-box;
}
/*
.search_disease_conts_left_5{
  font-weight: bold;
  background: #f5f5f5;
  padding: 85px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}

.search_disease_conts_left_4{
  font-weight: bold;
  background: #f5f5f5;
  padding: 65px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}

.search_disease_conts_left_3{
  font-weight: bold;
  background: #f5f5f5;
  padding: 45px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}

.search_disease_conts_left_2{
  font-weight: bold;
  background: #f5f5f5;
  padding: 25px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}

.search_disease_conts_left_1{
  font-weight: bold;
  background: #f5f5f5;
  padding: 8px 22px;
  width: 80px;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
}
*/

.search_disease_conts_right {
  width: 630px;
  display: inline-block;
  padding-left: 20px;
}
.search_disease_conts_li {
  float: left;
  width: 180px;
  margin: 0;
  padding: 10px;
  line-height: 1.3;
  font-size: 14px;
}
.search_disease_conts_li a, .search_disease_block_li a {
  color: #0075cf;
  text-decoration: none;
}
.search_disease_conts_li a:hover, .search_disease_block_li a:hover {
  text-decoration: underline;
}
.search_disease_block h3 {
  margin-bottom: 10px;
}
.search_disease_block_li {
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.search_disease_block {
  margin-top: 30px;
}
.search_disease_block ul {
  padding: 10px 10px 0;
}
/* hospital/search_advanced
  search_advanced_wrapがsearch_area_detail.htmlのsearch_area_wrapと同一------	------	------	------	------	------ */
.search_result_wrap .search_advanced_wrap .search_advanced_conts {
  margin-top: -60px;
  padding: 70px 0 10px;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
  zoom: 1;
}
.advanced_list .search_advanced_conts {
  display: table;
}
.search_advanced_wrap.advanced_list {
}
.search_advanced_sort {
  padding: 30px 9px;
  background-color: #f5f5f5;
}
.search_advanced_sort ul li {
  margin: 0px 4px 0 4px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #d6d6d6;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  width: 49px;
  text-align: center;
}
.search_advanced_sort ul li.inactive_button {
  padding: 12px 0;
  background-color: #e8e8e8;
  color: #999999;
  box-shadow: none;
}
.search_advanced_btn {
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  color: #000;
  background-color: #fff;
}
.search_advanced_sort ul li a:hover {
  background-color: #efefef;
}
.search_advanced_conts_left {
  display: table-cell;
  width: 80px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  box-sizing: border-box;
}
.search_advanced_conts_right {
  display: inline-block;
  padding-left: 20px;
  width: 630px;
}
.search_advanced_conts_li {
  float: left;
  width: 580px;
  margin: 0;
  padding: 10px;
  line-height: 1.3;
  font-size: 14px;
}
.search_advanced_conts_li a {
  color: #0075cf;
  text-decoration: none;
}
.search_advanced_conts_li a:hover {
  text-decoration: underline;
}
/* hospital/search_recommend
  medical_courses_sortがmedical_courses.htmlのmedical_courses_sort------	------	------	------	------	------ */

.medical_courses_sort.medical_courses_recommend_sort {
  margin: 0;
}
/* hospital/search_recommend_result
  search_result_wrap------	------	------	------	------	------ */
.search_result_wrap .search_recommend_result_wrap .search_result_body .heading .detail {
  float: right;
  width: 335px;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .heading .detail .text_block {
  width: auto;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .heading {
  padding: 15px 20px;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .hos_detail_area .comment_list li {
  float: right;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .hos_detail_area {
  margin-bottom: 0;
  border-bottom: none;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body_lower .hos_detail_area {
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d6d6;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body_lower .hos_detail_area p {
  margin-bottom: 5px;
  line-height: 20px;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body_lower .hos_detail_area p.more {
  margin-bottom: 0;
  text-align: right;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body_lower .hos_detail_area p span {
  font-weight: bold;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .hos_detail_area dl dt {
  width: 60px;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .hos_detail_area dl dd {
  float: left;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body .hos_detail_area a:hover {
  text-decoration: underline;
}
.search_result_wrap.search_recommend_result_wrap .hospital_list_wrapper {
  margin-bottom: 0;
  border-bottom: none;
}
.search_result_wrap.search_recommend_result_wrap .search_result_body_lower {
  border-top: none;
  box-shadow: 0px 1px 3px #d9d9d9;
}
/* hospital/search_homedoctor_result
  search_result_wrap------	------	------	------	------	------ */
.search_result_wrap.search_homedoctor_result_wrap .search_result_body .heading .detail {
  float: left;
  width: auto;
}
.search_result_wrap.search_homedoctor_result_wrap .search_result_body .heading .detail .text_block {
  width: auto;
}
.search_result_wrap.search_homedoctor_result_wrap .search_result_body .heading {
  padding: 15px 20px;
}
.search_result_wrap.search_homedoctor_result_wrap .search_result_body .hos_detail_area .comment_list li {
  float: left;
}
.search_result_wrap.search_homedoctor_result_wrap .search_result_body .hos_detail_area dl dd {
  float: left;
}
.search_result_wrap.search_homedoctor_result_wrap .search_result_body .hos_detail_area a:hover {
  text-decoration: underline;
}
/* hospital/search_doctor------	------	------	------	------	------ */
.medical_specialist_wrap {
  padding: 30px 15px;
  overflow: hidden;
  zoom: 1;
}
.medical_specialist_wrap .note {
  font-size: 13px;
  margin-top: 20px;
}
.medical_specialist_cont_left {
  float: left;
  width: 49%;
}
.medical_specialist_sort {
  margin: 0;
}
.medical_specialist_sort li {
  padding-top: 5px;
  font-size: 14px;
}
.medical_specialist_sort li a {
  text-decoration: none;
  color: #0075cf;
}
.medical_specialist_sort li a:hover {
  text-decoration: underline;
}
/* hospital/404
------	------	------	------	------	------ */
.error_msg {
  margin-bottom: 30px;
}
.error_msg h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.error_msg p {
  font-size: 19px;
  text-align: center;
  border: none;
  color: #333;
  background: none;
  font-weight: bold;
}
/* hospital/search_disease_each
  page_header、search_disease_each_btn------	------	------	------	------	------ */

.page_header.search_disease_each_header dl {
  margin: 20px 0 0 20px;
  width: 660px;
}
.page_header.search_disease_each_header dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.search_disease_each_btn {
  margin-bottom: 30px;
}
.search_disease_each_btn ul li {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #d6d6d6;
  overflow: hidden;
  text-align: center;
  width: 660px;
  margin: 30px auto;
}
.search_disease_each_btn ul li a:hover {
  background-color: #efefef;
}
.search_disease_each_article, .search_disease_each_dictionary {
  margin-bottom: 30px;
}
.search_disease_each_article ul li {
  margin-bottom: 10px;
}
.search_disease_each_article ul li.li_last {
  margin-bottom: 0;
}
.search_disease_each_article ul li a {
  color: #000;
  padding: 10px;
  display: block;
}
.search_disease_each_article ul li a:hover {
  background-color: #efefef;
}
.search_disease_each_article ul li img {
  float: left;
  border: solid 1px #d6d6d6;
  overflow: hidden;
}
.search_disease_each_article .article_text {
  height: 95px;
  float: left;
  width: 570px;
  padding: 5px 0 10px 20px;
  line-height: 1.5;
  overflow: hidden;
}
.search_disease_each_article .article_text p.title {
  font-size: 115%;
  font-weight: bold;
}
.search_disease_each_dictionary dl {
  border-bottom: solid 1px #d6d6d6;
}
.search_disease_each_dictionary dl a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
}
.search_disease_each_dictionary dl dt {
  font-weight: bold;
}
.search_disease_each_dictionary dl dd {
  line-height: 1.5;
}
.search_disease_each_dictionary dl a:hover {
  background-color: #efefef;
}
.each_dictionary_btn {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #d6d6d6;
  overflow: hidden;
  text-align: center;
  width: 550px;
  margin: 30px auto;
}
.each_dictionary_btn a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
}
.each_dictionary_btn a:hover {
  background-color: #efefef;
}
/* hospital/search_disease_hospital
------	------	------	------	------	------ */
.search_form_text, .search_form_notice {
  margin: 10px 15px 0;
}
.search_form_notice {
  color: #c00;
  font-weight: bold;
}
/* hospital/kuchikomi_widget
------	------	------	------	------	------ */
.kuchikomi_widget_wrap, .kuchikomi_widget_source_wrap {
  margin-bottom: 20px;
}
.kuchikomi_widget_parts {
  float: right;
  width: 320px;
  margin: 0 20px 0 0;
}
.kuchikomi_widget_text {
  margin: 0 20px;
}
.kuchikomi_widget_text .text_body {
  margin-bottom: 10px;
}
.kuchikomi_widget_text ul {
  border: 1px solid #ccc;
  padding: 10px;
}
.kuchikomi_widget_text ul li a, .kuchikomi_widget_parts a {
  color: #0075cf;
  text-decoration: none;
}
.kuchikomi_widget_text ul li a:hover, .kuchikomi_widget_parts a:hover {
  text-decoration: underline;
}
.kuchikomi_widget_source_table {
  width: 94%;
  margin: 0 auto;
}
.kuchikomi_widget_source_table tr th {
  width: 190px;
  padding: 10px 5px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.kuchikomi_widget_source_table tr td textarea {
  width: 99%;
  height: 100px;
}
.kuchikomi_widget_source_table tr td {
  padding: 10px 5px 10px 20px;
}
.kuchikomi_widget_source_table tr th span.colorset {
  display: block;
  padding: 4px 8px;
  border-width: 3px;
  border-style: solid;
}
/* hospital/kuchikomi_widget_list
------	------	------	------	------	------ */
.kuchikomi_widget_list_header h2 {
  margin-bottom: 20px;
}
.kuchikomi_widget_list_header .header_block h3 {
  line-height: 26px;
  padding-top: 4px;
}
.kuchikomi_widget_list_header .header_block .para h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.kuchikomi_widget_list_header .header_block .para .text_body {
  margin-bottom: 10px;
}
.kuchikomi_widget_list_header .header_block .para ul {
  border: 1px solid #ccc;
  padding: 10px;
}
.kuchikomi_widget_list_header .header_block .para ul li a {
  color: #0075cf;
  text-decoration: none;
}
.kuchikomi_widget_list_header .header_block .para ul li a:hover {
  text-decoration: underline;
}
.kuchikomi_widget_list_img {
  width: 710px;
  margin: 0 auto;
}
div.gadget_img {
  float: left;
  width: 132px;
  text-align: center;
  height: 165px;
  border: 1px dotted #ddd;
  padding: 5px 0 5px 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.gadget_img_right {
  margin-right: 0px;
}
div.gadget_img img {
  margin: 0 auto 4px;
  border: 1px solid #ccc;
}
h4.gadget_img {
  font-weight: normal;
  font-size: 11px;
  margin: 0 7px;
  padding: 0;
  text-align: left;
  line-height: 125%;
}
/* hospital/search_disease_hospital_stroke,search_disease_hospital_diabetes,search_disease_hospital_amd,search_disease_hospital_kampo,search_disease_hospital_pain
------	------	------	------	------	------ */
.search_form .search_form_title span {
  margin-left: 5px;
  font-size: 15px;
  font-weight: normal;
}
/* hospital/search_disease_hospital_kampo
------	------	------	------	------	------ */
.kampo_article_wrapper {
  margin-bottom: 40px;
}
.kampo_article {
  margin: 0 auto;
  width: 660px;
}
.kampo_article_wrapper .top_block {
  margin-bottom: 5px;
}
.kampo_article_wrapper .left_block {
  width: 320px;
  float: left;
  min-height: 278px;
  height: 278px;
  padding: 0px 0 12px 0;
  margin: 0;
  background: #F5F2F0;
  border: 1px solid #F2E4D8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: rgba(204, 204, 204, 0.3) 0px 0px 2px 2px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.3) 0px 0px 2px 2px;
  -moz-box-shadow: rgba(204, 204, 204, 0.3) 0px 0px 2px 2px;
}
.kampo_article_wrapper .right_block {
  min-height: 278px;
  height: 278px;
  padding: 0px 0 12px 0;
  margin: 0 0 0 340px;
  background: #F5F2F0;
  border: 1px solid #F2E4D8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: rgba(204, 204, 204, 0.3) 0px 0px 2px 2px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.3) 0px 0px 2px 2px;
  -moz-box-shadow: rgba(204, 204, 204, 0.3) 0px 0px 2px 2px;
}
.kampo_article_wrapper .bottom_block {
  margin-top: 8px;
}
.kampo_article_wrapper .left_block h4, .kampo_article_wrapper .right_block h4 {
  margin: 8px 0 0 10px;
}
.kampo_text {
  margin: 10px 10px 0 10px;
}
.top_block_banner, .bottom_block_banner {
  width: 300px;
  margin: 0 auto;
}
.top_block_banner img, .bottom_block_banner img {
  margin-top: 10px;
}
.top_block .right_block ul, .bottom_block .left_block ul {
  width: 300px;
  margin: 15px auto 0;
}
.kampo_article_wrapper .top_block .right_block ul li {
  float: left;
  font-size: 130%;
  margin: 0 12px 10px 0;
  font-weight: bold;
  white-space: nowrap;
}
.kampo_article_wrapper .top_block .right_block ul li a {
  text-decoration: none;
  padding: 2px 3px;
  display: block;
  background: #fff;
  color: #9A3C3C;
}
.kampo_article_wrapper .top_block .right_block ul li a:hover {
  background: #9A3C3C;
  color: #fff;
}
.kampo_article_wrapper .bottom_block .left_block ul {
  border-top: 2px dotted #ddd;
}
.kampo_article_wrapper .bottom_block .left_block ul li {
  border-bottom: 2px dotted #ddd;
  font-size: 110%;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
}
.kampo_article_wrapper .bottom_block .left_block ul li a {
  color: #0075cf;
  text-decoration: none;
}
.kampo_article_wrapper .bottom_block .left_block ul li a:hover {
  text-decoration: underline;
}
.kampo_article_wrapper .bottom_block .left_block ul li a .mark {
  color: #f48e31;
}
/* hospital/search_disease_hospital_pain
------	------	------	------	------	------ */
.pain_article {
  margin: 0 auto;
  width: 660px;
}
.pain_article_wrapper .top_block {
  margin-bottom: 15px;
}
.pain_article_wrapper .top_block .left_block {
  width: 400px;
  float: left;
}
.pain_article_wrapper .top_block .right_block ul {
  width: 220px;
  margin: 5px auto;
}
.pain_article_wrapper .top_block .right_block {
  margin: 0 0 0 415px;
  border: 1px solid #E2D6BF;
  background: #FFFEF3 URL(http://www.qlife.jp/pain/disease_img/p_box_left_bg.png) 100% 100% no-repeat;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  _height: 246px;
  min-height: 246px;
}
.pain_article_wrapper .top_block .right_block h4 {
  margin: 5px auto 0;
  width: 240px;
}
.pain_article_wrapper .top_block .right_block .pain_text {
  margin: 6px 10px;
  line-height: 1.3em;
}
.pain_article_wrapper .top_block .right_block ul {
  border-top: 2px dotted #ddd;
}
.pain_article_wrapper .top_block .right_block ul li {
  border-bottom: 2px dotted #ddd;
  font-weight: bold;
  padding: 4px 0px 4px 5px;
}
.pain_article_wrapper .top_block .right_block ul li a {
  color: #0075cf;
  text-decoration: none;
}
.pain_article_wrapper .top_block .right_block ul li a:hover {
  text-decoration: underline;
}
.pain_article_wrapper .top_block .right_block ul li a .mark {
  color: #f48e31;
}
.pain_article_wrapper .bottom_block {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  margin-bottom: 40px;
}
.pain_article_wrapper .bottom_block h4 {
  margin: 0 4px;
}
.pain_article_wrapper .bottom_block .pain_text {
  margin: 6px 10px 12px 10px;
  line-height: 1.3em;
}
.pain_article_wrapper .bottom_block ul {
  margin: 0px 0 15px 8px;
}
.pain_article_wrapper .bottom_block ul li {
  float: left;
  margin-right: 18px;
}
.pain_article_wrapper .bottom_block ul li a {
  color: #0075cf;
  text-decoration: none;
}
.pain_article_wrapper .bottom_block ul li a:hover {
  text-decoration: underline;
}
.pain_article_wrapper .bottom_block ul li a .mark {
  color: #f48e31;
}
/* hospital/写真有り施設一覧
------	------	------	------	------	------ */
.photo_search {
  width: 720px;
  margin: 0 auto;
}
.photo_search .photo_outbox {
  vertical-align: top;
}
.photo_search .photo_outbox table {
  margin-bottom: 20px;
}
.photo_search .photo_outbox td {
  width: 50%;
}
.photo_search tr.hos_name th {
  padding: 10px 10px 5px 0;
  text-align: left;
  vertical-align: top;
}
.photo_search tr.hos_name th p a {
  text-decoration: none;
  color: #0075cf;
}
.photo_search tr.hos_name th p a:hover {
  text-decoration: underline;
}
.photo_search td.hos_img {
  height: 117px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 180px;
}
.photo_search .photo_box td {
  border: none;
}
.photo_search td.hos_info {
  padding-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
  width: 180px;
}
.photo_search td.hos_info p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
}
.photo_search td.hos_img img {
  max-width: 170px;
  max-height: 113px;
}
/* hospital/index_search
------	------	------	------	------	------ */
.h_list_all {
  margin-bottom: 20px;
}
.h_list_all nav.pager ul {
  text-align: left;
}
.h_list_all nav.pager ul li {
  margin-bottom: 8px;
}
.h_list_all .i_search_hospital ul li {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}
.h_list_all .i_search_type ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.h_list_all .i_search_hospital ul li a, .h_list_all .i_search_type ul li a {
  text-decoration: none;
  color: #0075cf;
}
.h_list_all .i_search_hospital ul li a:hover, .h_list_all .i_search_type ul li a:hover {
  text-decoration: underline;
}
.h_list_all .i_search_hospital ul li a span, .h_list_all .i_search_type ul li a span {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
  color: #f48e31;
}
.h_list_all .i_search_hospital h3 {
  margin-bottom: 10px;
}
.h_list_all .i_search_type h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}
/* hospital/recommender
------	------	------	------	------	------ */
.lifeplan_search .lifeplan_search_kamoku ul {
  margin-top: 10px;
}
.lifeplan_search .lifeplan_search_kamoku ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.lifeplan_search .lifeplan_search_kamoku ul li a {
  text-decoration: none;
  color: #0075cf;
}
.lifeplan_search .lifeplan_search_kamoku ul li a:hover {
  text-decoration: underline;
}
.lifeplan_search .lifeplan_search_doctor h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.lifeplan_search .lifeplan_search_doctor section {
  margin-top: -50px;
  padding-top: 50px;
}
.lifeplan_search .lifeplan_search_doctor .hospital_notes {
  margin-top: 0;
  padding: 13px 20px;
}
.lifeplan_search .lifeplan_search_doctor table {
  margin: 10px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
}
.lifeplan_search .lifeplan_search_doctor table th {
  background: #f5f5f5;
  padding: 5px;
  width: 20%;
  border-bottom: 1px dotted #CCC;
}
.lifeplan_search .lifeplan_search_doctor table td {
  padding: 5px 10px;
  border-bottom: 1px dotted #CCC;
}
/* hospital/gadget-regulation
------	------	------	------	------	------ */
.widget_content {
  margin-bottom: 30px;
}
.widget_content .txt-right {
  margin: 15px 0;
  text-align: right;
  font-size: 13px;
}
.widget_content ol {
  list-style-position: outside;
  margin: 0 0 0 25px;
}
/* hospital/モーダル表示
------	------	------	------	------	------ */
.modal-content {
  display: none;
}
/* lightbox
------	------	------	------	------	------ */

.lightbox {
  display: none;
}
/* featherlight
------	------	------	------	------	------ */
.loginInfo {
  display: flex;
  padding: 12px 10px 6px;
  width: 590px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
}
.loginInfo_image {
  width: 224px;
  text-align: left;
}
.loginInfo_block {
  width: 366px;
  text-align: center;
}
.loginInfo_title {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 24px;
}
.loginInfo_loginBtn {
  display: block;
  margin-bottom: 15px;
  padding: 12px;
  width: 340px;
  background: #fff;
  border:1px solid #d6d6d6;
  border-bottom-color: #cccccc;
  box-shadow:0 1px 0px 0px #ccc;
  border-radius: 3px;
  color: #777777;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}
.loginInfo_loginBtn:hover {
  background: #efefef;
}
.loginInfo_text {
  color: #777;
  font-size: 13px;
  background: url(/hospital/img/pc/logininfo_line.png) repeat-x 4px;
}
.loginInfo_text span {
  padding: 0 15px;
  background: #fff;
}
.loginInfo_signupBtn {
  display: block;
  padding: 12px;
  width: 340px;
  background: #e99349;
  border:1px solid #e99349;
  border-bottom-color: #cd851c;
  box-shadow: 0 1px 0px 0px #cd851c;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}
.loginInfo_signupBtn:hover {
  opacity: 0.85;
}
.loginInfo_icon {
  margin-top: -4px;
  margin-right: 5px;
}
/* 検索のヒント
------	------	------	------	------	------ */
.para .heading_level2 {
  margin: 0;
}
.para .mb20 {
  margin-bottom: 20px;
}
.para {
  margin-top: 20px;
}

/* 病院検索地図詳細
------	------	------	------	------	------ */
.map {
  position: relative;
}
.map_dtl .map {
  padding: 0 45px;
}
#qlifemap-info {
  position: absolute;
  top: 5px;
  left: 5%;
  right: 5%;
  z-index: 5;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
#qlifemap-info .thumb {
  float: left;
  width: 135px;
  text-align: center;
}
#qlifemap-info .thumb img {
  max-width: 135px;
  max-height: 90px;
}
#qlifemap-info .qlifemap-info-contents .detail {
  float: left;
  width: 300px;
  margin-left: 20px;
}
#qlifemap-info .qlifemap-info-contents.noimg .detail {
  float: none;
  margin-left: 20px;
  width: auto;
}
.qlifemap-info-contents a {
  font-size: 110%;
  font-weight: bold;
  color: #0075cf;
  text-decoration: none;
}
#qlifemap-info .qlifemap-info-contents .pharmacy_detail a {
  background: url("../../common/img/pc/icon_window_o.png") no-repeat left center;
  padding-left: 24px;
}
.qlifemap-info-contents a:hover {
  text-decoration: underline;
}
.qlifemap-info-close {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  cursor: pointer;
  background-color: #ccc;
  color: #fff;
  width: 18px;
  height: 18px;
  margin: -1px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #ccc;
}
#qlifemap-move-default {
  text-align: right;
}
#qlifemap-move-default a {
  color: #0075cf;
  text-decoration: none;
}
#qlifemap-move-default a:hover {
  text-decoration: underline;
}
.map .smallmap {
  width: 100%;
  height: 400px;
}
.map .largemap {
  width: 100%;
  height: 600px;
}
.qlifemap-map-menu-btn.btn-list-view {
  position: relative;
}
.qlifemap-map-menu-btn.btn-list-view .zoom {
  position: absolute;
  right: 0;
  width: 40px;
  top: 0px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
}
.qlifemap-map-menu-btn.btn-list-view .largebtn {
  background: center no-repeat url(../../common/img/pc/btn_zoom-in_map.png);
}
.qlifemap-map-menu-btn.btn-list-view .smallbtn {
  background: center no-repeat url(../../common/img/pc/btn_zoom-out_map.png);
}
/* マップ検索
------	------	------	------	------	------ */
.hosp_search_result .search_form .search_hospitalmap .help a {
  margin-left: 10px;
}
.hosp_search_result .search_form .search_hospitalmap .detail_btn {
  float: left;
}
.hosp_search_result .search_form .search_hospitalmap .detail {
  float: left;
}
.hosp_search_result .search_hospitalmap_result_wrap .search_result_body .hos_detail_area dl.last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hosp_search_result .hospitalmap_nav {
  margin-bottom: 20px;
}
.hosp_search_result .hospitalmap_nav ul li {
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  line-height: 1;
  float: left;
  min-height: 32px;
}
.hosp_search_result .hospitalmap_nav ul li a {
  padding: 15px 5px 15px;
  font-size: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}
.hosp_search_result .hospitalmap_nav ul li.map.act a {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_map32_w.png) #e99349;
  background-size: 20px;
  border: 1px solid #e99349;
  color: #FFF;
}
.hosp_search_result .hospitalmap_nav ul li.map.act a:hover {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_map32_w.png) #e99349;
  background-size: 20px;
}
.hosp_search_result .hospitalmap_nav ul li.map a {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_map32_o.png) #fff;
  background-size: 20px;
  border: 1px solid #e99349;
  color: #000;
  border-radius: 0 3px 3px 0;
}
.hosp_search_result .hospitalmap_nav ul li.map a:hover {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_map32_o.png) #f5f5f5;
  background-size: 20px;
}
.hosp_search_result .hospitalmap_nav ul li.list.act a {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_list32_w.png) #e99349;
  background-size: 14px;
  border: 1px solid #e99349;
  color: #FFF;
}
.hosp_search_result .hospitalmap_nav ul li.list.act a:hover {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_list32_w.png) #e99349;
  background-size: 14px;
}
.hosp_search_result .hospitalmap_nav ul li.list a {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_list32_o.png) #fff;
  background-size: 14px;
  border: 1px solid #e99349;
  color: #000;
  border-radius: 3px 0 0 3px;
}
.hosp_search_result .hospitalmap_nav ul li.list a:hover {
  background: 25px center no-repeat url(/hospital/img/pc/icon_hospmap_list32_o.png) #f5f5f5;
  background-size: 14px;
}
.hosp_search_result .hospitalmap_nav ul li a span.mark img {
  width: 8px;
  position: absolute;
  top: 43%;
  right: 7%;
}
.search_condition_wrap {
  margin-bottom: 20px;
}
.search_condition_text {
  width: 395px;
  float: left;
}
.search_condition_text span {
  color: #e99349;
  margin-right: 5px;
}
.search_condition_btn {
  width: 120px;
  float: right;
}
.search_condition_btn a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  background: #e99349;
  color: #fff;
  box-shadow: 0 1px 0px 0px #cd851c;
  font-size: 13px;
  border: 1px solid #e99349;
  border-bottom-color: #cd851c;
  ;
}
.search_condition_btn a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  cursor: pointer;
}
.search_condition_btn a img {
  width: 13px;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 8px;
}
.condition_btn_wrap {
  margin-bottom: 20px;
}
.condition_btn_wrap ul li {
  width: 100px;
  float: left;
  margin-right: 12px;
}
.condition_btn_wrap ul li a {
  display: block;
  line-height: 1;
  padding: 10px 0;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  font-size: 13px;
  color: #000;
  text-align: center;
}
.condition_btn_wrap ul li.act a {
  border: 1px solid #e99349;
  color: #e99349;
  font-weight: bold;
}
.condition_btn_wrap ul li a:hover {
  background-color: #efefef;
  cursor: pointer;
}
/* bxslider
------  ------  ------ */
.bx_wrapper {
  margin: 0 auto 20px;
  position: relative;
  height: 145px;
}
.bx-controls a {
  text-decoration: none;
  color: #c9c9c9;
}
.bx-pager {
  padding-top: 10px;
  text-align: center;
}
.bx-pager-item {
  margin: 0 5px;
  display: inline-block;
}
.bx-pager-item a.active {
  color: #53b4dc;
}
.bx-controls-direction {
  margin-top: 15px;
  padding-bottom: 25px;
  position: relative;
}
.bx-controls-direction a {
  position: absolute;
}
.bx-prev {
  left: 0;
  top: 57.5px;
}
.bx-next {
  right: 0;
  top: 57.5px;
}
/* .hospital_photo_message .bxslider
------  ------  ------ */
.hospital_photo_message .gallery .bx-prev {
  background-color: rgba(0, 0, 0, 0.5);
  height: 28px;
  width: 22px;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 2px;
  color: #fff;
  border-radius: 50%;
  margin-left: -15px;
  font-weight: bold;
}
.hospital_photo_message .gallery .bx-next {
  background-color: rgba(0, 0, 0, 0.5);
  height: 28px;
  width: 20px;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 2px;
  color: #fff;
  border-radius: 50%;
  margin-right: -15px;
  font-weight: bold;
}
/* リンクユニットマージン調整
------  ------  ------ */
.ad.mt20 {
  margin-top: 20px;
}
/* 検索連動広告
------  ------  ------ */
#contents .keyword_ad {
  margin-bottom: 30px;
}
#contents.pharmacy{
  min-height:2900px;
}
#sidebar .keyword_ad {
  margin-bottom: 10px;
}
/* .data_table .data_main_btns
------  ------  ------ */
.data_table .data_main_btns {
  margin-top: 10px;
  padding: 0 15px;
}
.data_table .data_main_btns li.post_kuchikomi {
  width: 80%;
  margin: 0 auto;
}
.data_table .data_main_btns li.ds05 {
  float: right;
  width: 49%;
}
.data_table .data_main_btns li a,
.map_dtl .data_main_btns li a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #e99349;
  border-radius: 3px;
  box-shadow: 0 1px 0px 0px #cd851c;
}
.map_dtl .data_main_btns li a {
  width: 500px;
}
.map_dtl .data_main_btns li.post_kuchikomi a {
  width: 400px;
}
.data_table .data_main_btns li a:hover,
.map_dtl .data_main_btns li a:hover {
  opacity: 0.85;
}
.data_table .data_main_btns li.post_kuchikomi a {
  background: url(/hospital/img/pc/icon_comm_post_small_w.png) no-repeat 110px 42% #e99349;
  background-size: 16px;
}
.course_block p {
  line-height: 1.8;
}
/* .current_status_data_table
------  ------  ------ */
.current_status_data_table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.current_status_data_table table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 730px;
}
.current_status_data_table th, .current_status_data_table td {
  border: solid 1px #d6d6d6;
}
.current_status_data_table th {
  padding: 5px 15px;
  background-color: #f5f5f5;
}
.current_status_data_table th p {
  width: 300px;
  float: left;
  text-align: left;
}
.current_status_data_table th p span {
  padding-left: 10px;
  font-weight: normal;
}
.current_status_data_table th p.note {
  width: 395px;
  float: right;
  text-align: right;
  font-weight: normal;
  font-size: 11px;
}
.current_status_data_table td {
  padding: 10px 15px;
  line-height: 23px;
}
.current_status_data_table td>div {
  position: relative;
}
.current_status_data_table td .current_status_block {
  width: 500px;
  float: left;
}
.current_status_data_table td .current_status_block .current_status .business_name {
  font-weight: bold;
}
.current_status_data_table td .current_status_block .current_status .number {
  font-weight: bold;
  font-size: 21px;
  vertical-align: -1px;
}
.current_status_data_table td .current_status_block .note {
  color: #e52d3c;
}
.current_status_data_table td .iticket_link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.current_status_data_table td .iticket_link a {
  background: rgba(0, 0, 0, 0) url(../img/pc/icon_QAwindow.png) no-repeat scroll left center;
  color: #0075cf;
  padding-left: 22px;
  text-decoration: none;
}
.current_status_data_table td .iticket_link a:hover {
  text-decoration: underline;
}
.current_status_data_table em {
  font-weight: bold;
}
.current_status_data_table small {
  font-size: 11px;
}
.current_status_data_table a {
  text-decoration: none;
  color: #0075cf;
}
.current_status_data_table a:hover {
  text-decoration: underline;
}

/* .rehabilitationBlock
------  ------  ------ */
.rihaBlock{
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffedf3;
  font-size: 13px;
}
.rihaBlock .rihaBlock-title{
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
.rihaBlock .rihaBlock-btn {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.rihaBlock .rihaBlock-btn li {
  flex: 0 0 48%;
}
.rihaBlock .rihaBlock-btn li a{
  display: block;
  line-height: 1;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.rihaBlock .rihaBlock-btn .rihaBlock-rihaBtn a{
  background-color: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 0px 0px #ccc;
  color: #000;
  padding: 17px 0;
}
.rihaBlock .rihaBlock-btn .rihaBlock-rihaBtn a:hover{
  background-color: #f7f7f7;
}
.rihaBlock .rihaBlock-btn .rihaBlock-seikyuBtn a {
  background-color: #fa5b8c;
  border: 1px solid #fa5b8c;
  box-shadow: 0 1px 0px 0px #f82a69;
  color: #FFF;
  padding: 16px 0;
}
.rihaBlock .rihaBlock-btn .rihaBlock-seikyuBtn a::before{
  vertical-align: text-bottom;
  margin-right: 3px;
  font-size: 15px;
}
.rihaBlock .rihaBlock-btn .rihaBlock-seikyuBtn a:hover{
  opacity: 0.85;
  text-decoration: none;
}

/*------    ------    ------    ------    ------    ------ */


/* dpc
------	------	------	------	------	------ */
.dpc_lead_text {
  margin-bottom: 30px;
}
.dpc_block .search_form {
  margin-bottom: 30px;
}
.dpc_block .search_form>p {
  margin-bottom: 20px;
}
.dpc_block .search_form>p a {
  color: #0075cf;
}
.dpc_block .search_form>p a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dpc_block .search_form .dpc_search_title, .dpc_block .search_form .select_btn, .dpc_block .search_form .search_btn_wrap {
  display: inline-block;
}
.dpc_block .search_form .dpc_search_title {
  width: 171px;
}
.dpc_block .search_form .select_btn a {
  width: 438px;
}
.dpc_block .search_form .search_btn_wrap .search_btn {
  padding: 9px 10px;
}
.dpc_list_block {
  padding: 15px 20px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.dpc_list_block li {
  display: inline-block;
  margin: 0 30px 15px 0;
}
.dpc_list_block li a {
  color: #0075cf;
  text-decoration: none;
}
.dpc_list_block li a:hover {
  text-decoration: underline;
}
.dpc_contents_block {
  margin-bottom: 30px;
}
.dpc_contents_block li {
  display: inline-block;
  margin: 0 30px 15px 0;
}
.dpc_contents_block li a {
  color: #0075cf;
  text-decoration: none;
}
.dpc_contents_block li a:hover {
  text-decoration: underline;
}
.dpc_block .pref_search_form .dpc_search_title {
  width: 150px;
}
.dpc_block .pref_search_form .select_btn a {
  width: 230px;
}
.dpc_data_table {
  width: 100%;
  margin-bottom: 40px;
  float: none;
}
.dpc_data_table table {
  width: 100%;
  font-size: 13px;
}
.dpc_data_table .table_block table th {
  vertical-align: middle;
  text-align: center;
}
.dpc_data_table .rank {
  width: 50px;
}
.dpc_data_table .name {
  width: 245px;
}
.dpc_data_table .category {
  width: 120px;
}
.dpc_data_table .pref, .dpc_data_table .japan, .dpc_data_table .sum, .dpc_data_table .surgery, .dpc_data_table .no_surgery {
  width: 63px;
}
.dpc_data_table .text_right {
  text-align: right;
}
.dpc_disease_wrap .dpc_disease_contents {
  margin-top: -60px;
  padding-top: 60px;
}
.dpc_disease_wrap .dpc_disease ul li {
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 14px;
  vertical-align: top;
}
.page_link {
  padding: 20px 20px 5px;
  background-color: #f5f5f5;
}
.page_link h2 {
  line-height: 1;
}
.page_link h4 {
  margin-bottom: 15px;
}
.page_link ul li {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 14px;
  vertical-align: top;
}
.page_link ul li:nth-child(even) {
  margin-right: 0;
}
.page_link .note {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.dpc_data_table .page_link_title {
  margin-bottom: 10px;
  margin-top: -110px;
  padding-top: 110px;
  font-size: 14px;
}
.dpc_data_table .table_block tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}
.dpc_data_table .table_block tr td[rowspan] {
  background-color: #fff;
}
.dpc_data_table .table_block th {
  background-color: #fff;
  font-weight: bold;
}
.hosp_dpc_search_disease .dpc_data_table .table_block th.rank, .dpc_data_table .table_block th.category, .dpc_data_table .table_block th.name, .dpc_data_table .table_block th.sum, .dpc_data_table .table_block th.surgery, .dpc_data_table .table_block th.no_surgery, .dpc_data_table .table_block th.pref, .dpc_data_table .table_block th.japan {
  border-bottom: solid 1px #000;
}
.dpc_data_table:last-of-type {
  margin-bottom: 5px;
}
.hosp_dpc_search_disease .search_option_block {
  padding: 12px 0;
  background-color: #e7e7e7;
}
.hosp_dpc_search_disease .search_option_block .search_option {
  display: inline-block;
  background-color: #6c6c6c;
  margin: -15px 0;
  padding: 15px 30px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
}
.hosp_dpc_search_disease .search_option_block .ui-selectmenu-button {
  width: 490px !important;
  vertical-align: middle;
}
.hosp_dpc_search_disease .search_station_nav .area_block ul li {
  width: 110px;
}

/* 口コミウィジェット終了対応 */
.wedgetAnnounce {
  margin: 0 auto;
  padding: 20px 40px;
  border: solid 2px #e0998c;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}
.wedgetAnnounce h3 {
  margin: 0 auto 8px;
  font-size: 16px;
  color: #333;
}
.wedgetAnnounce .warning {
  color: #e22811;
  font-weight: bold;
}

/* history_postKuchikomi */
.history_postKuchikomi{
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 15px;
  box-sizing: border-box;
  background-color: #F5F8F0;
  border-top: 3px solid #72A02C;
  box-shadow: 0px 1px 3px #d9d9d9;
}
.history_postKuchikomi .blockLeft{
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.history_postKuchikomi .blockRight{
  width: 55%;
}
.history_postKuchikomi_title{
  font-size: 16px;
  color: #72A02C;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(/members/img/pc/h1_mypage-kuchikomi.png) no-repeat 0 center transparent;
  background-size: 42px;
  padding-left: 50px;

}
.history_postKuchikomi_titleSub{
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}
.history_title{
  font-size: 14px;
  margin-bottom: 10px;
}
.history_title:before{
  color: #72A02C;
  margin-right: 3px;
}
.history_hosLink{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000;
  margin-bottom: 12px;
  text-decoration: none;
  padding: 7px 10px;
  box-shadow: 0px 1px 3px #d9d9d9;
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
}
.history_list li:last-of-type .history_hosLink{
  margin-bottom: 0;
}
.history_hosLink:hover{
  background-color: #f7f7f7;
}
.history_hos{
  width: 35%;
  font-weight: bold;
  line-height: 1.4;
}
.history_hosAddress{
  width: 60%;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}
.history_hosLink .icon-arwright_01{
  width: 3%;
}
.history_hosLink .icon-arwright_01:before{
  color: #72A02C;
}
