@charset "utf-8";

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

/* --- link ----------------------------------------------- */
body.eldercare a,
body.rental a {
  color: #0065A7;
}
body.eldercare a:hover,
body.rental a:hover {
  color: #45A6DE;
}

body.sale a {
  color: #1A8C06;
}
body.sale a:hover {
  color: #28D30A;
}

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

body.estate_index #base {
  background: url(../images/base/base_bg.png) 0 165px repeat-x;
}

#header {
  margin-bottom: 15px;
}

#footer {
  background: url(../images/foot/bg_footer.png) left top repeat-x;
}

/* --- column layout ------------------------------------------------------ */
/* menu_left, menu_right, menu_none 共通 */
body.menu_none #header_menu li,
body.menu_left #header_menu li,
body.menu_right #header_menu li {
  width: 158px;
}

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

/* menu_left_3column, menu_right_3column 共通 */
body.menu_left_3column #header_menu li,
body.menu_right_3column #header_menu li {
  width: 158px;
}

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

/* menu_left_3column_wide, menu_right_3column_wide 共通 */
body.menu_left_3column_wide #header_menu li,
body.menu_right_3column_wide #header_menu li {
  width: 198px;
}

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

/* menu_left_3column_wide2, menu_right_3column_wide2 共通 */
body.menu_left_3column_wide2 #header_menu li,
body.menu_right_3column_wide2 #header_menu li {
  width: 198px;
}

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

/* --- header ------------------------------------------------------- */
h1#headline {
  color: #333333;
}

p#catch_phrase {
  padding: 4px 0 0 5px;
  color: #333333;
}

/* --- header_menu ----- */
#header_menu {
  height: 39px;
}

#header_menu li {
  margin-right: 2px;
}

#header_menu a {
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  background-color: #4FA8DC;
  background-image: -moz-linear-gradient(top, #4FA8DC, #2491CF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4FA8DC), to(#2491CF));
  background-image: -webkit-linear-gradient(top, #4FA8DC, #2491CF);
  background-image: -o-linear-gradient(top, #4FA8DC, #2491CF);
  background-image: -ms-linear-gradient(top, #4FA8DC, #2491CF);
  background-image: linear-gradient(to bottom, #4FA8DC, #2491CF);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FA8DC', endColorstr='#2491CF',GradientType=0 );
  color: #FFFFFF;
  text-indent: 0;
}
#header_menu a:hover {
  background-color: #7ABEE5;
  background-image: -moz-linear-gradient(top, #7ABEE5, #5CADDB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ABEE5), to(#5CADDB));
  background-image: -webkit-linear-gradient(top, #7ABEE5, #5CADDB);
  background-image: -o-linear-gradient(top, #7ABEE5, #5CADDB);
  background-image: -ms-linear-gradient(top, #7ABEE5, #5CADDB);
  background-image: linear-gradient(to bottom, #7ABEE5, #5CADDB);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ABEE5', endColorstr='#5CADDB',GradientType=0 );
  color: #FFFFFF;
}

/* --- contents ------------------------------------------------------- */
#contents {
  width: 595px;
}

#contents h3,
.modal_contents h3 {
  height: 28px;
  border-radius: 5px 5px 0 0;
  background-color: #45A6DE;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
body.sale #contents h3,
body.sale .modal_contents h3 {
  background-color: #FF8989;
}

/* --- sidebar ------------------------------------------------------- */
/* --- sidebar_account ------ */
#sidebar_account {
  background-color: #FFFFFF;
}

#sidebar_account h3 {
  background-color: #057ECE;
}
#sidebar_account.account_visitor h3 {
  height: 31px;
  background: url(../images/menu/loginhead.png) left top no-repeat;
}

#sidebar_account a {
  color: #3A5AA7;
}
#sidebar_account a:hover {
  color: #8C5F00;
}

#account_nav {
  border: 1px solid #057ECE;
  border-top-width: 0;
  padding: 6px 14px 8px;
}

#account_nav .login_error {
  border: 1px solid #FF0000;
  background-color: #FFFFFF;
  color: #FF0000;
}

#account_nav .login_input {
  margin-bottom: 6px;
  color: #1E4713;
  font-size: 13px;
  line-height: 20px;
}

#account_nav .login_input input {
  width: 98%;
}

#account_nav .login_ctrl label {
  color: #1E4713;
}

