@charset "utf-8";

/* ------------------------------------------------------------------------ */
/* --- Body --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- link ----------------------------------------------- */
a {
 color: #333333;
}
a:hover {
 color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* --- Page layout -------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- base ----------------------------------------------- */
body {
  background: url(../images/base/background_black.png) left top repeat;
  color: #000000;
}

#wrapper {
  background-color: #DDDDDD;
  box-shadow: 0 0 10px #000;
  position: relative;
  z-index: 200;
}

#header {
  margin-bottom: 15px;
}

#top_hero {
  margin-bottom: 0;
  background-color: #000000;
}

#main {
  background-color: #dddddd;
}

#footer {
  background-color: #181818;
  box-shadow: 0 0 10px #000;
  position: relative;
  z-index: 100;
}

/* --- column layout ------------------------------------------------------ */
/* menu_left, menu_right, menu_none 共通 */
body.menu_none #wrapper,
body.menu_left #wrapper,
body.menu_right #wrapper {
  padding: 0;
}

body.menu_none #top_hero,
body.menu_left #top_hero,
body.menu_right #top_hero {
  padding: 10px 0;
}

body.menu_none #main,
body.menu_left #main,
body.menu_right #main {
  box-sizing: border-box;
  padding-right: 7px;
  padding-left: 7px;
}

body.menu_none.estate_index #main,
body.menu_left.estate_index #main,
body.menu_right.estate_index #main {
  padding-top: 7px;
}

body.menu_none #footer,
body.menu_left #footer,
body.menu_right #footer {
  padding: 0;
}

/* menu_left_3column_, menu_right_3column 共通 */
body.menu_left_3column #wrapper,
body.menu_right_3column #wrapper {
  padding: 0;
}

body.menu_left_3column #top_hero,
body.menu_right_3column #top_hero {
  padding: 16px 0;
}

body.menu_left_3column.estate_index #main,
body.menu_right_3column.estate_index #main {
  padding-top: 13px;
}

body.menu_left_3column #footer,
body.menu_right_3column #footer {
  padding: 0;
}

/* menu_left_3column */
body.menu_left_3column #sidebar {
  margin-left: 10px;
}

/* menu_right_3column */
body.menu_right_3column #sidebar {
  margin-right: 10px;
}

/* menu_left_3column_wide, menu_right_3column_wide 共通 */
body.menu_left_3column_wide #wrapper,
body.menu_right_3column_wide #wrapper {
  padding: 0;
}

body.menu_left_3column_wide #top_hero,
body.menu_right_3column_wide #top_hero {
  padding: 16px 0;
}

body.menu_left_3column_wide.estate_index #main,
body.menu_right_3column_wide.estate_index #main {
  padding-top: 13px;
}

body.menu_left_3column_wide #footer,
body.menu_right_3column_wide #footer {
  padding: 0;
}

/* menu_left_3column_wide */
body.menu_left_3column_wide #sidebar {
  margin-left: 10px;
}

/* menu_right_3column_wide */
body.menu_right_3column_wide #sidebar {
  margin-right: 10px;
}

/* menu_left_3column_wide2, menu_right_3column_wide2 共通 */
body.menu_left_3column_wide2 #wrapper,
body.menu_right_3column_wide2 #wrapper {
  padding: 0;
}

body.menu_left_3column_wide2 #top_hero,
body.menu_right_3column_wide2 #top_hero {
  padding: 20px 0;
}

body.menu_left_3column_wide2 #pagebody,
body.menu_right_3column_wide2 #pagebody {
  width: 795px;
}

body.menu_left_3column_wide2.estate_index #main,
body.menu_right_3column_wide2.estate_index #main {
  padding-top: 13px;
}

body.menu_left_3column_wide2.estate_index #column3,
body.menu_right_3column_wide2.estate_index #column3 {
  padding-top: 13px;
}

body.menu_left_3column_wide2 #footer,
body.menu_right_3column_wide2 #footer {
  padding: 0;
}

/* menu_left_3column_wide2 */
body.menu_left_3column_wide2 #sidebar {
  margin-left: 8px;
}

