@charset "utf-8";

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

/* --- base ----------------------------------------------- */
body {
  /* for IE10-11 */
  display: -ms-flexbox;
  -ms-flex-direction: column;
}

#base {
  min-height: 100%;
  text-align: center;

  display: -ms-flexbox;  /* for IE10 */
  display: -webkit-flex; /* for Safari */
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  /* for IE11 */
  -ms-flex: 1 0 auto;
}

#wrapper {
  margin: 0 auto;
  text-align: left;

  /* 省略形で書くと問題が出る(IE10-11) */
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

#header {
  width: 100%;
  margin-bottom: 11px;
  position: relative;
  overflow: hidden;
}

body.estate_index #header {
  margin-bottom: 3px;
}

#top_hero {
  width: 100%;
  margin-bottom: 11px;
  overflow: hidden;
}

#top_hero * {
  max-width: 100% !important;
}

#pagebody {
  width: 800px;
}

#main {
  width: 100%;
  padding-bottom: 16px;
  overflow: hidden;
}

#column3 {
  width: 190px;
  padding-bottom: 16px;
  overflow: hidden;
}

#column3_free_space {
  width: 190px;
}

#column3_free_space img {
  max-width: 190px;
}
/* for IE6 */
* html #column3_free_space img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

#footer {
  margin: 0 auto;
  overflow: hidden;

  /* 省略すると問題が出る(IE11) */
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

/* menu_left */
body.menu_left #contents {
  float: right;
}
body.menu_left #sidebar {
  float: left;
}

/* menu_right */
body.menu_right #contents {
  float: left;
}
body.menu_right #sidebar {
  float: right;
}

/* menu_left_3column ,menu_right_3column 共通 */
body.menu_left_3column #wrapper,
body.menu_right_3column #wrapper {
  width: 1000px;
  padding: 0 10px;
  overflow: hidden;
}
body.menu_left_3column #footer,
body.menu_right_3column #footer {
  width: 1000px;
  padding: 0 10px;
}

/* menu_left_3column */
body.menu_left_3column #pagebody {
  float: left;
}
body.menu_left_3column #contents {
  float: right;
}
body.menu_left_3column #sidebar {
  float: left;
}
body.menu_left_3column #column3 {
  float: right;
}

/* menu_right_3column */
body.menu_right_3column #pagebody {
  float: right;
}
body.menu_right_3column #contents {
  float: left;
}
body.menu_right_3column #sidebar {
  float: right;
}
body.menu_right_3column #column3 {
  float: left;
}

/* menu_left_3column_wide, menu_right_3column_wide 共通 */
body.menu_left_3column_wide #wrapper,
body.menu_right_3column_wide #wrapper {
  width: 1000px;
  padding: 0 10px;
  overflow: hidden;
}
body.menu_left_3column_wide #footer,
body.menu_right_3column_wide #footer {
  width: 1000px;
  padding: 0 10px;
}

/* menu_left_3column_wide */
body.menu_left_3column_wide #pagebody {
  float: left;
}
body.menu_left_3column_wide #contents {
  float: right;
}
body.menu_left_3column_wide #sidebar {
  float: left;
}
body.menu_left_3column_wide #column3 {
  float: right;
}

/* menu_right_3column_wide */
body.menu_right_3column_wide #pagebody {
  float: right;
}
body.menu_right_3column_wide #contents {
  float: left;
}
body.menu_right_3column_wide #sidebar {
  float: right;
}
body.menu_right_3column_wide #column3 {
  float: left;
}

/* menu_left_3column_wide2, menu_right_3column_wide2 共通 */
body.menu_left_3column_wide2 #wrapper,
body.menu_right_3column_wide2 #wrapper {
  width: 1000px;
  padding: 0 10px;
  overflow: hidden;
}
body.menu_left_3column_wide2 #footer,
body.menu_right_3column_wide2 #footer {
  width: 1000px;
  padding: 0 10px;
}

/* menu_left_3column_wide2 */
body.menu_left_3column_wide2 #pagebody {
  float: left;
}
body.menu_left_3column_wide2 #contents {
  float: right;
}
body.menu_left_3column_wide2 #sidebar {
  float: left;
}
body.menu_left_3column_wide2 #column3 {
  float: right;
}

/* menu_right_3column_wide2 */
body.menu_right_3column_wide2 #pagebody {
  float: right;
}
body.menu_right_3column_wide2 #contents {
  float: left;
}
body.menu_right_3column_wide2 #sidebar {
  float: right;
}
body.menu_right_3column_wide2 #column3 {
  float: left;
}

/* --- header ------------------------------------------------------- */
#header_picture img {
  max-width: 100%;
}
/* for IE6 */
* html #header_picture img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

h1#headline {
  padding: 2px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}

p#catch_phrase {
  margin: 0;
  padding: 6px 0 6px 5px;
  font-weight: bold;
}

/* --- header_menu ------ */
#header_menu {
  height: 40px;
  width: 100%;
  overflow: hidden;
}

#header_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

#header_menu li {
  width: 20%;
  float: left;
  text-align: center;
}
/* for IE6 */
* html #header_menu li {
  display: inline;
}

#header_menu a {
  display: block;
  height: 35px;
  width: 100%;
  font-weight: bold;
  line-height: 34px;
  text-decoration: none;
  text-indent: -12px;
  overflow: hidden;
}
#header_menu a:hover {
  color: #FFCC33;
}

/* --- contents ------------------------------------------------------- */
#contents {
  width: 590px;
}
/* for IE6 */
* html #contents {
  display: inline;
}

body.menu_none #contents {
  min-height: 450px;
  width: auto;
}

#contents h3,
.modal_contents h3 {
  height: 31px;
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 32px;
}

#contents h4 a,
#contents h5 a,
#contents h6 a {
  text-decoration: none;
}

