@charset "utf-8";

/* ===================================================================

    [ Default Section ]

=================================================================== */
body {
    background-color: #FEFFD7;
    color: #584A47;
    font-size: 62.5%; /* 10px */
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS PGothic", sans-serif;
    line-height: 2em;
    word-break: break-all;
    -webkit-text-size-adjust: 100%; /*縦・横表示でも文字サイズを同じにする*/
}



del {color:#999999;text-decoration:line-through;}


/* Web Font
--------------------------------------------------------- */
#aaaaaa
{
    /* -- google font -- */
    font-family: 'Tenor Sans', sans-serif;
}

/* Link Colors
--------------------------------------------------------- */
a:link {color:#111111;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color:#666;}

/* Text Select Reversal Colors
--------------------------------------------------------- */
::selection {
    /* Reversal background color */
    background: #F8E6AF;
    /* Reversal text color */
    color:#666666;
}
/* Firefox */
::-moz-selection {
    /* Reversal background color */
    background: #F8E6AF;
    /* Reversal text color */
    color:#666666;
}

/* Form
--------------------------------------------------------- */
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
}

/* ClearFix
--------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0.1em;
}
.clearfix {min-height: 1px;display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.clear {clear: both;}





/* ===================================================================

    [ Layout Section ]

=================================================================== */

/* =========================================================
    [ Common Layout ]
========================================================= */

/* Column Space
--------------------------------------------------------- */
.col {


}


/* =========================================================
    [ Responsive Layout ]
========================================================= */
@media screen and (max-width: 320px) {
   /* 0px - 320px */
   div#aaaaa {  }
}
@media screen and (min-width: 800px) {
   /* 820px - max  */
   div#aaaaa {  }
}



/* =========================================================
    [ Global Layout ]
========================================================= */

/* Html, Body, Wrapper
--------------------------------------------------------- */
html,body {min-width:;}



#wrapper {

}


/* Global Header
--------------------------------------------------------- */
#global-header {
    padding-bottom: 19px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E1E2C0;

}
#global-header .logo-wrap {
    float: left;
    width: 400px;
}
#global-header .logo-wrap h1 {
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 20px;
}
#global-header .header-information {
    float: right;
    width: 330px;
    text-align: right;
}
#global-header .header-information .nav-contact {
    margin-bottom: 10px;
}
#global-header .header-information strong {
    font-size: 1.6em;
    letter-spacing: 0.22px;
    margin-bottom: 10px;
    display: block;
}
#global-header .header-information .nav-tel {
    text-align: right;
    margin-bottom: 10px;
}
#global-header .header-information p { font-size: 1.4em; }


/* Global Navigation
--------------------------------------------------------- */
nav {

}
#global-navi { 
    background-color: #97CD37; 
}
#global-navi ul {
}
#global-navi li {
    width: 191px;
    float: left;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #BAEB41;
}
#global-navi li:first-child {
    width: 190px;
}
#global-navi li:last-child {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #BAEB41;
}
#global-navi a {
    background-repeat: no-repeat;
    background-position: center 0px;
    display: block;
    text-indent: -9999px;
    width: 191px;
    height: 100px;
}
#global-navi a:first-child {
    width: 190px;
}
#global-navi a:hover { background-position: center -100px; }
/* navi background image */
#g-naviA a{ background-image: url(../images/g-navi-A.png); }
#g-naviB a{ background-image: url(../images/g-navi-B.png); }
#g-naviC a{ background-image: url(../images/g-navi-C.png); }
#g-naviD a{ background-image: url(../images/g-navi-D.png); }
#g-naviE a{ background-image: url(../images/g-navi-E.png); }


/* Main
--------------------------------------------------------- */
main {
    padding-top: 50px;
    padding-bottom: 50px;
 
}


 
/* Columns
--------------------------------------------------------- */
#primary-column {


}

#secondary-column {


}


