/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 common
2.0 header
3.0 globalnav
4.0 mainVisu
5.0 wrapper
	5.1 secondary
	5.2 primary
6.0 footer
7.0 toppage
8.0 flow
9.0 home
10.0 service
11.0 access
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 common
--------------------------------------------------------------*/
body {
    background: #fff;
    font-size: 150%;
    color: #666;
}
.opLink img:hover {
    opacity: 0.5;
    transition-duration: 0.4s;
    transition-property: all;
}
#body-wrapper {
    margin: 0;
    padding: 0;
}
.center {
    text-align: center;
}
/*--------------------------------------------------------------
2.0 header
--------------------------------------------------------------*/
#header {
    width: 100%;
    position: relative;
    padding: 25px 0 0;
}
#header ul {
    margin: 0;
}
#header-top {
    width: 1000px;
    margin: 0 auto;
}
#commonDescription {
    width: 100%;
    position: absolute;
    top:0;
    padding: 2px 0;
    font-size: 90%;
}
#commonDescription h2 {
    width: 1000px;
    margin: 0 auto;
}
#header-top ul {
}
#header-top ul li {
    width: 50%;
    float: left;
}
#header-top ul li:last-child {
    text-align: right;
    padding-top: 0;
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
3.0 globalnav
--------------------------------------------------------------*/
#globalnav {
    width: 100%;
    background: url(../images/common/nav-bg-off.gif) repeat-x;
    height: 60px;
    border-top: 1px solid #f3e4ff;
    font-size: 110%;
}
#globalnav ul {
    width: 1000px;
    margin: 0 auto;
}
#globalnav ul li {
    text-align: center;
    width: 166px;
    float: left;
    border-left: 1px solid #fff;
}
#globalnav ul li:nth-child(4) {
    width: 170px;
}
#globalnav ul li:last-child {
    border-right: 1px solid #fff;
}
#globalnav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    line-height: 3.5;
    text-decoration: none;
}
#globalnav ul li a:hover,
#globalnav ul li a.active {
    transition-duration: 0.4s;
    transition-property: all;
    background: url(../images/common/nav-bg-on.gif) repeat-x;
    color: #ccc;
}
/*--------------------------------------------------------------
4.0 mainVisu
--------------------------------------------------------------*/
#mainVisu {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
#subvisu {
    height: 155px;
    padding: 0;
    background: url(../images/common/nav-line.gif) repeat-x bottom;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
/*--------------------------------------------------------------
5.0 wrapper
--------------------------------------------------------------*/
#wrapper {
    width: 1000px;
    margin: 0 auto;
}
    /*--------------------------------------------------------------
    5.1 pickup
    --------------------------------------------------------------*/
    #wrapper #pickup {
        margin-bottom: 20px;
    }
    #wrapper #pickup ul {
        width: 1000px;
        margin: 0;
    }
    #wrapper #pickup ul li {
        width: 310px;
        float: left;
    }
    #wrapper #pickup ul li:not(:last-child) {
        margin-right: 35px;
    }
    #wrapper #secondary {
        width: 310px;
        margin-right: 35px;
        float: left;
    }
    /*--------------------------------------------------------------
    5.2 secondary
    --------------------------------------------------------------*/
    .widget {
        margin-bottom: 20px;
    }
    #side-corporation {
        padding: 15px;
        border: 1px solid #ccc;
        text-align: center;
    }
    #side-corporation h3 {
        padding: 5px;
        margin-bottom: 12px;
        font-size: 110%;
        color: #580e8b;
        background: #f6eefb; /* Old browsers */
        background: -moz-linear-gradient(top,  #f6eefb 0%, #fbf8fd 45%, #fbf8fd 55%, #f6eefb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6eefb), color-stop(45%,#fbf8fd), color-stop(55%,#fbf8fd), color-stop(100%,#f6eefb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f6eefb 0%,#fbf8fd 45%,#fbf8fd 55%,#f6eefb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f6eefb 0%,#fbf8fd 45%,#fbf8fd 55%,#f6eefb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f6eefb 0%,#fbf8fd 45%,#fbf8fd 55%,#f6eefb 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f6eefb 0%,#fbf8fd 45%,#fbf8fd 55%,#f6eefb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6eefb', endColorstr='#f6eefb',GradientType=0 ); /* IE6-9 */
    }
    #side-corporation ul li {
        margin-bottom: 10px;
        height: 80px;
    }
    #side-corporation ul li:last-child {
        margin-bottom: 0;
    }
    /*--------------------------------------------------------------
    5.3 primary
    --------------------------------------------------------------*/
    #primary {
        width: 655px;
        float: left;
        margin-bottom: 30px;
    }
    #primary .content-box article {
        width: 100%;
        margin-bottom: 20px;
    }
    #recruit-banner {
        height: 118px;
        position: relative;
    }
    #recruit-banner img {
        position: absolute;
        bottom:0;
        left: 0;
    }
    #primary .content-box h1 {
        font-weight: bold;
        font-size: 125%;
        height: 50px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        padding: 12px 20px 0 70px;
        background: url(../images/common/h1-bg.png);
    }
    #primary .content-box h1 {
        margin-bottom: 30px;
    }
    #primary .content-box h2 {
        padding: 8px 10px;
        font-size: 115%;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 30px;
    }
    #primary .content-box h2 span {
        border-left: 5px solid #007130;
        padding: 5px;
    }
    .toppage #primary .content-box table tr th,
    .toppage #primary .content-box table tr td {
        padding: 10px 0 10px;
        border-bottom: 1px dashed #ccc;
        vertical-align: middle;
    }
    .toppage #primary .content-box table tr th span {
        background: #f6eefb;
        padding: 5px 15px;
        font-weight: normal;
        line-height: 2.5;
    }
