.container {
    width: 996px;
    margin: 0 auto;
    position: relative;
}

h1 {
    font-size: 35px;
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
}

h1 span {
    font-size: 18px;
    color: #999;
    display: inline-block;
    padding-left: 5px;
}

.slides > li {
    position: relative;
}

.slides > li p {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    display: block;
    text-align: center;
    text-shadow: 2px 1px 5px #000000;
}

.table {
    /*padding:25px 35px 45px 0;*/
    padding: 0 0 45px 35px;
}

.table li {
    width: 100%;
    float: left;
    padding: 8px 5px;
    border-bottom: 1px dotted #aaa;
}

.table li img {
    width: 100%;
    margin-top: 10px;
}

.table li:first-child {
    padding: 0 5px 20px;
}

.table li span {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.table p {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.table01 {
    margin: 0 0 45px;
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
}

.table01 div {
    width: 40%;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 18px;
}

.table01 div:first-child {
    width: 60%;
}

.table01 img {
    margin-bottom: -3px;
}

.table01 p {
    width: 94%;
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 3%;
    color: #fff;
}

.table01 > div:last-child {
    padding: 11px 13px 16px;
    color: #747262;
}

.table01 > div:last-child a {
    color: #747262;
}

.table01 > div:last-child a:hover {
    color: #000;
}

.table01 p span {
    color: #eee;
    font-size: 18px;
}

.table02 {
    padding: 0 10px 20px;
    border: 2px solid #ddd;
    border-top: 5px solid #a26b14;
    margin-bottom: 35px;
}

.table02 a {
    float: left;
    background: #a26b14;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    padding: 2px 10px 5px;
}

.table02 a:hover {
    background: #6e490d;
}

.table02 p {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 22px;
}

.table02 h1 {
    color: #a26b14;
    border-bottom: 1px dotted #ddd;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
}

.table03 {
    margin: 0 0 35px;
}

.table03 > p {
    font-size: 26px;
    color: #15a9a7;
    border-bottom: 2px solid #15a9a7;
    font-weight: bold;
    padding: 0 0 10px;
    margin: -5px 0 15px;
}

.table03 ul,
.table03 li {
    width: 100%;
    float: left;
}

.table03 li {
    padding: 10px;
    border-top: 1px dotted #ddd;
}

.table03 li:first-child {
    border-top: 0 dotted #ddd;
}

.table03 li:first-child p {
    width: 100%;
    float: left;
    padding: 2px 0;
    line-height: 22px;
}

.table03 li:first-child p:nth-child(2) {
    color: #999;
}

.table03 li a {
    font-size: 16px;
    color: #318cd2;
}

.table03 li a:hover {
    color: #444;
}

.table03 li span {
    color: #999;
    float: right;
}

.img,
.link {
    width: 100%;
    float: left;
    padding-bottom: 45px;
}

.img li {
    padding: 0 2px;
    width: 20%;
    float: left;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.img li:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    -webkit-filter: none;
}

.img li p {
    display: none;
}

.img li:hover p {
    display: block;
    position: absolute;
    width: 92.5%;
    position: absolute;
    bottom: 4px;
    left: 2px;
    font-size: 18px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 3%;
    text-align: center;
    color: #fff;
}

.link li {
    width: 30%;
    float: left;
    margin-left: 5%;
    text-align: center;
}

.link li:first-child {
    margin-left: 0;
}

.link li img {
    border: 1px solid #999;
    width: 100%;
}

.link li p {
    width: 100%;
    float: left;
    font-size: 13px;
}

.down {
    background: #f5f5f5;
    border-top: 10px solid #dbdbdb;
    padding-top: 45px;
    margin-top: 15px;
}

.down-img {
    padding: 20px 0;
}

.down-img img {
    border: 1px solid #dbdbdb;
    width: 100%;
}

.contact {
    font-size: 13px;
    color: #888;
}

.contact h1 {
    padding-bottom: 35px;
}

.contact p {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.contact iframe {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    /*height:280px;*/
}

.contact .from {
    padding-left: 40px;
}

.contact .from li {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.contact .from label {
    width: 16%;
    float: left;
    line-height: 30px;
}

.contact .from input[type="text"],
.contact .from textarea {
    width: 70%;
    float: left;
    border: 1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    padding: 5px;
    background: #f5f5f5;
}

.contact .from textarea {
    height: 80px;
}

.contact .from .select-main {
    float: left;
    width: 73%;
}

.contact .from .line {
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 25px;
    margin-top: 10px;
}

.contact .from input[type="submit"] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    padding: 15px 0;
    width: 60%;
    color: #000;
    cursor: pointer;
    border: 1px solid #999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,a4a5a5+100 */
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #a4a5a5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #a4a5a5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #a4a5a5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#a4a5a5', GradientType=0);
    /* IE6-9 */
}

.contact .from input[type="submit"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,777777+100 */
    background: #d6d6d6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 0%, #777777 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6d6d6 0%, #777777 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6d6d6 0%, #777777 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#777777', GradientType=0);
    /* IE6-9 */
}

@media only screen and (max-width: 1280px) {
    .container {
        width: 960px;
    }
    h1 {
        font-size: 22px;
    }
    .slides > li > p {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        width: 750px;
    }
    .slides > li > p {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    .table {
        padding: 25px 0 25px 0;
    }
    .table01 {
        margin: 25px 0 25px;
    }
    img {
        width: 100%;
    }
    .contact .from {
        padding-left: 0;
        padding-top: 30px;
    }
    .contact .from .width-30 {
        width: 30% !important;
    }
    .contact .from img {
        width: 92px;
        height: 28px;
    }
    .slides > li > p {
        font-size: 20px;
        line-height: 30px;
    }
    .table01 div {
        width: 100%;
    }
    .table01 div:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 570px) {
    .img li {
        width: 100%;
    }
    .link li {
        width: 100%;
        margin-left: 0;
        padding-bottom: 20px;
    }
    .img,
    .link {
        padding-bottom: 25px;
    }
    .contact .from label {
        width: 100%;
        padding-bottom: 5px;
    }
    .contact .from input[type="text"] {
        width: 95%;
    }
    .contact .from select.region {
        width: 97%;
    }
    .contact .from .select-main {
        width: 95%;
    }
    .slides > li > p {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .img li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}


/* 160119 */

select.region {
    width: 73%;
    float: left;
    border: 1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    padding: 5px;
    background: none;
}

select.region optgroup.main {
    color: #d60000;
    font-size: 1.3em;
}

select.region optgroup.sub {
    color: #222;
    font-size: 1.1em;
}

select.region option {
    color: #777;
    font-size: 0.9em;
}

.servicesBlock {
    margin-top: 30px;
}

a.moreBtn {
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 26px;
    width: 50px;
    text-align: center;
    font-size: 13px;
    padding: 2px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a:hover.moreBtn {
    background: #d60000;
}

.error {
    color: #c80000;
}

.gmap {
    width: 100%;
    float: left;
}