/* Global Footer
--------------------------------------------------------- */
#global-footer {
 
}
#gf-information-wrap {
    padding-top: 50px;
    padding-bottom: 49px;
}
#gf-information-wrap strong {
    font-size: 1.3em;
    display: block;
    margin-bottom: 12px;
}
#gf-information-wrap h1 { margin-bottom: 30px; }
#footer-navi ul { margin-bottom: 18px; }
#footer-navi li {
    font-size: 1.4em;
    display: inline;
    padding-right: 18px;
}
#footer-navi li:last-child {
    padding-right: 0px;
}
#footer-navi li a {
    color: #584A47;
}
#footer-navi li span {
    font-size: 1.4em;
    color: #97CD37;
}
#gf-information-wrap .site-information {
    font-size: 1.6em;
    letter-spacing: 0.22px;
    text-align: right;
    margin-bottom: 10px;
}
#gf-information-wrap address {
    text-align: right;
    margin-bottom: 10px;
}
#gf-information-wrap p {
    font-size: 1.4em;
    text-align: right;
}
#copyright {
    font-size: 1.2em;
    background-color: #FEFFD7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E1E2C0;	
}










/* ===================================================================

    [ Elements Section ]

=================================================================== */

/* =========================================================
    [ Common Page Elements ]
========================================================= */

/* Check Browser Snippets
--------------------------------------------------------- */
#check-browser {
	
}

/* Change View Snippets
--------------------------------------------------------- */
#change-view {
	
}

/* common Wrap Layout
--------------------------------------------------------- */
.cmn-wrap-layout {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
	
}

/* common Dot Background
--------------------------------------------------------- */
.cmn-dot-bg {
    background-color: #FEFFEF;
    background-image: url(../images/bg-dot.png);
    background-repeat: repeat;
    background-position: center center;
}

/* Page Head Title
--------------------------------------------------------- */
#page-head-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

/* Page Common Banner
--------------------------------------------------------- */
.page-cmn-bnr {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.page-cmn-bnr li {
    float: left;
    width: 478px;
}
.page-cmn-bnr li:last-child {
    float: right;
}

/* common Addoress
--------------------------------------------------------- */
#cmn-address {
    background-color: #97CD37;
    padding-top: 50px;
    padding-bottom: 50px;
}
#cmn-address h1 {
    font-size: 4.6em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}
#cmn-address .catch-copy {
    font-size: 1.6em;
    color: #FFF;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 20px;
}
#cmn-address .address-wrap address {
    background-color: #FFF;
    text-align: center;
    width: 470px;
    padding-top: 20px;
    padding-bottom: 22px;
    float: left;
    box-shadow: 0px 0px 6px #C5C2A3;
    border-radius: 20px;
}
#cmn-address .address-wrap address:last-child {
    float: right;
}

/* Common Navigation
--------------------------------------------------------- */



/* =========================================================
    [ Page Elements ]
========================================================= */

/* Home
--------------------------------------------------------- */
#home {
 
}
#home .banner_top{
	text-align:center;
	margin-bottom:40px;
}
#home .banner_top img{
	margin:0 auto;
}
#top-main-image {
    padding-top: 20px;
    padding-bottom: 20px;
}
#top-main-image .image {
    height: 370px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 6px #C5C2A3;
}
#home .bnr-to-activity {
    height: 100px;
    width: 960px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 6px #C5C2A3;
    margin-right: auto;
    margin-left: auto;
}
#recommend {
    width: 960px;
    position: relative;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
#recommend h1 {
    text-align: center;
    margin-bottom: 20px;
}
#recommend .to-news {
    font-size: 1.5em;
    width: 120px;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 10;
}
#recommend .to-news a {
    color: #FFF;
    text-decoration: none;
    background-color: #97CD37;
    text-align: center;
    display: block;
    width: 120px;
    padding-top: 6px;
    padding-bottom: 4px;
    border-radius: 20px;
}
#recommend .to-news span {
    font-size: 1.2em;
    padding-right: 2px;
}
#recommend li {
    float: left;
    width: 226px;
    min-height: 416px;
    padding: 40px;
    margin-right: 21px;
    background-color: #FFF;
    box-shadow: 0px 0px 6px #C5C2A3;
    border-radius: 18px;
}
#recommend li:last-child {
    margin-right: 0px;
}
#recommend li figure {
    width: 224px;
    margin-bottom: 18px;
    border: 1px solid #C2C39B;
}
#recommend li time {
    font-size: 1.4em;
    margin-bottom: 14px;
    display: block;
    letter-spacing: 0.14em;
}
#recommend li h2 {
    font-size: 1.6em;
    margin-bottom: 14px;
    letter-spacing: 0.14em;
    line-height: 1.4em;
}
#recommend li h2 a {
    color: #97CD37;
}
#recommend li p {
    font-size: 1.4em;
    margin-bottom: 14px;
    letter-spacing: 0.14em;
    line-height: 1.6em;
}
#recommend li .read-more {
    font-size: 1.5em;
}
#recommend li .read-more span {
    font-size: 1.2em;
}
#recommend li .read-more a {
    color: #97CD37;
}

