
@charset "UTF-8";

/*
*******************************************************************************************************
# サイト共通スタイル - compiled from common.scss
*******************************************************************************************************
*/

/* ------------------------------------
	* reset
* ------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* ------------------------------------
	* base
* ------------------------------------ */
html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

body {
    min-width: 1024px;
    line-height: 1.1;
    color: #111;
    font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}

img {
    vertical-align: middle;
}

a {
    color: #111;
    text-decoration: underline;
}

a:hover, a:active {
    color: #013b96;
}

button {
    padding: 0;
    border: none;
    left: 0px;
    top: 0px;
    background: none;
    cursor: pointer;
}

button:active {
    position: absolute;
}

input {
    vertical-align: middle;
    cursor: pointer;
}

select {
    z-index: 1;
    cursor: pointer;
}

label {
    padding-top: 2px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}

/* images guard */
.guard{
	margin: 0;
	padding: 0;
	position: relative;
}
.img_Guard{
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
}
.img_Guard::after{
	margin: 0;
/*	content: "@Apamanshop";*/
	width: 100%;
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	opacity: 0.5;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size:10px;
}
.img_Guard.img_madori::after{
	padding: 10px 1%;
	font-size:5px;
	bottom: 0;
}

/* ------------------------------------
	* container
* ------------------------------------ */
div#containerWrapper {
    position: relative;
    margin-bottom: -150px;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #e6e8ec;
}

div#push {
    height: 150px;
}

div#containerInner {
    width: 1024px;
    margin: 0px auto;
}

div#container {
    padding-top: 1em;
    padding-bottom: 240px;
    position: relative;
}

div#wrapper {
    padding: 0px 12px;
}

/* 1カラム */
div#contentMain {
    width: 100%;
    -webkit-print-color-adjust: exact;
}

/* 2カラム */
div#contentMainColumn {
    float: right;
    width: 730px;
}
div#contentMainColumn.facility {
    padding-bottom: 260px;
}
/* サブエリア */
div#contentSubColumn {
    padding: 0px 12px;
    float: left;
    position: relative;
    left: -12px;
    width: 240px;
}
div#contentSubColumn.facility {
    padding-bottom: 260px; 
}
/* アペンドエリア */
div#appendContainerWrapper {
    border-top: 2px solid #d8dade;
    z-index: 10;
    position: absolute;
    bottom: 150px;
    width: 100%;
    height: 98px;
    background-color: #fff;
}

div#appendContainer {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 64px;
    position: relative;
    width: 1024px;
}

/* ------------------------------------
	* contentHeader
* ------------------------------------ */
div#contentHeader {
    margin-bottom: 14px;
    padding: 0px 12px;
}

div#contentHeader .lead {
    color: #71819c;
    font-size: 12px;
}

div#contentHeader .topic_path {
    margin-top: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    *zoom: 1;
}

div#contentHeader .topic_path li {
    margin-left: 6px;
    padding-left: 14px;
    float: left;
    background: url(/static/shared/images/arr_topic_path.png) no-repeat 0% 50%;
}

div#contentHeader .topic_path li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

div#contentHeader .topic_path strong {
    font-weight: bold;
}

