@charset "Shift_JIS";

/*====================
 + reset
====================*/

* {
  margin: 0;
  padding: 0;
  outline: none;
}

img {
  border: 0;
}

h1 {
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

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

/*====================
 + base
====================*/

body {
  background-color: #f1f1f1;
  text-align: center;
  color: #000000;
  font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  font-size: 87.5%;
  line-height: 1.0;
}
a {
  color: #026BCB;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.rollover:hover,
.rollover:active,
.rollover:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

div.wrapper {
  margin: 0 auto;
  width: 960px;
  background-color: #ffffff;
  text-align: left;
}

/*====================
 + header
====================*/

div#header {
  width: 100%;
  height: 137px;
  border-top: 5px solid #026BCB;
  background: #ffffff url("../images/bg_header.jpg") left bottom repeat-x;
}

div.logo {
  float: left;
  margin-top: 24px;
}

h1 {
  margin-bottom: 4px;
  font-size: 0.7em;
}

div#tel {
  float: right;
  margin-top: 18px;
  margin-bottom: 30px;
}

p#tel_text {
  margin-bottom: 6px;
  width: 190px;
  height: 10px;
  background: url("../images/tel_text.gif") left top no-repeat;
  text-indent: -9999px;
}

address {
  margin-bottom: 5px;
  width: 190px;
  height: 15px;
  background: url("../images/tel_number2.gif") left top no-repeat;
  text-indent: -9999px;  
}

ul#global_navi {
  clear: both;
}

ul#global_navi li {
  float: left;
}

ul#global_navi li a{
  display: block;
  padding-top: 13px;
  width: 158px;
  height: 38px;
/*  background: url("../images/navi.jpg") left top no-repeat; */
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-left: 1px solid #ececec;
}

ul#global_navi li.current a{
/*  background-position: left -53px; */
  background: url("../images/blue_line.gif") left bottom repeat-x;
}

ul#global_navi li.last_child a{
/*  background: url("../images/navi_last.jpg") left top no-repeat; */
  border-right: 1px solid #ececec;
}

ul#global_navi li.last_child_current a{
/*  background: url("../images/navi_last.jpg") left top no-repeat; */
  background: url("../images/blue_line.gif") left bottom repeat-x;
/*  background-position: left -53px; */
}

ul#global_navi li a:hover,
ul#global_navi li a:active,
ul#global_navi li a:focus {
/*  background-position: left -53px; */
  background: url("../images/blue_line.gif") left bottom repeat-x;

}

/*====================
 + contents
====================*/

div#contents {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #ffffff;
}

ol#topic_path li{
  display: inline;
  font-size: 0.7em;
}

h2 {
  margin-top: 20px;
}

h2#new_baibai {
  margin-top: 30px;
}

#pagenav {
  margin: 21px 0 24px 40px;
  width: 91.7%;
}

p#number{
  float:left;
}

p#number span{
  font-size: 1.2em;
  font-weight: bold;
}

p#pagelist{
  float:right;
}

p#pagelist span{
  padding: 0 4px;
  border-right: 1px solid #e5e5e5;
  font-weight: bold;
}

p#pagelist a{
  padding: 0 4px;
  border-right: 1px solid #e5e5e5;
}

p#pagelist .border_clear{
  border: 0;
}

p#contuct {
  margin: 20px 0 0 65px;
  width: 86.5%;
  text-align: center;
  clear: both;
}

p#pagetop {
  margin: 20px 0 0 40px;
  width: 91.7%;
  _width: 95.8%;
  text-align: right;
  font-size: 0.7em;
}

p#top_pagetop {
  clear: both;
  width: 100%;
  text-align: right;
  font-size: 0.7em;
}

p#pagetop img,
p#top_pagetop img {
  vertical-align: middle;
}

/* 物件リスト表示用 */

table.outline_info,
table.outline_info2 {
  margin: 21px 0 0 40px;
  width: 91.7%;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

table.outline_info th,
table.outline_info2 th {
  width: 14%;
  border: 1px solid #e5e5e5;
  background-color: #f1f1f1;
  padding: 4px 0;
  text-align: center;
}

table.outline_info td {
  width: 24%;
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}

table.outline_info2 td {
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}

td#image_cell {
  width: 24%;
}

table.outline_info span,
table.outline_info2 span {
  font-size: 0.8em;
  font-weight: bold;
}

table.outline_info img,
table.outline_info2 img {
  float: right;
  vertical-align: middle;
}

/* 物件詳細表示用 */

table#basic_info {
  width: 91.7%;
  margin: 30px 0 0 40px;
  line-height: 1.2;
}

td#date {
  padding-bottom: 20px;
  text-align: right;
  font-size: 0.7em;
}

table#basic_info td.blank {
  width: 1%;
}

td#name {
  padding: 0 0 20px 0;
  font-size: 1.2em;
  font-weight: bold;
}

td#name span{
  font-size: 0.8em;
}

td#spec {
  padding: 20px 0 20px 25px;
  background-color: #f1f1f1;
  width: 77%;
  font-size: 1.4em;
}

td#money {
  width: 22%;
  background-color: #026bcb;
  text-align: center;
  color: #ffffff;
}

td#money dl dd span {
  font-size: 2em;
  font-weight: bold;
}

td#appeal {
  padding: 15px 0 10px 25px;;
  border-bottom: 1px dotted #000000;
  color: #ff0202;
  font-weight: bold;
}

table#image_info {
  margin: 16px 0 0 65px;
  width: 86.5%;
  text-align: center;
}

table#image_info tr td.image {
  padding: 15px 0;
  width: 49%;
  border: 10px solid #f6f5f0;
}

table#image_info td.blank {
  width: 2%;
}

#madori {
  margin-bottom: 18px;
}

