@charset "UTF-8";

/*body*/



/*-----------------------header*/

#nav_card a{
color:#2f5010;
text-shadow: 0 0 5px #88d9b2,
            0 0 10px #88d9b2,
            0 0 15px #8cfaec;
}

/*--------------ここからメイン--*/
main{
display: block;
}
#m_inner {
    clear: both;
    width: 960px;
    margin: 0 auto;
}
#m_base {
    background-color: rgba(47, 65, 24, 0.15);
}


/*-----------------------sub_nav*/
#sub_nav {
    width: 600px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    clear: both;
}
#sub_nav ul {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
#sub_nav .sb {
    display: block;
    width: 100px;
    line-height: 30px;
        font-family: "小塚ゴシック Pro R", "メイリオ", sans-serif;
    font-size: 16px;
    float: left;
}
#sub_nav .sb span {
    font-size: 24px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bold;
    padding-left: 5px;
}
#sub_nav .sb a {
    display: block;
    width: 100px;
    line-height: 30px;
    float: left;
    color: #2f5010;
    text-decoration: none;
}
#sub_nav .sb a:hover {
    color: #fff;
    text-shadow: 0 0 5px #2f5010, 0 0 10px #2f5010, 0 0 15px #77f972;
}
#line{
    width: 920px;
    height: 1px;
    background-color: #555555;
    margin-left: 20px;
}

/*-----------------------art_listzone*/

#glaylayer {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

#overlayer {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    margin-top: -200px;
    margin-left: -138px;
    z-index: 2;
}

#overlayer2 {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    margin-top: -138px;
    margin-left: -200px;
    z-index: 2;
}
#art_listzone {
    width: 940px;
    margin-left: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}
.list_title{
    padding-top: 30px;
    padding-bottom: 2px;
    width: 920px;
        font-family: "小塚ゴシック Pro l", "游ゴシック", sans-serif;
    font-size: 20px;
    text-shadow: 3px 3px 5px #555555;
    text-align: center;
    clear: left;
}
.list_title span{
font-size: 36px;
        font-size: 40px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bold;
    color:#2f5010;
}
.list_navi{
    width:260px;
    position: relative;
    top:-25px;
    left:660px;
    text-align: right;
}
.list_navi ul{
    display: inline-block;
    overflow: hidden;
}
.list_navi li{
    display: block;
    font-size: 17px;
        font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bolder;

    float: left;
}
.list_navi li a{
    display: block;
padding-left: 30px;
    line-height: 24px;
    color: #666666;
}
.list_navi li a:hover{
color:#ffffff;
    text-shadow: 0 0 5px #2f5010, 0 0 10px #2f5010, 0 0 15px #77f972;
}
.unit{
    margin-bottom: 10px;
    width: 232px;
    height: 252px;
    float: left;
}
.daisi {
    width: 222px;
    height: 222px;
    background-color: #ffffff;
    box-shadow: 5px 5px 8px #666666;
}
.art {
    line-height: 222px;
    text-align: center;
}
.art_p {
    vertical-align: middle;
    border-top: 1px solid #222222;
    border-left: 1px solid #888888;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
}
.art_p:hover{
    border-top: 2px solid #222222;
    border-left: 2px solid #888888;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #cccccc;
}
.spec {
    font-family: "游ゴシック", "小塚ゴシック Pro L", sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
}
.spec span {
    font-size: 16px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bold;
    padding-right: 18px;
}

/*-----------------------footer*/
#f_inner {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #2f5010;
    opacity: 0.9;
    position: relative;
}
#totop {
    position: absolute;
    top: -60px;
    right: 20px;
    opacity: 0.9;
    width: 45px;
    height: 45px;
}
#totop a {
    display: block;
    opacity: 0.8;
}
#totop a:hover {
    background-image: url(../image/to_to_2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    opacity: 1.0;
}
footer p {
    text-align: center;
    color: #ffffff;
}
small {
    font-family: "游ゴシック", "小塚ゴシック Pro L", sans-serif;
    font-size: 12px;
    text-align: center;
}