body.menu_left_3column_wide2 #column3 {
  margin-right: 8px;
}

/* menu_right_3column_wide2 */
body.menu_right_3column_wide2 #sidebar {
  margin-right: 8px;
}

body.menu_right_3column_wide2 #column3 {
  margin-left: 8px;
}

/* --- header ------------------------------------------------------- */
h1#headline {
  top: 5px;
  color: #ffffff;
}

p#catch_phrase {
  padding: 3px 0 0 5px;
}

/* --- header_menu ----- */
#header_menu {
  height: 36px;
  background: url(../images/head/header_menu_bg.gif) repeat-x;
}

#header_menu li {
  box-sizing: border-box;
  border-right: 1px solid #928C12;
  background: linear-gradient(to bottom, #006fbd 0%, #004d83 10%, #004d83 92%, #003e69 100%);
}
#header_menu li:last-child {
  border-right: 0 none;
}

#header_menu a {
  height: 35px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  text-indent: 0;
  line-height: 38px;
}
#header_menu a:hover {
  color: #DFD526;
}

/* --- contents ------------------------------------------------------- */
#contents {
  color: #484848;
}

#contents h3,
.modal_contents h3 {
  height: 26px;
  background-color: #004d83;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 28px;
}

/* --- sidebar ------------------------------------------------------- */
/* --- sidebar_account ------ */
#sidebar_account {
  margin-bottom: 9px;
}

#sidebar_account h3 {
  height: 30px;
  padding-left: 0;
  background: url(../images/menu/loginhead.png) left top no-repeat;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
#sidebar_account.account_visitor h3 {
  text-indent: 0;
}

#account_nav {
  background: url(../images/menu/login_background_black.png) left top repeat;
  color: #FFFFFF;
}

#account_nav a {
  color: #FFFFFF;
}
#account_nav a:hover {
 color: #DFD526;  
}

#account_nav .account_register {
  text-align: center
}

#account_nav .account_register img {
  width: auto;
}

#account_nav .a-button {
  border: 0 none;
  background-color: #0065AD;
}

#account_nav .a-button .a-button-text {
  background-color: #0065AD;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-shadow: none;
}

/* --- sidebar_menu ------ */
.sidebar_menu_outer {
  border: 1px solid #D8D8D8;
  margin-bottom: 9px;
  background-color: #FFFFFF;
}

.sidebar_menu_outer h3 {
  height: 36px;
  color: #FFFFFF;
  line-height: 36px;
}

.sidebar_menu a {
  font-size: 14.4px;
}

.sidebar_menu li {
  border-bottom: dotted 1px #BFBFBF;
  padding: 15px 0 15px 24px;
}

.sidebar_menu li.sidebar_submenu {
  padding: 15px 0;
}

/* --- sidebar_rental --- */
#sidebar_rental h3 {
  background-color: #002A4D;
}

#sidebar_rental .sidebar_menu a {
  color: #222222;
}
#sidebar_rental .sidebar_menu a:hover {
  color: #064982;
}

#sidebar_rental .sidebar_submenu h4 {
  background-color: #002A4D;
}

#sidebar_rental .sidebar_submenu ul {
  border-color: #002A4D;
}

/* --- sidebar_sale --- */
#sidebar_sale h3 {
  background-color: #66CC33;
}

#sidebar_sale .sidebar_menu a {
  color: #222222;
}
#sidebar_sale .sidebar_menu a:hover {
  color: #66CC33;
}

#sidebar_sale .sidebar_submenu h4 {
  background-color: #66CC33;
}

#sidebar_sale .sidebar_submenu ul {
  border-color: #66CC33;
}

/* --- sidebar_eldercare --- */
/* rental style */
#sidebar_eldercare h3 {
  background-color: #002A4D;
}

#sidebar_eldercare .sidebar_menu a {
  color: #222222;
}
#sidebar_eldercare .sidebar_menu a:hover {
  color: #064982;
}