#contents .not_found {
  margin: 30px 0;
  padding: 0 5px 0 8px;
  font-size: 16px;
}

/* --- sidebar ------------------------------------------------------- */
#sidebar {
  width: 190px;
  /* for #sidebar_bottom */
  position: relative;
}
/* for IE6 */
* html #sidebar {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "MS UI Gothic", sans-serif;
  display: inline;
}

/* --- sidebar_account ------ */
#sidebar_account {
  margin-bottom: 10px;
  overflow: hidden;
}

#sidebar_account h3 {
  height: 28px;
  padding-left: 6px;
  background-color: #666666;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 28px;
}
#sidebar_account.account_visitor h3 {
  width: 100%;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#account_nav {
  padding: 6px 8px 8px;
}

#account_nav .login_error {
  padding: 2px;
  background-color: #FF6600;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

#account_nav .account_nav_links {
  margin-bottom: 8px;
  font-size: 11px;
}

.for_member #account_nav .account_nav_links {
  margin-bottom: 0;
}

#account_nav .account_nav_links a {
  display: inline-block;
  text-decoration: underline;
}
/* for IE6 */
* html #account_nav .account_nav_links a {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #account_nav .account_nav_links a {
  display: inline;
  zoom: 1;
}

#account_nav .account_register img {
  width: 170px;
}

#account_nav .login_input {
  margin-bottom: 2px;
}
#account_nav .login_input input {
  width: 95%;
}

#account_nav .login_ctrl {
  margin: 10px 0 6px;
}

#account_nav .a-button {
  width: 97%;
  margin-bottom: 4px;
  display: block;
}

/* --- sidebar_menu ------ */
.sidebar_menu_outer h3 {
  height: 27px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}

#sidebar_sale h3,
#sidebar_rental h3 {
  letter-spacing: 1em;
  text-indent: 1em;
}

.sidebar_menu_outer .sidebar_menu {
  padding: 0 5px;
}

.sidebar_menu span {
  display: block;
}

.sidebar_menu a {
  display: block;
  width: 100%;
  line-height: 16px;
  text-decoration: underline;
}

.sidebar_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar_menu li {
  border-bottom: 2px dotted #AAAAAA;
  padding: 10px 0 10px 18px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
}
.sidebar_menu li:last-child {
  border-bottom: 0 none;
}

.sidebar_menu li.sidebar_submenu {
  padding: 10px 3px;
}

.sidebar_submenu h4 {
  height: 20px;
  background-color: #AAAAAA;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}

.sidebar_submenu ul {
  border: 1px solid #AAAAAA;
  padding: 0 4px;
  background-color: #F0F0F0;
}

.sidebar_submenu li {
  border-bottom: 1px solid #AAAAAA;
}
.sidebar_submenu li:last-child {
  border-bottom: 0 none;
}

/* --- sidebar_feature ------ */
#sidebar_feature ul {
  width: 190px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  /* for IE<=7 */
  /* for overflow: hidden */
  position: relative;
}

#sidebar_feature li a {
  display: block;
  position: relative;
  font-weight: bold;
  /* for IE<=7 */
  cursor: pointer;
  text-decoration: none;
}

#sidebar_feature li img {
  width: 190px;
  height: 60px;
}

#sidebar_feature li .feature_title_outer {
  display: block;
  width: 190px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#sidebar_feature li .feature_title {
  display: block;
  width: 176px;
  height: 18px;
  padding-left: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 6px;
  left: 6px;
  overflow: hidden;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  -ms-filter: "Alpha(opacity=70)";
}

/* --- hover --- */
#sidebar_feature a img {
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
#sidebar_feature a:hover img {
  opacity: 0.75;
}

/* --- sidebar_search ------ */
.sidebar_search_outer h3 {
  height: 27px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}

.sidebar_search_outer .sidebar_search {
  padding: 6px;
}

.sidebar_search fieldset {
  border: 0 none;
  margin: 0 0 8px;
  padding: 0;
  overflow: hidden;
}

.sidebar_search legend {
  margin-bottom: 2px;
  padding: 0;
  font-weight: bold;
}
.sidebar_search fieldset.inline_labels legend {
  width: 40%;
  float: left;
}

.sidebar_search .ctrl_holder {
  overflow: hidden;
}
.sidebar_search fieldset.inline_labels .ctrl_holder {
  width: 60%;
  float: left;
}

.sidebar_search select.long_select {
  width: 100%;
}

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

.sidebar_search .cb_holder {
  width: 100%;
  padding-bottom: 3px;
  float: left;
}
.sidebar_search .cb_holder_s {
  width: 50%;
}

.sidebar_search .a-button {
  display: block;
  width: 162px;
  margin: 0 auto 7px;
}

.sidebar_search .sidebar_detail_search_holder {
  width: 162px;
  margin: 0 auto 7px;
}

.sidebar_search .sidebar_detail_search_holder a {
  text-decoration: underline;
}

/* --- sidebar_personal ------ */
.sidebar_personal_outer {
  background-color: #FFFFFF;
}

.sidebar_personal_outer h3 {
  height: 27px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}

.sidebar_personal {
  padding: 6px 6px 6px 12px;
}

.sidebar_personal a {
  display: block;
  height: 30px;
  padding-left: 26px;
  color: #545454 !important;
  line-height: 31px;
  font-size: 14px;
  text-decoration: none;
}
.sidebar_personal a:hover {
  color: #545454 !important;
  font-size: 14px;
  text-decoration: underline;
}

.sidebar_personal #history_link a {
  background: url(../../images/front/common/history_icon.png) 0 49% no-repeat;
}

.sidebar_personal #favorite_link a {
  background: url(../../images/front/common/favorite_icon.png) 0 49% no-repeat;
}

