@charset "utf-8";
@import url("/css/header.css");

body {
  display: block;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font: 13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: none;
  background: url(/image_cmn/bg_wrapper.png) center repeat-y;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,
ul,ol,li,dl,dt,dd,address,a {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

ul,li {
  list-style: none;
}

/* MACサファリ用文字サイズ */
.mac body {
  font-size: 85%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

a {
  text-decoration: none;
}

a:visited {
  color: #1825ce;
}

a:active,
a:hover {
  color: #f00;
}

/* ------------------------------------
 HTML5用
------------------------------------ */
article,aside,canvas,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------
 汎用クラス
---------------------------------------------------------- */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.dispnon {
  display: none;
}

.red {
  color: #f00;
}

.txt_midium {
  font-size: 12px;
}

.txt_small {
  font-size: 11px;
}

.txt_normal {
  font-weight: normal
}

/* ----------------------------------------------------------
 バナー　グレーフィルター
---------------------------------------------------------- */
span.grayactive p.btn_edit {
  background-image: url(/entry_pubuser/image_cmn/btn_edit_gray.gif);
}

* > .grayactive {
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(100%) !important;
}

* > .grayactive .btnhover.alpha50 {
  opacity: 0.5 !important;
}

* > .grayactive .btnhover.alpha30 {
  opacity: 0.3 !important;
}

* > a:hover [src*="btn-"],* > a:hover [src*="btn_"],* > a:hover [src*="bnr-"],* > a:hover [src*="bnr_"] {
  opacity: 0.7;
  cursor: pointer;
}


/* iOS8.4.1対応 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
* > a:hover [src*="btn-"],
* > a:hover [src*="btn_"],
* > a:hover [src*="bnr-"],
* > a:hover [src*="bnr_"] {
  opacity: 1;
}
}

/* テキストボタン */
* > .grayactive > p.alpha50 {
  opacity: 0.5;
}

* > .grayactive > p.alpha30 {
  opacity: 0.3;
}

/* ---------------------------------
 clearfix
--------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.clearfix:after {
  content: ".";
  overflow: hidden;
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/* ---------------------------------
 banner
--------------------------------- */
* figure a {
  display: block;
  line-height: 0;
}

/* ----------------------------------------------------------
 サイドバナー_base
---------------------------------------------------------- */
#content .ad_box,
.ad_box {
  margin: 0 auto 20px;
  max-height: 250px;
}

.social_banner_area li {
  margin-bottom: 15px;
}

.social_banner_area li a {
  display: inline-block;
}

/* ----------------------------------------------------------
 ページ下部 2つ並びバナー
---------------------------------------------------------- */
#content .ad_bnrbox,
.ad_bnrbox.col2 {
  margin: 40px auto 0;
  padding: 40px 0 0;
  width: 646px;
  text-align: center;
  overflow: hidden;
  border-top: 4px solid #FFA5C9;
}
#content .ad_bnrbox.col3{
  margin: 20px auto;
}
#content .ad_bnrbox .ad_box,
.ad_bnrbox.col2 .ad_box {
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
}


/* ----------------------------------------------------------
 上部マージンの微調整
---------------------------------------------------------- */
#content .useful_box + .ad_bnrbox.col2 {
  margin: 30px auto 15px;
}

#content .srh_joken + .ad_bnrbox.col2 {
  margin: 30px auto 15px;
}

#content .ranking_box_txt16 + .ad_bnrbox.col2 {
  margin: 30px auto 15px;
}

#content .page_count + .ad_bnrbox.col2 {
  margin: 30px auto 15px;
}

#content .banner_list + .ad_bnrbox.col2 {
  margin: 15px auto 15px;
}

#content .ad_bnrbox.col2 + #announce {
  margin: 35px auto 15px;
}

/*---------------------------------
  自社広告バナー追加
---------------------------------*/
.ad_bnrbox_token {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 25px auto 25px;
  width: 814px;
}
.ad_bnrbox_token .ad_box {
  width: 250px;
}
.ad_bnrbox_token .ad_box a {
  display: block;
  height: auto;
  width: 100%;
}
.ad_bnrbox_token .ad_box img {
  height: auto;
  width: 100%;
}

/* useful 事典専用 */
.ad_bnrbox_token.ad_bnrbox_token_useful {
  border-top: 2px solid #FFA5C9;
  padding: 30px 0 0;
}
.ad_bnrbox_token.ad_bnrbox_token_useful .ad_box {
  margin-bottom: 0 !important;
}
/* useful 事典のTOP用 */
#con_menu .ad_bnrbox_token.ad_bnrbox_token_useful {
  border-top: 4px solid #FFA5C9;
  width: 100%;
}
#con_menu .ad_bnrbox_token.ad_bnrbox_token_useful .ad_box {
  width: 31.3%;
}

/* 図鑑の横長バナー用 */
.ad_bnrbox_token.ad_bnrbox_token_300_75 {
  width: 800px;
}
.ad_bnrbox_token.ad_bnrbox_token_300_75 .ad_box {
  width: 254px;
}

/* ---------------------------------
リンクフリー
--------------------------------- */
div#right02 .linkfree {
  background: url("/banner/linkfree_box_bg.gif") repeat scroll 0 0;
  margin: 10px 0 0;
  padding: 5px 0;
  width: 300px;
}

div#right02 .linkfree dt {
  margin: 0 5px;
}

div#right02 .linkfree dd {
  background: url("/banner/linkfree_bg.gif") repeat-x scroll 0 bottom #fbfbfb;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  width: 280px;
}

@media screen and (max-device-width: 1024px) {

  div#right02 .linkfree dd {
    letter-spacing: -2px;
  }
}

div#right02 .linkfree dd a {
  background: url("/banner/btn_link.png") no-repeat scroll 0 0;
  display: block;
  width: 200px;
  height: 30px;
  margin: 5px auto 8px auto;
  line-height: 30px;
}

div#right02 .linkfree dd a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------
 ログアウトボタン
---------------------------------------------------------- */
div#body_position {
  position: relative;
  margin: 0 auto;
  width: 970px;
}

.logout_style {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------
 パンくず
---------------------------------------------------------- */
#siteroute,
.breadcrumb {
  display: block;
  overflow: hidden;
  width: 970px;
  margin: 0 auto;
  padding: 9px 0 5px;
  list-style: none;
  text-align: left;
}

#siteroute li,
.breadcrumb li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}

#siteroute li > a,
.breadcrumb li > a {
  margin: 0;
  font-size: 12px;
  line-height: 110%;
  cursor: pointer;
}

#siteroute li span,
.breadcrumb li span {
  float: left;
  margin: 0;
  padding: 1px 0 0 12px;
  font-size: 16px;
  line-height: 110%;
  background: url(/image_cmn/cmn_mrk_siteroute02.gif) no-repeat 0 center;
}

#siteroute li:not([class]):last-child > a span,
.breadcrumb li:not([class]):last-child > a span,
#siteroute li .last_crumbs,
.breadcrumb li .last_crumbs {
  padding-top: 0;
  font-size: 16px;
  line-height: 110%;
  color: #000;
  cursor: default;
  background: url(/image_cmn/cmn_mrk_siteroute02.gif) no-repeat 0 center;
}

/* ---------------------------------------
 header
---------------------------------------- */
* > #header {
  display: block;
  overflow: hidden;
  height: 94px;
  margin: 0;
  padding: 0;
  background: url(/image_cmn/head_bg_line.gif) repeat-x 0 0;
}

* > #header #ttl_area {
  position: relative;
  display: block;
  width: 1000px;
  height: 94px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

* > #header #ttl_area #ttl_read {
  position: absolute;
  top: 19px;
  left: 5px;
}

* > #header #ttl_area #site_ttl {
  position: absolute;
  top: 32px;
  text-align: left;
  overflow: hidden;
}

* > #header #ttl_area #hm_logo {
  position: absolute;
  top: 58px;
  right: 0;
  overflow: hidden;
}

* > #header #ttl_area img {
  display: block;
  margin: 0;
}

* > #header2 {
  display: block;
  overflow: hidden;
  height: 108px;
  margin: 0;
  padding: 0;
  background: url(/image_cmn/head_bg_line2.gif) repeat-x 0 0;
}

* > #header2 #ttl_area2 {
  position: relative;
  display: block;
  width: 1000px;
  height: 108px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

* > #header2 #ttl_area2 #ttl_read2 {
  position: absolute;
  top: 27px;
  left: 5px;
}

* > #header2 #ttl_area2 #site_ttl2 {
  position: absolute;
  top: 40px;
  text-align: left;
  overflow: hidden;
}

* > #header2 #ttl_area2 #hm_logo2 {
  position: absolute;
  top: 68px;
  right: 0;
  overflow: hidden;
}

* > #header2 #ttl_area2 img {
  display: block;
  margin: 0;
}

/* ---------------------------------------
 header ssl用
---------------------------------------- */
* > #header #ttl_area3 {
  position: relative;
  display: block;
  width: 1000px;
  height: 94px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

* > #header #ttl_read3 {
  position: absolute;
  top: 19px;
  left: 5px;
}

* > #header #site_ttl3 {
  position: absolute;
  top: 32px;
  text-align: left;
  overflow: hidden;
}

* > #header #hm_logo3 {
  position: absolute;
  top: 58px;
  right: 0;
  overflow: hidden;
}

* > #header #ttl_area3 img {
  display: block;
  margin: 0;
}

/* ---------------------------------------
 footer
---------------------------------------- */
#footer {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 14px 0;
  background: url(/image_cmn/fot_bg_menu_box.gif) #fff repeat-x 0 bottom;
  border-top: 1px solid #b3c6e4;
  color: #666;
  min-height: 40px;
}

#footer ul.foot_submenu {
  text-align: center;
}

#footer ul.foot_submenu li {
  display: inline;
  float: none;
  font-size: 12px;
  padding: 1px 4px 1px 8px;
  border-left: 1px solid #aaa;
}

#footer ul.foot_submenu li:last-child {
  padding-right: 8px;
  border-right: 1px solid #aaa;
}

#footer ul.foot_submenu li.li_end {
  padding-right: 8px;
  border-right: 1px solid #aaa;
}

#footer ul.foot_submenu li.sub_last {
  padding: 0 0 2px;
  background: none;
}

#footer p#manage {
  clear: both;
  margin: 10px auto 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

#footer p#copyright {
  clear: both;
  margin: 10px auto;
  padding: 0;
  font-size: 11px;
  text-align: center;
}

#footer > dl > dt,
#footer > dl > dd {
  display: inline !important;
}

#footer > dl {
  font-size: 13px;
  margin: 10px 0px;
  text-align: center;
}

