@charset "utf-8";

/* -----------------------------------------------
 * base.css
 * LastUpdate : 15/07/08
----------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
}

.inner{
	width:980px;
	margin:0 auto;
	text-align: center;
	}
#base {
    border-top: 5px solid #00B9EF;
    width: 100%;
    height: 100%;
}
p,li,dt,dd,td,th {
    line-height: 1.5em;
}
sup {
    font-size: 8px;
    vertical-align: top;
}

h2 {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 21px;
    padding: 10px;
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    letter-spacing: -1px;
    position: relative;
    background: url(../img/h2_border.png) no-repeat bottom left;
    margin-bottom: 20px;
    color: #5A5858;
    font-weight: bold;
}
h2:before {
    content: url(../img/mark.png);
    margin-right: 5px;
}
h2 span {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    position: absolute;
    right: 10px;
    line-height: 28px;
    color: #D7BA76;
    font-weight: bold;
}

@media ( max-width : 768px ) {
    img {
        max-width: 100% !important;
        height: auto !important;
        width /***/:auto;　/*IE8のみ適用*/
    }
}

@media ( min-width : 769px ) {
    
}
/*--------------------------------------
    topicpath
---------------------------------------*/
div.topicpath {
    /*background: transparent url(../images/bg_main.gif) no-repeat 0 0;*/
    /*padding: 10px 15px;*/
    font-size: 85%;
}
div.topicpath ol {
    /*background: transparent url(../images/bg_topicpath.gif) no-repeat 0 100%;
    margin-top: 10px;
    padding: 0 10px 4px;
    zoom: 1;*/
}
div.topicpath ol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; 
}
div.topicpath ol li {
    float: left;
    background: transparent url(../images/bg_tp-arrow.gif) no-repeat 100% 50%;
    padding-right: 15px;
    margin-right: 5px;
}
div.topicpath ol li.current {
    background: none;
    padding-right: 0;
    margin-right: 0;
}
div.topicpath ol li strong {
    font-weight: normal;
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
header h1 {
    margin-top: 5px;
}
header h1 span {
    font-size: 10px;
    display: block;
    margin-top: 5px;
    letter-spacing: -0.5px;
}
header #header {
    padding: 10px 0;
}
header .tel {
    background: #00B9EF;
    padding: 6px 20px;
}
header .subnav li {
    float: left;
    margin-left: 5px;
}
header nav {
    border-top: 1px solid #ccc;
    background: url(../img/head-nav-bg.png);
}
header nav li {
    float: left;
    height: 84px;
}
header nav li a {
    display: block;
    text-align: center;
}


/* ---------------------------------------------------------------------------------------------

　   MAIN CONTENTS

--------------------------------------------------------------------------------------------- */
#wrapper {
    margin: 20px auto;
}
#contents {
    margin-top: 20px;
}

#main {
    width: 700px;
}
#mainImage {
    overflow: hidden;
    position: relative;
    height: 573px;
}
.main_inner {
    max-width: 1200px;
    min-width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 573px;
}
#mainImage .cam_banner {
    position: absolute;
    top: 0;
    right: 0;
    border: 5px solid #000;
    background: #fff;
}
#mainImage .cam_banner li {
    border-bottom: 5px solid #000;
}
#mainImage .cam_banner li:last-child {
    border-bottom: none;
}
#mainImage.map_image {
    background: #E2F3FB;
}
#mainImage.map_image .main_inner {
    background: url(../img/map/map.jpg) no-repeat left top;
    background-size: auto 573px;
}
#mainImage.freeword_image {
    background: url(../img/freeword_bg.png) repeat-x center top;
    /*height: 520px;*/
}
#mainImage.freeword_image .inner {
    width: 800px;
    padding-top: 150px;
}
#mainImage.freeword_image .inner h3 {
    margin-bottom: 30px;
}
#mainImage.freeword_image .inner .search_input {
    width: 600px;
    text-align: center;
}
#mainImage.freeword_image .inner .search_input input {
    display: inline-block;
    margin-bottom: 15px;
}
#mainImage.freeword_image .inner .search_input input[type="text"] {
    line-height: 24px;
    font-size: 24px;
    width: 300px;
    margin-right: 10px !important;
}
#mainImage.freeword_image .inner .search_input input[type="submit"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: url(../img/gradation.jpg) repeat-x bottom left;
    font-size: 24px;
    padding: 2px 10px;
    cursor: pointer;
}
#mainImage.station_image {
    background: url(../img/station_bg.jpg) no-repeat bottom;
    background-size: cover;
}
#mainImage.station_image .main_inner {
    position: relative;
}
#mainImage.station_image .main_inner div.clr {
    position: relative;
    box-sizing:border-box;
}
#mainImage.station_image .stationMap {
    position: absolute;
    top: 27px;
    right: 260px;
    height: 520px;
}
#mainImage.station_image h3 {
    text-indent: -9999px;
    background:url(../img/station_title.jpg) no-repeat center;
    height: 573px;
}
@media ( min-width : 1201px ) {
    #mainImage.station_image h3 {
        max-width: 427px;
        min-width: 200px;
    }
}
@media ( max-width : 1200px ) {
    #mainImage.station_image h3 {
        max-width: 427px;
        min-width: 200px;
    }
}
@media ( max-width : 1100px ) {
    #mainImage.station_image h3 {
        max-width: 300px;
        min-width: 200px;
    }
}
@media ( max-width : 1000px ) {
    #mainImage.station_image h3 {
        width: 210px;
    }
}
#mainImage.property_image {
    height: 630px;
    background: url(../img/property_bg.jpg) no-repeat top center;
    background-size: cover;
}
#mainImage.property_image .inner {
    padding: 10px 0;
}
#mainImage.property_image p {
    color: #fff;
    margin-bottom: 10px;
}
#mainImage.property_image .property_name ul {
    background: rgba(255,255,255,.8);
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing:border-box;
}
@media ( max-width : 1200px ) {
    #mainImage.property_image .property_name ul {
        width: 250px;
    }
}
@media ( max-width : 1100px ) {
    #mainImage.property_image .property_name ul {
        width: 233.3px;
    }

    /*#mainImage.property_image .property_name {
        margin-right: 260px;
    }*/
}
@media ( min-width : 1201px ) {
    #mainImage.property_image .property_name ul {
        width: 260px;
    }
}
#mainImage.property_image .property_name ul:last-child {
    margin-right: 0;
}