.sidebar_personal .personal_count {
  color: #42A800;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.sidebar_personal .personal_count.personal_count_none {
  color: #767676;
}

/* --- sidebar_corporate ------ */
#sidebar_corporate {
  margin: 20px 0;
}

#sidebar_corporate h3 {
  padding-left: 7px;
  line-height: normal;
}

#sidebar_corporate address {
  margin: 3px 0 4px;
  padding-left: 7px;
  display: block;
  text-align: left;
  font-style: normal;
  line-height: 1.4;
  word-wrap: break-word;
}

#sidebar_corporate .sidebar_corporate_field {
  display: block;
  margin-bottom: 4px;
}
#sidebar_corporate .sidebar_corporate_freedial {
  display: inline-block;
  min-width: 132px;
  max-width: 138px;
  height: 21px;
  padding: 2px 0 2px 42px;
  background: #F4F4F4 url(/images/front/common/freedial.gif) 2px 2px no-repeat;
  color: #525252;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
}
/* for IE6 */
* html #sidebar_corporate .sidebar_corporate_freedial {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #sidebar_corporate .sidebar_corporate_freedial {
  display: inline;
  zoom: 1;
}

.sidebar_tel,
.sidebar_fax {
  display: block;
}

#sidebar_qr {
  margin: 12px 0;
  text-align: center;
  line-height: normal;
}
#sidebar_qr dl {
  margin: 0 auto;
  width: 120px;
}
#sidebar_qr dt {
  font-weight: bold;
}
#sidebar_qr dd {
  margin: 0;
}

/* --- sidebar_bottom ------ */
#sidebar_bottom {
  width: 190px;
  position: absolute; /* relative to #sidebar */
  left: 0;
  bottom: -2px;
  font-size: 0;
  line-height: 0;
}

/* --- footer ------------------------------------------------------- */
#footer_inner {
  padding-top: 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

/* footer-information */
#footer_information p {
  margin: 0;
  padding: 0;
}

#footer_information a {
  text-decoration: none;
}
#footer_information a:hover {
  text-decoration: underline;
}

/* footer-copyright */
#copyright {
  font-size: 12px;
}

#copyright a {
  color: #4C4C4C;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------ */
/* --- Exception Page ----------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#contents.exception h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* --- Top Page ----------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#contents .top_content {
  margin-bottom: 9px;
}

#contents .top_content:last-child {
  margin-bottom: 0;
}

#contents .top_content h2 {
  width: 578px;
  height: 31px;
  padding-left: 10px;
  line-height: 32px;
}

/* --- hover ------ */
.top_content a img:not(.hover) {
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.top_content a:hover img:not(.hover) {
  opacity: 0.75;
}

/* --- flash ------ */
#top_flash_container {
  position: relative;
}

#top_flash_not_found {
  width: 300px;
  height: 36px;
  margin: auto;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* --- top_feature ------------------------------------------------------- */
#top_feature {
  width: 583px;
  border: 1px solid #CCCCCC;
  padding: 5px 0 5px 5px;
  overflow: hidden;
}

#top_feature ul {
  width: 585px;
  margin: -5px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  /* for IE6 */
  position: relative;
}

#top_feature li {
  display: inline-block;
  width: 190px;
  margin: 5px 5px 0 0;
  vertical-align: top;
}
/* for IE6 */
* html #top_feature li {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #top_feature li {
  display: inline;
  zoom: 1;
}

#top_feature li a {
  display: block;
  position: relative;
  font-weight: bold;
  /* for IE<=7 */
  cursor: pointer;
  text-decoration: none;
}

#top_feature li img {
  width: 190px;
  height: 60px;
}

#top_feature li .feature_title_outer {
  display: block;
  width: 190px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#top_feature li .feature_title {
  display: block;
  width: 176px;
  height: 18px;
  padding-left: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 6px;
  left: 6px;
  overflow: hidden;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  -ms-filter: "Alpha(opacity=70)";
}

/* --- top_banner_small ----------------------------------------------- */
#top_banner_small,
#top_banner_small2 {
  width: 583px;
  border: 1px solid #CCCCCC;
  padding: 5px 0 5px 5px;
  overflow: hidden;
}

#top_banner_small2.banner_small2_free_ratio {
  width: 584px;
  padding-left: 4px;
}

#top_banner_small ul,
#top_banner_small2 ul {
  width: 585px;
  margin: -5px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  /* for IE6 */
  position: relative;
}

#top_banner_small li,
#top_banner_small2 li {
  display: inline-block;
  width: 190px;
  margin: 5px 5px 0 0;
  vertical-align: top;
}
/* for IE6 */
* html #top_banner_small li,
* html #top_banner_small2 li {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #top_banner_small li,
*:first-child+html #top_banner_small2 li {
  display: inline;
  zoom: 1;
}

#top_banner_small li img,
#top_banner_small2 li img {
  width: 190px;
  height: 60px;
}

#top_banner_small2.banner_small2_free_ratio li img {
  height: auto;
}

#top_banner_small li a {
  display: block;
  position: relative;
  font-weight: bold;
  color: #3300CC;
  /* for IE<=7 */
  cursor: pointer;
  text-decoration: none;
}
#top_banner_small li a:hover {
  color: #3399FF;
}

#top_banner_small li.theme a span {
  width: 135px;
  height: 18px;
  display: block;
  position: absolute;
  top: 20px;
  left: 52px;
  overflow: hidden;
}

#top_banner_small li.common a span {
  width: 187px;
  height: 18px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  text-align: center;
}

/* --- top_banner_large ----------------------------------------------- */
#top_banner_large {
  width: 590px;
  overflow: hidden;
}
#top_banner_large ul {
  margin: -7px 0 0;
  padding: 0;
  list-style: none;
}
#top_banner_large li {
  margin-top: 7px;
}
#top_banner_large li img {
  width: 590px;
}