/* ---------------------------------------
 footer manageのみ
---------------------------------------- */
#footer_sub {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0;
  background: url(/image_cmn/fot_bg_menu_box.gif) repeat-x 0 bottom;
  border-top: 1px solid #b3c6e4;
  color: #666;
  min-height: 45px;
}

#footer_sub p#manage {
  clear: both;
  /*width: 900px;*/
  margin: 10px auto 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

/* ---------------------------------------
 footerのカラー部分
---------------------------------------- */
#line_box_footer {
  clear: both;
  width: auto;
  margin: 0 0 -15px 0;
}

#line_box_footer .color_g {
  width: 100%;
  height: 7px;
  background-color: #418250;
}

#line_box_footer .color_p {
  width: 100%;
  height: 15px;
  background-color: #cc5479;
  border-top: 3px solid #fff;
}

/* ---------------------------------------
 シニアフッター
---------------------------------------- */
#footer_box {
  clear: both;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-top: 30px;
  background: url(/senior/image/footer_bg.jpg) repeat-x 0 0;
  background-color: #fff;
}

#top_link {
  width: 1100px;
  margin: 0 auto;
  text-align: right;
}

#footer_senior {
  font-size: 13px;
  text-align: center;
}

#footer_senior ul {
  margin: 20px 0 7px;
  text-align: center;
}

#footer_senior li {
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #999;
}

#footer_senior li.end {
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#footer_senior address {
  margin: 20px 0 0;
  font-style: normal;
}

#line_box_footer {
  clear: both;
  width: auto;
  margin: 0 0 -15px;
}

#line_box_footer .color_g {
  width: 100%;
  height: 7px;
  background-color: #418250;
}

#line_box_footer .color_p {
  width: 100%;
  height: 15px;
  background-color: #cc5479;
}

/* ---------------------------------------
 ドクターマップフッター
---------------------------------------- */
footer.doctormap_footer {
  background: none;
  border: none;
  margin-top: 20px;
  width: 100%;
}

* > footer.doctormap_footer .footer_logo {
  border-bottom: #cacaca 1px solid;
  padding-bottom: 20px;
  text-align: center;
}

* > footer.doctormap_footer .footer_logo a {
  display: inline-block;
  width: 350px;
  height: 30px;
  overflow: hidden;
}

* > footer.doctormap_footer .footer_main {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
  color: #999;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  text-align: center;
  width: 100%
}

* > footer.doctormap_footer .footer_main .footer_menu li {
  border-left: 1px solid #aaa;
  display: inline;
  float: none;
  font-size: 12px;
  padding: 1px 4px 1px 8px;
}

* > footer.doctormap_footer .footer_main .footer_menu li:last-of-type {
  border-right: 1px solid #aaa;
  padding-right: 8px;
}

* > footer.doctormap_footer .footer_main > dl {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

* > footer.doctormap_footer .footer_main > dl > dt,
* > footer.doctormap_footer .footer_main > dl > dd {
  display: inline;
}

* > footer.doctormap_footer .copyright {
  background: #33b9ba;
  clear: both;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  text-align: center;
}

* > footer.doctormap_footer .copyright a {
  color: #333BBA;
}

* > footer.doctormap_footer .copyright a:hover {
  color: #cc0010;
}

/* ---------------------------------------
 上場企業・上場会社「ビッグカンパニー」フッター company_footer
---------------------------------------- */
.company_footer {
  letter-spacing: 0;
  line-height: 1.15;
  margin: 10px auto 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(rgba(255, 255, 255, 0) 100px, rgba(43, 105, 163, 1) 100px, rgba(43, 105, 163, 1));
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

.company_footer .box {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
  color: #fff;
  background: url(/company/image/top/bg_footer_l.png) no-repeat left 50px top 70px,
  url(/company/image/top/bg_footer_r.png) no-repeat right 25px top;
  background-size: 20px 30px, 495px 100px;
}

.company_footer .logo_bc35_navi {
  margin: 25px auto;
}

.company_footer .logo_bc35_navi img {
  vertical-align: bottom;
}

.company_footer .menu {
  margin: 0 auto 12px;
  width: 1000px;
  letter-spacing: 0.004em;
}

.company_footer .menu li {
  border-left: 1px solid #b6d2ec;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  padding: 0 7px 0 10px;
}

.company_footer .menu li:first-child {
  border-left: none;
}

.company_footer .menu li a {
  color: #fff;
}

.company_footer .menu li a:hover {
  color: #b9dcf2;
}

.company_footer .product {
  font-size: 12px;
  margin: 0 auto 23px;
}

.company_footer .product dt {
  display: inline-block;
}

.company_footer .product dd {
  display: inline-block;
}

.company_footer .copyright {
  background: #0a436f;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 9px;
}

.company_footer .copyright a {
  color: #fff;
}

.company_footer .mod_pagetop {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.company_footer .mod_pagetop .btn {
  position: absolute;
  top: -221px;
  right: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.company_footer .mod_pagetop .btn img {
  position: absolute;
  top: 0;
  left: 0;
}

.company_footer .mod_pagetop .btn:hover img {
  top: auto;
  bottom: 0;
  opacity: 1;
}

/* ---------------------------------------
 contents
---------------------------------------- */
* > #content {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4;
}

/* ---------------------------------------
 【施設詳細】【施設詳細の下層 施設一覧】ページ上部　コンテンツ外広告枠
 ---------------------------------------- */
#ad_content_out {
  display: none;
}

#ad_content_out > div {
  position: absolute;
  top: 0;
  display: block;
  padding-bottom: 100px;
  padding-top: 10px;
  background-color: #fff;
}

#ad_content_out > div:first-of-type {
  left: -170px;
}

#ad_content_out > div:last-of-type {
  right: -170px;
}

#ad_content_out a {
  display: block;
}

#ad_content_out img:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------
	biz_prbox サイド_施設関係の方へ 有料施設掲載PRバナー
---------------------------------------------------- */
.biz_prbox {
  width: 296px;
  border: 2px solid #d9dee6;
  background: #eaedf3;
  margin: 0 0 20px;
}

.biz_prbox .txt_for {
  text-align: center;
  height: 25px;
  line-height: 25px;
}

.biz_prbox div.prbox {
  width: 290px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}

.biz_prbox div.prbox dl {
  margin: 0;
  padding: 0;
}

.biz_prbox div.prbox dl dt {
  margin: 0;
  padding: 0;
}

.biz_prbox div.prbox dl dd {
  margin: 0;
  padding: 0;
}

.biz_prbox div.prbox dl dt img,
.biz_prbox div.prbox dl dd img {
  vertical-align: bottom;
}

.biz_prbox .link_txtright {
  text-align: right;
  height: 25px;
  line-height: 25px;
}

/*------------------------
 画面下　SEO用テキスト
------------------------*/
* > .mo_box {
  display: block;
  overflow: hidden;
  clear: both;
  text-align: left;
  width: 750px;
  margin: 0 auto 15px;
  padding: 10px 10px 8px 10px;
  border: 3px solid #ffdbe9;
  background-color: #fff;
  line-height: 1.2em;
}

* > .mo_box p {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

* > .mo_box p span {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
}

/*　==== 結婚式場　ハッピーペア　.mo_box.bc20 ==== */
.mo_box.bc20 {
  box-sizing: border-box;
  border: none;
  background-image: url(/wedding2/image/bg_footertxt_top.png),
  url(/wedding2/image/bg_footertxt_btm.png),
  url(/wedding2/image/bg_footertxt_mid.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center;
  margin: 0 auto 30px;
  padding: 24px 40px;
  width: 836px;
  text-align: left;
}

.mo_box.bc20 p {
  font-size: 13px;
  line-height: 1.5em;
}

/*　==== 上場企業・上場会社　ビッグカンパニー　.mo_box.bc35 ==== */
.mo_box.bc35 {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  padding: 12px;
  width: 840px;
  border: #2b69a3 1px solid;
  border-radius: 14px;
}

.mo_box.bc35::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  width: 30px;
  height: 20px;
  background: url(/company/image/top/bg_prtxt_balloon.png) no-repeat center center;
  background-size: 30px 20px;
}

.mo_box.bc35 p {
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 auto;
}

/* ---------------------------------------
 結婚式場　ハッピーペア フッター main_footer
---------------------------------------- */
.main_footer {
  letter-spacing: 0;
  background: url(/wedding2/image/bg_footer_top.png) no-repeat center top,
  url(/wedding2/image/bg_pink.png);
  font-size: 13px;
  margin: 30px auto 0;
  padding: 28px 0 0;
  width: 100%;
}

.main_footer .logo {
  margin: 0 auto;
}

.main_footer .menu {
  margin: 20px auto 8px;
  width: 1000px;
}

.main_footer .menu li {
  border-left: 1px solid #d75a7a;
  display: inline-block;
  line-height: 25px;
  padding: 0 5px 0 8px;
}

.main_footer .menu li:first-child {
  border-left: none;
}

.main_footer .menu li a {
  color: #333;
}

.main_footer .menu li a:hover {
  color: #888;
}

.main_footer .product {
  margin: 8px auto 20px;
}

.main_footer .product dt {
  display: inline-block;
}

.main_footer .product dd {
  display: inline-block;
}

.main_footer .copyright {
  background: #f4557e;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 9px;
}

.main_footer .copyright a {
  color: #fff;
}

/* ==========================================
 写真集ページ　暫定対応　結婚式場　カテゴリ フッター main_footer
=========================================== */
footer .main_footer {
  margin: 0 auto;
}

footer .main_footer .logo {
  position: relative;
}

/*------------------------
 Google Ado
------------------------*/
#ads_box {
  display: block;
  margin: 5px auto 20px;
  padding: 0;
}

/*------------------------
 facebook style
------------------------*/
.facebook_style {
  position: relative;
  background: url(/image/facebook_bg.jpg) no-repeat 0 0;
  display: block;
  height: 55px;
  margin: 0 auto 16px;
  border: 1px solid #3f589b;
  padding: 5px;
  border-radius: 3px;
}

.facebook_style iframe {
  width: 72px !important;
}

.facebook_read {
  float: left;
  width: 209px;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 85px;
}

.facebook_read p {
  float: left;
}

/*------------------------
 movie image
------------------------*/
.movie_img {
  display: block;
  cursor: pointer;
  margin: 10px 0 0;
}

.movie_img2 {
  margin: 0;
  cursor: pointer;
}

/*---------------------------------
 まだご登録されていない施設様へ ここから　横山追加
 ---------------------------------*/
#entry_box2 {
  border: #999 1px solid;
  padding: 8px 0 3px 0;
  margin-bottom: 16px;
  text-align: center;
}

