@charset "utf-8";
/* CSS Document */

.pagetitle_box .inner {
    background-image: url(../images/kimi/page_title_bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
article {
    padding-top: 30px;
}
h3 {
    font-size: 20px;
    color: #967653;
    background-image: url(../images/common/h3_bg.png);
    width: 680px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
h4 {
    font-size: 16px;
    color: #967653;
    background-image: url(../images/common/h4_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 680px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}

.cmt {
    font-size: 14px;
    color: #967653;
    line-height: 1.8;
}
.btn_box {
    overflow: hidden;
    height: auto;
    margin-bottom: 60px;
}
.btn_box li {
    float: left;
    height: 35px;
    width: 200px;
    margin-right: 20px;
}

.btn_box a {
    display: block;
    height: 27px;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    background-color: #BEA78A;
    background-image: url(../images/kimi/btn_arrow.png);
    background-repeat: no-repeat;
}
.btn_box a:hover {
    background-color: #CBB9A1;
    text-decoration: none;
}
.btn_box .bnt1 a {
    background-position: 35px;
}
.btn_box .bnt2 a {
    background-position: 48px;
}
.about_box {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #BEA78A;
    overflow: hidden;
    margin-bottom: 80px;
    height: auto;
}
.about_box li {
    width: 620px;
    padding-right: 30px;
    padding-left: 30px;
    overflow: hidden;
    height: auto;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #BEA78A;
    padding-top: 15px;
    padding-bottom: 15px;
}
.about_box li th {
    width: 130px;
    font-weight: normal;
    font-size: 14px;
    color: #967653;
    vertical-align: middle;
    line-height: 1.8;
}
.about_box li  td {
    font-size: 14px;
    color: #967653;
    vertical-align: middle;
    line-height: 1.8;
}


.about_box li table {
    width: 620px;
}
.map_box {
    height: 340px;
    width: 680px;
    background-image: url(../images/kimi/map_shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
}
.map_box .inner {
    height: 338px;
    width: 678px;
    border: 1px solid #E2D6C5;
}
.to_gmap {
    text-align: center;
}
.to_gmap a {
    font-size: 12px;
    color: #CF7F26;
    background-image: url(../images/kimi/to_gmap_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 12px;
}