/* --- top_banner_medium ----------------------------------------------- */
#top_banner_medium {
  width: 590px;
  overflow: hidden;
}

#top_banner_medium ul {
  width: 596px;
  margin: -6px 0 0;
  padding: 0;
  list-style: none;
}

#top_banner_medium li {
  display: inline-block;
  width: 292px;
  margin: 6px 6px 0 0;
  vertical-align: top;
}
/* for IE6 */
* html #top_banner_medium li {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #top_banner_medium li {
  display: inline;
  zoom: 1;
}

#top_banner_medium li img {
  width: 292px;
}

/* --- top_recommend ----------------------------------------------- */
#top_recommend {
  width: 588px;
  border: 1px solid #CCCCCC;
}

#top_recommend a {
  color: #3838AA;
  text-decoration: none;
}
#top_recommend a:hover {
  color: #3366FF;
  text-decoration: underline;
}

#recommend_inner {
  width: 588px;
  height: 450px;
  overflow: auto;
  /* for IE<=7 */
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

#top_recommend ul#recommend_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  /* for IE6 */
  zoom: 1;
}

#top_recommend ul#recommend_list li {
  width: 50%;
  height: 160px;
  border-bottom: 1px solid #D0D0D0;
  margin-left: -1px;
  padding: 6px 0;
  float: left;
}
/* for IE6 */
* html #top_recommend ul#recommend_list li {
  display: inline;
}

#top_recommend .recommend_item {
  height: 160px;
  border-left: 1px dotted #D0D0D0;
  padding-left: 5px;
  position: relative;
  line-height: 14px;
  overflow: hidden;
}
/* for IE6 */
* html #top_recommend .recommend_item {
  border-left: 0 none;
  border-right: 1px dotted #D0D0D0;
}

#top_recommend .recommend_pict {
  width: 90px;
  margin-bottom: 2px;
  position: relative;
  float: left;
  text-align: center;
}
/* for IE6 */
* html #top_recommend .recommend_pict {
  display: inline;
}

#top_recommend .recommend_pict img.estate-pict {
  max-width: 90px;
  max-height: 90px;
}
/* for IE6 */
* html #top_recommend .recommend_pict img.estate-pict {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

#top_recommend .recommend_pict img.alpha-icon {
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 10;
}
/* for IE6 */
* html #top_recommend .recommend_pict img.alpha-icon {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

#top_recommend .recommend_text {
  min-height: 90px;
  border-left: 1px solid #D0D0D0;
  margin-left: 95px;
  margin-bottom: 2px;
  padding-left: 4px;
  /* for IE6 */
  zoom: 1;
}

#top_recommend a.estate_title {
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
  font-weight: bold;
  /* for IE<=7 */
  cursor: pointer;
}
#top_recommend a.estate_title:hover span {
  text-decoration: underline;
}

#top_recommend .estate_type {
  float: left;
}

#top_recommend .estate_name {
  max-width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* for IE6 */
* html #top_recommend .estate_name {
  width: 100%;
}
/* for IE7 */
*:first-child+html #top_recommend .estate_name {
  width: 100%;
}

#top_recommend .price {
  margin-bottom: 2px;
  font-weight: bold;
  color: #F52200;
}

#top_recommend .price_value {
  font-size: 12px;
}
#top_recommend .price_value .price_number {
  font-size: 15px;
}

#top_recommend .price_yield {
  display: inline-block;
  font-size: 11px;
}
/* for IE6 */
* html #top_recommend .price_yield {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #top_recommend .price_yield {
  display: inline;
  zoom: 1;
}

#top_recommend .price_yield .price_number {
  font-size: 12px;
}

#top_recommend .location {
  /* for IE6 */
  width: 100%;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#top_recommend .kotsu {
  color: #0033FF;
  word-break: keep-all;
}

#top_recommend .mark {
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  line-height: 0;
}

#top_recommend .mark img {
  margin-right: 2px;
}

#top_recommend p.sellingpoint {
  width: 100%;
  height: 28px;
  margin: 3px 0 0;
  position: relative;
  word-break: break-all;
}

#top_recommend .detail_link {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 10px;
  letter-spacing: 1px;
}

#top_recommend .detail_link a {
  text-decoration: underline;
  font-weight: bold;
}

/* --- top_whatsnew, top_estate_news ----------------------------------------------- */
#top_whatsnew,
#top_estate_news {
  width: 588px;
  border: 1px solid #CCCCCC;
}
#top_whatsnew #whatsnew_inner,
#top_estate_news #estate_news_inner {
  height: 150px;
  overflow: auto;
}
#top_whatsnew dl#whatsnew_list,
#top_estate_news dl#estate_news_list {
  width: 564px;
  margin: 0;
  overflow: hidden;
}
#top_whatsnew dt.whatsnew_date,
#top_estate_news dt.estate_news_date {
  width: 90px;
  padding: 5px 0 3px 7px;
  font-weight: bold;
  color: #FF7777;
  float: left;
  clear: both;
}
/* for IE6 */
* html #top_whatsnew dt.whatsnew_date,
* html #top_estate_news dt.estate_news_date {
  margin-right: -3px;
}
#top_whatsnew dd.whatsnew_item,
#top_estate_news dd.estate_news_item {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px 0 3px;
  text-align: justify;
  text-justify: distribute;
}
#top_whatsnew dd.whatsnew_item .whatsnew_content,
#top_estate_news dd.estate_news_item .estate_news_content {
  width: 467px;
  overflow: hidden;
}
/* for IE6 */
* html #top_whatsnew dd.whatsnew_item .whatsnew_content,
* html #top_estate_news dd.estate_news_item .estate_news_content {
  margin-left: -3px;
}
#top_whatsnew p,
#top_estate_news p {
  margin: 0 0 2px;
}