#entry_box2 .entry_style .pr_entry {
  padding: 5px 0 14px 0;
}

#entry_box2 .entry_style #pr_btn {
  padding: 0 0 3px 0
}

#entry_box2 .entry_style #pr_btn #pr_free {
  float: left;
  margin-left: 6px;
}

/*---------------------------------
 ランキング
 ---------------------------------*/
aside.ranking_box {
  overflow: hidden;
  margin: 10px auto 10px;
  width: 620px;
  height: 185px;
  border-bottom: #67ab15 solid 4px;
  font: 13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

aside.ranking_box h2 {
  height: 38px;
  overflow: hidden;
  margin: 0 auto;
  background: url("/image/ranking_ttl.jpg") no-repeat scroll center 0 transparent;
  text-align: center;
  font-size: 25px;
  padding: 10px 0 0;
  color: #eb277f;
  font-weight: 600;
  line-height: 1;
}

aside.ranking_box.ttl_s h2 {
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
}

aside.ranking_box h2 img {
  margin-left: 5px;
  vertical-align: text-top;
}

aside.ranking_box h2 span.crown {
  margin: 0 5px;
  vertical-align: 3px;
}

aside.ranking_box h3 {
  height: 38px;
  overflow: hidden;
  margin: 0 auto;
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
  text-align: center;
  font-size: 25px;
  padding: 10px 0 0;
  color: #eb277f;
  font-weight: 600;
  line-height: 1;
}

aside.ranking_box.ttl_s h3 {
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
}

aside.ranking_box h3 img {
  margin-left: 5px;
  vertical-align: text-top;
}

aside.ranking_box h3 span.crown {
  margin: 0 5px;
  vertical-align: 3px;
}

aside.ranking_box .ranking_txt_box {
  margin: 15px 10px 10px;
  overflow: hidden;
  text-align: left;
}

aside.ranking_box .ranking_txt_box p.ranking_txt {
  line-height: 1.4;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

aside.ranking_box .ranking_txt_box .ranking_btn {
  margin: 13px 0 10px 8px;
  overflow: hidden;
  text-align: center;
}

aside.ranking_box .ranking_txt_box .ranking_btn li {
  display: inline-block;
  margin: 0 10px;
  width: 333px;
}
aside.ranking_box .ranking_txt_box .ranking_btn li img{
  width: 333px;
}

/*---------------------------------
 ランキング  タブレット用テキスト16px対応
  ---------------------------------*/
aside.ranking_box_txt16 {
  overflow: hidden;
  margin: 10px auto;
  width: 620px;
  height: 185px!important;
  border-bottom: #67ab15 solid 4px;
  font: 13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

aside.ranking_box_txt16.ttl_s {
  overflow: hidden;
  margin: 10px auto 10px;
  width: 620px;
  height: 185px!important;
  font: 13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

aside.ranking_box_txt16 h2 {
  height: 38px;
  overflow: hidden;
  margin: 0 auto;
  background: url("/image/ranking_ttl.jpg") no-repeat scroll center 0 transparent;
  text-align: center;
  font-size: 25px;
  padding: 10px 0 0;
  color: #eb277f;
  font-weight: 600;
  line-height: 1;
}

aside.ranking_box_txt16.ttl_s h2 {
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
}

aside.ranking_box_txt16 h2 img {
  margin-left: 5px;
  vertical-align: text-top;
}

aside.ranking_box_txt16 h2 span.crown {
  margin: 0 5px;
  vertical-align: 3px;
}

aside.ranking_box_txt16 h3 {
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  background: url("/image/ranking_ttl.jpg") no-repeat scroll center 0 transparent;
  text-align: center;
  font-size: 23px;
  padding: 10px 0 0;
  color: #eb277f;
  font-weight: 600;
  line-height: 1;
}

aside.ranking_box_txt16.ttl_s h3 {
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
}

aside.ranking_box_txt16 h3 img {
  vertical-align: text-top;
}

aside.ranking_box_txt16 h3 span.crown {
  margin: 0 7px;
  vertical-align: 3px;
}

aside.ranking_box_txt16 h3 span.crown:first-child {
  margin-right: 4px;
}

aside.ranking_box_txt16 .ranking_txt_box {
  margin: 15px 10px 10px;
  overflow: hidden;
  text-align: left;
}

aside.ranking_box_txt16 .ranking_txt_box p.ranking_txt {
  line-height: 1.4;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

aside.ranking_box_txt16 .ranking_txt_box .ranking_btn {
  margin: 13px 0 10px 8px;
  overflow: hidden;
  text-align: center;
}

aside.ranking_box_txt16 .ranking_txt_box .ranking_btn li {
  display: inline-block;
  margin: 0 10px;
  width: 333px;
}

aside.ranking_box_txt16 .ranking_txt_box .ranking_btn img {
  width: 333px;
}

/*---------------------------------
 ランキング  タブレット用テキスト16px対応(ポイントランキングなし)
  ---------------------------------*/
aside.ranking_box_txt16_02 {
  overflow: hidden;
  margin: 15px auto 20px;
  width: 620px;
  height: 204px;
  border-bottom: #67ab15 solid 4px;
  font: 13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

aside.ranking_box_txt16_02.ttl_s {
  height: 199px;
}

aside.ranking_box_txt16_02 h2 {
  height: 38px;
  overflow: hidden;
  margin: 0 auto;
  background: url("/image/ranking_ttl.jpg") no-repeat scroll center 0 transparent;
  text-align: center;
  font-size: 25px;
  padding: 10px 0 0;
  color: #eb277f;
  font-weight: 600;
  line-height: 1;
}

aside.ranking_box_txt16_02.ttl_s h2 {
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
}

aside.ranking_box_txt16_02 h2 img {
  margin-left: 5px;
  vertical-align: text-top;
}

aside.ranking_box_txt16_02 h2 span.crown {
  margin: 0 5px;
  vertical-align: 3px;
}

aside.ranking_box_txt16_02 h3 {
  height: 38px;
  overflow: hidden;
  margin: 0 auto;
  background: url("/image/ranking_ttl.jpg") no-repeat scroll center 0 transparent;
  text-align: center;
  font-size: 23px;
  padding: 10px 0 0;
  color: #eb277f;
  font-weight: 600;
  line-height: 1;
}

aside.ranking_box_txt16_02.ttl_s h3 {
  background: url("/image/ranking_ttl_s.jpg") no-repeat scroll center 0 transparent;
}

aside.ranking_box_txt16_02 h3 img {
  margin-left: 5px;
  vertical-align: text-top;
}

aside.ranking_box_txt16_02 h3 span.crown {
  margin: 0 5px;
  vertical-align: 3px;
}

aside.ranking_box_txt16_02 .ranking_txt_box {
  margin: 15px 10px 10px;
  overflow: hidden;
  text-align: left;
}

aside.ranking_box_txt16_02 .ranking_txt_box p.ranking_txt {
  line-height: 1.4;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

aside.ranking_box_txt16_02 .ranking_txt_box .ranking_btn {
  margin: 10px 0 10px 8px;
  overflow: hidden;
  text-align: center;
}

aside.ranking_box_txt16_02 .ranking_txt_box .ranking_btn li {
  margin: 0 10px;
  text-align: center;
}

/*------ ランキング タイトル新 ピンク -----*/
aside.ranking_box_pk{
  border-bottom: none;
  height: auto !important;
  margin: 30px auto 10px;
  overflow: hidden;
  width: auto;
}

aside.ranking_box_pk h3{
  background: none;
  border-top: 2px solid #ea2b79;
  border-bottom: 2px solid #ea2b79;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

aside.ranking_box_pk h3 span{
  background: #ea2b79;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  background-size: contain;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  letter-spacing: -0.01em;
  min-width: 453px;
  padding: 6px 67px 7px;
  position: relative;
  width: auto;
}

aside.ranking_box_pk h3 span::before,
aside.ranking_box_pk h3 span::after{
  background:url(/image/ico-crown-white.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  top: calc(50% - 14px);
  vertical-align: middle;
  width: 26px;
}

aside.ranking_box_pk h3 span::before{
  left: 35px;
}

aside.ranking_box_pk h3 span::after{
  right: 35px;
}

aside.ranking_box_pk .ranking_txt_box {
  margin: 15px 10px 10px;
  overflow: hidden;
  text-align: left;
}

aside.ranking_box_pk .ranking_txt_box p.ranking_txt{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 auto 5px;
  width: 440px;
}

aside.ranking_box_pk .ranking_txt_box .ranking_btn {
  margin: 13px 0 10px 8px;
  overflow: hidden;
  text-align: center;
}

aside.ranking_box_pk .ranking_txt_box .ranking_btn li {
  display: inline-block;
  margin: 0 10px;
  width: 333px;
}

aside.ranking_box_pk .ranking_txt_box .ranking_btn img {
  width: 333px;
}

/*---------------------------------
 ホームページ ブログ検索 バナー
 ---------------------------------*/
.bnr_hp_box {
  margin: 25px auto;
}

/*---------------------------
 サブドメイン全てに共通
---------------------------*/
* > .img_load2 {
  display: block;
  width: 590px;
  height: 25px;
  margin: 15px auto!important;
  padding: 0;
}

* > #ttl_contribution {
  display: block;
  overflow: hidden;
  width: 595px;
  height: 38px!important;
  line-height: 38px!important;
  margin: 0 auto 15px;
  border: 1px solid #c4b10f;
  padding: 0 5px;
  background: #e2d039;
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px -1px 2px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, .3);
  font-size: 18px!important;
  font-weight: 600;
  color: #464431;
  text-align: center;
}

* > .toukou_bosyu .cate_line {
  height: 3px!important;
  margin: 2px auto 23px!important;
  padding: 0!important;
  border: 0!important;
  border-bottom: 3px solid #FF0099!important;
  width: 90%!important;
}

* > .toukou_bosyu .cate_line hr {
  display: none!important;
}

* > .toukou_bosyu .txt_center2 {
  color: #f00!important;
  font-weight: 600!important;
  font-size: 21px!important;
  text-align: center!important;
  margin: 0 auto 10px!important;
}

/* ------------------------------------------
 独自ドメイントップ ネット広告
------------------------------------------- */
.net_ads_box {
  width: 620px;
  margin: 0 auto 25px;
  padding: 15px 0px;
  border-bottom: #008ee0 solid 4px;
}

#net_ads_top {
  width: 600px;
  padding: 0 0 15px;
  margin: 0px auto;
  border-radius: 6px;
  background: #fff5d8;
  position: relative;
}

#net_ads_top h3 {
  width: 600px;
  padding: 8px 0;
  background: #deaf23;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
  text-align: center;
  position: relative;
}

#net_ads_top p {
  margin: 12px 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #net_ads_top p {
    font-size: 16px;
  }
}

#net_ads_top figure {
  width: 520px;
  margin: 0 auto;
  background: #fff;
}

/* ----------------------------
 フォントサイズbutton
------------------------------ */
#control-wrap {
  margin: 0 5px 10px 0;
  overflow: hidden;
}

#control-wrap ul {
  display: block;
  background-image: url(/image_cmn/font-bg.gif);
  height: 33px;
  width: 220px;
  float: right;
  margin-top: 17px;
}

