@charset "UTF-8";

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
        for PC
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #howto_head
*
-------------------------------------------------- */
#howto_head{
    padding: 30px 0 0 0;
    text-align: center;
}

#howto_head h1{
    margin: 0 0 20px 0;
    text-align: center;
}

#howto_head .howto_title{
    margin: 0 0 40px 0;
}


/* --------------------------------------------------
*
    #howto_yodogawa
*
-------------------------------------------------- */
#howto_yodogawa{
    overflow: hidden;
}

#howto_yodogawa .main_visual{
    margin: 0 0 40px 0;
}

#howto_yodogawa .yodogawa_txt{
    width: auto;
    margin: 0 20px 0 0;
    float: right;
}

#howto_yodogawa .yodogawa_profile{
    margin: 0 0 0 80px;
    width: auto;
    float: left;
}

#howto_yodogawa .yodogawa_profile .name{
    margin: 0 0 20px 0;
}


/* --------------------------------------------------
*
    #section_talk
*
-------------------------------------------------- */
#section_talk{
    width: 600px;
    margin: 0 auto;
    line-height: 1.8em;
    letter-spacing: .075em;
}

#section_talk h2{
    margin: 30px 0 60px 0;
    text-align: center;
}

#talk_body li{
    margin: 0 0 30px 0;
    color: #808080;
    padding: 0 0 0 80px;
    position: relative;
}

#talk_body li.guest{
    color: #000;
}

#talk_body li h4{
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#talk_body li.guest h4{
    letter-spacing: .075em;
}

#talk_body li p{
    margin: 0 0 25px 0;
}

#talk_body li .pic{
    color: #000;
    margin: 50px 0 80px -80px;
    line-height: 1em;
}

#talk_body li .pic.short{
    margin-left: 0;
}

#talk_body li .pic br{
    margin: 0 0 40px 0;
}

#talk_body li .pic .caption{
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.4em;
    display: block;
}

#talk_body li .pic .caption br{
    margin: 0 !important;
}

#talk_body .continue{
    margin: 50px 0;
    text-align: center;
}

#talk_body .date{
    margin: 0 0 40px 0;
    font-size: 12px;
    text-align: center;
}


/* --------------------------------------------------
*
    #btm_pager
*
-------------------------------------------------- */
#btm_pager{
    width: 100%;
    text-align: center;
}

#btm_pager ul{
    overflow: hidden;
}

#btm_pager li{
    width: 66px;
    height: 66px;
    margin: 0 130px 0 0;
    display: inline-block;
}

#btm_pager li.disabled{
    visibility: hidden;
}

#btm_pager li:last-child{
    margin: 0;
}

#btm_pager li a{
    display: block;
    background-repeat: no-repeat;
    background-size: 66px;
}

#btm_pager li.prev a{ background-image:url(../images/btn_pager_prev_on.png);}
#btm_pager li.top a{ background-image:url(../images/btn_pager_top_on.png);}
#btm_pager li.next a{ background-image:url(../images/btn_pager_next_on.png);}

#btm_pager a:hover img{
    opacity: 0;
}



/* --------------------------------------------------
*
    #section_archive
*
-------------------------------------------------- */
#section_archive{
    padding: 0 70px;
}

#section_archive h3{
    margin: 0 0 35px 0;
}

#section_archive ul{
    width: 930px;
    margin: 0 0 60px 0;
    overflow: hidden;
}

#section_archive li{
    width: 169px;
    margin: 0 60px 40px 0;
    float: left;
}

#section_archive .btn_home{
    clear: both;
    width: 100px;
    height: 100px;
    margin: 0 auto 80px auto;
}

#section_archive .btn_home a{
    display: block;
    background-image:url(../images/btn_calendar_top_on.png);
    background-repeat: no-repeat;
    background-size: 100px;
}

#section_archive .btn_home a:hover img{
    opacity: 0;
}





/* --------------------------------------------------
*
    #profile_modal
*
-------------------------------------------------- */
#profile_modal{
    width: 100%;
    min-width: 1050px;
    height: 100%;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#profile_modal_inner{
    width: 560px;
    margin: 0 auto;
    padding: 50px 70px;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    background-color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    z-index: 2;
}

#profile_modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#profile_modal .btn_close{
    width: 42px;
    height: 42px;
    background-image:url(../images/btn_modal_close.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#profile_modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#profile_modal .name{
    margin: 0 0 45px 0;
    text-align: center;
}

#profile_modal p{
    font-size: 14px;
    line-height: 1.75em;
    letter-spacing: .075em;
    color: #333;
}


}