/* --- top_greeting, top_free_content, top_free_content2 ------------------------------------- */
#top_greeting,
#top_free_content,
#top_free_content2 {
  width: 588px;
  border: 1px solid #CCCCCC;
}
#top_greeting #greeting_inner,
#top_free_content #free_content_inner,
#top_free_content2 #free_content2_inner {
  width: 568px; /* for IE6 */
  overflow: auto;
  padding: 4px 10px 6px;
}

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

#page_banner {
  text-align: left;
  margin-bottom: 20px;
}

#page_banner_title_outer {
  display: table-cell;
  height: 56px;
  padding: 2px 5px 2px 10px;
  vertical-align: middle;
}

h2#page_banner_title {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
}
/* for IE6 */
* html h2#page_banner_title {
  line-height: 56px;
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html h2#page_banner_title {
  line-height: 56px;
  display: inline;
  zoom: 1;
}

.breadcrumbs {
  margin: 0;
  padding: 2px 3px 2px 0;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  list-style-type: none;
}

.breadcrumbs li {
  display: inline-block;
}
/* for IE6 */
* html .breadcrumbs li {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .breadcrumbs li {
  display: inline;
  zoom: 1;
}

.breadcrumbs li::before {
  content: " > ";
}
.breadcrumbs li:first-child::before {
  content: "";
}

#page_banner + #social_button_widget {
  margin-top: -10px;
}

.content_description {
  margin-bottom: 20px;
  padding: 0 5px 0 8px;
}

#perpage,
#search_order {
  font-size: 12px;
  margin: 0 5px 0 0;
}

.page_navigation {
  clear: both;
  overflow: hidden;
}

.page_navigation_top {
  border-bottom: 1px solid #999999;
  padding-bottom: 3px;
  margin-top: 10px;
}

.page_navigation_bottom {
  border-top: 1px solid #999999;
  padding-top: 3px;
  margin-bottom: 10px;
}

.page_navigation .page_information {
  float: left;
}

.page_navigation .pagination {
  float: right;
}

.page_navigation ul.pagination {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

.page_navigation ul.pagination li {
  float: left;
  margin-left: 4px;
}

/* --- estate ----------------------------------------------- */
/* --- 検索情報 ------ */
#search_info {
  width: 574px;
  margin-bottom: 10px;
  padding: 8px;
  background-color: #E6EFF3;
  overflow: hidden;
  line-height: 14px;
}

#search_info .heading {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

#search_stats {
  display: inline;
  width: 220px;
  float: left;
}

#search_stats dl {
  margin: 0;
  background-color: #FFFFFF;
  word-break: break-all;
  overflow: hidden;
  line-height: 32px;
}

#search_stats dt {
  width: 130px;
  padding-left: 7px;
  float: left;
  clear: left;
}

#search_stats dd span {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
/* for IE6 */
* html #search_stats dd span {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #search_stats dd span {
  display: inline;
  zoom: 1;
}

#search_stats dd span.count_public {
  color: #666666;
}

#search_stats dd span.count_total {
  color: #FF5400;
}

#search_stats .register {
  margin-top: 8px;
  line-height: 18px;
}

#search_stats .register span {
  display: block;
}

#current_condition {
  display: inline;
  width: 346px;
  float: right;
}

#current_condition dl {
  display: compact;
  margin: 0;
  padding: 5px 0;
  background-color: #FFFFFF;
  word-break: break-all;
  overflow: hidden;
  line-height: 15px;
}

#current_condition dt {
  width: 86px;
  padding-left: 7px;
  float: left;
  clear: left;
}

#current_condition dd {
  margin-left: 93px;
}

/* --- 検索結果一覧 ------ */
#estate_list {
  width: 588px;
  margin-top: 10px;
}

table.estate_item {
  width: 100%;
  border: 1px solid #999999;
  border-top-width: 2px;
  border-collapse: collapse;
  margin: 0 0 15px;
  padding: 0;
  color: #333333;
}

table.estate_item th {
  border: 1px solid #999999;
  padding: 1px;
  white-space: nowrap;
  text-align: center;
}

table.estate_item td {
  border: 1px solid #999999;
  padding: 1px 1px 1px 5px;
}

.sale table.estate_item,
.sale table.estate_item th,
.sale table.estate_item td {
  border-color: #B09733;
}
.rental table.estate_item,
.rental table.estate_item th,
.rental table.estate_item td {
  border-color: #8EB132;
}

.sale table.estate_item th,
.sale table.estate_item td.check {
  background-color: #E8E1AD;
  color: #846706;
}
.rental table.estate_item th,
.rental table.estate_item td.check {
  background-color: #DFECC4;
  color: #4A6600;
}

/* --- .estate_item .check --- */
table.estate_item td.check {
  width: 15px;
  padding: 0 3px;
  text-align: center;
}

/* --- .estate_item .picture --- */
table.estate_item td.picture {
  width: 126px;
  padding: 0;
  text-align: center;
}

table.estate_item td.picture .picture_inner {
  position: relative;
  width: 126px; /* for IE8 (tdの幅計算のため) */
}