/* sale style */
#sidebar_eldercare.sidebar_eldercare_near_rental h3 {
  background-color: #66CC33;
}

#sidebar_eldercare.sidebar_eldercare_near_rental .sidebar_menu a {
  color: #222222;
}
#sidebar_eldercare.sidebar_eldercare_near_rental .sidebar_menu a:hover {
  color: #66CC33;
}

/* --- sidebar_links --- */
#sidebar_links h3 {
  background-color: #B7AF1A;
}

#sidebar_links .sidebar_menu a {
  color: #232323;
}
#sidebar_links .sidebar_menu a:hover {
  color: #999999;
}

/* --- sidebar_feature --- */
#sidebar_feature ul {
  width: 188px;
}

#sidebar_feature li .feature_title {
  background-color: #000000;
  color: #FFFFFF;
}
#sidebar_feature li .feature_title:hover {
  color: #DDDDDD;
}

/* --- sidebar_search ------ */
.sidebar_search_outer {
  border: 1px solid #D8D8D8;
  margin-bottom: 9px;
  background-color: #FFFFFF;
}

.sidebar_search_outer h3 {
  height: 36px;
  color: #FFFFFF;
  line-height: 36px;
}

.sidebar_search a {
  font-size: 14.4px;
}

.sidebar_search select.range_select {
  max-width: 77px;
}

/* --- rental --- */
#sidebar_search_rental h3 {
  background-color: #002A4D;
}

#sidebar_search_rental .sidebar_search a {
  color: #222222;
}
#sidebar_search_rental .sidebar_search a:hover {
  color: #064982;
}

/* --- sale --- */
#sidebar_search_sale h3 {
  background-color: #66cc33;
}

#sidebar_search_sale .sidebar_search a {
  color: #222222;
}
#sidebar_search_sale .sidebar_search a:hover {
  color: #66CC33;
}


/* --- sidebar_personal ------ */
.sidebar_personal_outer {
  border: 1px solid #D8D8D8;
  margin-bottom: 9px;
  background-color: #FFFFFF;
}

.sidebar_personal_outer h3 {
  height: 36px;
  color: #FFFFFF;
  line-height: 36px;
}

/* --- rental --- */
#sidebar_personal_rental h3 {
  background-color: #002A4D;
}

/* --- sale --- */
#sidebar_personal_sale h3 {
  background-color: #66cc33;
}

/* --- sidebar_corporate ------ */
#sidebar_corporate {
  margin: 9px 0 0;
  padding: 16px 0 0;
}

#sidebar_corporate h3 {
  color: #0065AD;
  font-size: 14px;
}

#sidebar_corporate .sidebar_corporate_field {
  color: #444444;
  font-size: 14px;
  line-height: 2;
}

#sidebar_corporate .sidebar_corporate_freedial {
  padding: 2px 2px 2px 42px;
  font-size: 14px;
  display: inline-block;
  min-width: 132px;
  max-width: 138px;
  height: 21px;
  padding: 2px 2px 2px 42px;
  background: #F4F4F4 url(/images/front/common/freedial.gif) 2px 2px no-repeat;
  color: #525252;
  font-weight: bold;
  line-height: 21px;
  white-space: nowrap;
  margin-left: -5px;
}

#sidebar_qr dt {
  color: #0065AC;
}

.corporate_contact a {
  color: #0065AD;
}

/* --- footer ------------------------------------------------------- */
#footer_inner {
  height: 53px;
  background-image: url(../images/foot/foot_bg.png);
  background-position: left top;
}

#footer_information a {
  color: #CC6600;
}

#copyright {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#copyright a {
  color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* --- Top Page ----------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#contents .top_content {
  background-color: #FFFFFF;
}

#contents .top_content h2 {
  height: 31px;
  background: url(../images/title/h2.png) left top no-repeat;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 32px;
}

/* --- top_feature ------------------------------------------------------- */
#top_feature li .feature_title {
  background-color: #000000;
  color: #FFFFFF;
}
#top_feature li .feature_title:hover {
  color: #DDDDDD;
}