/*--------------------------------------------------------------
6.0 footer
--------------------------------------------------------------*/
#footer {
    background: url(../images/common/footer-bg.gif) repeat;
    height: 260px;
    width: 100%;
}
#footer-box {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.footernav {
    width: 250px;
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    font-weight: bold;
}
.footernav h1 {
    border-left: 5px solid #006934;
    padding-left: 15px;
    margin-bottom: 15px;
}
.footernav ul li {
    list-style: disc;
    margin-left: 30px;
    font-size: 85%;
    line-height: 1.8;
}
.footernav ul li a {
    text-decoration: none;
    color: #007130;
}
.footernav ul li a:hover {
    color: #999;
    text-decoration: underline;
}
#footercommon {
    line-height: 1.2;
    float: right;
    font-size: 90%;
    font-weight: bold;
}
#footercommon ul {
}
#footercommon ul li {
    text-align: center;
    margin-bottom: 5px;
}
#footercommon ul li:last-child {
    padding-top: 15px;
}
small {
    font-size: 90%;
}
/*--------------------------------------------------------------
7.0 toppage
--------------------------------------------------------------*/
#facebook {
    padding: 10px 25px;
    height: 200px;
    overflow-y: scroll;
    background: url(../images/common/bg-news.png) no-repeat right 10px bottom 10px;
}
#facebook table tr th,
#facebook table tr td {
    padding: 10px 0;
}
#facebook table tr th {
    padding-right: 15px;
}
#facebook table tr td span {
    float: right;
}
#facebook table tr td a {
    color: #542d18;
    text-decoration: underline;
}
#facebook table tr td a:hover {
    color: #ed6d00;
    text-decoration: underline;
}
/*--------------------------------------------------------------
8.0 flow
--------------------------------------------------------------*/
.flow-box {
    border: 1px solid #63bb00;
    margin-bottom: 0;
    font-size: 115%;
    line-height: 1.8;
}
.flow-box th {
    width: 35%;
    background: #f5ffe0;
    vertical-align: middle;
    padding: 20px 0;
    text-align: center;
    color: #007130;
}
.flow-box td {
    padding: 20px 100px 20px 20px;
    background: url(../images/common/box-bg.gif) no-repeat center right 10px;
}
.arrow {
    color: #007130;
    text-align: center;
    overflow: hidden;
    height: 30px;
}
.flow-box-list {
    padding: 20px 0 0;
    margin-bottom: 0;
}
.flow-box-list h4 {
    background: #007130;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 115%;
}
.flow-box-list table {
    border: 1px solid #007130;
    margin-bottom: 0;
}
.flow-box-list table td {
    padding: 10px;
}
.flow-box-list table tr td:first-child {
    padding: 10px 15px 10px 30px;
}
.flow-box-list table tr td:nth-child(2) {
    white-space: nowrap;
}
/*--------------------------------------------------------------
9.0 home
--------------------------------------------------------------*/
.home .content-box table {
    width: 85%;
    margin: 0 auto 30px;
}
.home .content-box table th {
    background-color: #f3faee;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    border: #ccc 1px solid;
}
.home .content-box table td {
    padding: 10px;
    border: #ccc 1px solid;
}
.home h2 {
    margin-bottom: 30px;
}
.home .content-box ul.oneBlock li p {
    text-align: center;
    margin: 20px;
    margin-bottom: 40px;
}
.home .content-box .box-one {
    margin-bottom: 20px;
}
.home .content-box .box-one:last-child ul {
    width: 95%;
    margin: 0 auto;
}
.home .content-box .box-one:last-child ul li {
    border-left: #007130 5px solid;
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding-left: 10px;
}
.home .content-box .box-one:last-child ul li h3 {
    font-weight: bold;
}
.home .content-box .box-one:last-child ul li span {
    font-size: 80%;
}
#primary .content-box .box-one #home-photo {
    margin-top: 30px;
}
#home-photo li {
    float: left;
    margin-bottom: 20px;
}
#home-photo li:nth-child(odd) {
    width: 40%;
    height: 250px;
}
#home-photo li:nth-child(even) {
    padding-right: 5px;
    width: 60%;
    height: 250px;
    text-align: right;
}
#home-photo li img {
    border: 10px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.content-box #home-photo h3 {
    margin-top: 100px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 140%;
    color: #007130;
    margin-bottom: 10px;
}
.home .content-box #home-photo span {
    position: static
}
/*--------------------------------------------------------------
10.0 service
--------------------------------------------------------------*/
.service .padding {
    padding: 30px 0 50px;
}
.service .content-box .box-one h2 {
    margin-bottom: 50px;
}
#service-block li {
    float: left;
    height: 200px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
}
#service-block li:nth-child(odd) {
    line-height: 1.8;
    width: 445px;
    padding-left: 20px;
    padding-right: 50px;
}
#service-block li:nth-child(even) {
    width: 210px;;
}
#service-block li h3 {
    font-size: 140%;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
}
.ornament-box {
    font-size: 130%;
    background: url(../images/common/service-box.png) no-repeat;
    width: 562px;
    height: 268px;
    text-align: center;
    margin: 0 auto 50px;
    padding: 50px 0 0 20px;
}
.ornament-box h3 {
    width: 400px;
    margin: 0 auto;
    background: #007130;
    padding: 5px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.ornament-box h4 {
    font-weight: bold;
    color: #000;
}
.ornament-box p span {
    font-size: 140%;
    color: #007130;
    font-weight: bold;
}
.ornament-box ul li {
    width: 50%;
    float: left;
}
.ornament-box ul li a {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    text-align: center;
    background: #49a16e;
    color: #fff;
    font-weight: bold;
    /* border-radius */
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.0980392) -3px -3px 3px 0px inset;
    -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) -3px -3px 3px 0px inset;
    -moz-box-shadow:rgba(0, 0, 0, 0.0980392) -3px -3px 3px 0px inset;
}
.ornament-box ul li a:hover {
    color: #ccc;
    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.0980392) 3px 3px 3px 0px inset;
    -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 3px 3px 3px 0px inset;
    -moz-box-shadow:rgba(0, 0, 0, 0.0980392) 3px 3px 3px 0px inset;
}
/*--------------------------------------------------------------
11.0 access
--------------------------------------------------------------*/
.access .content-box .box-one {
    margin: 30px auto !important;
}
.access .content-box .box-one .oneBlock h2 {
    background: none;
    color: #6d3b06;
    font-size: 120%;
    height: auto;
}
.access .content-box .box-one .oneBlock p {
    text-align: center;
}
.access .content-box .box-one .oneBlock hr {
    border: none;
    background: none;
    border-bottom: double 3px #6d3b06;
}
.access .content-box .box-one .oneBlock ul {
    width: 400px;
    margin: 0 auto 15px!important;
}
.access .content-box .box-one .oneBlock ul li {
}
.access .content-box .box-one .oneBlock ul li h3 {
    font-weight: bold;
}
.access .content-box .box-one .oneBlock ul li:nth-child(even) {
    margin-left: 20px;
}
.access .content-box .box-one p {
    text-align: center;
}
    #map_custmomize {
        height:500px;
        width:500px;
        margin: 0 auto 15px;
    }
    .gm-style-iw * {
        display: block;
        width: 200px;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }
