@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);





/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
    margin-bottom: 30px;
}

#greeting .image span {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#greeting .text {
    margin-right: 220px;
}

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
.section{
    margin-bottom: 75px;
}
.section .box ul li{
    float: left;
    margin-right: 30px;

}
.section .box ul li:last-cjild{
    margin-right: 0;
}
.section p.text {
    margin-bottom: 65px;
    text-align: center;
     margin-top: 25px;
}
.section .index-title{
    font-size: 1.78em;
    line-height: 1.2;
    color: #232323;
    font-weight: bold;
    text-align: center;
   background: url(../image/index04.png) top -3px left 254px no-repeat;
   margin-bottom: 20px;
   font-feature-settings: normal;
}
.section .index-title strong{
    font-size: 2.4em;
    color: #F2900F;
    letter-spacing: -10px;
    margin-left: -9px;
}
.section .index-title .text{
    font-size:0.96em;
    color: #F2900F;
    letter-spacing:3px;
}
.section .boxx dl.no1{
    background: url(../image/index05.png) left bottom 20px no-repeat;
    margin-bottom: 20px;
}
.section .boxx dl.no3{
    background: url(../image/index07.png) left 12px bottom  no-repeat;
    margin-bottom: 20px;
    padding-top: 10px;
}
.section .boxx{
    background: url(../image/index06.png) right bottom 42px no-repeat;
}
.section .boxx dl dt{
    font-size: 0.85em;
    line-height: 1.2;
    color: #0BA855;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    background: url(../image/icon_br.png) left 220px center no-repeat, url(../image/icon_br.png) right 220px center no-repeat;
    margin-bottom: 14px;

}
.section .boxx dl dt span{
    font-size: 2.0em;
}
.section .boxx dl dd{
    font-size: 1.5em;
    line-height: 1.05;
    color: #202020;
    font-weight: bold;
    text-align: center;
}
.section .boxx dl dd span{
    font-size: 1.22em;
    color: #F2900F;
}
.section .boxx dl.no2{
    margin-bottom: 13px;
}
.section02 {
    margin-bottom: 30px;
}

.section02 p.text {
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
  
}

/*-------------------------------------------------------------------
	.aside
-------------------------------------------------------------------*/
#content .aside{
    width: 523px;
    margin: 0 auto;
}
#content .aside dl{
    width: 120px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}
#content .aside dl dt{
    line-height: 1.2;
    color: #F2900F;
    font-weight: bold;
     margin-bottom: 2px;
}
#content .aside dl dd{
    margin-bottom: 9px;
    width: 120px;
}
#content .aside02{
    width: 660px;
    margin-bottom:0;
}
#content .aside dl dd.comment{
    font-size: 0.57em;
    letter-spacing: -1px;
    color: #F2900F;
    font-weight: bold;
    font-feature-settings : "palt";
}



#content .section .box .image{
    overflow: hidden;
}
.section .box ul li:nth-last-of-type(1){
    margin-right: 0;
}
/*-------------------------------------------------------------------
    #tgallery
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    #gallery
-------------------------------------------------------------------*/
#gallery {
    margin-bottom: 26px;
    overflow: hidden;
/ zoom: 1;
}

#gallery dl {
    float: left;
    width: 200px;
    margin-right: 30px;
}

#gallery dl dd.image {
    border: 1px solid #9ACC58;
    width: 198px;
    height: 196px;
    padding: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    
}
#gallery dl dd.image a {
    
}


#gallery dl dd {
    font-weight: bold;
    margin-top: 2px;
    font-size: 0.85em;
    line-height: 1.75;
}

#gallery dl.none {
    margin-bottom: 0;
}

#gallery dl:nth-last-of-type(1) {
    margin-right: 0;
}

#gallery dl dt {
    margin-top: 16px;

}
#gallery dl dt a{
    text-decoration: underline;
    color: #232323;
    font-weight: normal;
    line-height: 1.6;
}
#gallery dl dt a:hover{
    text-decoration: none;
}
#gallery dl dd.comment {
    font-size: 0.85em;
    font-weight: normal;
    margin-top: 0;
    letter-spacing: -1px;
}
.btn{
    text-align: right;
    margin-bottom: 70px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
    /* height: 150px; */
    margin-bottom: 30px;
    line-height: 1.6;
    /* overflow-y: scroll; */
}

#topics dl {
    overflow: hidden;
/
zoom: 1;
        padding: 6px 0 7px 0;
}
#topics dl.none{
    margin-bottom:40px;
}
#topics dl.even {
    /* background: #E3E3E3; */
}

#topics dt {
    float: left;
    font-weight: bold;
}



#topics dd {
     padding: 0 0 0 97px; 
    margin-bottom: 5px;
}

#topics dd a {
    text-decoration: none;
    color: #232323;
     font-weight: 500; 
}

#topics dd a:hover {
    text-decoration: underline;
}

#topics .btn_news {
    text-align: right;
    margin: 19px 0 64px;
}

.news-title{
    text-align: center;
    margin-bottom: 30px;
}