table.estate_item td.picture img.estate-pict {
  max-width: 126px;
  max-height: 126px;
}
/* for IE6 */
* html table.estate_item td.picture img.estate-pict {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

table.estate_item td.picture img.alpha-icon {
  border: 0;
  position: absolute;
  bottom: -6px;
  right: -6px;
}
/* for IE6 */
* html table.estate_item td.picture img.alpha-icon {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

/* --- .estate_item .midashi --- */
table.estate_item th.midashi {
  width: 429px;
  height: 1px; /* for not IE6,7 (thの高さをつめるため) */
  padding: 3px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}

.sale table.estate_item th.midashi a {
  color: #846706;
}
.sale table.estate_item th.midashi a:hover {
  color: #D6AE2A;
}
.rental table.estate_item th.midashi a {
  color: #4A6600;
}
.rental table.estate_item th.midashi a:hover {
  color: #8BB221;
}

table.estate_item th.midashi .estate_title {
  width: 350px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

table.estate_item th.midashi .detail_link {
  float: right;
}
/* for IE6 */
* html table.estate_item th.midashi .detail_link {
  display: inline;
}

table.estate_item th.midashi .price {
  clear: both;
  float: left;
  color: #F52200;
  font-size: 12px;
}
/* for IE7 */
*:first-child+html table.estate_item th.midashi .price {
  display: inline;
  zoom: 1;
  float: none;
  vertical-align: middle;
}

table.estate_item th.midashi .price span.price_number {
  font-size: 15px;
}

table.estate_item th.midashi .mark {
  max-width: 420px;
  margin: 2px 0 0 8px;
  float: left;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
}
/* for IE6 */
* html table.estate_item th.midashi .mark {
  width: 210px;
  display: inline;
}
/* for IE7 */
*:first-child+html table.estate_item th.midashi .mark {
  display: inline;
  zoom: 1;
  float: none;
  vertical-align: middle;
}

table.estate_item th.midashi .mark img {
  height: 18px;
  margin-right: 2px;
}

/* --- .estate_item .list_spec --- */
table.estate_item tr.list_spec th {
  width: 55px;
}

table.estate_item tr.list_spec td {
  width: 155px;
}

table.estate_item .open_house_date,
table.estate_item .open_house_place {
  display: block;
}

/* --- .estate_item .list_text --- */
table.estate_item tr.list_text th {
  width: 120px;
}

table.estate_item tr.list_text td {
  width: 429px;
  word-break: break-all;
}

/* --- .list_selling_point --- */
.list_selling_point {
  border: 1px solid #999999;
  margin: -8px 0 15px;
  padding: 1px 1px 1px 5px;
  color: #333333;
  word-break: break-all;
}

.sale .list_selling_point {
  border-color: #B09733;
}
.rental .list_selling_point {
  border-color: #8EB132;
}

div.button_box {
  line-height: 0;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

/* --- お問い合わせ先情報 --- */
#list_contact_info {
  width: 586px;
  border: 2px solid #999999;
  margin: 20px auto 0;
  font-size: 12px;
  overflow: hidden;
  color: #664000;
}
#list_contact_info .introduction {
  padding: 6px;
  background-color: #EFEFEF;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  color: #333333;
}
#list_contact_info .company_name_box {
  padding: 6px;
  font-size: 12px;
  line-height: 1.6;
}
#list_contact_info .company_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
#list_contact_info .company_name img {
  vertical-align: bottom;
  padding-bottom: 5px;
}
#list_contact_info .company_tel {
  padding: 6px;
  border-top: 1px dashed #CCCCCC;
  font-size: 0;
}
#list_contact_info .normal_tel,
#list_contact_info .freedial {
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #434343;
  overflow: hidden;
}
#list_contact_info .freedial {
  height: 26px;
  padding-left: 46px;
  background: url(../../images/front/common/freedial_l.gif) 0 0 no-repeat;
}
#list_contact_info .normal_tel span.phone_number,
#list_contact_info .freedial span.phone_number {
  font-size: 26px;
  color: #FF3300;
  vertical-align: middle;
}
#list_contact_info .normal_tel span.tel {
  color: #006400;
  vertical-align: middle;
}
#list_contact_info .feel_free,
#list_contact_info .from_ktai {
  display: inline-block;
  margin: 2px 0 1px;
  font-size: 12px;
  overflow: hidden;
}
#list_contact_info .from_ktai span {
  color: #000080;
  font-size: 14px;
  font-weight: bold;
}

/* --- 検索条件 --- */
body.estate_list #search_condition,
body.estate_latest #search_condition,
body.estate_feature #search_condition {
  display: none;
}
.modal_contents #search_condition {
  padding-right: 3px;
}

#search_condition h3 {
  margin-bottom: 0;
}

#search_condition table {
  width: 98%;
  margin: 0 auto 10px;
}

#search_condition th {
  width: 20%;
  border-bottom: 1px dashed #999999;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: #663333;
  text-align: left;
}

#search_condition td {
  border-bottom: 1px dashed #999999;
  padding: 5px 0 5px 5px;
  overflow: hidden;
}

#search_condition tr:last-child th,
#search_condition tr:last-child td {
  border-bottom: 0 none;
}

#search_condition td input[type=checkbox] {
  margin-right: 3px;
}
/* for IE7 */
*:first-child+html #search_condition td input[type=checkbox] {
  margin-right: 0;
}

#search_condition td input[type=text] {
  width: 200px;
}

#search_condition a#more {
  display: none;
}

#search_condition .cb_holder {
  float: left;
  padding: 3px 0;
  width: 33%;
}
#search_condition .cb_holder_l {
  width: 66%;
}
#search_condition .cb_holder_lm {
  width: 50%;
}
#search_condition .cb_holder_m {
  width: 25%;
}
#search_condition .cb_holder_s {
  width: 25%;
}
#search_condition .cb_holder_xs {
  width: 20%;
}
.modal_contents #search_condition .cb_holder {
  width: 25%;
}
.modal_contents #search_condition .cb_holder_l {
  width: 50%;
}
.modal_contents #search_condition .cb_holder_lm {
  width: 33%;
}
.modal_contents #search_condition .cb_holder_m {
  width: 20%;
}
.modal_contents #search_condition .cb_holder_s {
  width: 20%;
}
.modal_contents #search_condition .cb_holder_xs {
  width: 16.6%;
}

#search_condition .search_button {
  margin: 20px 0;
  text-align: center;
}

