@charset "utf-8";

/* CSS Document */
/***************<下層ページ共通>**************/
header {
    position: fixed;
    top: 0;
}

h1.green {
    display: none;
}

main {
    margin-top: 200px;
}

/**************</下層ページ共通>***************/

section dt {
    float: left;
    clear: left;
}

.news {
    padding-left: 175px;
    margin-bottom:50px;
}
.back a{
    color:#888;
    text-decoration:none;
}
.back a:hover{
    color: #46bc2e;
    text-decoration:none;
}

section dt {
    padding-top: 25px;
}

section dd {
    padding-left: 200px;
    height: 60px;
    border-bottom: 1px dashed #000;
    padding-top: 25px;
    width: 550px;
}
.news_photo{
    text-align:center;
    margin-bottom:50px;
}
.news_text{
    margin-left:auto;
    margin-right:auto;
    width:700px;
}
.news_text a{
    color:#888;
    text-decoration:none;
}
.news_text a:hover{
    color:red;
    text-decoration:none;
}

/**********************<レスポンシブ>*********************/
@media screen and (max-width:640px) {

    /*****************下層ページ共通*************/
    header {
        position: fixed;
        top: 0;
    }

    .my-parts {
        border-left: none;
        color:#008c0d;
    }

    main {
        margin-top: 150px;
    }
    
        .news {
        padding-left: 20px;
    }

    section dt {
        padding-top: 20px;
    }

    section dd {
        clear: left;
        padding-top: 10px;
        padding-left: 0;
        width: 95%;
        height: 40px;
    }
    .news_photo{
        margin-left:20px;
        margin-right:20px;
    }
    .news_text{
        width:auto;
        margin-left:20px;
        margin-right:20px;
    }

    /*****************************************/
 

    /**********************</レスポンシブ>*********************/