#account_nav .a-button {
  height: 26px;
  width: 100%;
  border: 0 none;
}

#account_nav .a-button .a-button-inner {
  border-radius: 0;
  background: none #057ECE;
  filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=0);
}
#account_nav .a-button:hover .a-button-inner:hover {
  background: none #45A6DE;
  filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=0);
}
#account_nav .a-button:active .a-button-inner {
  box-shadow: none;
  background-color: #2EAF9A;
}

#account_nav .a-button .a-button-text {
  color: #FFFFFF;
  font-size: 12px;
  text-shadow: none;
}

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

/* --- sidebar_menu ------ */
.sidebar_menu_outer {
  margin-bottom: 10px;
  background-color: #FFFFFF;
}

.sidebar_menu_outer h3 {
  height: 32px;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
}

.sidebar_menu_outer .sidebar_menu {
  border-width: 0 1px 1px;
  border-style: solid;
}

.sidebar_menu a {
  text-decoration: none;
}
.sidebar_menu a:hover {
  text-decoration: underline;
}

.sidebar_menu li {
  border-bottom: 1px dashed #8FAD6D;
  padding: 12px 0 10px 26px;
  background-position: 4px center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: normal;
}
.sidebar_menu li.sidebar_submenu {
  padding-top: 3px;
  background-image: none !important;
}

.sidebar_submenu h4 {
  height: 29px;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
}

.sidebar_submenu ul {
  border: 0 none;
  padding: 0;
}

.sidebar_submenu li {
  background-position: 0 center;
  margin: 0 10px;
  padding: 8px 0 8px 22px;
}

/* --- sidebar_rental --- */
#sidebar_rental h3 {
  background-color: #057FCE;
}

#sidebar_rental .sidebar_menu {
  border-color: #057ECE;
}

#sidebar_rental .sidebar_menu a {
  color: #057FCE;
}

#sidebar_rental .sidebar_menu li {
  background-image: url(../images/menu/bg_li_rent.png);
}

#sidebar_rental .sidebar_submenu h4 {
  background-color: #057ECE;
}

#sidebar_rental .sidebar_submenu ul {
  background-color: #F3F7FF;
}

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

#sidebar_sale .sidebar_menu {
  border-color: #FF6060;
}

#sidebar_sale .sidebar_menu a {
  color: #FF6060;
}

#sidebar_sale .sidebar_menu li {
  background-image: url(../images/menu/bg_li_sale.png);
}

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

#sidebar_sale .sidebar_submenu ul {
  background-color: #FFF3F3;
}

/* --- sidebar_eldercare --- */
/* rental style */
#sidebar_eldercare h3 {
  background-color: #057FCE;
  font-size: 15px;
}

#sidebar_eldercare .sidebar_menu {
  border-color: #057ECE;
}

#sidebar_eldercare .sidebar_menu a {
  color: #057FCE;
}

#sidebar_eldercare .sidebar_menu li {
  background-image: url(../images/menu/bg_li_rent.png);
}

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

#sidebar_eldercare.sidebar_eldercare_near_rental .sidebar_menu {
  border-color: #FF6060;
}

#sidebar_eldercare.sidebar_eldercare_near_rental .sidebar_menu a {
  color: #FF6060;
}

#sidebar_eldercare.sidebar_eldercare_near_rental .sidebar_menu li {
  background-image: url(../images/menu/bg_li_sale.png);
}

/* --- sidebar_links --- */
#sidebar_links h3 {
  height: 32px;
  border-radius: 4px 4px 0 0;
  background-color: #8EC3E3;
}

#sidebar_links .sidebar_menu {
  border-color: #8DC2E3;
}

#sidebar_links .sidebar_menu a {
  color: #45A6DE;
}

#sidebar_links .sidebar_menu li {
  background-image: url(../images/menu/bg_li_info.png);
}

/* --- sidebar_feature --- */
#sidebar_feature ul {
  width: 188px;
}
body.eldercare #sidebar_feature ul,
body.rental #sidebar_feature ul {
  border-left: 1px solid #057ECE;
  border-right: 1px solid #057ECE;
}
body.sale #sidebar_feature ul {
  border-left: 1px solid #1A8C06;
  border-right: 1px solid #1A8C06;
}