/* --- top_banner_small ----------------------------------------------- */
#top_banner_small li a {
  color: #562317;
}

/* --- top_banner_medium ----------------------------------------------- */
/* --- top_banner_large ----------------------------------------------- */
#contents #top_banner_medium,
#contents #top_banner_large {
  background-color: transparent;
}

/* --- top_recommend ----------------------------------------------- */
#top_recommend ul#recommend_list li {
  height: 165px;
  border-bottom: 0 none;
  margin-top: 6px;
  padding: 5px 0 0 12px;
}

#top_recommend .recommend_item {
  height: 157px;
  margin-left: 6px;
  padding: 9px 0 3px 8px;
  background-color: #E4E4E4;
}

#recommend_inner {
  font-size: 120%;
}

#top_recommend ul#recommend_list li {
  width: 95%;
}

#top_recommend .recommend_text {
  border-left: 0 none;
  margin-left: 110px;
}

#top_recommend a.estate_title {
  color: #00365C;
  margin-bottom: 7px;
}
#top_recommend a.estate_title:hover {
  color: #0065AD;
}

#top_recommend .price {
  color: #112BB1;
  margin-left: 10px;
  margin-bottom: 5px;
}

#top_recommend .kotsu {
  color: #0065AC;
  margin-left: 9px;
}

#top_recommend .detail_link {
  color: #FFFFFF;
  right: 7px;
  margin-bottom: 5px;
}

#top_recommend .location {
  margin-left: 9px;
}
#top_recommend .recommend_pict img.estate-pict {
  max-width: 110px;
  max-height: 100px;
}
#top_recommend .price_value {
  font-size: 15px;
}

/* --- whatsnew, estate_news ----------------------------------------------- */
#top_whatsnew #whatsnew_inner,
#top_estate_news #estate_news_inner {
  height: 140px;
}

#top_whatsnew dl#whatsnew_list,
#top_estate_news dl#estate_news_list {
  width: 549px;
  margin-left: 7px;
}

#top_whatsnew dt.whatsnew_date,
#top_estate_news dt.estate_news_date {
  color: #FF9900;
}

#top_whatsnew dd.whatsnew_item .whatsnew_content,
#top_estate_news dd.estate_news_item .estate_news_content {
  width: 452px;
}

/* --- top_greeting, top_free_content, top_free_content2 ------------------------------------- */
#top_greeting #greeting_inner,
#top_free_content #free_content_inner,
#top_free_content2 #free_content2_inner {
  padding-top: 6px;
}

/* ------------------------------------------------------------------------ */
/* --- Lower Page --------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#page_banner {
  background: url(../images/title/lower_bg_h2.jpg) left top no-repeat;
  background-color: #F4F4F4;
}

.breadcrumbs {
  color: #444444;
  font-size: 12px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.breadcrumbs a {
  color: #004D83;
  font-size: 12px;
}

.content_description {
  margin-bottom: 20px;
  padding: 8px 16px;
  background-color: #F4F4F4;
  font-size: 14px;
}

/* --- estate ----------------------------------------------- */
/* --- 検索情報 --- */
#search_info {
  background-color: #CCCCCC;
  border: 1px solid #999999;
  width: 572px;
}

#search_stats {
  width: 218px;
}

#search_stats dl span.count_total {
  color: #FF6060;
}

#search_stats dl span.count_public {
  color: #333333;
}

/* --- 検索条件 --- */
#search_condition table {
  width: 100%;
}

#search_condition th {
  padding-left: 1em;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
}

#search_condition td {
  padding: 10px 0 10px 10px;
  background-color: #FFFFFF;
  overflow: hidden;
}

/* --- 検索結果一覧 --- */
.sale table.estate_item,
.rental table.estate_item {
  border-color: #999999;
  border-width: 1px;
  background-color: #FFFFFF;
}

.sale table.estate_item th,
.sale table.estate_item td,
.rental table.estate_item th,
.rental table.estate_item td {
  border-color: #999999;
  color: #333333;
}