/* --- エリアから検索 --- */
/* --- 沿線から検索 --- */
#search_rail dl,
#search_area dl {
  margin: 3px 0 15px;
  padding: 0 10px;
  line-height: 25px;
  overflow: hidden;
}

#search_rail dt,
#search_area dt {
  font-size: 15px;
  width: 52%;
  float: left;
  clear: left;
}

#search_rail dd,
#search_area dd {
  font-size: 15px;
  border-bottom: 1px dashed #999999;
  margin: 0;
}

#search_area ul {
  margin: 3px 0 15px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 25px;
  list-style-type: none;
  overflow: hidden;
}

#search_area li {
  width: 33%;
  float: left;
}

/* --- feature ----------------------------------------------- */
/* --- history ----------------------------------------------- */
/* --- favorite ----------------------------------------------- */
body.estate_favorite #search_stats,
body.estate_history #search_stats,
body.estate_latest #search_stats,
body.estate_feature #search_stats {
  display: block;
  width: auto;
  float: none;
}

body.estate_favorite #search_stats dl,
body.estate_history #search_stats dl,
body.estate_latest #search_stats dl,
body.estate_feature #search_stats dl {
  padding-top: 3px;
  line-height: 28px;
}

body.estate_favorite #search_stats .register,
body.estate_history #search_stats .register,
body.estate_latest #search_stats .register,
body.estate_feature #search_stats .register {
  overflow: hidden;
}

body.estate_favorite #search_stats .register span,
body.estate_history #search_stats .register span,
body.estate_latest #search_stats .register span,
body.estate_feature #search_stats .register span {
  display: block;
  width: 395px;
  float: right;
}

body.estate_favorite #search_stats .register a.register_link,
body.estate_history #search_stats .register a.register_link,
body.estate_latest #search_stats .register a.register_link,
body.estate_feature #search_stats .register a.register_link {
  float: left;
}

/* --- company_info ----------------------------------------------- */
#company_info {
  width: 100%;
  padding: 0;
  margin: 5px auto 0;
}

#company_info table {
  width: 584px;
  margin: 5px auto 0;
}

#company_info table th {
  text-align: center;
  background-color: #CCCCCC;
  border-bottom: 1px dashed #999999;
  border-right: 2px solid #FFFFFF;
  color: #333333;
  width: 25%;
  padding: 7px 5px;
}
#company_info table th.lttr_2 {
  text-indent: 0.9em;
}
#company_info table th.lttr_3 {
  text-indent: 0.3em;
}
/* for IE6 */
* html #company_info table th.lttr_2,
* html #company_info table th.lttr_3 {
  text-indent: 0;
}
/* for IE7 */
*:first-child+html #company_info table th.lttr_2,
*:first-child+html #company_info table th.lttr_3 {
  text-indent: 0;
}

#company_info table td {
  background-color: #E6E6E6;
  border-bottom: 1px dashed #999999;
  color: #333333;
  padding: 7px 5px;
}

/* --- president ----------------------------------------------- */
#president {
  margin: 10px auto 0;
}

#president_message {
  margin: 0 auto;
  padding: 7px 5px 5px 10px;
}

/* --- access_map ----------------------------------------------- */
#access_map {
  margin: 10px auto 0;
}

#map_area {
  width: 584px;
  height: 400px;
  margin: 5px auto 0;
}

/* --- privacy ----------------------------------------------- */
#privacy,
#term {
  font-size: 12px;
  padding: 4px 5px;
}

/* --- list 共通 ----------------------------------------------- */
.link_list,
.page_list,
.feature_list,
.voice_list {
  border: 1px solid #CCCCCC;
  padding: 0;
  margin: 0 auto 10px;
  width: 584px;
  overflow: hidden;
}

.link_list .image_link img,
.page_list .image_link img,
.feature_list .image_link img {
  max-width: 120px;
  max-height: 120px;
  /* 以下、.image_linkの要素に設定したいプロパティ(IE8のバグに対応するためこちらに設定) */
  display: inline;
  margin: 7px 7px 7px 0;
  float: right;
}
/* for IE6 */
* html .link_list .image_link img,
* html .page_list .image_link img,
* html .feature_list .image_link img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

#contents .link_list h4,
#contents .page_list h4,
#contents .feature_list h4,
#contents .voice_list h4 {
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 10px;
  background-color: #EEEEEE;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* --- link list ----------------------------------------------- */
#contents h3.link_list_title {
  margin-bottom: 10px;
}

p.link_list_txt {
  padding: 5px 0 5px 5px;
  margin: 0 0 10px;
}

/* --- page_list ----------------------------------------------- */
/* --- feature_list ----------------------------------------------- */
.page_list,
.feature_list {
  margin: 20px auto;
}

p.page_list_txt,
p.feature_list_txt {
  padding: 10px 16px;
  margin: 0;
}

.page_list p.more_read,
.feature_list p.more_read {
  display: inline;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin: 7px 7px 7px 0;
  padding: 2px 6px 0;
  background-color: #E6E6E6;
  float: right;
  letter-spacing: 1px;
  text-align: center;
}

/* --- custom page ----------------------------------------------- */
#custom_content {
  width: 590px;
  margin-bottom: 10px;
}

/* --- voice_list ----------------------------------------------- */
.voice_list {
  margin: 10px auto;
}

.voice_list h4 {
  overflow: hidden;
}

.voice_list h4 .voice_date {
  float: right;
}

