@charset "utf-8";
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
施工例
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#example_box {
width: 980px;
height: 100%;
margin: 40px auto 0;
padding: 0 0 0 20px;
}

/* tab */
ul#tabs {
width: 438px;
height: 34px;
overflow: hidden;
margin: 40px auto 0;
padding: 0 0 0 20px;
list-style: none;
}
ul#tabs li {
width: 126px;
height: 34px;
overflow: hidden;
margin: 0 20px 0 0;
padding: 0;
text-align: center;
display: inline;
float: left;
background: #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
ul#tabs li a,
ul#tabs li span {
height: 29px;
padding: 5px 0 0;
color: #777;
font-size: 15px;
font-weight: bold;
display: block;
}
ul#tabs li a:hover {
color: #FFF;
text-decoration: none;
background: #009ee4;
}
ul#tabs li.on {
background: #009ee4;
}
ul#tabs li.on a {
color: #FFF;
}

/* 物件 */
ul#objects {
width: 980px;
height: 100%;
overflow: hidden;
margin: 40px 0 0;
padding: 0;
list-style: none;
}
ul#objects li {
width: 221px;
height: 257px;
overflow: hidden;
margin: 0 20px 20px 0;
padding: 0;
display: inline;
float: left;
background: #FFF url(../img/example/link_off.gif) bottom right no-repeat;
border: #CCC solid 2px;
}
ul#objects li div {
width: 217px;
height: 163px;
overflow: hidden;
margin: 2px 2px 0;
position: relative;
}
ul#objects li div img {
position: absolute;
}
ul#objects li h3 {
margin: 5px 5px 0;
color: #009ee4;
font-size: 14px;
font-weight: normal;
line-height: 1.3;
}
ul#objects li p {
margin: 7px 5px 0;
font-size: 13px;
line-height: 1.3;
}
ul#objects li:hover {
background: #FFF url(../img/example/link_on.gif) bottom right no-repeat;
border: #009ee4 solid 2px;
}
ul#objects li:hover div img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* お問い合わせ */
div.contact {
width: 588px;
height: 233px;
overflow: hidden;
margin: 80px auto 0;
padding: 0;
border: #CCC solid 1px;
}
div.contact div {
width: 556px;
height:201px;
margin: 0;
padding: 10px;
background: url(../img/common/bg_05.gif);
border: #EEE solid 6px;
position: relative;
}
div.contact div p.name {
display: inline;
float: left;
}
div.contact div address {
margin: 10px 0 0 20px;
font-size: 13px;
font-style: normal;
line-height: 1.4;
display: inline;
float: left;
}
div.contact div p.description {
margin: 0 0 0 10px;
padding: 10px 0 0;
font-size: 13px;
line-height: 1.4;
clear: both;
}
div.contact div p.tel {
margin: 20px 0 0 10px;
display: inline;
float: left;
}
div.contact div p.btn {
position: absolute;
bottom: 20px;
right: 20px;
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
物件詳細
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#detail_box {
width: 960px;
height: 100%;
margin: 40px auto 0;
padding: 0;
}
#detail_box h3 {
margin: 35px 0 0;
padding: 0;
font-size: 24px;
font-weight: normal;
font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","メイリオ","Meiryo","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#detail_box p.location {
overflow: hidden;
margin: 15px 0 0;
padding: 0;
}
#detail_box p.location img {
margin: 0 10px 0 0;
float: left;
}
#detail_box p.location span {
float: left;
line-height: 1.2;
}
#photo_container {
width: 960px;
height: 100%;
overflow: hidden;
margin: 32px 0 0;
padding: 0;
}
#photo_container .main {
width: 598px;
height: 100%;
orphans: inherit;
margin: 0;
padding: 0;
display: inline;
float: left;
}
#photo_container ul.sub {
width: 360px;
height: 100%;
orphans: inherit;
margin: 0;
padding: 0;
display: inline;
float: left;
background: #FFF;
list-style: none;
}
#photo_container .main .control {
height: 23px;
overflow: hidden;
margin: 0 0 10px;
padding: 0;
position: relative;
}
#photo_container .main .control img.prev {
position: absolute;
top: 0;
left: 201px;
}
#photo_container .main .control img.next {
position: absolute;
top: 0;
right: 200px;
}
#photo_container .main .inner {
text-align: center;
}
#photo_container .main .inner img {
padding: 10px;
border: #CCC solid 1px;
background: #FFF;
}
#photo_container .main p.comment {
margin: 7px 0 0;
padding: 0 0 0 25px;
background: url(../img/common/mkr_07.gif) top left no-repeat;
}
#photo_container ul.sub li {
width: 100px;
height: 100px;
overflow: hidden;
margin: 0 0 20px 20px;
padding: 0;
display: inline;
float: left;
background: url(../img/common/bg_06.gif);
position: relative;
}
#photo_container ul.sub li img {
position: absolute;
}
#photo_container ul.sub li a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
#detail_box div.comment {
width: 956px;
margin: 40px 0 0;
padding: 0;
border: #CCC solid 2px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#detail_box div.comment p.heading {
height: 36px;
margin: 0;
padding: 10px 20px;
border-bottom: #CCC dotted 1px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #f2f2f2);
background: -moz-linear-gradient(#fff, #f2f2f2);
background: -o-linear-gradient(#fff, #f2f2f2);
background: -ms-linear-gradient(#fff, #f2f2f2);
background: linear-gradient(#fff, #f2f2f2);
}
#detail_box div.comment p.free {
margin: 20px;
}
#detail_box p.btnBack {
margin: 40px 0;
text-align: center;
}