#control-wrap ul li {
  padding: 0 3px 0 13px;
  float: right;
}

#area_useful #control-wrap,
#useful #control-wrap,
.useful_area #control-wrap,
.dictionary_img {
  background: url(/image/book_img.png) no-repeat 80px 0px;
  height: 54px;
}

#area_useful #control-wrap ul,
#useful #control-wrap ul,
.useful_area #control-wrap ul,
.dictionary_img ul {
  margin: 21px 0 0;
}

/*辞書イラストから変更デザイン201602*/
#control-wrap.oyakudachi-kanren ul {
  display: block;
  background-image: none;
  height: 33px;
  width: 220px;
  float: right;
  margin: 10px 0 0;
}

#control-wrap.oyakudachi-kanren {
  background: url(/image/oyakudachi-kanren.png) no-repeat 0 0;
  height: 54px;
}

/* --------------------------------------------
 プラグイン　フォントサイズ変更 /js/jquery.font_resize.js
---------------------------------------------- */
.mod_font_resize {
  display: block;
  width: 220px;
  height: 33px;
  margin: 15px 0 0 auto;
  background: url(/image_cmn/font-bg.gif) no-repeat 0 0;
}

.mod_font_resize:before,
.mod_font_resize:after {
  content: "";
  display: table;
}

.mod_font_resize:after {
  clear: both;
}

.mod_font_resize .btn {
  float: right;
  margin: 0 3px 0 13px;
  cursor: pointer;
}

.mod_font_resize .btn img {
  opacity: 0.5;
}

.mod_font_resize .btn.active img {
  opacity: 1;
}

/* ------------------------------------------
 独自ドメイントップ phot_list
------------------------------------------- */
ul.photo_list {
  width: 650px;
  overflow: hidden;
  margin: 0 0 0 -3px;
  text-align: center;
  font-size: 0;
}

ul.photo_list > li {
  float: left;
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin: 3px;
  border: #adadad solid 2px;
}

ul.photo_list > li > img {
  position: relative;
}

/* bnrスポーツ選手ブログ */
.bnr_hp {
  width: 520px;
  margin: 0 auto 25px;
  text-align: center;
}

.bnr_hp img,
.bnr_hp_top img {
  padding: 0;
}

.bnr_hp figcaption,
.bnr_hp_top figcaption {
  padding: 5px 20px;
}

.bnr_hp_top {
  width: 520px;
  margin: 5px auto 20px;
  text-align: center;
}

.osusume_hpsrch {
  display: block;
  position: relative;
  width: 482px;
  height: 75px;
  margin: 0 auto 20px;
}

figure.bnr_residence {
  clear: both;
  font-size: 15px;
  margin: 0 auto;
  padding: 12px 0 17px;
  text-align: center;
  width: 600px;
}

figure.bnr_residence img {
  margin: 0 0 7px;
}

div.border_line02 {
  height: 30px;
  text-align: center;
}

/*---------------------------------------
  施設を検索
----------------------------------------*/
[id^="srchmenu"] {
  width: 640px;
  margin: 0 auto;
  padding: 0 0 10px;
  background: #e5688a;
  border-radius: 3px;
  position: relative;
}

[id^="srchmenu"] img {
  vertical-align: bottom;
}

[id^="srchmenu"] > h2,
[id^="srchmenu"] > h3 {
  margin: 0;
  padding: 0;
}

[id^="srchmenu"] > p.lead {
  margin: 0 0 3px;
  padding: 0;
}

[id^="srchmenu"] > ul.li_area {
  overflow: hidden;
  width: 612px;
  margin: 0 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

[id^="srchmenu"] > ul.li_area > li.only > p,
[id^="srchmenu"] > ul.li_area > li > dl {
  position: relative;
}

[id^="srchmenu"] > ul.li_area > li:nth-of-type(2) {
  margin-left: 124px;
}

[id^="srchmenu"] > ul.li_area > li:nth-of-type(3) {
  margin-left: 248px;
}

[id^="srchmenu"] > ul.li_area > li:nth-of-type(4) {
  margin-left: 372px;
}

[id^="srchmenu"] > ul.li_area > li:nth-of-type(5) {
  margin-left: 496px;
  min-height: 44px;
}

[id^="srchmenu"] > ul.li_area > li.only > p > span,
[id^="srchmenu"] > ul.li_area > li.only > p > a,
[id^="srchmenu"] > ul.li_area > li > dl > dt {
  position: absolute;
  left: 0;
  float: left;
  width: 116px;
  height: 36px;
  margin: 4px 0;
  border-radius: 3px;
  color: #1825ce;
  line-height: 36px;
}

[id^="srchmenu"] > ul.li_area > li > dl > dt:hover {
  cursor: pointer;
  color: #f00;
}

[id^="srchmenu"] > ul.li_area > li > dl > dt.active {
  color: #fff !important;
}

[id^="srchmenu"] > ul.li_area > li.only > p.filter > span,
[id^="srchmenu"] > ul.li_area > li.only > p.filter > a,
[id^="srchmenu"] > ul.li_area > li > dl > dt.filter {
  background-color: #b3b3b3;
  color: #111a91;
}

[id^="srchmenu"] > ul.li_area > li.only > p > span.gry {
  background: #fff url(/image/top/mrk_arrow_g.gif) no-repeat 5px center;
  color: #888;
  cursor: default;
}

[id^="srchmenu"] > ul.li_area > li > dl > dd {
  display: none;
  float: left;
  padding-top: 40px;
}

[id^="srchmenu"] > ul.li_area > li.kyusyu > dl > dd {
  margin-left: -372px;
}

[id^="srchmenu"] > ul.li_area > li.chugoku > dl > dd,
[id^="srchmenu"] > ul.li_area > li.hokuriku > dl > dd {
  margin-left: -496px;
}

[id^="srchmenu"] > ul.li_area > li > dl > dd > ul {
  overflow: hidden;
  margin: 5px 0;
  padding: 8px 0;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
}

[id^="srchmenu"] > ul.li_area > li > dl > dd > ul > li {
  float: left;
  padding: 0 12px;
  color: #666;
}

[id^="srchmenu"] > ul.li_area > li > dl > dd > ul > li:last-child {
  border-right: none;
}


[id^="srchmenu_area"] {
  background: #e5688a;
}

[id^="srchmenu_area"] > ul.li_area > li.only > p > a,
[id^="srchmenu_area"] > ul.li_area > li > dl > dt {
  background: #fff url(/image/top/mrk_arrow_blue.png) no-repeat 5px center;
}

[id^="srchmenu_area"] > ul.li_area > li.only > p > a:hover,
[id^="srchmenu_area"] > ul.li_area > li > dl > dt:hover {
  background-color: #fae1e8;
}

[id^="srchmenu"] > ul.li_area > li.only.kyusyu > p {
  text-indent: 0.5em;
}

[id^="srchmenu_area"] > ul.li_area > li > dl > dt.active {
  background-color: #d32e5b;
}

[id^="srchmenu_area"] > ul.li_area > li > dl > dd > ul > li {
  border-right: #e06d8d solid 1px;
}


[id^="srchmenu_map"] {
  background: #579cf6;
}

[id^="srchmenu_map"] > ul.li_area > li.only > p > a,
[id^="srchmenu_map"] > ul.li_area > li > dl > dt {
  background: #fff url(/image/top/mrk_arrow_pink.png) no-repeat 5px center;
}

[id^="srchmenu"] > ul.li_area > li.kyusyu > dl > dt {
  text-indent: 0.5em;
}

[id^="srchmenu"] > ul.li_area > li.kyusyu > dl > dd > ul > li {
  padding: 0 11px;
}

[id^="srchmenu_map"] > ul.li_area > li.only > p > a:hover,
[id^="srchmenu_map"] > ul.li_area > li > dl > dt:hover {
  background-color: #d1e2fa;
}

[id^="srchmenu_map"] > ul.li_area > li > dl > dt.active {
  background-color: #1e6cd3;
}

[id^="srchmenu_map"] > ul.li_area > li > dl > dd > ul > li {
  font-size: 15px;
  border-right: #6298e0 solid 1px;
}

.banner_simple {
  margin: 25px auto 20px;
  text-align: center;
  width: 540px;
}

.banner_simple figcaption {
  margin-top: 5px;
}

@media screen and (max-device-width: 1024px) {
  [id^="srchmenu_map"] > ul.li_area > li > dl > dt:hover {
    color: #1825ce;
  }
  [id^="srchmenu_map"] > ul.li_area > li > p > a:hover,
  [id^="srchmenu_map"] > ul.li_area > li > dl > dt:hover {
    background-color: #fff;
  }
  [id^="srchmenu_map"] > ul.li_area > li > dl > dt.active:hover {
    background-color: #1e6cd3;
  }
}

[id^="srchmenu_photo"] {
  background: #3cbd57;
}

[id^="srchmenu_photo"] > ul.li_area > li.only > p > a,
[id^="srchmenu_photo"] > ul.li_area > li > dl > dt {
  background: #fff url(/image/top/mrk_arrow_pink.png) no-repeat 5px center;
}

[id^="srchmenu_photo"] > ul.li_area > li.kyusyu > dl > dt {
  text-indent: 0.5em;
}

[id^="srchmenu_photo"] > ul.li_area > li.kyusyu > dl > dd > ul > li {
  padding: 0px 11px;
}

[id^="srchmenu_photo"] > ul.li_area > li.only > p > a:hover,
[id^="srchmenu_photo"] > ul.li_area > li > dl > dt:hover {
  background-color: #e0ffe7;
}

[id^="srchmenu_photo"] > ul.li_area > li > dl > dt.active {
  background-color: #1b8d32;
}

[id^="srchmenu_photo"] > ul.li_area > li > dl > dd > ul > li {
  font-size: 15px;
  border-right: #6298e0 solid 1px;
}

/*----------------------------
 トップテキスト20150427追加
-----------------------------*/
.txt_yt_info {
  font-weight: 600;
  clear: right;
  margin: 0 auto;
  padding: 10px 0 0;
  line-height: 1.5;
  color: #e00;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}

.txt_yt_info a {
  color: #e00;
  text-decoration: none;
}

.txt_yt_info a:hover {
  color: #e00;
  text-decoration: none;
}

.txt_yt_info a:visited {
  color: #e00;
  text-decoration: none;
}

* > .txt_line {
  height: 1px;
  margin: 1px auto 10px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e00;
  width: 500px;
}

* > .txt_line hr {
  display: none;
}

/*--------------------------------
	カテゴリTOPページ用施設写真／動画コンテストバナー
--------------------------------*/
figure.bnr_campmcon_category_top {
  clear: both;
  margin: 0 auto;
  padding: 12px 0 20px;
  text-align: center;
  width: 600px;
}

figure.bnr_campmcon_category_top img {
  margin: 0 0 7px;
}
figure.bnr_campmcon_category_top figcaption.txt_m {
  font-size: 15px;
}

/*--------------------------------
	カテゴリTOPページ用_PVボタン
--------------------------------*/
.btn-kimetu-pv {
  max-width: 540px;
  margin: 0 auto 30px;
  font-size: 0;
}
/*--------------------------------
	ページ送り＆ページジャンプ
--------------------------------*/
#content.flclear {
  overflow: visible;
}

#content.flclear:after {
  content: "";
  display: table;
  clear: both;
}