#mainImage.property_image .property_name ul li {
    border-bottom: 1px dotted #111;
}
#mainImage.property_image .property_name ul li:last-child {
    border-bottom: none;
}
#mainImage.property_image .property_name ul li a {
    color: #000;
    font-size: 12px;
    display: block;
    padding: 2px 0;
}
#mainImage.property_image .property_name ul li a:hover {
    color: #007BB8 !important;
    font-weight: bold;
}
#mainImage.property_image .property_name ul li.active a {
    color: #007BB8;
}
#mainImage.property_image .propertyName {
    background: #0096B8;
    border-bottom: none !important;
    color: #fff;
    padding: 2px 3px;
    font-size: 11px;
}
#mainImage.cam_01,#mainImage.cam_02,#mainImage.cam_03,#mainImage.cam_04{
    height: 269px;
}
#mainImage.cam_01 .inner,#mainImage.cam_02 .inner,#mainImage.cam_03 .inner,#mainImage.cam_04 .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
/*#mainImage.cam_01 img,#mainImage.cam_02 img,#mainImage.cam_03 img,#mainImage.cam_04 img {
    position: absolute;
    left: 0;
    height: 269px;
    top: -100%;
    bottom: -100%;
    margin: auto;
}*/
#mainImage.cam_01 {
    background: #A3CED5;
}

#mainImage.cam_02 {
    background: #f0b6b5;
}

#mainImage.cam_03 {
    background: #c6dd85;
}

#mainImage.cam_04 {
    background: #ffcb82;
}


/* ---------------------------------------------------------------------------------------------

　   SIDE CONTENTS

--------------------------------------------------------------------------------------------- */
#side {
    width: 260px;
}
#side .side_bg {
    margin-bottom: 20px;
    padding: 15px;
    background: #F2F2F3;
    box-sizing:border-box;
}
#side h3 {
    margin-bottom: 10px;
}
#side #sideNav {
    margin-bottom: 20px;
}
#side #sideNav li {
    border-left: 5px solid #D7BA76;
    margin-bottom: 5px;
    padding-left: 10px;
    background: #fff;
}
#side #sideNav li:hover {
    background: #D7BA76;
    border-left: 5px solid #A87F1F;
}
#side #sideNav li a {
    display: block;
    padding: 5px 0;
    background: url(../img/sideNav_arrow.png) 96% 50% no-repeat;
}
#side #sideNav li a:hover {
    color: #fff;
    background: url(../img/arrow_white.png) 96% 50% no-repeat;
    font-weight: bold;
}
#side #side-contact {
    margin-bottom: 20px;
}
#side #side-contact .tel {
    margin-bottom: 10px;
}
#side #banner li {
    margin-bottom: 10px;
}
#side #banner li:last-child {
    margin-bottom: 0;
}
#side .banner_box {
    width: 230x !important;
    border: 5px solid #000;
}

#side ul li a img {
    width: 100% !important;
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer {
    background: #F6F6F6;
    padding: 20px 0;
}
footer #footer {
    margin-bottom: 30px;
}
footer .copy {
    text-align: center;
    font-size: 10px;
}
footer .footNav {
    width: 780px;
    display: table;
}
footer .footNav ul {
    display: table-cell;
}
footer .footNav li {
    font-size: 11px;
    margin-bottom: 5px;
    white-space: nowrap;
}
footer .footNav li:before {
    content: url(../img/foot-arrow.png);
    vertical-align: middle;
    margin-right: 3px;
}
footer .footNav li a:hover {
    text-decoration: underline;
}
footer .footContact {
    width: 180px;
}
footer .footNav01,footer .footNav02 {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    box-sizing:border-box;
}
footer .footNav02,footer .footNav03 {
    padding-left: 15px;
}
footer .footContact .tel {
    margin-bottom: 5px;
}
footer .footContact .foot-logo {
    margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 1;
}
#page-top a {
    background: url(../img/arrow.png) no-repeat center #00B9EF;
    text-decoration: none;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-radius: 45px;        /* CSS3草案 */  
    -webkit-border-radius: 45px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 45px;   /* Firefox用 */
}
#page-top a:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}