/* Access
--------------------------------------------------------- */
#access { }
#access-map {
    background-color: #FFF;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 6px #C5C2A3;
    border-radius: 25px;
}
#access-map .google-map {
    height: 818px;
    width: 878px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #C2C39B;
    margin-bottom: 22px;
}
#access-map .wide-map {
    font-size: 1.6em;
    background-image: url(../images/icon-lens.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 137px;
    min-height: 20px;
    padding-left: 23px;
    margin-left: auto;
    letter-spacing: 0.06em;
}
#access-map .wide-map a {
    color: #584A47;
}
#access-detail {
    margin-bottom: 140px;
}
#access-detail h2 {
    float: left;
    width: 260px;
    padding-left: 19px;
}
#access-detail .detail-wrap {
    float: right;
    width: 628px;
}
#access-detail .detail-wrap .location p {
    font-size: 1.6em;
    margin-bottom: 10px;
}
#access-detail .detail-wrap .location p:last-child {
    margin-bottom: 20px;
}
#access-detail .detail-wrap ul {
    background-image: url(../images/img-access-detail.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 78px;
    padding-top: 7px;
    padding-left: 100px;
}
#access-detail .detail-wrap li {
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#access-detail .detail-wrap li:last-child {
    margin-bottom: 0px;
}
#access-detail .detail-wrap li img {
    padding-right: 10px;
    vertical-align: -0.6em;
}

/* Link
--------------------------------------------------------- */
#link { }
#link-section h1 {
    font-size: 1.6em;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 35px;
}
#link-section .official {
    width: 670px;
    margin-right: auto;
    margin-left: auto;
}
#link-section .official .bnr-list {
    padding-left: 10px;
    margin-bottom: 60px;
}
#link-section .official .bnr-list li {
    float: left;
    margin-right: 26px;
}
#link-section .official .bnr-list figure {
    margin-bottom: 14px;
}
#link-section .official .bnr-list figcaption {
    font-size: 1.4em;
}
#link-section .official .bnr-list .bnr-A {
    width: 300px;
}
#link-section .official .bnr-list .bnr-B {
    width: 200px;
    padding-top: 20px;
}
#link-section .official .bnr-list .bnr-C {
    width: 88px;
    padding-top: 29px;
    margin-right: 0px;
}
#link-section .official .top-attention {
    text-align: center;
    margin-bottom: 40px;
}
#link-section .official .top-attention p {
    font-size: 1.4em;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}
#link-section .official .top-attention p:last-child {
    margin-bottom: 0px;
}
#link-section .official .attention-list { 
    margin-bottom: 50px;
}
#link-section .official .attention-list li {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    color: #97CD37;
    letter-spacing: 0.08em;
    text-indent: -18px;
    padding-left: 14px;
}
#link-section .official .attention-list span {
    font-size: 1.4em;
}
#link-section .relation {
    padding-top: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #514142;
    margin-bottom: 140px;
}
#link-section .relation figure {
    float: left;
    width: 300px;
    margin-right: 30px;
}
#link-section .relation figcaption {
    font-size: 1.6em;
    float: left;
    width: 220px;
    padding-top: 23px;
}
#link-section .relation figcaption a {
    color: #584A47;
}