/* ------------------------------------
	* placeholder
* ------------------------------------ */
/* アローリンクテキスト */
.mod_link_arrow {
    padding-left: 24px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    min-height: 17px;
    height: auto !important;
    height: 17px;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

/* 右と下にラインが入るデバイステキストボタン */
.mod_btn_all, .mod_btn_all_s, .mod_btn, .mod_btn_s, .mod_btn_l, .custom_select {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 0 10px;
    padding-top: 9px;
    padding-bottom: 11px;
    margin: 0;
    position: relative;
    z-index: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.3;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mod_btn_all:hover, .mod_btn_all_s:hover, .mod_btn:hover, .mod_btn_s:hover, .mod_btn_l:hover, .custom_select:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

* html .mod_btn_all, * html .mod_btn_all_s, * html .mod_btn, * html .mod_btn_s, * html .mod_btn_l, * html .custom_select {
    padding-right: 0px;
    padding-left: 0px;
}

*:first-child + html .mod_btn_all, *:first-child + html .mod_btn_all_s, *:first-child + html .mod_btn, *:first-child + html .mod_btn_s, *:first-child + html .mod_btn_l, *:first-child + html .custom_select {
    padding-right: 0px;
    padding-left: 0px;
}

.mod_btn_all:before, .mod_btn_all_s:before, .mod_btn:before, .mod_btn_s:before, .mod_btn_l:before, .custom_select:before {
    border-width: 5px;
    border-style: solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border-top-color: #fff;
    border-left-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
}

/* 立体型デバイステキストボタン */
.mod_btn_all, .mod_btn_all_s {
    padding: 10px;
    color: #fff;
}

.mod_btn_all:hover, .mod_btn_all_s:hover {
    color: #fff;
}

/* スターアイコン */
.mod_icn_star, .mod_icn_star_active {
    display: block;
    background-image: url('/static/shared/images/icon/icn_star.png');
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-background-size: 52px auto;
    -moz-background-size: 52px auto;
    -o-background-size: 52px auto;
    background-size: 52px auto;
    text-indent: -9999px;
    white-space: nowrap;
}

/* チェックボックスとラジオボタン */
.mod_checkbox, .mod_radio {
    background-image: url('/static/shared/images/input.png');
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    -o-background-size: 26px auto;
    background-size: 26px auto;
    text-indent: 100%;
    white-space: nowrap;
}

/* ------------------------------------
	* ボタン・アイコン
* ------------------------------------ */
/* --------------------------
	* mod_btn_over
* -------------------------- */
.mod_btn_over {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #e6e8ec;
}

.mod_btn_over:link, .mod_btn_over:visited {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mod_btn_over:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* --------------------------
	* mod_btn, mod_btn_s
* -------------------------- */
.mod_btn_s {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mod_btn_visited:visited {
    border-color: #823aba;
    color: #823aba;
}

.mod_btn_visited:visited:before {
    border-right-color: #f0e7f7;
    border-bottom-color: #f0e7f7;
}

.mod_btn_blue, .custom_select {
    border-color: #013b96;
    color: #013b96;
}

.mod_btn_blue:before, .custom_select:before {
    border-right-color: #e0e7f2;
    border-bottom-color: #e0e7f2;
}

.mod_btn_green {
    border-color: #378900;
    color: #378900 !important;
}

.mod_btn_green:before {
    border-right-color: #e7f1e0;
    border-bottom-color: #e7f1e0;
}

.mod_btn_khaki {
    border-color: #9b802e;
    color: #9b802e !important;
}

.mod_btn_khaki:before {
    border-right-color: #f2ebd8;
    border-bottom-color: #f2ebd8;
}

.mod_btn_grey {
    border-color: #d6d3ce;
    color: #a5a5a5 !important;
    cursor: default;
}

.mod_btn_grey:before {
    border-right-color: #c5c5c5;
    border-bottom-color: #f0f0f0;
}

.mod_btn_bd_pink {
    border-color: #ff48af;
    color: #ffe4f3 !important;
    cursor: pointer;
}

/* --------------------------
	* mod_btn_l
* -------------------------- */
.mod_btn_l {
    padding-top: 16px;
    padding-bottom: 14px;
    width: 300px;
    font-size: 20px;
}

.mod_btn_l_area {
    background: #fff url(/static/shared/images/icon/btn/icn_area.png) no-repeat 32px 5px;
}

.mod_btn_l_area span {
    position: relative;
    left: 23px;
}

.mod_btn_l_time {
    background: #fff url(/static/shared/images/icon/btn/icn_time.png) no-repeat 24px 10px;
}

.mod_btn_l_time span {
    position: relative;
    left: 17px;
}

.mod_btn_box_c {
    margin-top: 30px;
    font-size: 0px;
    text-align: center;
}

.mod_btn_box_c p {
    margin: 0px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

/* --------------------------
	* mod_btn_all, mod_btn_all_s
* -------------------------- */
.mod_btn_all_s {
    padding-top: 5px;
    padding-bottom: 7px;
}

.mod_btn_all_blue {
    border-color: #013b96;
    background-color: #013b96;
}

.mod_btn_all_blue:before {
    border-top-color: #295aa6;
    border-right-color: #002477;
    border-bottom-color: #002477;
    border-left-color: #0c439b;
}

.mod_btn_all_pink {
    border-color: #ff48af;
    background-color: #ff48af;
}

.mod_btn_all_pink:before {
    border-top-color: #ff89cb;
    border-right-color: #e83f9d;
    border-bottom-color: #e83f9d;
    border-left-color: #ff5ab7;
}

.mod_btn_all_green {
    border-color: #378900;
    background-color: #4ab900;
}

.mod_btn_all_green:before {
    border-top-color: #7dcd48;
    border-right-color: #41a600;
    border-bottom-color: #41a600;
    border-left-color: #50bb09;
}

.mod_btn_all_yellow {
    border-color: #bc9f0b;
    color: #111;
    background-color: #f9d129;
}

.mod_btn_all_yellow:before {
    border-top-color: #fadc61;
    border-right-color: #e7c024;
    border-bottom-color: #e7c024;
    border-left-color: #f9d439;
}

.mod_btn_all_black {
    border-color: #484848;
    background-color: #484848;
}

.mod_btn_all_black:before {
    border-top-color: #7c7c7c;
    border-right-color: #2d2f2b;
    border-bottom-color: #2d2f2b;
    border-left-color: #4e4e4e;
}

.mod_btn_all_light-blue {
    border-color: #013b96;
    background-color: #ffffff;
}

.mod_btn_all_light-blue:before {
    border-top-color: #ffffff;
    border-right-color: #e0e7f2;
    border-bottom-color: #e0e7f2;
    border-left-color: #ffffff;
}
/* --------------------------
	* mod_btn_append
* -------------------------- */
.mod_btn_append {
    margin-top: 15px;
    text-align: center;
}

.mod_btn_append .text, .mod_btn_append .note {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 16px;
    font-weight: bold;
}

.mod_btn_append .mod_btn_all {
    margin: 0px 12px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 364px;
    color: #fff;
    font-size: 20px;
}

.mod_btn_append .mod_btn_all.mod_btn_all_light-blue {
    background-color: #e7ffff;
    color: #013b96;
    font-size: 90%;
    margin-right: 16px;
    padding: 14px 25px;
    width: 141px;
}

.mod_btn_append .mod_btn_all.mod_btn_all_light-blue:before {
    border-color: #e7ffff #cbe7f2 #cbe7f2 #e7ffff;
}

.mod_btn_append .note {
    font-weight: normal;
}

.mod_btn_append2 .note {
    margin-top: 12px;
    margin-bottom: -15px;
    display: block;
    font-size: 16px;
}

.mod_btn_append_search {
    padding-left: 38px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    left: -9px;
    vertical-align: baseline;
    background: url(/static/shared/images/icon/icn_btn_search.png) no-repeat 0px 0px;
    font-size: 20px;
}

.mod_btn_disabled .mod_btn_append_search {
    padding-left: 0px;
    position: static;
    background: none;
}
/* --------------------------
	* btn_area_town_append
* -------------------------- */
.mod_btn_append.btn_area_town_append {
    text-align: right;
    padding-right: 319px;
}

/* --------------------------
	* mod_btn_disabled
* -------------------------- */
.mod_btn_disabled {
    border-color: #c6cad2;
    color: #c6cad2 !important;
    background-color: #eceff4;
    cursor: default;
    pointer-events: none;
}

.mod_btn_disabled:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mod_btn_disabled:before {
    content: normal;
}

/* --------------------------
	* mod_btn_postend
* -------------------------- */
.mod_btn_postend {
    padding-top: 7px;
    padding-left: 32px;
    padding-bottom: 5px;
    border-color: #e12d4f;
    color: #fff;
    background-color: #e12d4f;
    background: #e12d4f url(/static/shared/images/icon/icn_btn_check.png) no-repeat 10px 50%;
}

.mod_btn_postend:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mod_btn_postend:before {
    content: normal;
}

/* --------------------------
	* mod_btn_back
* -------------------------- */
.mod_btn_back {
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 30px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    min-width: 79px;
    width: auto !important;
    width: 79px;
    color: #fff !important;
    background-color: #494949;
    background-image: url(/static/shared/images/icon/arr_btn_back.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    text-align: center;
    text-decoration: none;
}

/* --------------------------
	* mod_btn_gray
* -------------------------- */
.mod_btn_gray {
    padding: 10px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    line-height: 1.3;
    color: #013b96;
    background-color: #eff2f4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/* --------------------------
	* mod_icn_star
* -------------------------- */
.mod_icn_star {
    width: 52px;
    height: 55px;
    background-position: 0 0;
}

.mod_icn_star_active {
    width: 52px;
    height: 55px;
    background-position: 0 -55px;
    cursor: default;
}

/* --------------------------
	* mod_icn_between
* -------------------------- */
.mod_icn_between {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 40px;
    height: 44px;
    background: url(/static/shared/images/icon/icn_between.png) no-repeat 50% 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

* html .mod_icn_between {
    height: auto;
    text-indent: -9999px;
}

*:first-child + html .mod_icn_between {
    height: auto;
    text-indent: -9999px;
}

/* --------------------------
	* mod_icn_campaign
* -------------------------- */
.mod_icn_campaign {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

/* ------------------------------------
	* タイトル
* ------------------------------------ */
/* --------------------------
	* mod_ttl_bar
* -------------------------- */
.mod_ttl_bar {
    margin-bottom: 16px;
    padding: 0 14px;
    padding-top: 14px;
    padding-bottom: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    min-height: 30px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.mod_ttl_bar_blue {
    color: #fff;
    background-color: #013b96;
}

.mod_ttl_bar_khaki {
    color: #111;
    background-color: #ede3c7;
}

.mod_ttl_bar_pink {
    color: #111;
    background-color: #ffdef1;
}

.mod_ttl_bar_check {
    padding: 0 10px;
    padding-top: 11px;
    padding-bottom: 9px;
}

.mod_ttl_bar_check.mod_checked {
    background-color: #ffdef1;
}

/* --------------------------
	* mod_ttl_bar_sublink
* -------------------------- */
.mod_ttl_bar_sublink {
    position: relative;
}

.txt_sublink {
    margin-top: -0.7em;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #fff;
}

* html .txt_sublink {
    top: 24px;
}

*:first-child + html .txt_sublink {
    top: 35%;
}

/* --------------------------
	* mod_ttl_page
* -------------------------- */
.mod_ttl_page {
    margin-top: 14px;
    padding-top: 14px;
    color: #013b96;
    font-size: 36px;
    font-weight: bold;
}

/* ------------------------------------
	* テキスト
* ------------------------------------ */
/* --------------------------
	* mod_link_arrow
* -------------------------- */
.mod_link_arrow_orange {
    color: #ff7301;
    background-image: url(/static/shared/images/icon/arr_link_orange.png);
    font-weight: bold;
}

.mod_link_arrow_orange:hover {
    color: #ff9a47;
}

.mod_link_arrow_blue {
    background-image: url(/static/shared/images/icon/arr_link_blue.png);
}

.mod_link_arrow_white {
    color: #fff;
    background-image: url(/static/shared/images/icon/arr_link_white.png);
}

.mod_link_arrow_white:hover {
    color: #fff;
}

.mod_link_arrow_gray {
    background-image: url(/static/shared/images/icon/arr_link_gray.png);
}

/* --------------------------
	* mod_link_blue
* -------------------------- */
.mod_link_blue, .mod_btn_gray, .mod_link_apaman, .mod_link_apaman2, .mod_link_chintai, .mod_link_chintai2 {
    color: #013b96;
    font-weight: bold;
    text-decoration: none;
}

.mod_link_blue:hover, .mod_btn_gray:hover, .mod_link_apaman:hover, .mod_link_apaman2:hover, .mod_link_chintai:hover, .mod_link_chintai2:hover {
    color: #82a9eb;
}

/* --------------------------
	* mod_link_txt
* -------------------------- */
.mod_link_txt {
    color: #013b96;
}

.mod_link_txt:hover {
    color: #82a9eb;
}

/* --------------------------
	* mod_link_apaman, mod_link_apaman2
* -------------------------- */
.mod_link_apaman, .mod_link_apaman2 {
    padding-top: 10px;
    padding-left: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    min-height: 21px;
    height: auto !important;
    height: 21px;
    vertical-align: middle;
    background: url(/static/shared/images/icon/icn_link_apaman.png) no-repeat 0px 0px;
}

.mod_link_apaman2 {
    padding-top: 0;
    line-height: 1.3;
    background-position: 0px 2px;
}

.mod_link_apaman2 strong {
    color: #ff48af;
}

div#appendContainer .txt_link {
    position: absolute;
    left: 12px;
    top: 16px;
}

/* --------------------------
	* mod_link_chintai, mod_link_chintai2
* -------------------------- */
.mod_link_chintai, .mod_link_chintai2 {
    padding-top: 10px;
    padding-left: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    min-height: 21px;
    height: auto !important;
    height: 21px;
    vertical-align: middle;
    background: url(/static/shared/images/icon/icn_link_chintai.png) no-repeat 0px 0px;
}

.mod_link_chintai2 {
    padding-top: 0;
    line-height: 1.3;
    background-position: 0px 2px;
}

.mod_link_chintai2 strong {
    color: #ff48af;
}

/* ------------------------------------
	* 汎用モジュール
* ------------------------------------ */
/* --------------------------
	* mod_box_section
* -------------------------- */
.mod_box_section {
    margin: 20px 0;
    padding: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
}

/* add nak 20151117 */
.mod_box_section_bdt_zero .mod_box_section,
.mod_box_section_bdt_monthly .mod_box_section,
.mod_box_section_bdt_bnb .mod_box_section {
    background-color: transparent;
}



/* --------------------------
	* mod_box_section_bdt
* -------------------------- */
.mod_box_section_bdt {
    margin-top: 30px;
    padding: 20px;
    padding-top: 30px;
    border-top: 4px solid #013b96;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    background-color: #fff;
    zoom: 1;
}

/* --------------------------
	* mod_box_section_bdt_zero
	* mod_box_section_bdt_monthlye
	* mod_box_section_bdt_bnb
	add nak 20151111
* -------------------------- */
.mod_box_section_bdt_zero, .mod_box_section_bdt_monthly, .mod_box_section_bdt_bnb {
    position: relative;
    margin-top: 88px !important;
    border-top: 0px;
    zoom: 1;
    background-color: #ffffff;
}

.mod_box_section_bdt_zero:before, .mod_box_section_bdt_monthly:before, .mod_box_section_bdt_bnb:before {
    position: absolute;
    left: 0;
    top: -50px;
    width: 730px;
    height: 50px;
    content: "";
    background-size: 730px 50px;
}

.mod_box_section_bdt_zero:before {
    background: url('/static/area/images/result/img_frametop_doublezero.png') 0 0 no-repeat;
}

.mod_box_section_bdt_monthly:before {
    background: url('/static/area/images/result/img_frametop_monthly.png') 0 0 no-repeat;
}

.mod_box_section_bdt_bnb:before {
    background: url('/static/area/images/result/img_frametop_bnb.png') 0 0 no-repeat;
}

/* /add nak 20151111 */




/* --------------------------
	* mod_box_section_bd_all
* -------------------------- */
.mod_box_section_bd_all {
    margin-top: 30px;
    padding: 18px;
    padding-top: 20px;
    border: 2px solid #013b96;
    border-top: 8px solid #013b96;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    background-color: #fff;
    zoom: 1;
}


/* --------------------------
	* mod_box_section_bd_all_zero
	* mod_box_section_bd_all_monthly
	* mod_box_section_bd_all_bnb
	add nak 20151116
* -------------------------- */
.mod_box_section_bd_all_zero,
.mod_box_section_bd_all_monthly,
.mod_box_section_bd_all_bnb {
    position: relative;
    margin-top: 30px;
    padding: 18px;
    padding-top: 20px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #fff;
    zoom: 1;
}

.mod_box_section_bd_all_zero {
    border: 2px solid #01a0e2;
}

.mod_box_section_bd_all_monthly {
    border: 2px solid #eb6b00;
}

.mod_box_section_bd_all_bnb {
    border: 2px solid #97ac1f;
}

.mod_box_section_bd_all_zero.mod_box_tab_room,
.mod_box_section_bd_all_monthly.mod_box_tab_room,
.mod_box_section_bd_all_bnb.mod_box_tab_room {
    margin-top: 82px;
}

.mod_box_section_bd_all_zero.mod_box_tab_room .txt_type,
.mod_box_section_bd_all_monthly.mod_box_tab_room .txt_type,
.mod_box_section_bd_all_bnb.mod_box_tab_room .txt_type {
    position: absolute;
    padding: 0;
    width: 1000px;
    height: 50px;
    left: -2px;
    top: -52px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    display: -moz-inline-stack;
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: block;
}

.mod_box_section_bd_all_zero.mod_box_tab_room .txt_type {
    background: url('/static/user/images/img_mod_box_section_bd_all_doublezero.png') 0 0 no-repeat;
}

.mod_box_section_bd_all_monthly.mod_box_tab_room .txt_type {
    background: url('/static/user/images/img_mod_box_section_bd_all_monthly.png') 0 0 no-repeat;
}

.mod_box_section_bd_all_bnb.mod_box_tab_room .txt_type {
    background: url('/static/user/images/img_mod_box_section_bd_all_bnb.png') 0 0 no-repeat;
}

.mod_box_section_bd_all_zero.mod_box_tab_room .txt_type span,
.mod_box_section_bd_all_monthly.mod_box_tab_room .txt_type span,
.mod_box_section_bd_all_bnb.mod_box_tab_room .txt_type span {
    display: none;
}

/* / add nak 20151116 */



/* --------------------------
	* mod_box_tab_room
* -------------------------- */
.mod_box_tab_room {
    margin-top: 60px;
}

.mod_box_tab_room .txt_type, .mod_box_tab_type .txt_type {
    padding: 9px 26px 4px 22px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: absolute;
    left: -2px;
    top: -36px;
    color: #fff;
    background-color: #013b96;
}

/* add nak 20151116 */

/* add nak 20151116 */

.mod_box_tab_type .txt_type {
    position: static;
    float: left;
    margin-right: 14px;
}

.mod_box_tab_type .txt_descript {
    float: left;
    margin-top: 8px;
    color: #013B96;
}

.mod_box_tab_room .box_head_tab_room {
    line-height: 1.5;
    overflow: hidden;
    *zoom: 1;
}

.mod_box_tab_room .box_head_tab_room a {
    position: relative;
    display: block;
    color: #111;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    *zoom: 1;
}

.mod_box_tab_room .box_head_tab_room .box_info {
    float: right;
    width: 750px;
}

.mod_box_tab_room .box_head_tab_room .name {
    margin-top: 14px;
    font-size: 24px;
    font-weight: bold;
}

.mod_box_tab_room .box_head_tab_room .info {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.mod_box_tab_room .box_head_tab_room .info span {
    margin-right: 0.3em;
}

.mod_box_tab_room .box_head_tab_room .box_access, .mod_box_tab_room .box_head_tab_room .box_address {
    float: left;
    width: 350px;
}

.mod_box_tab_room .box_head_tab_room .ttl_info {
    margin-right: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
    float: left;
    width: 80px;
    background-color: #eff2f4;
    text-align: center;
}

.mod_box_tab_room .box_head_tab_room .box_access {
    margin-right: 30px;
}

.mod_box_tab_room .box_head_tab_room .list_access, .mod_box_tab_room .box_head_tab_room .address {
    overflow: hidden;
}

.mod_box_tab_room .box_head_tab_room .list_access li, .mod_box_tab_room .box_head_tab_room .address {
    margin-top: 2px;
}

.mod_box_tab_room .box_head_tab_room .pic_object {
    padding: 20px 4px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 178px;
    text-align: center;
}
.mod_box_tab_room .box_head_tab_room .pic_object img {
	width: 170px;
	height: 170px;
	object-fit: contain;
}

.mod_box_tab_room .mod_table_col .mod_delete {
    width: 110px;
}

.mod_box_tab_room .mod_table_col .mod_btn_all_green {
    padding-top: 7px;
    padding-bottom: 5px;
    width: 119px;
    font-size: 16px;
}

.mod_box_tab_room .mod_table_col .mod_btn_all_black {
    padding-top: 8px;
    padding-bottom: 6px;
    width: 90px;
    font-size: 14px;
}

.mod_box_tab_room .mod_table_col .mod_btn_blue, .mod_box_tab_room .mod_table_col .custom_select {
    margin-left: 5px;
    width: 115px;
}

/* --------------------------
	* mod_pager
* -------------------------- */
.mod_pager {
    margin: 20px auto;
    position: relative;
    line-height: 1.1;
    font-size: 0px;
    text-align: center;
}

.mod_pager .prev, .mod_pager .next {
    padding: 0;
    width: 64px;
}

.mod_pager .prev {
    margin-right: 16px;
}

.mod_pager .next {
    margin-left: 16px;
}

.mod_pager .current {
    color: #ff48af;
}

.mod_pager li {
    padding: 0 4px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #013b96;
    font-size: 16px;
    font-weight: bold;
}

.mod_pager a {
    color: #013b96;
}

.mod_pager a:hover {
    color: #ff48af;
}


/* --------------------------
	* mod_box_inquiry_all
* -------------------------- */
.mod_box_inquiry_all {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    height: 75px;
    font-size: 16px;
}

.mod_box_inquiry_all .mod_check_green {
    margin-right: 20px;
    padding-top: 24px;
    padding-bottom: 23px;
    padding-left: 30px;
    border-right: 2px solid #e6e8ec;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    float: left;
    width: 268px;
    background-color: #ecffe0;
}

.mod_box_inquiry_all .mod_check_green .mod_checkbox {
    margin-right: 14px;
}

.mod_box_inquiry_all .button {
    padding-top: 18px;
    padding-bottom: 14px;
    overflow: hidden;
}

.mod_box_inquiry_all .mod_btn_all {
    margin: 0 12px;
    margin-top: -4px;
    width: 236px;
    vertical-align: middle;
    font-size: 18px;
}

.mod_box_inquiry_all .mod_btn_all:hover {
    color: #fff;
}


/* --------------------------
	* custom_select
* -------------------------- */
.custom_select {
    color: #111 !important;
    font-weight: normal;
    text-align: left !important;
}

.custom_select:after {
    margin-top: -4px;
    border: 7px solid transparent;
    border-top-color: #013b96;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 0;
    height: 0;
    content: "";
}

.custom_selectInner {
    width: 100% !important;
}

/* --------------------------
	* mod_select_content
* -------------------------- */
.mod_select_content {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 200px;
}

* html .mod_select_content {
    width: auto;
}

*:first-child + html .mod_select_content {
    width: auto;
}

/* --------------------------
	* mod_checkbox, mod_radio
* -------------------------- */
.mod_checkbox, .mod_radio {
    margin-right: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    top: -2px;
    cursor: pointer;
}

.mod_checkbox {
    width: 26px;
    height: 26px;
    background-position: 0 0;
}

.mod_checkbox.checked {
    background-position: 0px -26px;
}

/* add nak 20151111 */
.disable_gray .mod_checkbox.checked {
    background-position: 0px -182px;
}

.mod_box_sub_child.plan .mod_list_input .disable_gray label {
    cursor: default;
}
/* / add nak 20151111 */


.mod_checkbox.disabled {
    cursor: default;
}

.mod_radio {
    width: 26px;
    height: 26px;
    background-position: 0 -104px;
}

.mod_radio.checked {
    background-position: 0px -130px;
}

.mod_radio.disabled {
    cursor: default;
}

.mod_check_green .mod_checkbox {
    margin-right: 0;
    width: 26px;
    height: 26px;
    background-position: 0 -52px;
    background-position: 0px -52px;
}

.mod_check_green .mod_checkbox.checked {
    background-position: 0px -78px;
}

.mod_check_green .mod_checkbox.disabled {
    background-position: 0px -156px;
}

.mod_checked {
    background-color: #ffdef1 !important;
}

.mod_disabled {
    background-color: #ddd !important;
}

/* ------------------------------------
	* リスト
* ------------------------------------ */
/* --------------------------
	* mod_list_title
* -------------------------- */
.mod_list_title {
    margin-top: 30px;
}

.mod_list_title .list_title {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dadadb;
    overflow: hidden;
    *zoom: 1;
}

.mod_list_title .list_title:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.mod_list_title .ttl_list {
    padding-left: 16px;
    float: left;
    width: 174px;
    line-height: 1.3;
    color: #9b802e;
    font-size: 16px;
    font-weight: bold;
}

.mod_list_title .box_list_content {
    float: left;
    width: 770px;
}

.mod_list_title .box_list_content .mod_list_input {
    margin-top: -17px;
}

.mod_list_title .box_list_content .mod_list_input li {
    padding-right: 0;
    width: 30%;
}

* html .mod_list_title .box_list_content .mod_list_input {
    margin-top: -7px;
}

*:first-child + html .mod_list_title .box_list_content .mod_list_input {
    margin-top: -7px;
}

.mod_list_title .box_list_content .list_radio5 li {
    padding-right: 0;
    width: 18%;
}

.mod_list_title .box_madori .list_btn_type {
    margin-right: -10px;
    margin-bottom: 20px;
    overflow: hidden;
    *zoom: 1;
}

.mod_list_title .box_madori .list_btn_type li {
    margin-right: 8px;
    float: left;
    width: 200px;
}

.mod_list_title .box_madori .list_btn_type li .mod_btn {
    color: #111;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: normal;
}

.mod_list_title .box_madori .list_btn_type li .active {
    border-color: #ff48af;
    color: #fff;
    background-color: #ff48af;
}

.mod_list_title .box_madori .list_btn_type li .active:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mod_list_title .box_madori .list_btn_type li .active:before {
    content: normal;
}

.mod_list_title .box_madori .list_btn_type .mod_btn {
    padding-top: 19px;
    padding-bottom: 20px;
    line-height: 1.1;
    text-align: left;
}

.mod_list_title .box_madori .list_btn_type .single .mod_btn {
    background-image: url(/static/shared/images/icon/icn_btn_single.png);
    background-position: 24px 8px;
}

.mod_list_title .box_madori .list_btn_type .single span {
    padding-left: 60px;
}

.mod_list_title .box_madori .list_btn_type .single .active {
    background-image: url(/static/shared/images/icon/icn_btn_single_active.png);
}

.mod_list_title .box_madori .list_btn_type .double .mod_btn {
    background-image: url(/static/shared/images/icon/icn_btn_double.png);
    background-position: 16px 8px;
}

.mod_list_title .box_madori .list_btn_type .double span {
    padding-left: 64px;
}

.mod_list_title .box_madori .list_btn_type .double .active {
    background-image: url(/static/shared/images/icon/icn_btn_double_active.png);
}

.mod_list_title .box_madori .list_btn_type .family .mod_btn {
    background-image: url(/static/shared/images/icon/icn_btn_family.png);
    background-position: 10px 8px;
}

.mod_list_title .box_madori .list_btn_type .family span {
    padding-left: 62px;
}

.mod_list_title .box_madori .list_btn_type .family .active {
    background-image: url(/static/shared/images/icon/icn_btn_family_active.png);
}

.mod_list_title .box_madori .mod_list_input li {
    padding-right: 0;
    width: 18%;
}

.mod_list_title .box_madori .mod_check {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-top: 20px;
    margin-left: 158px;
    padding: 20px 18px;
    position: relative;
    color: #013b96;
    background-color: #eff2f4;
    font-size: 16px;
    font-weight: bold;
}

.mod_list_title .box_madori .mod_check:after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #eff2f4;
    position: absolute;
    left: 50%;
    top: -16px;
    width: 0;
    height: 0;
    content: "";
}

.mod_list_title .box_madori .mod_check.mod_btn_disabled label {
    cursor: default;
}

.mod_list_title .box_madori .mod_check.mod_btn_disabled .mod_checkbox {
    background-position: 0px -156px;
    cursor: default;
}

.mod_list_title .box_madori .mod_checked {
    color: #ff48af;
}

.mod_list_title .box_madori .mod_checked:after {
    border-bottom-color: #ffdef1;
}

.mod_list_title .box_madori .list_checkbox3 {
    margin-top: 0;
}

.mod_list_title .box_madori .list_checkbox3 li {
    width: 30%;
}

.mod_list_title .bus {
    margin-top: 10px;
    margin-left: -10px;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #eff2f4;
}

/* --------------------------
	* mod_list_input
* -------------------------- */
.mod_list_input {
    margin-top: -4px;
    overflow: hidden;
    *zoom: 1;
}

.mod_list_input li {
    margin-top: 21px;
    padding-bottom: 3px;
    padding-right: 20px;
    float: left;
    width: 200px;
}

* html .mod_list_input li {
    margin-top: 5px;
}

*:first-child + html .mod_list_input li {
    margin-top: 5px;
}

.mod_list_input label {
    padding-left: 36px;
    text-indent: -36px;
    line-height: 1.3;
}

.mod_list_input.mod_list_input_dtb label {
    padding-left: 0;
    text-indent: 0;
}

* html .mod_list_input label {
    padding-left: 0px;
    text-indent: 0px;
}

*:first-child + html .mod_list_input label {
    padding-left: 0px;
    text-indent: 0px;
}

.mod_list_input .mod_checkbox, .mod_list_input .mod_radio {
    margin-bottom: -13px;
    top: -8px;
}

/* --------------------------
	* mod_list_icn_equipment
* -------------------------- */
.mod_list_icn_equipment {
    position: relative;
    margin-top: -16px;
    margin-right: -6px;
    padding-top: 10px;
    overflow: hidden;
    *zoom: 1;
}

.mod_list_icn_equipment li {
    margin-right: 6px;
    margin-top: 5px;
    float: left;
}

.mod_list_icn_equipment li.tag {
    margin-top: -5px;
}

.mod_list_icn_equipment4 {
    width: 424px;
}

.mod_list_icn_equipment5 {
    width: 636px;
}

.mod_list_icn_equipment6 {
    width: 636px;
}
.mod_list_icn_equipment.mod_list_icn_equipment4.mod_list_icn_4displays{
	padding-top: 19px;
	padding-bottom:15px;
}
.mod_list_icn_equipment.mod_list_icn_4displays li.tag {
	margin-top: -14px;
}

/* ------------------------------------
	* 表
* ------------------------------------ */
/* --------------------------
	* mod_table
* -------------------------- */
.mod_table {
    width: 100%;
    line-height: 1.5;
    background-color: #fff;
}

.mod_table th, .mod_table td {
    vertical-align: middle;
}

.mod_table th.mod_check, .mod_table td.mod_check {
    width: 26px;
    background-color: #ecffe0 !important;
}

.mod_table th.mod_checked, .mod_table td.mod_checked {
    background-color: #ffdef1 !important;
}

.mod_table th.mod_checked, .mod_table td.mod_disabled {
    background-color: #ddd !important;
}

.mod_table th {
    border-bottom: 2px solid #fff;
    line-height: 1.3;
    background-color: #ede3c7;
}

.mod_table td {
    padding: 10px 0;
}

.mod_table td.mod_check {
    padding-top: 30px;
    border-bottom: 2px solid #dadadb !important;
    vertical-align: top;
}

.mod_table .mod_icn_star, .mod_table .mod_icn_star_active {
    margin: 0px auto;
}

.mod_table .price {
    color: #ff48af;
    font-size: 18px;
    font-weight: bold;
}

/* add nak 20151111 */
.mod_table .price36 {
    color: #ff48af;
    font-size: 36px;
    font-weight: bold;
}
/* / add nak 20151111 */


/* --------------------------
	* mod_table_col
* -------------------------- */
.mod_table_col {
    margin-top: 24px;
}

.mod_table_col .tr_under td {
    border-bottom: 2px solid #dadadb;
}

.mod_table_col .flag_a td {
    border-bottom: 1px solid #68e8d4;
    background-color: #90f4e5;
}

.mod_table_col .flag_b td {
    border-bottom: 1px solid #ded939;
    background-color: #fffc83;
}

.mod_table_col th, .mod_table_col td {
    text-align: center;
}

.mod_table_col th {
    border-left: 2px solid #fff;
    height: 40px;
    font-size: 12px;
}

.mod_table_col th:first-child {
    border-left: none;
}

.mod_table_col td {
    padding: 10px;
}

.mod_table_col .list_icn_room {
    color: #ff48af;
    font-weight: bold;
}

.mod_table_col .floor {
    font-size: 18px;
    font-weight: bold;
}

.mod_table_col .mod_btn_all_green {
    padding-top: 8px;
    padding-bottom: 6px;
    width: 98px;
    font-size: 14px;
}

.mod_table_col .mod_btn_blue, .mod_table_col .custom_select {
    width: 92px;
}

.mod_table_col .mod_list_icn_equipment {
    float: left;
}

.mod_table_col .box_btn {
    float: right;
}

/* お電話でお問い合わせ */
.box_contact_info {
    clear: both;
    padding-top: 15px;
    text-align: left;
}

.box_contact_info .link_to_shopinfo {
    display: inline-block;
    font-size: 12px;
}

.box_contact_info .link_to_shopinfo .shopinfo_tooltip {
    margin-right: 10px;
}

.mod_contact_tel {
    display: inline-block;
}

.mod_contact_tel .inner_contact_tel {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
/* サイズが大きいver */
.mod_contact_tel.mod_contact_tel_size_l .inq_te_inbtn {
    font-size: 17px;
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrp_handled_building_shop {
    margin-top: 7px;
    margin-bottom: 5px;
}
/* お電話でお問い合わせ END */

* html .mod_table_col .box_btn {
    float: none;
    overflow: hidden;
}

*:first-child + html .mod_table_col .box_btn {
    float: none;
    overflow: hidden;
}
/* 物件一覧電話番号 */
.mod_table_col .inq_tel {
    background-image: url(/static/shared/images/icon/icn_phone.png);
    background-repeat: no-repeat;
    background-position: 0px 20px;
    padding-left: 16px;
    clear: both;
    padding-top: 20px;
    text-align: left;
    line-height: 1.1;
    min-height: 18px;
    font-size: 13px;
}

.mod_table_col .inq_tel span {
    font-size: 16px;
    font-weight: bold;
    color: #ff48af;
    vertical-align: middle;
}

.inq_te_inbtn {
    background-image: url(/static/shared/images/icon/icn_phone.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    clear: both;
    text-align: left;
    line-height: 1.1;
    font-size: 16px;
    color: #ff48af;
}
.mod_btn_all_pink .inq_te_inbtn {
    color: #fff;
}
.mod_btn_all_pink .c_white {
    color: #fff;
}
/*物件一覧用*/
.box_contact_info.box_contact_info_later {
	clear:none;
	padding-top:0;
	width: 425px;
}
.mod_contact_tel.mod_contact_tel_later{
	margin-bottom: 5px;
	float:left;
}
.under_other_info{}
.under_other_info p.under_other_info_help{
	margin-right:10px;
	margin-left:5px;
	margin-bottom:6px;
	float:left;
	line-height:37px;
}
.under_other_info p.link_to_shopinfo{
	line-height:37px;
}

/*物件詳細用*/
.mod_btn_grey.btn_line {
	cursor: pointer;
}
.mod_btn_grey.btn_line:before {
    border-right-color: #efefef;
    border-bottom-color: #efefef;
}
.mod_btn_grey.btn_line span {
	color: #378900 !important;
}

/* ------------------------------------
	* 汎用クラス
* ------------------------------------ */
.cfx {
    overflow: hidden;
    *zoom: 1;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

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

.mt16 {
    margin-top: 16px !important;
}

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

.mt24 {
    margin-top: 24px !important;
}

.mb24 {var uaInfo=(function(){var that={};var userAgent=window.navigator.userAgent;var appVersion=window.navigator.appVersion.toLowerCase();that.isIe=false;that.ieVr=10;that.oldIe=false;that.fixedSupport=true;that.terminal='';that.interface='mouse';if(userAgent.indexOf('iPhone')>0||userAgent.indexOf('iPod')>0){that.interface='touch';that.terminal='iPhone';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('iPad')>0){that.interface='touch';that.terminal='iPad';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('Android')>0){that.interface='touch';if(userAgent.indexOf('Mobile')>0){that.terminal="androidMob";}else{that.terminal="androidTab";};if(userAgent.indexOf('Android 3.')!=-1||userAgent.indexOf('Android 2.')!=-1||userAgent.indexOf('Android 1.')!=-1){that.fixedSupport=false;}};if(userAgent.toLowerCase().indexOf('msie')!=-1){if(appVersion.indexOf('msie 6.')!=-1){that.ieVr=6;that.fixedSupport=false;that.oldIe=true;}else if(appVersion.indexOf('msie 7.')!=-1){that.ieVr=7;that.oldIe=true;}else if(appVersion.indexOf('msie 8.')!=-1){that.ieVr=8;that.oldIe=true;}else if(appVersion.indexOf('msie 9.')!=-1){that.ieVr=9;};that.isIe=true;}return that;}());$(function(){$('a.scroll').on('click',function(e){e.preventDefault();var ta=$(this).attr('href');var pt=$(ta).offset().top;if(ta!='#pagetop'){pt-=$('#headerWrapper').height();};var wh=$(window).height();var ch=$('#containerWrapper').height();if(pt+wh>ch){pt=ch-wh;};$('html,body').stop().animate({scrollTop:pt},600,'easeOutQuart');});});$(function(){function setHeightRows(elm,num){var $elm=$(elm);$elm.each(function(i){var elmHeight;var $this=$(this);if(i===0||i%num===0){elmHeight=$this.height();for(var n=i+1;n<=i+num-1;n++){if(elmHeight<$elm.eq(n).height()){elmHeight=$elm.eq(n).height();}}for(var n=i;n<=i+num-1;n++){$elm.eq(n).css('height',elmHeight);}}});}setHeightRows('.shop_info .hgtrows',2);});var uaInfo=(function(){var that={};var userAgent=window.navigator.userAgent;var appVersion=window.navigator.appVersion.toLowerCase();that.isIe=false;that.ieVr=10;that.oldIe=false;that.fixedSupport=true;that.terminal='';that.interface='mouse';if(userAgent.indexOf('iPhone')>0||userAgent.indexOf('iPod')>0){that.interface='touch';that.terminal='iPhone';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('iPad')>0){that.interface='touch';that.terminal='iPad';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('Android')>0){that.interface='touch';if(userAgent.indexOf('Mobile')>0){that.terminal="androidMob";}else{that.terminal="androidTab";};if(userAgent.indexOf('Android 3.')!=-1||userAgent.indexOf('Android 2.')!=-1||userAgent.indexOf('Android 1.')!=-1){that.fixedSupport=false;}};if(userAgent.toLowerCase().indexOf('msie')!=-1){if(appVersion.indexOf('msie 6.')!=-1){that.ieVr=6;that.fixedSupport=false;that.oldIe=true;}else if(appVersion.indexOf('msie 7.')!=-1){that.ieVr=7;that.oldIe=true;}else if(appVersion.indexOf('msie 8.')!=-1){that.ieVr=8;that.oldIe=true;}else if(appVersion.indexOf('msie 9.')!=-1){that.ieVr=9;};that.isIe=true;}return that;}());$(function(){$('a.scroll').on('click',function(e){e.preventDefault();var ta=$(this).attr('href');var pt=$(ta).offset().top;if(ta!='#pagetop'){pt-=$('#headerWrapper').height();};var wh=$(window).height();var ch=$('#containerWrapper').height();if(pt+wh>ch){pt=ch-wh;};$('html,body').stop().animate({scrollTop:pt},600,'easeOutQuart');});});$(function(){function setHeightRows(elm,num){var $elm=$(elm);$elm.each(function(i){var elmHeight;var $this=$(this);if(i===0||i%num===0){elmHeight=$this.height();for(var n=i+1;n<=i+num-1;n++){if(elmHeight<$elm.eq(n).height()){elmHeight=$elm.eq(n).height();}}for(var n=i;n<=i+num-1;n++){$elm.eq(n).css('height',elmHeight);}}});}setHeightRows('.shop_info .hgtrows',2);});var uaInfo=(function(){var that={};var userAgent=window.navigator.userAgent;var appVersion=window.navigator.appVersion.toLowerCase();that.isIe=false;that.ieVr=10;that.oldIe=false;that.fixedSupport=true;that.terminal='';that.interface='mouse';if(userAgent.indexOf('iPhone')>0||userAgent.indexOf('iPod')>0){that.interface='touch';that.terminal='iPhone';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('iPad')>0){that.interface='touch';that.terminal='iPad';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('Android')>0){that.interface='touch';if(userAgent.indexOf('Mobile')>0){that.terminal="androidMob";}else{that.terminal="androidTab";};if(userAgent.indexOf('Android 3.')!=-1||userAgent.indexOf('Android 2.')!=-1||userAgent.indexOf('Android 1.')!=-1){that.fixedSupport=false;}};if(userAgent.toLowerCase().indexOf('msie')!=-1){if(appVersion.indexOf('msie 6.')!=-1){that.ieVr=6;that.fixedSupport=false;that.oldIe=true;}else if(appVersion.indexOf('msie 7.')!=-1){that.ieVr=7;that.oldIe=true;}else if(appVersion.indexOf('msie 8.')!=-1){that.ieVr=8;that.oldIe=true;}else if(appVersion.indexOf('msie 9.')!=-1){that.ieVr=9;};that.isIe=true;}return that;}());$(function(){$('a.scroll').on('click',function(e){e.preventDefault();var ta=$(this).attr('href');var pt=$(ta).offset().top;if(ta!='#pagetop'){pt-=$('#headerWrapper').height();};var wh=$(window).height();var ch=$('#containerWrapper').height();if(pt+wh>ch){pt=ch-wh;};$('html,body').stop().animate({scrollTop:pt},600,'easeOutQuart');});});$(function(){function setHeightRows(elm,num){var $elm=$(elm);$elm.each(function(i){var elmHeight;var $this=$(this);if(i===0||i%num===0){elmHeight=$this.height();for(var n=i+1;n<=i+num-1;n++){if(elmHeight<$elm.eq(n).height()){elmHeight=$elm.eq(n).height();}}for(var n=i;n<=i+num-1;n++){$elm.eq(n).css('height',elmHeight);}}});}setHeightRows('.shop_info .hgtrows',2);});var uaInfo=(function(){var that={};var userAgent=window.navigator.userAgent;var appVersion=window.navigator.appVersion.toLowerCase();that.isIe=false;that.ieVr=10;that.oldIe=false;that.fixedSupport=true;that.terminal='';that.interface='mouse';if(userAgent.indexOf('iPhone')>0||userAgent.indexOf('iPod')>0){that.interface='touch';that.terminal='iPhone';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('iPad')>0){that.interface='touch';that.terminal='iPad';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('Android')>0){that.interface='touch';if(userAgent.indexOf('Mobile')>0){that.terminal="androidMob";}else{that.terminal="androidTab";};if(userAgent.indexOf('Android 3.')!=-1||userAgent.indexOf('Android 2.')!=-1||userAgent.indexOf('Android 1.')!=-1){that.fixedSupport=false;}};if(userAgent.toLowerCase().indexOf('msie')!=-1){if(appVersion.indexOf('msie 6.')!=-1){that.ieVr=6;that.fixedSupport=false;that.oldIe=true;}else if(appVersion.indexOf('msie 7.')!=-1){that.ieVr=7;that.oldIe=true;}else if(appVersion.indexOf('msie 8.')!=-1){that.ieVr=8;that.oldIe=true;}else if(appVersion.indexOf('msie 9.')!=-1){that.ieVr=9;};that.isIe=true;}return that;}());$(function(){$('a.scroll').on('click',function(e){e.preventDefault();var ta=$(this).attr('href');var pt=$(ta).offset().top;if(ta!='#pagetop'){pt-=$('#headerWrapper').height();};var wh=$(window).height();var ch=$('#containerWrapper').height();if(pt+wh>ch){pt=ch-wh;};$('html,body').stop().animate({scrollTop:pt},600,'easeOutQuart');});});$(function(){function setHeightRows(elm,num){var $elm=$(elm);$elm.each(function(i){var elmHeight;var $this=$(this);if(i===0||i%num===0){elmHeight=$this.height();for(var n=i+1;n<=i+num-1;n++){if(elmHeight<$elm.eq(n).height()){elmHeight=$elm.eq(n).height();}}for(var n=i;n<=i+num-1;n++){$elm.eq(n).css('height',elmHeight);}}});}setHeightRows('.shop_info .hgtrows',2);});var uaInfo=(function(){var that={};var userAgent=window.navigator.userAgent;var appVersion=window.navigator.appVersion.toLowerCase();that.isIe=false;that.ieVr=10;that.oldIe=false;that.fixedSupport=true;that.terminal='';that.interface='mouse';if(userAgent.indexOf('iPhone')>0||userAgent.indexOf('iPod')>0){that.interface='touch';that.terminal='iPhone';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('iPad')>0){that.interface='touch';that.terminal='iPad';if(userAgent.indexOf('OS 4')!=-1||userAgent.indexOf('OS 3')!=-1||userAgent.indexOf('OS 2')!=-1){that.fixedSupport=false;}}else if(userAgent.indexOf('Android')>0){that.interface='touch';if(userAgent.indexOf('Mobile')>0){that.terminal="androidMob";}else{that.terminal="androidTab";};if(userAgent.indexOf('Android 3.')!=-1||userAgent.indexOf('Android 2.')!=-1||userAgent.indexOf('Android 1.')!=-1){that.fixedSupport=false;}};if(userAgent.toLowerCase().indexOf('msie')!=-1){if(appVersion.indexOf('msie 6.')!=-1){that.ieVr=6;that.fixedSupport=false;that.oldIe=true;}else if(appVersion.indexOf('msie 7.')!=-1){that.ieVr=7;that.oldIe=true;}else if(appVersion.indexOf('msie 8.')!=-1){that.ieVr=8;that.oldIe=true;}else if(appVersion.indexOf('msie 9.')!=-1){that.ieVr=9;};that.isIe=true;}return that;}());$(function(){$('a.scroll').on('click',function(e){e.preventDefault();var ta=$(this).attr('href');var pt=$(ta).offset().top;if(ta!='#pagetop'){pt-=$('#headerWrapper').height();};var wh=$(window).height();var ch=$('#containerWrapper').height();if(pt+wh>ch){pt=ch-wh;};$('html,body').stop().animate({scrollTop:pt},600,'easeOutQuart');});});$(function(){function setHeightRows(elm,num){var $elm=$(elm);$elm.each(function(i){var elmHeight;var $this=$(this);if(i===0||i%num===0){elmHeight=$this.height();for(var n=i+1;n<=i+num-1;n++){if(elmHeight<$elm.eq(n).height()){elmHeight=$elm.eq(n).height();}}for(var n=i;n<=i+num-1;n++){$elm.eq(n).css('height',elmHeight);}}});}setHeightRows('.shop_info .hgtrows',2);});
    margin-bottom: 24px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mrl40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.pl14 {
    padding-left: 14px !important;
}

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

/* add 151111 */
.mod_table_col .flag_picture td {
    border-bottom: 1px solid #ff43b3;
    background-color: #ffdaf0;
}
.mod_table_col .flag_picture td .guard img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.mod_table_col .flag_picture td .zoom_target img {
	width: 180px;
	height: 180px;
	object-fit: contain;
}
#powerTip img {
	width: 180px;
	height: 180px;
	object-fit: contain;
}

div#appendContainerWrapper.is_showing {
   visibility:hidden;
   opacity: 0;
}

/*---------- ホームステージング ----------*/
.homeStagingWrapper {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 150px;
	top: 195px;
	right: 0;
	z-index: 50;
}
.homeStagingWrapper .clickBox {
	position: relative;
	background-color: #b3b4b6;
	width: 20px;
	height: 20px;
	text-align: center;
}
.homeStagingWrapper .clickBox:hover,
.homeStagingWrapper .clickBox:active {
	opacity: 0.6;
	cursor: default;
}
.homeStagingWrapper .clickBox span {
    position: absolute;
	display: inline;
    left: 5px;
    top: 1px;
}
_:-ms-lang(x)::-ms-backdrop, .homeStagingWrapper .clickBox span {
	top: 7px;
	line-height: 0.4;
}
.homeStagingWrapper .contentBox {
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #eceff1;
	box-shadow: 0px 4px 15px -8px #999999;
}
.homeStagingWrapper .contentBox .heading {
	padding: 10px 0;
	border-top-left-radius: 5px;
	background: url("/info/homestaging/images/homestaging_bg01.png");
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}
.homeStagingWrapper .contentBox .subHeading {
	padding: 6px 4px;
    background-color: #cfd8dc;
	color: #0498a7;
    font-size: 12px;
    text-align: center;
	line-height: 1.4;
}
.homeStagingWrapper .contentBox  ul {
	padding: 16px 0 6px;
}
.homeStagingWrapper .contentBox  ul li {
	text-align: right;
}
.homeStagingWrapper .contentBox  ul li + li {
	margin-top: 1px;
}
.homeStagingWrapper .contentBox  ul li a:hover,
.homeStagingWrapper .contentBox  ul li a:active{
	opacity: 0.8;
}
.homeStagingWrapper .contentBox  ul li a img {
	width: 136px;
}
.homeStagingWrapper .contentBox .bottomText {
	padding: 0px 5px 5px 13px;
	color: #ff6633;
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
}
.homeStagingWrapper .contentBox .bottomText img {
	margin-bottom: 4px;
}

/* 20251201 Hide homeStagingWrapper */
.homeStagingWrapper {
    display: none !important;
}