@charset "utf-8";

/* ------------------------------------------------------------------------ */
/* --- Base Layout -------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#detail_wrapper {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
}

#detail_main {
  width: 630px;
  padding: 10px;
  font-size: 12px;
  margin: 0;
  float: left;
  border-radius: 8px;
/* for IE<=8 border-radius */
  behavior: url(/css/htc/PIE/PIE.htc);
}

/* ------------------------------------------------------------------------ */
/* --- Header, Footer ----------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- detail_header_picture ----------------------------------------------- */
#detail_header_picture {
  width: 630px;
  height: 70px;
  margin: 0 auto 10px auto;
}

#detail_header_picture img {
  width: 630px;
  height: 70px;
  margin: 0 auto 10px auto;
}

/* --- detail_menu ----------------------------------------------- */
.detail_menu {
  width: 630px;
  padding: 5px 0;
}

.detail_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  list-style: none;
}

.detail_menu li {
  display: inline-block;
  width: 122px;
  height: 28px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 28px;
}
.detail_menu li:first-child {
  margin-left: 0;
}
/* for IE6 */
* html .detail_menu li {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .detail_menu li {
  display: inline;
  zoom: 1;
}

.detail_menu a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #073D7D;
  color: #FFFFFF;
  text-decoration: none;
}
.detail_menu a:hover {
  color: #FFFFFF;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

/* --- detail_header_menu --- */
#detail_header_menu {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------------ */
/* --- Content Base ------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- detail_contents ----------------------------------------------- */
#detail_contents {
  width: 610px;
  background-color: #FFFFFF;
  margin: 0 auto 20px;
  padding: 10px;
  text-align: left;
  border-radius: 4px;
/* for IE<=8 border-radius */
  behavior: url(/css/htc/PIE/PIE.htc);
}

body.sale #detail_contents a {
  color: #5000A8;
}
body.sale #detail_contents a:hover {
  color: #7952A5;
}
body.eldercare #detail_contents a,
body.rental #detail_contents a {
  color: #0048BF;
}
body.eldercare #detail_contents a:hover,
body.rental #detail_contents a:hover {
  color: #5E82BC;
}

/* --- detail_content ----------------------------------------------- */
.detail_content {
  width: 600px;
  margin: 0 auto 20px;
}
#detail_panorama.detail_content,
#detail_video.detail_content,
#custom_text.detail_content,
#custom_content.detail_content {
  width: 590px;
  overflow: hidden;
}

/* --- headline ----------------------------------------------- */
h1#headline {
  background-color: #F1F1F1;
  font-weight: normal;
  padding: 3px 5px;
  /* for not IE<9 */
  padding-left: calc(50% - 440px);
}

h2#detail_top_title {
  height: 28px;
  width: 600px;
  margin-bottom: 10px;
  padding-left: 10px;
  background-color: #073D7D;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 29px;
  overflow: hidden;
}

h2.detail_content_title {
  height: 28px;
  width: 590px;
  background-color: #073D7D;
  margin: 0 auto 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 29px;
  overflow: hidden;
  position: relative;
}

/* --- detail_info_table ----------------------------------------------- */
.detail_info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.detail_info_table th {
  border: 1px solid #DDDDDD;
  padding: 7px 0;;
  background-color: #F4F4F4;
  text-align: center;
  font-weight: normal;
}

.detail_info_table td {
  border: 1px solid #DDDDDD;
  padding: 2px 2px 2px 5px;
}

.detail_info_table .text_s {
  font-size: 90%;
}

.detail_info_table th.text_s {
  padding-left: 0;
  padding-right: 0;
}

.detail_info_table th.lttr_2 {
  text-indent: 0.9em;
}

.detail_info_table th.lttr_3 {
  text-indent: 0.3em;
}
/* for IE6 */
* html .detail_info_table th.lttr_2,
* html .detail_info_table th.lttr_3 {
  text-indent: 0;
}
/* for IE7 */
*:first-child+html .detail_info_table th.lttr_2,
*:first-child+html .detail_info_table th.lttr_3 {
  text-indent: 0;
}

/* ------------------------------------------------------------------------ */
/* --- Content Each ------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- detail_top ----------------------------------------------- */
.detail_top {
  width: 600px;
  margin: 0 auto 5px;
  position: relative;
  overflow: hidden;
}

/* --- selling_point --- */
#selling_point_outer {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 1px 7px;
}

#selling_point {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin: 0 -1px;
  padding: 5px 0 4px 7px;
  background-color: #FFF9DD;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
}