.page_skip {
  position: relative;
  margin: 10px auto 15px;
  text-align: center;
  letter-spacing: 0;
  text-align: center;
}

.page_skip_ul {
  position: relative;
  right: 75px;
}

.page_skip_ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page_nav_ul {
  position: relative;
  right: 75px;
}

.page_nav_ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page_nav_ul02 li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page_count_box {
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #1d558d;
  font-size: 15px;
  border-radius: 2px;
  letter-spacing: 0.01em;
  background: #4250dc;
  color: #fff;
}

.page_count_box a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  letter-spacing: 0.01em;
  background: #fff;
  color: #4250dc;
}

.page_count_box a:hover {
  background: #4250dc;
  color: #fff;
  font-weight: 600;
}

.page_count_ellipsis {
  line-height: 34px;
}

.p_toback,
.p_tonext {
  width: 95px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  font-size: 15px;
  line-height: 34px;
}

.p_toback {
  padding-right: 10px;
  background: url(/image_cmn/bg_back.png) no-repeat 92px 12px;
}

.p_tonext {
  padding-left: 10px;
  background: url(/image_cmn/bg_next.png) no-repeat 9px 12px;
}

.p_toback a:hover {
  display: block;
  width: 95px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  margin-right: -10px;
  padding-right: 10px;
  background: url(/image_cmn/bg_back_ov.png) no-repeat 92px 12px #4250dc;
}

.p_tonext a:hover {
  display: block;
  width: 95px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  margin-left: -10px;
  padding-left: 10px;
  background: url(/image_cmn/bg_next_ov.png) no-repeat 9px 12px #4250dc;
}

.p_toback_gr {
  padding-right: 10px;
  width: 95px;
  border-radius: 2px;
  background: url(/image_cmn/bg_back_gr.png) no-repeat 92px 12px #ccc;
  color: #8E8E8E;
  font-size: 15px;
  line-height: 36px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.p_tonext_gr {
  padding-left: 10px;
  width: 95px;
  border-radius: 2px;
  background: url(/image_cmn/bg_next_gr.png) no-repeat 9px 12px #ccc;
  color: #8E8E8E;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height: 36px;
  font-size: 15px;
}

.page_select {
  position: absolute;
  margin-left: 3px;
}

.page_select_ttl {
  position: relative;
  padding-left: 2px;
  display: block;
  width: 146px;
  background: url("/image_cmn/bg_select_bottom.png") no-repeat right center;
  color: #1d558d;
  font-size: 15px;
  text-align: left;
  line-height: 34px;
  cursor: pointer;
}

.page_select_ttl span {
  display: block;
  position: relative;
  width: 137px;
  padding-left: 8px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  font-size: 15px;
  text-align: left;
  line-height: 34px;
  cursor: pointer;
}

.page_select_ttl_hover {
  background: url("/image_cmn/bg_select_bottom_on.png")#fff no-repeat right center;
  color: #1d558d;
}

.page_select_ttl_hover span {
  border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  border-bottom: 1px dotted #1d558d;
}

.page_select_menu {
  position: relative;
  left: 2px;
  width: 145px;
  max-height: 195px;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 34px;
  border-left: 1px solid #1d558d;
  border-right: 1px solid #1d558d;
  border-bottom: 1px solid #1d558d;
  color: #1d558d;
  font-size: 15px;
  text-align: left;
  z-index: 1000;
}

.page_select_menu ul {
  width: 145px;
  text-indent: 10px;
}

.page_select_menu li {
  background: #fff;
  border-bottom: 1px dotted #1d558d;
}

.page_select_menu li.first_list {
  margin-left: -10px;
}

.page_select_menu .li_last {
  border-bottom: none;
  margin-left: -9px;
  padding-left: 9px;
}

.page_select_menu a {
  display: block;
  width: 140px;
}

.page_select_menu a:hover {
  background: #FFE6EB;
}

.page_select_menu::-webkit-scrollbar {
  width: 12px;
}

.page_select_menu::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 1);
}

.page_select_menu::-webkit-scrollbar-thumb {
  background: rgba(200, 230, 255, 1);
}

.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200, 230, 255, 1);
}

#mypage_ad_foot {
  margin: 20px auto 15px;
}

.btm_illust img {
  margin: 20px auto!important;
}

.header_btm {
  margin: 5px 0;
  display: inline-block;
  width: 1000px;
}

.header_btm #siteroute {
  float: left;
  width: 750px !important;
  margin-left: 15px !important;
}

.btn_pre {
  float: right;
  width: 204px;
}


#con_menu .category_search {
  position: relative;
  top: 23px;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#con_menu .category_search::after {
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
}

#con_menu .category_search a {
  display: inline-block;
  background: -webkit-linear-gradient(top, #ee2b2b 0%,#ee2b2b 50%,#d20f0f 50%,#d20f0f 100%);
  background: linear-gradient(to bottom, #ee2b2b 0%,#ee2b2b 50%,#d20f0f 50%,#d20f0f 100%);
  border-radius: 20px;
  box-shadow: 0 3px 0 1px #700, 0 5px 5px 2px rgba(180,180,180,1);
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  height: 45px;
  letter-spacing: .1em;
  line-height: 46px;
  min-width: 280px;
  padding: 0 40px 0 50px;
  position: relative;
  text-align: left;
  text-shadow: 0 1px 2px #700;
}

#con_menu .category_search a::before {
  background: url(/useful/image_cmn/bg_category_search_left.png) no-repeat 0 0;
  bottom: 1px;
  content: "";
  height: 24px;
  right: 35px;
  position: absolute;
  width: 54px;
}

#con_menu .category_search a::after {
  background: url(/useful/image_cmn/bg_category_search_right.png) no-repeat 0 0;
  bottom: 1px;
  content: "";
  height: 22px;
  position: absolute;
  right: 95px;
  width: 34px;
}

#con_menu .category_search a:hover {
  opacity: 0.8 !important;
}

#con_menu .category_search img {
  bottom: 0;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
}

#con_menu .category_search a.cate_text_long {
  letter-spacing: -0.04em;
  font-size: 19px;
}

/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
   ::i-block-chrome,
  #con_menu .category_search a.cate_text_long {
    letter-spacing: -0.12em;
  }
}

.bnr_area_frm {
  margin-bottom: 20px;
  text-align: center;
}

.bnr_area_frm .bnr_box.l_r {
  clear: both;
  position: relative;
  width: 644px;
  margin: 0 auto;
  padding: 12px 12px 8px;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
}

.bnr_area_frm .bnr_box.l_r:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.bnr_area_frm .bnr_box.l_r figure {
  width: 304px;
  margin: 0;
  padding: 0;
}

.bnr_area_frm .bnr_box.l_r figcaption {
  box-sizing: border-box;
  width: 304px;
  margin: 4px auto 0;
  padding: 0 6px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

.bnr_area_frm .bnr_box.l_r figure + figure {
  margin: 0;
}

.bnr_area_frm .bnr_box.l_r figure:nth-child(1) {
  float: left;
}

.bnr_area_frm .bnr_box.l_r figure:nth-child(2) {
  float: right;
}

/* ---------------------------------------
 .mod_roundbox 投稿ユーザー様募集中
---------------------------------------- */
.mod_roundbox {
  width: 610px;
  margin: 0 auto;
}

.mod_roundbox .ttl {
  width: 610px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mod_roundbox .btn {
  width: 610px;
  height: 158px;
  margin: 0;
  padding: 3px;
  background: url(/image_cmn/user_offer_bg.png) no-repeat 3px 3px;
  font-size: 13px;
  border: #2374d7 1px solid;
  box-sizing: border-box;
}

.mod_roundbox .btn > div {
  display: block;
  margin: 10px auto auto 20px;
  text-align: left;
}

.mod_roundbox .btn a {
  display: block;
  width: 283px;
  height: 50px;
  margin: 12px auto auto 65px;
  background: url(/image_cmn/user_offer_btn_bg.png) no-repeat;
}

.mod_roundbox .btn a:hover img {
  opacity: 0.8;
}

.box_cap {
  margin-top: 5px;
}

/*--------------------------------
 PRテキスト／SEOテキスト
--------------------------------*/
.pr_txt {
  clear: both;
  overflow: hidden;
  width: 850px;
  margin: 25px auto;
  padding: 20px 20px 16px;
  color: #666;
  border: 3px solid #ffdbe9;
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

/*--------------------------------
 お役立ち関連情報バナーリスト追加[/inc/useful_bannerlist.inc]
--------------------------------*/
#useful_bannerlist {
  margin: 30px auto 0;
  width: 820px;
  overflow: hidden;
}

#useful_bannerlist li {
  margin: 0 20px 20px 0;
  width: 260px;
  height: 65px;
  float: left;
}

#useful_bannerlist li:nth-child(3n) {
  margin-right: 0;
}



/* ---------------------------------------
 ピカ写メシリーズバナー
---------------------------------------- */
/*リード*/
.read_pikaapp {
  border-top: 2px solid #8cb010;
  padding-top: 30px;
  line-height: 1.5;
  margin: 25px auto 0;
  text-align: center;
}

.box_pikaapp_banner{
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  width: 640px;
}

/* 二重線回避（パンフレット隣接） */
.mod_netad_bnr + .read_pikaapp {
  border-top: none;
  margin-top: 0;
}