#sidebar_feature li .feature_title_outer {
  background-position: left top;
  background-repeat: no-repeat;
}
/* for IE6 */
* html #sidebar_feature li .feature_title_outer {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}
body.eldercare #sidebar_feature li .feature_title_outer,
body.rental #sidebar_feature li .feature_title_outer {
  background-image: url(../images/menu/smenu_bu-featnav_rental.png);
}
body.sale #sidebar_feature li .feature_title_outer {
  background-image: url(../images/menu/smenu_bu-featnav_sale.png);
}

#sidebar_feature li .feature_title {
  width: 100%;
  padding: 0;
  text-align: center;
  opacity: 0.9;
  bottom: 0;
  left: 0;
}
body.eldercare #sidebar_feature li .feature_title,
body.rental #sidebar_feature li .feature_title {
  border-bottom: 1px solid #057FCE;
  background-color: #EDF8FF;
}
body.sale #sidebar_feature li .feature_title {
  border-bottom: 1px solid #358400;
  background-color: #EBF5E5;
}

/* --- sidebar_search ------ */
.sidebar_search_outer {
  margin-bottom: 10px;
}

.sidebar_search_outer h3 {
  height: 32px;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 33px;
}

.sidebar_search_outer .sidebar_search {
  border-width: 0 1px 1px;
  border-style: solid;
}

.sidebar_search a {
  text-decoration: none;
}
.sidebar_search a:hover {
  text-decoration: underline;
}

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

/* --- rental --- */
#sidebar_search_rental h3 {
  background-color: #057FCE;
}

#sidebar_search_rental .sidebar_search {
  border-color: #057ECE;
}

#sidebar_search_rental .sidebar_search a {
  color: #057FCE;
}

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

#sidebar_search_sale .sidebar_search {
  border-color: #FF6060;
}

#sidebar_search_sale .sidebar_search a {
  color: #FF6060;
}

/* --- sidebar_personal ------ */
.sidebar_personal_outer {
  margin-bottom: 10px;
}

.sidebar_personal_outer h3 {
  height: 32px;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 33px;
}

.sidebar_personal {
  border-width: 0 1px 1px;
  border-style: solid;
}

/* --- rental --- */
#sidebar_personal_rental h3 {
  background-color: #057FCE;
}

#sidebar_personal_rental .sidebar_personal {
  border-color: #057ECE;
}

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

#sidebar_personal_sale .sidebar_personal {
  border-color: #FF6060;
}

/* --- sidebar_corporate ------ */
#sidebar_corporate {
  margin: 0;
  padding: 26px 0 18px;
}

/* --- footer ------------------------------------------------------- */
#footer_inner {
  min-height: 130px;
}

#footer_information {
  color: #057FCE;
  font-size: 14px;
  font-weight: bold;
  padding-top: 45px;
}

#footer_information a {
  color: #FF6060;
}

#copyright {
  margin: 5px 0 10px;
  color: #057FCE;
  font-size: 13px;
}

#copyright a {
  color: #FF6060;
}
#copyright a:hover {
  color: #FFC3C3;
}

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

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

#contents .top_content h2 {
  width: 575px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  padding-left: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}
body.eldercare #contents .top_content h2,
body.rental #contents .top_content h2 {
  background-color: #057FCE;
}
body.sale #contents .top_content h2 {
  background-color: #FF5F5F;
}

/* --- top_feature ------------------------------------------------------- */
#top_feature li .feature_title_outer {
  background-position: left top;
  background-repeat: no-repeat;
}
/* for IE6 */
* html #top_feature li .feature_title_outer {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE/PIE.htc);
}
body.eldercare #top_feature li .feature_title_outer,
body.rental #top_feature li .feature_title_outer {
  background-image: url(../images/menu/smenu_bu-featnav_rental.png);
}
body.sale #top_feature li .feature_title_outer {
  background-image: url(../images/menu/smenu_bu-featnav_sale.png);
}

#top_feature li .feature_title {
  width: 100%;
  padding: 0;
  background-color: #EDF8FF;
  text-align: center;
  opacity: 0.9;
  bottom: 0;
  left: 0;
}
body.eldercare #top_feature li .feature_title,
body.rental #top_feature li .feature_title {
  border-bottom: 1px solid #057FCE;
}
body.sale #top_feature li .feature_title {
  border-bottom: 1px solid #358400;
}