#selling_point_more {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  line-height: 18px;
}
/* for IE6 */
* html #selling_point_more {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #selling_point_more {
  display: inline;
  zoom: 1;
}

.translate_link {
  display: inline-block;
  margin-left: 4px;
  padding-left: 18px;
  background: url(/images/front/common/translate.png) no-repeat;
  font-size: 14px;
  line-height: 18px;
}
/* for IE6 */
* html .translate_link {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html .translate_link {
  display: inline;
  zoom: 1;
}

a.translate_link {
  color: #0000EE !important;
}
a.translate_link:hover {
  color: #FF8000 !important;
}

/* --- detail_top_feature --- */
.detail_top_feature {
  float: left;
  width: 330px;
}

.detail_top_feature .price_c {
  font-size: 16px;
  color: #E90000;
}
body.eldercare .detail_top_feature .price_c {
  font-size: 14px;
}

.detail_top_feature #price_number {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
body.eldercare .detail_top_feature #price_number {
  font-size: 20px;
  line-height: 1.2;
}

.detail_top_feature #full_address,
.detail_top_feature #full_access {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
body.eldercare .detail_top_feature #full_address {
  font-size: 15px;
  line-height: 1.8;
}
body.eldercare .detail_top_feature #full_access {
  font-size: 15px;
  line-height: 1;
}

/* --- detail_top_etc --- */
.detail_top_etc {
  float: right;
  width: 270px;
  overflow: hidden;
  text-align: right;
}
.detail_top_etc.qr_on {
  text-align: left;
}

.detail_top_etc #favorite_button_holder {
  height: 24px;
  width: 133px;
  margin-bottom: 3px;
}

.detail_top_etc #favorite_button_holder a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../../images/front/button/favorite_add.png) left top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.detail_top_etc #favorite_button_holder a:hover {
  opacity: 0.75;
}

/* --- qr_img --- */
#qr_img {
  width: 80px;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0 1px 1px;
  float: right;
  border-radius: 5px;
/* for IE<=8 border-radius */
  behavior: url(/css/htc/PIE/PIE.htc);
}

#qr_img dt {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
}

#qr_img dd {
  height: 80px;
  margin: 0;
}

/* --- top_info ----------------------------------------------- */
#top_info {
  width: 600px;
  margin: 0 auto 15px;
}

#top_info .detail_info_table {
  line-height: 1.4;
  text-align: center;
}

/* --- basic_info ----------------------------------------------- */
#basic_info {
  position: relative;
  width: 600px;
  margin: 0 auto 20px;
}

/* --- basic_info_picture ------ */
#basic_info_picture {
  width: 275px;
  float: left;
  position: relative;
}

#basic_info_picture .picture_holder {
  width: 240px;
  margin-bottom: 10px;
}

#basic_info_picture .picture_image a {
  display: block;
}

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

#basic_info_picture .picture_title {
  /* for IE6 */
  width: 100%;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#basic_info_picture img.alpha-icon {
  border: 0;
  position: absolute;
  top: -6px;
  left: -6px;
}
/* for IE6 */
* html #basic_info_picture img.alpha-icon {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

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

/* --- basic_info_text ------ */
#basic_info_text {
  width: 325px;
  float: right;
  vertical-align: top;
}

#basic_info_text .detail_info_table th {
  width: 31%;
}

#basic_info_text .detail_info_table td {
  width: 69%;
}

#basic_info_text #facility .detail_info_table th,
#basic_info_text #facility .detail_info_table td {
  width: auto;
}
#basic_info_text #facility .detail_info_table td {
  padding: 2px 5px;
}

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

#facility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility_base {
  float: left;
  color: #FFFFFF;
}

.facility_outer {
  display: block;
  border-top: 1px solid #2952A3;
  border-bottom: 1px solid #2952A3;
  margin: 1px 3px 2px 1px;
  background-color: #668CD9;
}

.facility_inner {
  display: block;
  border-left: 1px solid #2952A3;
  border-right: 1px solid #2952A3;
  margin: 0 -1px;
  padding: 1px 2px 0 2px;
  background-color: #668CD9;
  white-space: nowrap;
  line-height: 16px;
}

.facility1_disable .facility_outer,
.facility1_disable .facility_inner {
  border-color: #CCCCCC;
  background-color: #CCCCCC;
}

.facility2 .facility_outer,
.facility2 .facility_inner {
  border-color: #0D7813;
  background-color: #4CB052;
}

