/*ハンバーガーの枠線、形変更*/
.c-sp_navigation_btn {
    border: 0px solid #eee!important;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    background: none;
}

/*ハンバーガーの「三」の色*/
.c-sp_navigation_btn .c-sp-navigation_line1, .c-sp_navigation_btn .c-sp-navigation_line2, .c-sp_navigation_btn .c-sp-navigation_line3 {
    border-top: 3px solid #B08500!important;
}

/*ハンバーガーの位置（上と右の空き調節）*/
#spNavigationTrigger.-js-menuPosition-right_top_fixed {
    top: 8px;
    left: auto;
    right: 10px;
}
/*
#a-header{
	z-index: 90!important;
}
*/

@media screen and (max-width: 640px) {#a-billboard{
	margin-top:58px!important;
}}


.c-menu {
    margin-bottom: 0px;
    font-size: 0;
}

#about .c-list_news {
    border-top: 0px solid #999;
}

#about .c-list_news th, #about .c-list_news td {
    border-bottom: 0px solid #999;
    padding: 0.5em 0 0.5em 0;
}
#about .c-list_news th {
    color:#1a6600;
    font-size:17px;
    letter-spacing: 0.1em;
}




@media screen and (max-width: 640px) {#about  .c-list_news th {
    width: 25%!important;
    display:table-cell!important;
}}

@media screen and (max-width: 640px) {#about  .c-list_news td {
    display:table-cell!important;
}}

#info .c-list_news {
    border-top: 0px solid #999;
}

#info .c-list_news th, #info .c-list_news td {
    border-bottom: 0px solid #999;
    padding: 0.2em 0 0.2em 0;
}

@media screen and (max-width: 640px) {#info .c-list_news th {
    width: 25%!important;
    display:table-cell!important;
}}

@media screen and (max-width: 640px) {#info .c-list_news td {
    display:table-cell!important;
}}


@media screen and (max-width: 640px) {.c-list_table th {
    width: 33%;
    display:table-cell;
}}

@media screen and (max-width: 640px) {.c-list_table td {
    display:table-cell;
}}

.c-list_table td {
    line-height: 1.6;
}

.c-list_table th, .c-list_table td {
    padding: 7px 5px;
    border-top: 1px solid #999;
}

@media screen and (max-width: 640px) {.b-album .column {
    text-align: left;
}}


