/* --- top_banner_small ----------------------------------------------- */
#top_banner_small,
#top_banner_small2,
#top_banner_small2.banner_small2_free_ratio {
  width: 587px;
  padding: 6px 0 6px 6px;
}

#top_banner_small ul,
#top_banner_small2 ul {
  width: 588px;
  margin-top: -6px;
}

#top_banner_small li,
#top_banner_small2 li {
  margin: 6px 6px 0 0;
}

#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 {
  width: 595px;
  border: 0 none;
  overflow: hidden;
}

#recommend_inner {
  width: 595px;
  border: 1px solid #DDDDDD;
}
body.sale #recommend_inner {
  background-color: #FFF3F3;
}
body.eldercare #recommend_inner,
body.rental #recommend_inner {
  background-color: #F3F7FF;
}

body.sale #top_recommend ul#recommend_list li {
  border-bottom-color: #FF6060;
  position: relative;
}
body.eldercare #top_recommend ul#recommend_list li,
body.rental #top_recommend ul#recommend_list li {
  border-bottom-color: #44A5DE;
  position: relative;
}

#top_recommend ul#recommend_list li:nth-child(odd):before,
#top_recommend ul#recommend_list li:nth-child(even):after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -1px;
  z-index: 10;
}
body.sale #top_recommend ul#recommend_list li:nth-child(odd):before {
  background-color: #FFF3F3;
  left: 0;
}
body.sale #top_recommend ul#recommend_list li:nth-child(even):after {
  background-color: #FFF3F3;
  right: 0;
}
body.eldercare #top_recommend ul#recommend_list li:nth-child(odd):before,
body.rental #top_recommend ul#recommend_list li:nth-child(odd):before {
  background-color: #F3F7FF;
  left: 0;
}
body.eldercare #top_recommend ul#recommend_list li:nth-child(even):after,
body.rental #top_recommend ul#recommend_list li:nth-child(even):after {
  background-color: #F3F7FF;
  right: 0;
}

body.sale #top_recommend .recommend_item {
  border-left-color: #FF6060;
}
body.eldercare #top_recommend .recommend_item,
body.rental #top_recommend .recommend_item {
  border-left-color: #44A5DE;
}

body.sale #top_recommend a {
  color: #1E4713;
}
body.sale #top_recommend a:hover {
  color: #358400;
}
body.sale #top_recommend a.estate_title {
  color: #666600;
}
body.sale #top_recommend a.estate_title:hover {
  color: #358400;
}
body.eldercare #top_recommend a.estate_title,
body.rental #top_recommend a.estate_title {
  color: #003366;
}
body.eldercare #top_recommend a.estate_title:hover,
body.rental #top_recommend a.estate_title:hover {
  color: #3366FF;
}

/* --- whatsnew, estate_news ----------------------------------------------- */
#top_whatsnew,
#top_estate_news {
  width: 595px;
  border: 0 none;
  overflow: hidden;
}

#top_whatsnew #whatsnew_inner,
#top_estate_news #estate_news_inner {
  width: 595px;
  height: 140px;
  border: 1px solid #CCCCCC;
}

#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: #057FCE;
}

#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,
#top_free_content,
#top_free_content2 {
  width: 595px;
  border: 0 none;
}

#top_greeting #greeting_inner,
#top_free_content #free_content_inner,
#top_free_content2 #free_content2_inner {
  width: 595px; /* for IE6 */
  padding: 6px 0 0;
}

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

#page_banner {
  border-radius: 5px 5px 0 0;
  background-color: #057ECE;
  color: #FFFFFF;
}
body.sale #page_banner {
  background-color: #FF6060;
}

#page_banner_title_outer {
  height: 30px;
  padding-left: 15px;
}

h2#page_banner_title {
  max-height: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
/* for IE6 */
* html h2#page_banner_title {
  line-height: 1.4;
}
/* for IE7 */
*:first-child+html h2#page_banner_title {
  line-height: 1.4;
}

.breadcrumbs {
  background-color: #FFFFFF;
  color: #333333;
  padding-right: 10px;
  line-height: 15px;
}

.breadcrumbs a {
  color: #057FCE;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #057FCE;
  text-decoration: underline;
}

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

/* --- estate ----------------------------------------------- */
/* --- 検索情報 ------ */
body.eldercare #search_info,
body.rental #search_info {
  background-color: #F4F4F4;
}