/* About
--------------------------------------------------------- */
#about { }
#introduction { padding-bottom: 50px; }
#introduction .detail {
    float: left;
    width: 550px;
    margin-right: 50px;
    padding-left: 20px;
}
#introduction .detail p {
    font-size: 1.4em;
    line-height: 2em;
    letter-spacing: 0.14em;
}
#introduction h2 {
    float: left;
    width: 313px;
}
#gallery {
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
#gallery h2 {
    text-align: center;
    margin-bottom: 20px;
}
#gallery p {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}
#gallery li {
    float: left;
    width: 450px;
    margin-right: 60px;
    margin-bottom: 40px;
}
#gallery li:nth-child(2n) {
    margin-right: 0px;
}
#gallery li:nth-last-child(2),
#gallery li:nth-last-child(1) {
    margin-bottom: 0px;
}
#gallery li figure { margin-bottom: 10px; }
#gallery li figcaption {
    font-size: 1.6em;
    letter-spacing: 0.14em;
}
#summary {
    padding-top: 50px;
    padding-bottom: 90px;
}
#summary h2 {
    text-align: center;
    margin-bottom: 15px;
}
#summary li {
    display: table;
    margin-bottom: 10px;
}
#summary li h3 {
    display: table-cell;
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    width: 329px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #97CD37;
    padding-right: 30px;
}
#summary li .detail {
    display: table-cell;
    vertical-align: middle;
    width: 566px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
}
#summary li .detail p {
    font-size: 1.4em;
    margin-bottom: 10px;
}
#summary li .detail p:last-child {
    margin-bottom: 0px;
}
#office-summary {
    margin-bottom: 120px;
}
#office-summary li .detail p .short {
    padding-left: 24px;
}
#office-summary li .detail p .long {
    padding-left: 136px;
}
#operating-company { margin-bottom: 90px; }

/* Contact
--------------------------------------------------------- */
#contact { }
#contact-form { margin-bottom: 100px; }
#contact-form dl {
    background-color: #FFF;
    padding-top: 50px;
    padding-right: 180px;
    padding-bottom: 50px;
    padding-left: 180px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px #C5C2A3;
    border-radius: 25px;
}
#contact-form dt {
    font-size: 1.6em;
    padding-bottom: 10px;
}
#contact-form dt span {
    font-size: 0.9em;
    color: #FFF;
    background-color: #FE82B8;
    letter-spacing: 0.1em;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-left: 10px;
}
#contact-form dd { padding-bottom: 30px; }
#contact-form .free { padding-bottom: 0px; }
#contact-form dd input {
    font-size: 1.6em;
    background-color: #FEFFD7;
    height: 38px;
    width: 598px;
    border: 1px solid #C5C39C;
}
#contact-form .free textarea {
    font-family: sans-serif;
    font-size: 1.6em;
    background-color: #FEFFD7;
    height: 168px;
    width: 598px;
    border: 1px solid #C5C39C;
}
#contact-form .attention {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 35px;
}
#contact-form .nav-wrap {
    width: 630px;
    margin-right: auto;
    margin-left: auto;
}
#contact-form .nav-wrap .nav-reset {
    float: left;
    width: 200px;
}
#contact-form .nav-wrap .nav-submit {
    float: right;
    width: 400px;
}
#contact-form .nav-wrap input {
    font-size: 2.2em;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 22px;
}
#contact-form .nav-reset .reset {
    width: 200px;
    background-color: #8B8273;
}
#contact-form .nav-submit .submit {
    width: 400px;
    background-color: #97CD37;
}
#contact .thanks-wrap {
    background-color: #FFF;
    padding-top: 200px;
    padding-right: 180px;
    padding-bottom: 200px;
    padding-left: 180px;
    box-shadow: 0px 0px 6px #C5C2A3;
    border-radius: 25px;
    margin-bottom: 100px;
}
#contact .thanks-wrap p {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}
#contact .thanks-wrap p:last-child {
    margin-bottom: 0px;
}
#contact .thanks-wrap .to-top {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    width: 300px;
    padding-top: 80px;
    margin-right: auto;
    margin-left: auto;
}
#contact .thanks-wrap .to-top a {
    text-decoration: none;
    color: #FFF;
    background-color: #97CD37;
    display: block;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
}
#contact .thanks-wrap .to-top a:hover {
    opacity: 0.8;
}

/* Activity
--------------------------------------------------------- */
#activity { }
#daily-work {
    padding-bottom: 50px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#job { margin-bottom: 50px; }
#job h2 {
    float: left;
    width: 153px;
    margin-right: 40px;
}
#job ul {
    float: left;
    width: 607px;
    padding-top: 20px;
}
#job li {
    font-size: 1.6em;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    text-indent: -16px;
    padding-left: 18px;
    margin-bottom: 4px;
}
#job li:last-child {
    margin-bottom: 0px;
}
#job li span {
    color: #EC7AAD;
}
#job li .icon {
    font-size: 1.4em;
}
#job li .weight {
    font-weight: bold;
}
#job .supplement { 
	font-size: 1.6em;
    text-align: center;
	clear: both;
    padding-top: 35px;
}
#job .supplement span { 
	color: #9070AF;
    font-weight: bold;
}
#life h2 {
    float: left;
    width: 101px;
    margin-right: 28px;
    padding-left: 97px;
}
#life ul {
    padding-top: 20px;
    float: left;
    width: 574px;
}
#life li {
    font-size: 1.6em;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}