#ph_big {
	margin-bottom: 14px;
	}

table#image_info tr td.image img.ph_small {
	margin-right: 4px;
	}

table.detailed_info1,
table.detailed_info2,
table.detailed_info3 {
  margin: 16px 0 0 65px;
  width: 86.5%;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

table.detailed_info4{
  float: left;
  margin: 16px 0 30px 65px;
  width: 43.2%;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

table.detailed_info5{
  margin: 16px 0 0 65px;
  width: 43.2%;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

table.detailed_info1 th,
table.detailed_info2 th,
table.detailed_info3 th,
table.detailed_info4 th,
table.detailed_info5 th {
  width: 20%;
  border: 1px solid #e5e5e5;
  padding: 12px 0;
  background-color: #f1f1f1;
  text-align: center;
}

table.detailed_info1 td {
  border: 1px solid #e5e5e5;
  padding: 12px 0;
  text-align: center;
}

table.detailed_info2 td {
  width: 80%;
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}

table.detailed_info3 td,
table.detailed_info4 td,
table.detailed_info5 td {
  width: 30%;
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}

td.red,th.red{
  color: red;
  font-weight: bold;
}

/* トップ専用 */

p#main_image {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 10px;
  width: 958px;
  height: 350px;
  /* height: 288px; */
  /* background: url("../images/bg_main_image.gif") right top no-repeat; */
  border: 1px solid #e5e5e5;
  text-align: left;
}

ul#main_image2 {
  margin-bottom: -5px;
}

ul#main_image2 li {
  display: inline;
  list-style: none;
}

ul#main_image2 li.sub {
  margin-right: 7px;
}

dl#osirase {
  margin-top: 21px;
  padding-left: 40px;
  line-height: 1.4;
}

/* 文字色変更用 */
dl#osirase_red {
  margin-top: 21px;
  padding-left: 40px;
  line-height: 1.4;
  color: #ff0202;
}
/* 文字色変更用 */
dl#osirase_blue {
  margin-top: 21px;
  padding-left: 40px;
  line-height: 1.4;
  color: #026BCB;
}

dl#osirase dt,
dl#osirase_red dt,
dl#osirase_blue dt {
  clear: both;
  float: left;
  width: 150px;
}

dl#osirase dd,
dl#osirase_red dd,
dl#osirase_blue dd {
  float: left;
  margin-bottom: 12px;
  width: 730px;
}

dl#osirase dd.saidai,
dl#osirase_red dd.saidai,
dl#osirase_blue dd.saidai {
  width: 880px;
}

div#new_tintai,
div#new_baibai {
  float: left;
  width: 475px;
}

div#new_tintai {
  clear: both;
  margin-right: 10px;
}

div#new_baibai {
  margin-bottom: 40px;
}

table.new_outline_info,
table.new_outline_info2 {
  margin-top: 21px;
  width: 100%;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

table.new_outline_info th,
table.new_outline_info2 th {
  width: 14%;
  border: 1px solid #e5e5e5;
  background-color: #f1f1f1;
  padding: 4px 0;
  text-align: center;
}

table.new_outline_info td {
  width: 24%;
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}

table.new_outline_info2 td {
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}

table.new_outline_info span,
table.new_outline_info2 span {
  margin-left: -7px;
  font-size: 0.8em;
  font-weight: bold;
}

table.new_outline_info img,
table.new_outline_info2 img {
  float: right;
  vertical-align: middle;
}

/* 会社案内・お問合せ専用 */

table.basic_table {
  clear: both;
  margin: 21px 0 0 65px;
  width: 86.5%;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

table.basic_table th {
  width: 20%;
  border: 1px solid #e5e5e5;
  padding: 12px 12px;
  background-color: #f1f1f1;
  text-align: left;
}

table.basic_table td {
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
}

/* 会社案内専用 */

h3 {
  margin: 21px 0 0 40px;
}

/* お問い合わせ専用 */

p#message {
  margin: 21px 0 24px 40px;
  width: 91.7%;
  line-height: 1.4;
}

p#message_comp {
  margin: 21px 0 24px 40px;
  width: 91.7%;
  height: 300px;
  line-height: 1.4;
}

ul#sub_navi {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 440px;
}

ul#sub_navi li {
  float: left;
  margin-right: 20px;
  width: 198px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

ul#sub_navi li.current {
  background-color: #e8e8e8;
  font-weight: bold;
}

ul#sub_navi li a {
  display: block;
  padding: 13px 0;
  color: #000000;
  text-decoration: none;
}

ul#sub_navi li a:hover,
ul#sub_navi li a:active,
ul#sub_navi li a:focus {
  background-color: #e8e8e8;
}

table.basic_table th span{
  color: #e40011;
  font-size: 0.7em;
}

input#bt_submit {
  margin: 25px 0 0 378px;
}

td.attention_bg {
  background-color: #ffebe8;
}

p.attention {
  color: #e40011;
  margin-top: 6px;
}

p#erro {
  margin: 0 0 21px 65px;
  width: 83%;
  padding: 16px;
  background-color: #ffebe8;
  border-width: 1px;
  border-style: solid;
  border-color: #e40011;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
}

/* テキスト入力時のIMEの状態を指定 */

textarea#content,
input#name {
  ime-mode: active;
}

input#email,
input#tel {
  ime-mode: inactive;
}

/*====================
 + footer
====================*/

div#footer {
  width: 100%;
  height: 80px;
  background-color: #f1f1f1;
  border-top: 1px solid #e5e5e5;
}

div#footer div.wrapper {
  position: relative;
}

p#copyright {
  float: right;
  margin-top: 52px;
  font-size: 0.6em;
  text-transform: uppercase;
}

p#counter {
  position: absolute;
  right: -105px;
  top: 43px;
}