/* 子カテ個別css上書き */
[class^="bnr_"] .pika_all_box a {
  background: none;
}

.box_pikaapp_banner .box_bnr{
  width: 563px;
}

.box_pikaapp_banner a{
  display: block;
}

.box_pikaapp_banner a:hover img{
  opacity: .8;
}

.box_pikaapp_banner .box_bnr img{
  height: auto;
  text-align: center;
  width: 100%;
}

/* 共通*/
.mod_officialapp {
  margin: 20px auto 0;
  position: relative;
  width: 640px;
}

.mod_officialapp:last-of-type {
  padding-top: 25px;
}

.mod_officialapp .lst {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
}

.mod_officialapp .lnk2 {
  background: #fff;
  border: 1px solid #003987;
  box-sizing: border-box;
  padding: 0 0 55px;
  position: relative;
  width: 206px;
}

.mod_officialapp:nth-last-of-type(1) .lnk2 {
  border: 1px solid #90582e;
  margin: 0 0 30px;
  padding: 0 0 10px;
}

.mod_officialapp .l_ttl {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 8px 10px 0;
  text-align: left;
}

.official_app_box a .l_ttl{
  color: #003987;
}

.official_app_box a:hover .l_ttl{
  color: #ea2020;
}

.mod_officialapp .cap {
  color: #000;
  font-feature-settings: "palt";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
  margin: 5px 8px 0;
}

.mod_officialapp .l_ttl a {
  display: block;
  height: 100%;
  width: 100%;
}

.mod_officialapp .l_ttl a:link,
.mod_officialapp .l_ttl a:visited {
  color: #003987;
}

.mod_officialapp .l_ttl a:hover {
  color: #ea2020;
}

.mod_officialapp .btn {
  background: #dd1d6a;
  border: none;
  border-radius: 50px;
  bottom: 15px;
  box-shadow: 0 2px 0 #c31553, 0 3px 3px rgba(0,0,0,.5);
  font-size: 13px;
  left: 0;
  letter-spacing: .1em;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: -.25em;
  width: 90%;
}

.mod_officialapp .btn::before{
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.8);
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 3%;
  top: 0;
  width: 18px;
}

.mod_officialapp .btn::after{
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #dd1d6a;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto 0;
  position: absolute;
  right: 6%;
  top: 0;
  width: 0;
}

.mod_officialapp .btn:hover {
  background: #ee5391;
}

.mod_officialapp .btn a {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
}

.mod_officialapp .frame {
  display: block;
  height: 130px;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mod_officialapp:nth-last-of-type(1) .frame {
  height: 110px;
}

.mod_officialapp .frame img {
  height: auto;
  width: 100%;
}

.mod_officialapp .lnk2 a:hover .frame img {
  opacity: 0.8;
}

/* 分岐線 */
.mod_officialapp:nth-last-of-type(1)::before {
  border-top: solid 1px #333;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .box_pikaapp_banner a:hover img,
  .mod_officialapp_pika .lnk2 .frame .btn a:hover,
  .mod_officialapp_pika .lnk2 .app_dtl li a:hover,
  .mod_officialapp .lnk2 a:hover .frame img,
  .mod_officialapp .lnk.is_gr a:hover img {
    opacity: 1;
  }
}


/* 子カテ個別css上書き */
 [class^="bnr_"]  .mod_officialapp a {
  background: none;
}

/* ---------------------------------------
 写真教室・写真／動画ポイントバナー #10743　
---------------------------------------- */
.bnr_photomovie {
  margin: 30px auto 40px;
}

.bnr_photomovie .mod_bnrbox {
  margin: 20px auto;
  text-align: center;
}

.bnr_photomovie .mod_bnrbox .bnrbox {
  display: inline-block;
}

.bnr_photomovie .mod_bnrbox .cap {
  margin: 4px 0 0;
  font-size: 15px;
}

/* ---------------------------------------
 事典コンテンツ_バナー追加
---------------------------------------- */

.mod_bnr_special ul {
  margin: .75em auto 0;
}
.mod_bnr_special a {
  display:inline-block;
}
.mod_bnr_special a:hover {
  background-color: #fff;
}
.mod_bnr_special a:hover img {
  opacity: .8;
}
.mod_bnr_special li {
  margin: 20px auto 0;
}
.mod_bnr_special li:first-child {
  margin-top: 0;
}
.mod_bnr_special li p {
  font-size: 15px;
  line-height: 20px;
  margin: 5px auto 0;
}

.mod_bnr_special.bnr_col2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 640px;
}
.mod_bnr_special.bnr_col2 ul li {
  margin-top: 0;
  width: 300px;
}
.mod_bnr_special.bnr_col2 ul li p {
  letter-spacing: -0.01rem;
}


/* ---------------------------------------
 SNSに投稿しよう  #13926
---------------------------------------- */
.pika_sns {
  line-height: 0;
  overflow: hidden;
  text-align: center;
}

.pika_sns p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px 0;
  text-align: center;
}

.pika_sns p span:nth-child(1) {
  color: #144aad;
}

.pika_sns p span:nth-child(2) {
  color: #d4286d;
}

/* ---------------------------------------
 投稿ユーザー名のスタイル #11315
---------------------------------------- */
.post_user_name {
  font-weight: 600;
}

.post_user_name a {
  color: #1825ce !important;
}

.post_user_name a:hover {
  color: #ff0000 !important;
  opacity: 1 !important;
}

/*------------------------------------
 優秀写真作品集 バナー #10305
-------------------------------------*/
.photo_album2 {
  background-color: #f1fbe2;
  padding: 20px 20px 15px;
  margin: 0 auto 25px;
  width: 540px;
}

.photo_album2 p {
  color: #555;
  font-size: 16px;
  letter-spacing: 0.17em;
  padding: 0 15px;
  margin: 10px 0;
}

.photo_album2 .btn_list {
  width: 412px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.photo_album2 .btn_list li {
  display: inline-block;
  height: 51px;
}

.photo_album2 .btn_list li.btn_wide {
  margin: 0 110px;
}

/*3並び　4並び*/
.photo_album2 .btn_list.col_s {
  width: 100%;
}

.photo_album2 .btn_list.col_s li {
  width: auto;
  margin: 3px 6px;
}

.cmn_bnr {
  width: 630px;
  margin: 35px auto;
}

.cmn_bnr figcaption {
  text-align: center;
  margin-top: 5px;
}

/*　レイアウト汎用スタイル-----------------*/
.w_100 {
  width: 100%;
}

.tx_align_c {
  text-align: center !important;
}

.tx_align_r {
  text-align: right !important;
}

.tx_align_l {
  text-align: left !important;
}

.disp_block {
  display: block !important;
}

.disp_inline_block {
  display: inline-block !important;
}

/*　margin、padding汎用スタイル-----------------*/
.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.flt_l {
  float: left;
}

.flt_r {
  float: right;
}

.flt_n {
  float: none;
}

/* ---------------------------------------
 医療機関の投稿に関する注意事項 #12367
---------------------------------------- */
/*-- 1段表示 --*/
.att_about_post {
  align-items: center;
  background: #fff;
  border: 1px solid #ccb284;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  font-size: 13px;
  letter-spacing: .05em;
  margin: 10px auto 0;
  max-width:100%;
  text-align: left;
  padding: 0;
  width: 780px;
}
.att_about_post + .newest_list {
  margin-top: 20px;
}

.att_about_post dt {
  background: url("/search/image_cmn/ico_attention.png") no-repeat 1em center;
  background-size: 20px 20px;
  box-sizing: border-box;
  color: #32b9b9;
  display: block;
  padding: 5px 0 5px 3em;
  width: 240px;
}

.att_about_post dd:before {
  background: #ccb284;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  z-index: 2;
}

.att_about_post dd {
  box-sizing: border-box;
  line-height: 1.4;
  padding: 0.625em 1em;
  position: relative;
  width: 540px;
}

/*-- 2段 --*/
.att_about_post_s {
  clear: both;
  display: block;
  font-size: 0.875rem;
  margin: 10px 0 0;
  padding: 0.5em 0 1em;
  text-align: left;
}

.att_about_post_s dt {
  border-radius: 4px;
  background: url("/search/image_cmn/ico_attention.png") no-repeat 0 center;
  background-size: 20px 20px;
  color: #32b9b9;
  display: inline-block;
  font-weight: 800;
  margin: 0 30px;
  padding: 0.25em 0 0.25em 26px;
  position: relative;
}

.att_about_post_s dd {
  background: #fff;
  border: 1px solid #ccb284;
  border-radius: 4px;
  margin: 0.5em 0 0;
  padding: 0.625em 1em;
  line-height: 1.5em;
}

/*-- margin調整 --*/
.att_about_post + .recent_post_box,
.att_about_post_s + .recent_post_box {
  margin-top: 20px;
}

.nav_number_box02 + .att_about_post {
  margin-top: 20px;
}

.nav_number_box02 + .att_about_post + #list_box {
  margin-top: -15px;
}

.cf + .att_about_post_s,
.con_box + .att_about_post_s {
  margin: 0 30px;
}

.mod_post_fa_info + .att_about_post_s,
.offer_ttl_arrow + .att_about_post_s{
  margin: 0 30px 20px;
}

.list_lead + .att_about_post_s {
  margin-top: 0;
}

.att_about_post_s + .facility_lst,
.att_about_post_s + .search_50on {
  margin-top: 10px;
}

#sec_top_review .offer_ttl_arrow + .att_about_post_s {
  margin: 0 80px 20px;
}

.mainttl + .att_about_post,
.mod_head + .att_about_post {
  margin: 20px auto;
}

.att_about_post_s + .user_info.video #videos_box {
  margin-top: 5px;
}

/* ---------------------------------------
 医療機関の投稿に関する注意事項 改定後の長文対応  #14313
---------------------------------------- */
.att_about_post_medical{
  background: #fff;
  border: 1px solid #ccb284;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  font-size: 13px;
  letter-spacing: .05em;
  margin: 10px auto 0;
  max-width:100%;
  text-align: left;
  padding: 0;
  width: 780px;
}
.att_about_post_medical + .newest_list {
  margin-top: 20px;
}
.att_about_post_medical .ttl_box {
  align-items: center;
  border-right: 1px solid #ccb284;
  box-sizing: border-box;
  color: #32b9b9;
  display: flex;
  font-weight: 800;
  margin: 5px 0 5px 10px;
  vertical-align: middle;
}
.ttl_att {
  background: url("/search/image_cmn/ico_attention.png") no-repeat 0 center;
  background-size: 20px 20px;
  box-sizing: border-box;
  display: block;
  padding: 5px 0 5px 28px;
  width: 230px;
}
.txt_tglbox {
  font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 10px 10px 20px;
  position: relative;
}
.att_about_post_medical.def .txt_tglbox {
  padding-bottom: 10px;
}
.btn_txt_more {
  bottom: 5px;
  color: #32b9b9;
  cursor: pointer;
  font-size: 12px;
  margin: auto;
  padding: 0 0 0 0.8em;
  position: absolute;
  right: 5px;
  text-align: center;
  transition: .2s ease;
  width: 6.5em;
  z-index: 2;
}
.btn_txt_more::after {
  content: "続きを読む";
}
.btn_txt_more:hover {
  opacity: 0.8;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .btn_txt_more:hover {
    opacity: 1;
  }
}
.btn_txt_more .ico_arrow {
  border-top: 0.2em solid #32b9b9;
  border-right: 0.2em solid #32b9b9;
  height: 0.5em;
  left: 0;
  position:absolute;
  top: 0.2em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.5em;
}
.more_opn_trigger {
  display: none;
}

