﻿ol, ul {
    list-style: none;
    margin-bottom: 0;
}

body {
    font-size: 14px;
    color: #424242;
    font-family: "ABC Sans",Calibri,"Lucida Grande","Lucida Sans Unicode",MS　ゴシック,Helvetica,Arial,Verdana,sans-serif;
}

.main_nav {
    border-bottom:1px solid #ccc;
}
.nav {
    float:left;width:22%;padding-right:8.5%;
}
    .nav .title {
        padding:20px 0 20px 20px;background:url(/images/aboutus/tt.jpg) no-repeat left center;line-height:25px;font-size:18px;background-size:8px 18px;
    }
    .nav ul {
        border-top:1px dashed #cbcbcb;margin-left:20px;
    }
        .nav ul li {
            border-bottom:1px dashed #cbcbcb;
        }
            .nav ul li.hover{
                background:url(/images/aboutus/tt_1.jpg) no-repeat right center;
            }
            .nav ul li a{
                display:block;color:#666;font-size:16px;padding:20px 0;cursor:pointer;
            }
            .nav ul li:hover a{
                color:#ff9913;
            }
            .nav ul li.hover a {
                color: #ff9913;
            }


.content {
    float:left;width:78%;
}
    .content .title {
        padding: 20px 0 20px;
        line-height: 25px;
        font-size: 18px;
        color: #ff9913;
        margin-bottom: 20px;
    }

    .content .banner img{
        width:100%;
    }
    .content .memo{
        padding:0 0;line-height:25px;font-size:14px;color:#333;
    }
        .content .memo p{
          /*  padding-bottom:20px;*/
            /*text-indent:2em;*/
        }
        .content .memo p.title{
            font-weight:bold;
        }
        .content .memo ul {
            padding-bottom:20px;padding-left:2em;
        }


        
        .content .memo p.job {
            color: #005cbb;text-indent:0;font-size:15px;
        }

        .content .memo p.claim {
            text-indent:0;
        }



.frame {
    margin:0 auto;padding-bottom:50px;
}

.video {
    width:100%;height:567px;
}

.map {
    width: 100%;
    min-height: 450px;
    position: relative;
}

    .map #map {
        width: 100%;
        min-height: 450px;
    }

    .map .tag {
        position: absolute;
        left: 40px;
        bottom: 40px;
        padding:20px 30px;
        width: 275px;
        background: rgba(255, 255, 255, 0.80);
    }

        .map .tag p {
            color: #005cbb;
            font-size: 14px;
            line-height: 25px;
            padding-bottom:5px;
        }
            .map .tag p span{
                float:left;
            }
            .map .tag p span.l{
                width:18%;
            }
            .map .tag p span.r{
                width:82%;
            }

.amap-copyright, .amap-logo {
    z-index: 0;
    display: none;
}

.amap-copyright {
    display: none!important;
}


@media screen and (max-width: 999px) {
    .frame {
        width: 100%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1920px) {
    .frame {
        width: 100%;
        max-width: 1200px;
    }
}

@media screen and (min-width: 1921px) {
    .frame {
        width: 1200px;
    }
}
.nav {
    box-sizing: border-box;
}

.content p {
    line-height: 30px;
}

.content img {
    display: block;
    margin-bottom: 20px;
}

.lineInner {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 30px 0;
}