/* --- other_info ----------------------------------------------- */
#other_info .detail_info_table th {
  width: 15%;
}

#other_info .detail_info_table td {
  width: 35%;
}

#other_info .open_house_date,
#other_info .open_house_place {
  display: block;
}

/* --- other_picture ----------------------------------------------- */
#other_picture {
  /* for IE6 */
  text-align: center;
}

#other_picture ul {
  width: 570px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  font-size: 0;
  /* for IE6 */
  text-align: left;
}

#other_picture li {
  display: inline-block;
  width: 180px;
  margin: 0 5px 10px;
  padding: 3px 0 5p;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
/* for IE6 */
* html #other_picture li {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #other_picture li {
  display: inline;
  zoom: 1;
}

#other_picture .picture_etc_title {
  /* for IE6 */
  width: 100%;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#other_picture li a {
  display: block;
}

#other_picture li img {
  display: block;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
}
/* for IE6 */
* html #other_picture li img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}

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

/* --- map ----------------------------------------------- */
#map_area {
  width: 594px;
  height: 400px;
  margin: 0 auto;
  background-color: #EFEFEF;
}
#sv_area {
  width: 594px;
  height: 300px;
  margin: 10px auto 0;
  background-color: #EFEFEF;
  display: none;
}
#map_message,
#sv_message {
  padding: 5px 6px;
}

/* --- contact_button ----------------------------------------------- */
ul.contact_button_holder {
  width: 600px;
  margin: 30px auto 10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.contact_button {
  width: 296px;
  height: 54px;
  margin-bottom: 8px;
}
.contact_button:hover {
  opacity: 0.75;
}
.contact_button:nth-child(2n+1) {
  float: left;
}
.contact_button:nth-child(2n+1):nth-last-child(2) {
  width: 600px;
}
.contact_button:nth-child(2n+1):nth-last-child(3),
.contact_button:nth-last-child(2) {
  margin-bottom: 0;
}
.contact_button:nth-child(2n) {
  float: right;
}

.contact_button_mail {
  background: url(../../images/front/button/pc/mail.png) 0 0 no-repeat;
}
.contact_button_mail:nth-child(2n+1):nth-last-child(2) {
  background: url(../../images/front/button/pc/mail_wide.png) 0 0 no-repeat;
}

.contact_button_line {
  background: url(../../images/front/button/pc/line.png) 0 0 no-repeat;
}

.contact_button_tel {
  display: none;
}

.contact_button a,
.contact_button span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* --- contact_info_s ----------------------------------------------- */
#contact_info_s {
  width: 566px;
  border: 1px solid #E8E856;
  border-radius: 3px;
  margin: 0 auto 30px;
  padding: 14px 16px 10px;
  background-color: #FFFFE0;
}
#contact_info_s .shop_name{
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.2;
  color: #214083;
}
#contact_info_s .company_tel {
  font-size: 0;
}
#contact_info_s .normal_tel,
#contact_info_s .freedial {
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #434343;
  overflow: hidden;
}
#contact_info_s .freedial {
  height: 26px;
  padding-left: 46px;
  background: url(../../images/front/common/freedial_l.gif) 0 0 no-repeat;
}
#contact_info_s .normal_tel span.phone_number,
#contact_info_s .freedial span.phone_number {
  font-size: 26px;
  color: #FF3300;
  vertical-align: middle;
}
#contact_info_s .normal_tel span.tel {
  color: #FF3300;
  vertical-align: middle;
}
#contact_info_s .feel_free,
#contact_info_s .from_ktai {
  display: inline-block;
  margin: 2px 0 1px;
  font-size: 12px;
  overflow: hidden;
}
#contact_info_s .from_ktai span {
  color: #000080;
  font-size: 14px;
  font-weight: bold;
}

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

/* --- eldercare medical ----------------------------------------------- */
.medical_mark {
  font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
  font-size: 22px;
  line-height: 1;
}
.medical_mark_ok {
  color: #6FB501;
}
.medical_mark_cr {
  color: #FF9700;
}
.medical_mark_ng {
  color: #828282;
}

#medical_mark_info {
  margin: 10px 0;
  padding-left: 10px;
}

.medical_mark_info_item {
  display: inline-block;
  margin: 0 10px 0 0;
}

.medical_mark_info_item .medical_mark {
  display: inline-block;
  vertical-align: middle;
}

.medical_mark_info_item .medical_mark_exp {
  display: inline-block;
  margin-left: -1px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}