.sale table.estate_item th,
.sale table.estate_item td.check,
.rental table.estate_item th,
.rental table.estate_item td.check {
  background-color: #DDDDDD;
}

table.estate_item td.picture {
  width: 200px;
}

table.estate_item td.picture .picture_inner {
  width: 192px;
}

table.estate_item td.picture img.estate-pict {
  max-width: 192px;
  max-height: 192px;
}

.sale table.estate_item th.midashi,
.rental table.estate_item th.midashi {
  background-color: #FFFFFF;
}

table.estate_item th.midashi .price {
  color: #FF6060;
}

.sale .list_selling_point,
.rental .list_selling_point {
  border-color: #999999;
  background-color: #FFFFFF;
  color: #333333;
}

/* --- お問い合わせ先情報 --- */
#list_contact_info {
  border-color: #333333;
  color: #000000;
  margin: 40px auto;
}

#list_contact_info .introduction {
  background-color: #333333;
  color: #FFFFFF;
}

/* --- company ----------------------------------------------- */
#company_info table {
  width: 588px;
  margin: 5px 0 0 3px;
}

#company_info table th {
  background-color: #DDDDDD;
  border-right: 1px solid #CCCCCC;
  color: #111111;
  font-size: 14px;
}

#company_info table td {
  background-color: #DDDDDD;
  color: #111111;
  font-size: 14px;
}

#map_area h1,
#map_area p {
  color: #333333;
}

/* --- list 共通 ----------------------------------------------- */
.link_list,
.page_list,
.feature_list,
.voice_list {
  background-color: #DDDDDD;
}

#contents .link_list h4,
#contents .page_list h4,
#contents .feature_list h4,
#contents .voice_list h4 {
  background-color: #222222;
}

#contents .link_list h4 a,
#contents .page_list h4 a,
#contents .feature_list h4 a,
#contents .voice_list h4 a {
  color: #FFFFFF;
}
#contents .link_list h4 a:hover,
#contents .page_list h4 a:hover,
#contents .feature_list h4 a:hover,
#contents .voice_list h4 a:hover {
  text-decoration: underline;
}

p.link_list_txt,
p.page_list_txt,
p.feature_list_txt,
p.voice_list_content {
  padding-left: 10px;
  font-size: 14px;
}

/* --- page_list ----------------------------------------------- */
/* --- feature_list ----------------------------------------------- */
.page_list p.more_read,
.feature_list p.more_read {
  background-color: #DDDDDD;
}

.page_list .image_link img,
.feature_list .image_link img {
  margin: 7px 0 7px 7px;
  float: left;
}

/* --- custom page ------------------------------------------------------- */
#custom_content a {
  color: #0044CC;
}

#custom_content a:hover {
  color: #CC0033;
}

/* --- staff ----------------------------------------------- */
#contents .staff_introduction h4 {
  border-left: 3px solid #B7AF1A;
  margin-bottom: 5px;
  padding: 5px 3px 3px 12px;
  background-color: #EFEFEF;
  font-size: 14px;
}

/* --- form ----------------------------------------------- */
.form_table_container table {
  background-color: #FFFFFF;
}
.form_table_container table th {
  border: 0 none;
  border-bottom: 1px dashed #999999;
  background-color: #FFFFFF;
  font-size: 14px;
}
.form_table_container table td {
  color: #000000;
}

.form_table_container .form_agreement_guide {
  border-bottom: 1px dashed #999999;
  margin: 0;
  background-color: #FFFFFF;
}
.form_table_container .form_agreement_guide span {
  color: #666666;
}
.form_table_container .form_agreement_guide a {
  color: #FF0000;
}

.form_button_holder {
  margin: -20px 0 20px;
  padding: 25px 0;
  background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* --- Rich editor contents ----------------------------------------------- */
/* ------------------------------------------------------------------------ */

.rich p.custom_button a {
  background-color: #333333;
}

.rich table.custom_table td,
.rich table.custom_table_55 td {
  color: #FFFFFF;
}

.rich table.custom_table td.custom_td,
.rich table.custom_table td.custom_td_55 {
  background-color: #333333;
}