.more_opn_trigger:checked ~ .btn_txt_more::after {
  content: "閉じる";
}
.more_opn_trigger:checked ~ .btn_txt_more .ico_arrow {
  left: 1em;
  top: 0.4em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.txt_tglbox .more_box {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.more_opn_trigger:checked ~ .more_box {
  padding: 0;
  height: auto;
  opacity: 1;
}

/*-- カラムページ用 ショートver --*/
.att_about_post_medical.short{
  flex-direction: column;
  margin: 20px auto;
  width: 600px;
}
.att_about_post_medical.short .ttl_box{
  border: none;
}
.att_about_post_medical.short .txt_tglbox{
  padding-top: 0;
}

/*-- margin調整 --*/
.att_about_post_medical + .recent_post_box {
  margin-top: 20px;
}

.nav_number_box02 + .att_about_post_medical {
  margin-top: 20px;
}

.nav_number_box02 + .att_about_post_medical + #list_box {
  margin-top: -15px;
}

.cf + .att_about_post_medical,
.con_box + .att_about_post_medical {
  margin: 0 30px;
}

.mod_post_fa_info + .att_about_post_medical,
.offer_ttl_arrow + .att_about_post_medical{
  margin: 0 30px 20px;
}

.att_about_post_medical + .facility_lst,
.att_about_post_medical + .search_50on {
  margin-top: 10px;
}

#sec_top_review .offer_ttl_arrow + .att_about_post_medical {
  margin: 0 80px 20px;
}

.mainttl + .att_about_post_medical,
.mod_head + .att_about_post_medical {
  margin: 20px auto;
}

.att_about_post_medical + .user_info.video #videos_box {
  margin-top: 5px;
}

.att_about_post_medical + form {
  margin-top: 20px;
}

/*-------------------------------------
施設詳細カテゴリ・エリアアイコン
--------------------------------------*/
.mod_cate_info {
  margin: 16px 23px 10px;
}

.mod_cate_info .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.mod_cate_info .icon img {
  height: 806px;
  width: 364px;
}

.mod_cate_info .area {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 26px;
  padding: 0 0 0 30px;
}

.mod_cate_info .cate {
  float: right;
  display: inline-block;
}

.mod_cate_info .cate .parent {
  float: right;
  display: block;
  margin: 0 1px 0 0;
  padding: 0 9px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #e24a79;
  box-shadow: 0 0 0 1px #e24a79;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.mod_cate_info .cate .current {
  position: relative;
  float: right;
  line-height: 26px;
  padding: 0 22px 0 30px;
}

/* アイコンスプライト */
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.io {
  display: block;
  position: absolute;
  top: 0;
}

/*-------------------------------
	ビッグカンパニー　上場企業・上場会社（会社情報）
-------------------------------*/
.c35 .io,.c154 .io {
  top: -34px;
}

/* 学校 */
.c11 .io,.c12 .io,.c13 .io,.c15 .io,.c80 .io,.c158 .io,
.c31 .io,.c61 .io,.c62 .io,.c63 .io,.c155 .io,.c103 .io,
.c159 .io,.c169 .io,.c170 .io,.c160 .io,.c87 .io {
  top: -204px;
}

/* 柔道整復 */
.c23 .io {
  top: -238px;
}

/* 病院 */
.c156 .io {
  top: -170px;
}

/* 接骨院 */
.c67 .io {
  top: -272px;
}

/* ペットクリニック */
.c36 .io {
  top: -102px;
}

/*-------------------------------
	旅探
-------------------------------*/

/*---------- 観光名所 ----------*/
.c53 .io,.c65 .io,.c70 .io,.c133 .io,.c163 .io,
.c174 .io,.c175 .io,.c176 .io,.c174 .io,.c175 .io,.c176 .io {
  top: -306px;
}

/*---------- 日本の城 ----------*/
.c28 .io {
  top: -306px;
  left: -306px;
}

/*---------- 日本のまつり・花火 ----------*/
.c56 .io {
  top: -306px;
  left: -272px;
}

/*---------- 温泉・スパ［健康ランド］ ----------*/
.c132 .io,
.c64 .io {
  top: -306px;
  left: -238px;
}

/*---------- 動物園 ----------*/
.c48 .io {
  top: -306px;
  left: -68px;
}

/*---------- テーマパーク ----------*/
.c45 .io {
  top: -306px;
  left: -34px;
}

/*---------- 水族館 ----------*/
.c30 .io {
  top: -306px;
  left: -136px;
}

/*---------- 植物園 ----------*/
.c01 .io {
  top: -306px;
  left: -102px;
}

/*---------- 神社・寺・教会 ----------*/
.c173 .io{
  top: -306px;
  left: -204px;
}

/*---------- 博物館 ----------*/
.c179 .io,.c180 .io,.c181 .io {
  top: -306px;
  left: -170px;
}

/*-------------------------------
	ホテバンク
-------------------------------*/
.c51 .io {
  top: -340px;
}

/*-------------------------------
	ハッピーペア
-------------------------------*/
.c20 .io {
  top: -748px;
}

/*-------------------------------
	エンタメール
-------------------------------*/

/*---------- 映画館 ----------*/
.c04 .io {
  top: -374px;
}

/*---------- 劇場・ホール・会館 ----------*/
.c05 .io {
  left: -34px;
  top: -374px;
}

/*-------------------------------
	スポランド
-------------------------------*/
.c29 .io {
  top: -680px;
}

/*---------- 野球場 ----------*/
.c18 .io{
  top: -680px;
  left: -34px;
}

/*---------- サッカースタジアム ----------*/
.c16 .io{
  top: -680px;
  left: -68px;
}

/*---------- 陸上競技場 ----------*/
.c17 .io{
  top: -680px;
  left: -102px;
}

/*---------- 水泳プール ----------*/
.c43 .io{
  top: -680px;
  left: -136px;
}

/*---------- スキー場 ----------*/
.c42 .io{
  top: -680px;
  left: -204px;
}

/*---------- 体育館・スポーツセンター・武道館 ----------*/
.c19 .io{
  top: -680px;
  left: -170px;
}

/*---------- 柔道場 ----------*/
.c85 .io {
  top: -680px;
  left: -272px;
}

/*---------- ゴルフ場［ゴルフコース］・ゴルフ練習場 ----------*/
.c58 .io,.c21 .io{
  top: -680px;
  left: -238px;
}

/*-------------------------------
	レースマップ
-------------------------------*/

/*---------- 競馬場 ----------*/
.c86 .io,.c134 .io {
  top: -408px;
}

/*---------- 競輪場 ----------*/
.c135 .io {
  top: -408px;
  left: -68px;
}

/*---------- 競艇場［ボートレース］ ----------*/
.c136 .io {
  top: -408px;
  left: -34px;
}

/*-------------------------------
	マーケットピア
-------------------------------*/

/*---------- 百貨店デパート　アウトレット　ディスカウント　専門店　スーパー　専門店 ----------*/
.c44 .io,.c112 .io,.c113 .io,.c115 .io,.c139 .io,.c166 .io {
  top: -714px;
}

/*---------- 家電店・家具店・ホームセンター ----------*/
.c117 .io {
  top: -714px;
  left: -34px;
}

/*---------- 服屋 ----------*/
.c71 .io {
  top: -714px;
  left: -68px;
}

/*---------- カー用品・カーディーラー ----------*/
.c52 .io,.c96 .io {
  top: -714px;
  left: -102px;
}

/*---------- 本屋 ----------*/
.c114 .io {
  top: -714px;
  left: -136px;
}

/*---------- スポーツショップ ----------*/
.c83 .io {
  top: -714px;
  left: -170px;
}

/*---------- ペットショップ ----------*/
.c22 .io {
  top: -714px;
  left: -204px;
}

/*---------- 道の駅 ----------*/
.c50 .io {
  top: -714px;
  left: -238px;
}

/*---------- コンビニ ----------*/
.c24 .io {
  top: -714px;
  left: -272px;
}

/*---------- ドラッグストア ----------*/
.c116 .io {
  top: -714px;
  left: -306px;
}

/*---------- 刀剣商・刀剣店 ----------*/
.c189 .io {
  top: -714px;
  left: -340px;
}

/* 飲食店 */
.c106 .io,.c121 .io,.c122 .io,.c149 .io,.c129 .io,.c123 .io,
.c124 .io,.c125 .io,.c138 .io,.c126 .io,.c127 .io,.c128 .io,.c137 .io {
  top: -30px;
  left: -29px;
}

/*-------------------------------
	バンクマップ
-------------------------------*/
.c37 .io,.c100 .io,.c162 .io,.c102 .io,.c101 .io,.c97 .io {
  top: -476px;
}

/*-------------------------------
	カブガイド
-------------------------------*/
.c98 .io {
  top: -578px;
}

/*-------------------------------
	保険の玉手箱
-------------------------------*/
.c142 .io,.c72 .io,.c168 .io {
  top: -442px;
}

/*-------------------------------
	パブリネット
-------------------------------*/

/*---------- 市区町村役場・県庁・省庁・市役所・区役所・町村役場・都道府県庁・官庁・ハローワーク・保健所・保健センター・国税局・税務署・運転免許試験場［運転免許センター］ ----------*/
.c08 .io,.c09 .io,.c10 .io,.c38 .io,.c164 .io,.c165 .io,.c02 .io,
.c73 .io,.c118 .io,.c104 .io,.c119 .io {
  top: -510px;
}

/*---------- 警察署 ----------*/
.c02 .io {
  top: -510px;
  left: -34px;
}

/*---------- 消防署 ----------*/
.c03 .io {
  top: -510px;
  left: -68px;
}

