@charset ‘UTF-8′;

/* background img */
#intro {
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/002.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    overflow: auto;
}
a {
    color: #fff;
}


#about {
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/002.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    overflow: auto;
}
a {
    color: #fff;
}


#profile {
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/003.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    overflow: auto;
}
a {
    color: #fff;
}


#service {
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/006.jpg);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    overflow: auto;
}
a {
    color: #fff;
}


/* header */
#header {
    margin: 25px 0 120px 25px;
}


/* navigation */
#navi {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 120px;
}
#navi li {
    float: left;
    font-size: 22px;
}
#navi li a {
    display: block;
    margin: 0px 0px 0px 8px;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
}
#navi li a:hover {
    background: #f2f2f2;
    color: #059;
}


/* index */
#slogan {
    margin: 0px 0px 0px 100px;
    padding: 0px 0px 0px 0px;
    font-size: 36px;
    text-shadow: 2px 2px 3px #494242;
    line-height: 1.6;
    letter-spacing: 1px;
}


/* about */
#aisatsu {
    margin: 0px 80px 0px 100px;
    font-size: 20px;
    text-shadow: 1px 1px 2px #494242;
    letter-spacing: -1px;
}
.line1 {
    padding-bottom: 2px;
}
.line2 {
    padding-bottom: 40px;
}
.line3 {
    padding-top: 24px;
    padding-bottom: 65px;
    font-size: 30px;
    font-weight: bold;
}
.prof dt {
/* background-color: #ffdddd; */
    margin: 0px 0px 0px 100px;
    padding-left: 25px;
    width: 240px;
    float: left;
    clear: both;
}
.prof dd {
/* background-color: #9999ff; */
    margin: 0px 100px 0px 365px;
    padding: 20px 10px 100px 10px;    
    font-size: 16px;
    text-shadow: 1px 1px 2px #494242;
}


/* profile */
#content-profile a {
    text-decoration: none;
}
.corp dt {
    margin: 0px 0px 0px 100px;
    padding-bottom: 12px;    
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #494242;
    letter-spacing: -1px;
    width: 240px;
    float: left;
    clear: both;
}
.corp dd {
    padding-bottom: 12px;    
    font-size: 20px;
    text-shadow: 1px 1px 2px #494242;
}


/* service */
#business {
    margin: 0px 100px 0px 100px;
    font-size: 20px;
    text-shadow: 1px 1px 2px #494242;
}
.b_l {
    padding-left: 0px;
    padding-bottom: 15px;    
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #494242;
}
.b_m {
    padding-left: 45px;
    padding-bottom: 15px;    
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #494242;
}
#business li {
    margin-left: 80px;
}
.b_s {
    padding-bottom: 5px;    
    font-size: 16px;
    list-style-type: circle;
    text-shadow: 1px 1px 2px #494242;
}


/* footer */
#footer {
    margin: 120px 0px 10px 0px;
}
#footer p {
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px 3px #494242;
}