.voice_list img.voice_image {
  max-width: 200px;
  max-height: 200px;
  display: inline;
  margin: 7px 7px 7px 0;
  float: left;
}
/* for IE6 */
* html .voice_list img.voice_image {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

.voice_headline {
  padding: 7px 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}

.voice_content {
  padding: 5px 0 5px 5px;
  margin: 0 0 10px;
}

/* --- staff ----------------------------------------------- */
.staff_panel {
  border-bottom: 1px dotted #999999;
  width: 590px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.staff_panel .staff_profile {
  width: 225px;
  float: left;
  /* for IE6 */
  display: inline;
}

.staff_profile .staff_image {
  display: table;
  table-layout: fixed;
  width: 225px;
  height: auto;
}

.staff_profile .staff_image_inner {
  display: table-cell;
  text-align: center;
}

.staff_profile .staff_image img {
  max-width: 204px;
  max-height: 204px;
  margin: -5px auto 0 auto;
}
/* for IE6 */
* html .staff_profile .staff_image img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

.staff_profile .staff_position {
  padding-left: 5px;
}

.staff_profile .staff_name {
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

.staff_profile .staff_name .ruby {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
/* for IE6 */
* html .staff_profile .staff_name .ruby {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .staff_profile .staff_name .ruby {
  display: inline;
  zoom: 1;
}

.staff_panel .staff_introduction {
  width: 353px;
  float: right;
  /* for IE6 */
  display: inline;
}

#contents .staff_introduction h4 {
  margin-bottom: 8px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
}

.staff_introduction .staff_text p {
  margin: 0;
}

/* --- お問い合わせ, フォーム ----------------------------------------------- */
.form_table_container {
  width: 100%;
  padding: 0;
  margin: 5px 0 20px;
}

.form_table_container table {
  width: 100%;
}

.form_table_container table th {
  text-align: center;
  background-color: #E6E6E6;
  border: 1px solid #CCCCCC;
  color: #333333;
  width: 25%;
  padding: 7px 5px;
}

.form_table_container table th.inq {
  width: 20%;
}

.form_table_container table th span.mark {
  color: #FF6633;
  margin: 0 0 0 3px;
}

.form_table_container table td {
  border-bottom: 1px dashed #999999;
  color: #333333;
  padding: 7px 0 7px 5px;
}

.form_table_container table td p {
  margin: 0;
  line-height: 16px;
}

.form_table_container table.estate_list {
  margin-bottom: 20px;
  text-align: center;
}

.form_simple .form_table_container input[type=text],
.form_simple .form_table_container input[type=password] {
  height: 28px;
  padding-left: 6px;
  font-size: 14px;
}

.form_simple .form_table_container textarea {
  padding-top: 6px;
  padding-left: 6px;
  font-size: 14px;
}

.form_simple .form_table_container select {
  height: 28px;
  padding-left: 3px;
  font-size: 14px;
}

.form_simple .form_table_container input.textMiddle2 {
  width: 300px;
}

.form_table_container .cb {
  display: inline-block;
  margin: 3px 10px 3px 0;
  vertical-align: middle;
  white-space: nowrap;
}
/* for IE6 */
* html .form_table_container .cb {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .form_table_container .cb {
  display: inline;
  zoom: 1;
}

.form_table_container .cb.cbm {
  min-width: 100px;
  margin-right: 0;
}
/* for IE6 */
* html .form_table_container .cb.cbm {
  width: 100px;
  white-space: normal;
}

.form_table_container .cb.cbmx3 {
  width: 300px;
  margin: 0;
}

.form_table_container .cb.cbs {
  min-width: 80px;
  margin-right: 0;
}
/* for IE6 */
* html .form_table_container .cb.cbs {
  width: 80px;
  white-space: normal;
}

.form_table_container .cb.cb1col {
  display: block;
  margin-right: 0;
}
/* for IE6 */
* html .form_table_container .cb.cb1col {
  display: block;
}
/* for IE7 */
*:first-child+html .form_table_container .cb.cb1col {
  display: block;
}

.form_table_container p.exp {
  margin: 5px 0;
  padding: 0 3px;
}
.form_table_container p.exp span.mark {
  color: #FF6633;
  font-weight: bold;
}

.form_table_container span.required_mark,
.form_table_container span.option_mark {
  display: inline-block;
  border-radius: 2px;
  margin-left: 4px;
  padding: 1px 5px;
  color: #FFFFFF;
  font-size: 11px;
}
.form_table_container span.required_mark {
  background-color: #ED741A;
}
.form_table_container span.option_mark {
  background-color: #4EBC3E;
}
/* for IE6 */
* html .form_table_container span.required_mark,
* html .form_table_container span.option_mark {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .form_table_container span.required_mark,
*:first-child+html .form_table_container span.option_mark {
  display: inline;
  zoom: 1;
}

.form_table_container .form_error {
  background-color: #FF6600;
  color: #FFFFFF;
  margin: 0 10px 5px 0;
  padding: 6px 2px 4px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

.form_table_container .form_inner_row {
  margin-top: 8px;
}
.form_table_container .form_inner_row:first-child {
  margin-top: 0;
}

.form_table_container .form_agreement_guide {
  margin: 0 2px;
  padding: 7px 5px 7px 11px;
  padding-left: calc(50% - 180px);
  background-color: #E6E6E6;
  text-align: left;
  font-weight: normal;
}

.form_table_container .form_agreement_guide span {
  font-weight: bold;
}

.form_button_holder {
  margin: 25px 0 45px;
  text-align: center;
}

.form_button_holder img,
.form_button_holder input {
  margin: 0 15px;
  vertical-align: middle;
}

.form_finish {
  padding: 4px 5px;
  margin: 5px auto 15px;
}

.form_finish p {
  margin-bottom: 12px;
}

.form_finish .form_contact {
  margin-top: 24px;
  padding: 0 10px;
}

.form_finish .form_contact h5 {
  margin-bottom: 5px;
}

.error_message {
  border: 1px solid #FF9966;
  margin: 20px 10px;
  padding: 12px 0 10px 10px;
  background-color: #FFEFDD;
  line-height: 1.5;
  font-weight: bold;
  color: #FF3300;
}