/*---------- 図書館 ----------*/
.c32 .io {
  top: -510px;
  left: -102px;
}

/*---------- 公園・庭園／緑地 ----------*/
.c14 .io {
  top: -510px;
  left: -136px;
}

/*---------- 電力会社・水道局・ガス会社・通信キャリア ----------*/
.c141 .io,.c140 .io,.c161 .io,.c55 .io,.c54 .io {
  top: -510px;
  left: -170px;
}

/*-------------------------------
	メディアポ
-------------------------------*/
/*---------- テレビ局 ----------*/
.c74 .io {
  top: -544px;
}

/*---------- ラジオ曲 ----------*/
.c89 .io {
  top: -544px;
  left: -34px;
}

/*---------- 新聞社 ----------*/
.c90 .io {
  top: -544px;
  left: -68px;
}

/*-------------------------------
	ユキサキナビ
-------------------------------*/
/*---------- 鉄道駅・路面電車 ----------*/
.c46 .io,.c59 .io {
  top: -612px;
  left: -102px;
}

/*---------- バス停 ----------*/
.c33 .io {
  top: -612px;
  left: -34px;
}

/*---------- 空港 ----------*/
.c41 .io {
  top: -612px;
  left: -68px;
}

/*---------- ヘリポート ----------*/
.c66 .io {
  top: -612px;
  left: -136px;
}

/*---------- フェリー ----------*/
.c109 .io {
  top: -612px;
  left: -170px;
}

/*---------- 高速道路 ----------*/
.c49 .io,.c177 .io,.c178 .io {
  top: -612px;
  left: -204px;
}

/*-------------------------------
	レンタマップ
-------------------------------*/
.c07 .io {
  top: -646px;
}

/* 工場 */
.plant.io {
  top: -30px !important;
  left: -240px !important;
}

/* ----------------------------------------
 パブリネット関連施設追加　#12560
---------------------------------------- */
#content #relation_box {
  background-color: #f9efdd;
  border: #b7af9f solid 1px;
  box-sizing: border-box;
  height: auto;
  margin: 35px auto 50px;
  padding: 4px;
  position: relative;
  width: 645px;
}

#content #relation_box .border {
  background-image: url("/image_cmn/relation_box/dot_relation_box_01.png"), url("/image_cmn/relation_box/dot_relation_box_02.png"), url("/image_cmn/relation_box/dot_relation_box_01.png"), url("/image_cmn/relation_box/dot_relation_box_02.png");
  background-position: left top, right top, left top, left bottom;
  background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
  background-size: 4px 4px, 4px 4px, 4px 4px, 4px 4px;
  box-sizing: border-box;
  height: auto;
  width: 635px;
}

#content #relation_box .inner {
  background-image: url("/image_cmn/relation_box/bg_relation_box_01.png"), url("/image_cmn/relation_box/bg_relation_box_02.png"), url("/image_cmn/relation_box/bg_relation_box_03.png"), url("/image_cmn/relation_box/bg_relation_box_04.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 18px 18px, 18px 18px, 18px 18px, 18px 18px;
  box-sizing: border-box;
  height: auto;
  padding-bottom: 22px;
  padding-top: 50px;
  width: 635px;
}

#content #relation_box h3 {
  height: 44px;
  left: 114px;
  position: absolute;
  top: -16px;
  width: 416px;
}

#content #relation_box .clearfix {
  margin: 0 auto 20px;
  width: 610px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

#content #relation_box .clearfix:last-child {
  margin: 0 auto;
}

#content #relation_box dl {
  margin: 0 auto;
  width: 300px;
}

#content #relation_box .left {
  margin-right: 10px;
}

#content #relation_box dt {
  background-color: #fff;
  height: 75px;
  margin-bottom: 5px;
  width: 300px;
}

#content #relation_box dt a {
  height: 75px;
  width: 300px;
}

#content #relation_box dt img {
  height: 75px;
  width: 300px;
}

#content #relation_box dd p {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  font-size: 85%;
}

/* --------------------------------------------------
  関連施設を追加する場合は下記に該当カテゴリ番号の行を
  追加して基本スタイルを打ち消してください。
--------------------------------------------------*/
/* パブリックのみ > 用語集のmargin */
#main.c186 .mod_lnk_glo.cate,
#main.c165 .mod_lnk_glo.cate,
#main.c08 .mod_lnk_glo.cate,
#main.c09 .mod_lnk_glo.cate,
#main.c10 .mod_lnk_glo.cate,
#main.c38 .mod_lnk_glo.cate,
#main.c164 .mod_lnk_glo.cate,
#main.c02 .mod_lnk_glo.cate,
#main.c03 .mod_lnk_glo.cate,
#main.c32 .mod_lnk_glo.cate,
#main.c14 .mod_lnk_glo.cate,
#main.c73 .mod_lnk_glo.cate,
#main.c118 .mod_lnk_glo.cate,
#main.c104 .mod_lnk_glo.cate,
#main.c119 .mod_lnk_glo.cate {
  margin: 24px auto 0;
}

/* パブリックのみ */
#main.c186 .pika_all_box,
#main.c165 .pika_all_box,
#main.c08 .pika_all_box,
#main.c09 .pika_all_box,
#main.c10 .pika_all_box,
#main.c38 .pika_all_box,
#main.c164 .pika_all_box,
#main.c02 .pika_all_box,
#main.c03 .pika_all_box,
#main.c32 .pika_all_box,
#main.c14 .pika_all_box,
#main.c73 .pika_all_box,
#main.c118 .pika_all_box,
#main.c104 .pika_all_box,
#main.c119 .pika_all_box {
  margin: 0 auto 20px;
}

#main.c73 #relation_box {
  margin: 35px auto 40px;
}

.public .net_ads_box,
.department_search .net_ads_box,
.library_search .net_ads_box,
.health_serch .net_ads_box,
.hellowork_search .net_ads_box,
.tax_search .net_ads_box {
  border-bottom: none;
  margin: 0 auto 60px;
  padding: 0;
}
/* ----------------------------------------------------------
 温泉特集・TVCM特集更新停止対応 アナウンス用装飾
---------------------------------------------------------- */
.trouble_report_desc{
    display: block;
    overflow: hidden;
    clear: both;
    text-align: left;
    margin: 0 auto 15px;
    padding: 10px 10px 10px 15px;
    border: 3px solid #248bda;
    background-color: #fff;
    line-height: 1.2em;
}
.trouble_report_desc p{
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.trouble_report_desc.width606{
    width: 606px;
}
.trouble_report_desc.width890{
    width: 890px;
}

.trouble_report_desc.width890 p{
    text-align:center;
}
/* ----------------------------------------------------------
 SP版サイトから見にきた場合のサイト幅調整
---------------------------------------------------------- */
@media screen and (min-width:480px) {
  html,
  body {
    letter-spacing: 0.03em;
    width: 1024px;
  }
  header#header {
    width: 1000px;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  html,
  body {
    letter-spacing: 0.03em;
    width: 1024px;
  }
  header#header {
    width: auto;
  }
}

@media screen and (min-width:1024px) {
  html,
  body {
    letter-spacing: 0.03em;
    width: auto;
  }
  header#header {
    width: auto;
  }
}

/*-----------------------------------------------------
tab.cssからのサルベージ
------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1024px) {
  #footer ul.foot_submenu {
    letter-spacing: 0.01em;
  }

  * > article#article > div.lead > p {
    font-size: 16px;
  }

  * > article#article section.con_box p {
    font-size: 16px;
  }

  * > article#article {
    margin: 0 0 0 10px;
  }

/*---------------------------
 ゴルフ場［ゴルフコース］・ゴルフ練習場
---------------------------*/
  .golf-course .animebox {
    display: none;
  }
/* --------------------------------
 formパーツのサイズ設定
-------------------------------- */
  /* check */
  input[type="checkbox"] {
    position: relative;
    border: 1px solid #aaa;
    vertical-align: middle !important;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    width: 22px !important;
    height: 22px !important;
    background: #e2e2e2;
    background: linear-gradient(to bottom, #fff, #e2e2e2);
    background: -webkit-linear-gradient(top, #fff, #e2e2e2);
    margin-right: 4px;
  }

  input[type="checkbox"]:checked {
    background: #fff;
    border: 1px solid #aaa;
  }

  input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 14px;
    display: block;
    content: "";
    width: 8px;
    height: 3px;
    background: #525252;
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }

  input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 14px;
    content: "";
    width: 16px !important;
    height: 3px !important;
    background: #525252;
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
  }

  /* -- 地域から検索　各カテゴリリストcheck box -- */
  .category_box input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  /*ログイン用チェックボックス対応*/
  .login_box input[type="checkbox"]:checked + label {
    position: relative;
  }

  .login_box input[type="checkbox"]:checked + label:before {
    position: absolute;
    left: -30px;
    top: 13px;
    display: block;
    content: "";
    width: 8px;
    height: 3px;
    background: #525252;
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }

  .login_box input[type="checkbox"]:checked + label:after {
    display: block;
    position: absolute;
    left: -24px;
    top: 13px;
    content: "";
    width: 16px !important;
    height: 3px !important;
    background: #525252;
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
  }
  /* RADIO */
  input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #aaa;
    padding: 9px !important;
    border-radius: 12px !important;
    display: inline-block;
    position: relative;
    vertical-align: middle !important;
  }

  input[type="radio"]:checked:after {
    content: ' ';
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    position: absolute;
    top: 3px;
    background: #525252;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0;
    left: 3px;
    font-size: 32px;
  }

  input[type="radio"]:checked {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  input[type="radio"]:active,
  .test input[type="radio"]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  }

  input[type=checkbox] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5, 1.5);
  }

  input[type=radio] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5, 1.5);
  }
  /* ページ送りデザイン */
  .page_count_box,
  .page_count_box a {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}

/* 施設詳細ピカ写メセット調整用 */
.detail_box {
  margin: 15px auto;
  width: 563px;
}

.locate_gps_insurer {
	display: none;
}

@media screen and (max-width: 1024px) {
  .locate_gps_insurer {
    bottom: 60px;
    display: block;
    position: absolute;
    right: 20px;
  }
}

/* HM通勤通学バナー配置 */

.bnr_hm_commuting {
  margin: 22px auto 27px;
  text-align: center;
  width: 600px;
}

.mod_srch_rent + .bnr_hm_commuting {
  margin-top: -16px;
}

.mod_relation_cate + .bnr_hm_commuting {
  margin-top: 34px;
}

.bnr_hm_commuting .cap {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 7px;
}

.bnr_hm_commuting.w480 {
  width: 480px;
}

.bnr_hm_commuting + .bnr_shisetsu_illust {
  margin-top: 17px;
}