body.sale #search_info {
  background-color: #F4F4F4;
}

/* --- 検索結果一覧 --- */
#estate_list {
  width: 595px;
}

table.estate_item th,
table.estate_item td {
  padding: 6px 3px;
}

.sale table.estate_item,
.rental table.estate_item {
  border-color: #CCCCCC;
  border-top-width: 1px;
}

.sale table.estate_item th,
.sale table.estate_item td,
.rental table.estate_item th,
.rental table.estate_item td {
  border-color: #CCCCCC;
  color: #1F4713;
}

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

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;
}

table.estate_item th.midashi {
  padding: 6px 3px;
}

.sale table.estate_item th.midashi a {
  color: #666600;
}
.sale table.estate_item th.midashi a:hover {
  color: #358400;
}
.rental table.estate_item th.midashi a {
  color: #1F4713;
}
.rental table.estate_item th.midashi a:hover {
  color: #3366FF;
}

table.estate_item th.midashi .estate_title {
  width: 295px;
}

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

.sale .list_selling_point,
.rental .list_selling_point {
  border-color: #CCCCCC;
  padding: 6px 0 6px 6px;
  color: #1F4713;
}

/* --- お問い合わせ先情報 --- */
#list_contact_info {
  border: 1px solid #999999;
  margin: 40px auto;
}

#list_contact_info .company_name_box {
  color: #057ECE;
}

/* --- 検索条件 --- */
#search_condition th,
#search_condition td {
  border-bottom: 1px dashed #CCCCCC;
}

/* --- エリアから検索 --- */
/* --- 沿線から検索 --- */
#search_area a,
#search_rail a {
  text-decoration: none;
}
#search_area a:hover,
#search_rail a:hover {
  text-decoration: underline;
}

#search_area dt,
#search_area dd,
#search_rail dt,
#search_rail dd {
  height: 40px;
  line-height: 40px;
}
#search_area dd,
#search_rail dd {
  border-bottom: 1px solid #CCCCCC;
}
#search_area dd:last-child,
#search_rail dd:last-child {
  border-bottom: 0 none;
}

/* --- company_info --------------------------------------------------*/
#company_info table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
#company_info table th {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  font-weight: normal;
}

#company_info table td {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  padding: 10px 8px;
}

/* --- list 共通 ----------------------------------------------- */
.link_list,
.page_list,
.feature_list,
.voice_list {
  width: 595px;
  border: 0 none;
}

#contents .link_list h4,
#contents .page_list h4,
#contents .feature_list h4,
#contents .voice_list h4 {
  border-radius: 5px 5px 0 0;
  background-color: #45A6DE;
  color: #FFFFFF;
  font-weight: normal;
}
body.sale #contents .feature_list h4 {
  background-color: #FF8989;
}

#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;
}

/* --- page_list --------------------------------------------------- */
/* --- feature_list --------------------------------------------------- */
/* --- voice_list --------------------------------------------------- */
p.page_list_txt,
p.feature_list_txt,
p.voice_list_content {
  padding-left: 15px;
  font-size: 14px;
}

.page_list .image_link img,
.feature_list .image_link img {
  float: left;
}

.page_list p.more_read,
.feature_list p.more_read {
  border: 0 none;
  background-color: #FFFFFF;
}

.page_list p.more_read a,
.feature_list p.more_read a {
  color: #057FCE;
  text-decoration: none;
}
.page_list p.more_read a:hover,
.feature_list p.more_read a:hover {
  color: #057FCE;
  text-decoration: underline;
}

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

#custom_content a:hover {
  color: #0065A7;
}

/* --- staff ----------------------------------------------- */
#contents .staff_introduction h4 {
  min-height: 20px;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px 3px;
  background-color: #45A6DE;
  color: #FFFFFF;
  font-weight: normal;
}

/* --- form --------------------------------------------------*/
.form_table_container table th {
  border: 0 none;
  background-color: #F4F4F4;
}

.form_table_container table td {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}
.form_table_container table tr:last-child td {
  border-bottom: 0 none;
}

.form_table_container .form_agreement_guide {
  background-color: #F4F4F4;
}

.error_message {
  border: 1px solid #FF0000;
  background-color: #FFFFFF;
}

.form_error {
  border: 1px solid #FF0000;
  background-color: #FFFFFF;
  color: #FF0000;
}