.access .content-box .box-one p.map-link {
    width: 500px;
    margin: 0 auto 20px;
    text-align: right;
}
.access .content-box .box-one p.map-link span a {
    background: #6bca93;
    padding: 8px 20px;
    color: #007130;
    font-weight: bold;
    /* border-radius */
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.0980392) -3px -3px 3px 0px inset;
    -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) -3px -3px 3px 0px inset;
    -moz-box-shadow:rgba(0, 0, 0, 0.0980392) -3px -3px 3px 0px inset;
}
.access .content-box .box-one p.map-link span a:hover {
    color: #ccc;
    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.0980392) 3px 3px 3px 0px inset;
    -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 3px 3px 3px 0px inset;
    -moz-box-shadow:rgba(0, 0, 0, 0.0980392) 3px 3px 3px 0px inset;
}
/*--------------------------------------------------------------
12.0 recruit
--------------------------------------------------------------*/
.recruit-text {
    line-height: 3;
    margin-bottom: 50px;
}
.recruit .content-box .box-one table {
    line-height: 2;
    width: 100%;
}
.recruit .content-box .box-one table tr th {
    background: #f3faee;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border: 1px solid #ccc;
}
.recruit .content-box .box-one table tr td {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #ccc;
}
/*--------------------------------------------------------------
13.0 pagetop
--------------------------------------------------------------*/
#body-wrapper #footer #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#body-wrapper #footer #page-top a {
    display: block;
}