#medical_list {
  width: 594px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#medical_list .medical_list_item {
  box-sizing: border-box;
  width: 195px;
  border-radius: 5px;
  margin: 0 4px 4px 0;
  padding: 5px 0 5px 5px;
  background-color: #FFFAEA;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
#medical_list .medical_list_item:nth-child(3n) {
 margin-right: 0;
}

#medical_list .medical_list_mark {
  display: inline-block;
  vertical-align: middle;
}

#medical_list .medical_list_label {
  display: inline-block;
  margin-left: -1px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}

/* ------------------------------------------------------------------------ */
/* --- Side --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#detail_side {
  width: 230px;
  float: right;
}

/* --- detail_personal ----------------------------------------------- */
.detail_personal_outer {
  width: 210px;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #CCCCCC;
  font-size: 12px;
/* for IE<=8 border-radius */
  behavior: url(/css/htc/PIE/PIE.htc);
}

.detail_personal_outer h3 {
  width: 200px;
  padding: 5px;
  background-color: #F6F6F6;
  text-align: center;
  font-weight: bold;
}

.detail_personal {
  margin-top: 10px;
  padding: 6px 6px 6px 12px;
  background-color: #FFFFFF;
}

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

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

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

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

/* --- detail_side_list ----------------------------------------------- */
.detail_side_list_outer {
  width: 210px;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #CCCCCC;
  font-size: 12px;
/* for IE<=8 border-radius */
  behavior: url(/css/htc/PIE/PIE.htc);
}

.detail_side_list_outer h3 {
  width: 200px;
  padding: 5px;
  background-color: #F6F6F6;
  text-align: center;
  font-weight: bold;
}

.detail_side_list_outer ul.detail_side_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.detail_side_list li {
  width: 205px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 4px 0 4px 5px;
  background-color: #FFFFFF;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
/* for IE<=8 border-radius */
  behavior: url(/css/htc/PIE/PIE.htc);
}

.detail_side_list_picture {
  width: 60px;
  float: left;
  text-align: center;
  padding: 1px 0;
}

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

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

.detail_side_list_info {
  width: 137px;
  min-height: 60px;
  border-left: 1px solid #999999;
  padding: 1px 0 1px 3px;
  float: right;
}
.detail_side_list_info a {
  text-decoration: none;
  color: #202076;
}
.detail_side_list_info a:hover {
  text-decoration: underline;
  color: #0033FF;
}
.detail_side_list_info .name {
  font-weight: bold;
}
.detail_side_list_info .price {
  color: #FF0000;
  line-height: 1.1;
}
.detail_side_list_info .price_number {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

/* ------------------------------------------------------------------------ */
/* --- Member ------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#member_limited_info {
  margin: 30px auto 20px;
  color: #FF3300;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

/* --- member_limited_container ----------------------------------------------- */
#member_limited_container {
  background-color: #E3E3E3;
  border: 1px solid #CFCFCF;
  margin: 5px auto 30px;
  overflow: hidden;
  padding: 10px;
  width: 580px;
}

#detail_contents #member_limited_container a {
  color: #5000A8;
}
#detail_contents #member_limited_container a:hover {
  color: #A659FF;
}

#member_limited_container .attention {
  font-weight: bold;
}

#member_limited_container ul.member_limited_ex {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}

/* --- detail_login --- */
#detail_login {
  width: 265px;
  height: 165px;
  padding: 9px;
  border: 1px solid #D6D6D6;
  background-color: #F9F9F9;
  float: left;
}

#form_login {
  margin-bottom: 12px;
}

#form_login table {
  width: 100%;
}

#form_login input.text {
  width: 150px;
}

#form_login .login_button {
  text-align: center;
}
#form_login .login_button input {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

#form_login .form_error {
  margin-bottom: 5px;
  padding: 2px;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.has_error #detail_login,
.has_error #detail_register {
  height: 192px;
}

#detail_login_nav_links {
  width: 17em;
}

#detail_login_nav_links a {
  display: inline-block;
}
/* for IE6 */
* html #detail_login_nav_links a {
  display: inline;
  zoom: 1;
}
/* for IE7 */
*:first-child+html #detail_login_nav_links a {
  display: inline;
  zoom: 1;
}

/* --- detail_register --- */
#detail_register {
  width: 265px;
  height: 133px;
  padding: 41px 9px 9px;
  border: 1px solid #D6D6D6;
  background-color: #F9F9F9;
  float: right;
}
#detail_register_caption {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

#detail_register_button {
  text-align: center;
}