#life li:last-child {
    margin-bottom: 0px;
}
#life li span {
    color: #9070AF;
}
#life li .icon {
    font-size: 1.4em;
}
#life li .weight {
    font-weight: bold;
}
#schedule {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
#schedule .inner {
    width: 470px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
#schedule h2 {
    float: left;
    width: 123px;
    padding-top: 60px;
    padding-right: 35px;
}
#schedule .detail {
    float: left;
    width: 269px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 41px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
}
#schedule p {
    font-size: 1.6em;
    text-align: center;
}
#schedule p span {
    font-weight: bold;
    color: #EC7AAD;
}

/* Flow
--------------------------------------------------------- */
#flow { }
#flow-list ol {
    margin-bottom: 110px;
}
#flow-list li {
    background-image: url(../images/icon-flow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 80px;
    margin-bottom: 20px;
}
#flow-list li:last-child {
    background-image: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#flow-list li .flow-detail {
    background-color: #FFF;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: 0px 0px 6px #C5C2A3;
    border-radius: 25px;
}
#flow-list li .flow-detail h3 {
    background-color: #97CD37;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#flow-list li .flow-detail p {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}
#flow-list li .flow-detail p:last-child {
    margin-bottom: 0px;
}
#flow-list li .flow-detail .inner {
    padding-top: 5px;
}
#flow-list li .flow-detail .tel {
    width: 424px;
    float: left;
}
#flow-list li .flow-detail .mail {
    width: 434px;
    float: right;
}

/* News
--------------------------------------------------------- */
#news { }
#news-wrap {
    margin-bottom: 100px;
}
#news-wrap article {
    width: 703px;
    min-height: 400px;
    float: left;
    padding-right: 48px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #504041;
}
#news-wrap article time {
    display: block;
    font-size: 1.6em;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
}
#news-wrap article figure {
    margin-bottom: 45px;
}
#news-wrap article figure img {
    max-width: 700px;
}
#news-wrap article h3 {
    font-size: 2em;
    line-height: 1.6em;
    color: #97CD37;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
#news-wrap article .detail {
    font-size: 1.6em;
    line-height: 1.8em;
    padding-bottom: 60px;
    letter-spacing: 0.04em;
}
#news-wrap aside {
    width: 169px;
    float: left;
    padding-left: 39px;
}
#news-wrap aside a {
    color: #584A47;
}
#news-wrap aside h3 {
    font-size: 1.6em;
    margin-bottom: 35px;
    letter-spacing: 0.08em;
}
#news-wrap aside ul {
    margin-bottom: 50px;
}
#news-wrap aside li {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
#news-wrap aside li:last-child {
    margin-bottom: 0px;
}
#news-wrap aside li span {
    font-size: 1.2em;
}
#news-wrap aside .nav-archives p {
    font-size: 1.4em;
    width: 54px;
}
#news-wrap aside .nav-archives span {
    font-size: 1.2em;
}
#news-wrap aside .nav-archives .back {
    float: left;
    text-align: left;
}
#news-wrap aside .nav-archives .next {
    float: right;
    text-align: right;
}

/* Site Map
--------------------------------------------------------- */
#sitemap { }
#sitemap-list {
    width: 560px;
    margin-right: auto;
    margin-bottom: 130px;
    margin-left: auto;
}
#sitemap-list li {
    height: 100px;
}
#sitemap-list li .page {
    font-size: 1.6em;
}
#sitemap-list li .page a {
    font-weight: bold;
    color: #97CD37;
}
#sitemap-list li .jump {
    font-size: 1.4em;
    padding-top: 20px;
    padding-left: 44px;
}
#sitemap-list li .jump p {
    display: inline;
    margin-right: 35px;
}
#sitemap-list li .jump p:last-child {
    margin-right: 0px;
}
#sitemap-list li .jump p a {
    color: #584A47;
}


/* Error
--------------------------------------------------------- */
#error-403 {
 
}
#error-404 {
 
}
#error-500 {
 
}
