@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    textlive_pc.css
*
*
------------------------------------------------------------------------------------------ */
.pswp__bg{
    opacity: .7 !important;
}

#contents_wrap br + br{
    display: table-row !important;
}

.post__text a{
    text-decoration: underline;
}

.nav_textlive{ opacity: 0;}

footer .credit p{ line-height: 1.6em;}


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

footer .credit .col_l,
footer .credit .col_r{
    line-height: inherit;
}



#yodogawa{
    margin: 0 0 50px 0;
    text-align: center;
}

#yodogawa .inner{
    text-align: left;
    display: inline-block;
    font-size: 18px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    .nav_textlive
*
-------------------------------------------------- */
.nav_textlive{
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #451c1d;
}

.event .nav_textlive{
    background-color: #32b200;
}

.nav_textlive .nav_inner{
    width: 680px;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
}

.nav_textlive .first{
    position: absolute;
    top: 19px;
    left: 0;
}

.nav_textlive .new{
    position: absolute;
    top: 19px;
    right: 0;
}

.nav_textlive .first a,
.nav_textlive .new a{
    font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
    transition: opacity .1s ease .0s;
}

.nav_textlive .first a:hover,
.nav_textlive .new a:hover,
.nav_textlive .first a.touch,
.nav_textlive .new a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.nav_textlive .first a span{
    display: inline-block;
}

.nav_textlive .new a span{
    display: inline-block;
}

.nav_textlive .first a span + span{
    margin: 0 10px 0 -10px;
}

.nav_textlive .new a span{
    margin: 0 0 0 8px;
}
.nav_textlive .new a span + span{
    margin: 0 0 0 -10px;
}

.nav_textlive ul{
    padding: 10px 0 0 0;
    letter-spacing: -.40em;
}

.nav_textlive li{
    margin: 0 1px;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
}

.nav_textlive li a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    background-color: #fff;
    color: #451c1d;
    letter-spacing: .1em;
    transition: opacity .1s ease .0s;
}

.nav_textlive li a.disabled{ opacity: .5 !important;}

.nav_textlive li.prev a{ border-radius: 40px 0 0 40px; text-indent: -.5em;}
.nav_textlive li.next a{ border-radius: 0 40px 40px 0; text-indent: .5em;}

.nav_textlive li.prev a span{ display: inline-block; margin: 0 7px 0 0;}
.nav_textlive li.next a span{display: inline-block; margin: 0 0 0 0;}

.is_pc .nav_textlive li a:hover,
.is_sp .nav_textlive li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}



/* --------------------------------------------------
*
    .post
*
-------------------------------------------------- */
#post_list{
    padding: 60px 0 20px 0;
    background-color: #ede7df;
}

.post{
    width: 640px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    border-radius: 25px;
    background-color: #fff;
    padding: 40px;
    position: relative;
}

.post:before,
.post:after{
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 0 25px 0 0;
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: center;
    position: absolute;
}

.post:before{
    background-image:url(../images/textlive/parts_corner_right.png);
    top: 0;
    right: 0;
}

.event .post:before{ background-image:url(https://seikatsunotanoshimi.1101.com/textlive/images/seikatsunotanoshimi_2017_autumn/parts_corner_right_g.png); }
.event .post:after{ background-image:url(https://seikatsunotanoshimi.1101.com/textlive/images/seikatsunotanoshimi_2017_autumn/parts_corner_left_g.png);}

.post-header{
    width: 100%;
    margin: 0 0 20px 0;
    display: table;
    position: relative;
}

.post-header__icon{
    width: 110px;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    display: table-cell;
    vertical-align: top;
}

.post-header a{
    width: 100%;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: .1em;
    color: #000;
    position: relative;
}

.post .time{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1em;
    color: #ff9d16;
}

.post .slide{
    margin: 0 0 15px 0;
}

.post .slide img{
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0 0 20px 0;
}

.post__text{
    padding: 0 40px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .1em;
}

.post__text a{
    color: #ff9d16;
    padding-bottom: 2px;
    border-bottom: 1px solid #ff9d16;
    text-decoration: none;
}

.is_pc .post__text a:hover,
.is_sp .post__text a.touch{
    border-bottom: 1px solid transparent;
}

.post_share{
    border-top: 1px solid #eeeeee;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    text-align: right;
}

.post_share .title,
.post_share ul,
.post_share li{
    display: inline-block;
    vertical-align: middle;
}

.post_share .title{
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #7d7d7d;
}

.post_share li{
    margin: 0 5px;
}

.post_share li img{
    width: 33px;
}


/* .post_nav */
.post_nav{
    padding: 25px 0;
    text-align: center;
}

.post_nav .nav__date{
    display: inline-block;
}

.post_nav input{
    width: 165px !important;
    height: 29px;
    padding: 0 0 0 20px;
    border-radius: 29px 0 0 29px;
    font-size: 16px;
    font-weight: bold;
    color: #451c1d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 20px center;
    border: 1px solid #451c1d;
    border-right: 0;
    position: relative;
    transition: border .1s ease .0s;
    cursor: pointer;
}

.post_nav input:focus,
.is_pc .post_nav input:hover,
.is_sp .post_nav input.touch{
    opacity: 1 !important;
    background-color: rgba(69, 28, 29, .1);
    transition: background .15s ease .05s;
}

.post_nav .btn{
    height: 29px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 12px 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(69, 28, 29, .9);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #451c1d;
    border-radius: 0 29px 29px 0;
    cursor: pointer;
    transition: background .1s ease .0s;
}

.is_pc .post_nav .btn:hover,
.is_sp .post_nav .btn.touch{
    opacity: 1 !important;
    background-color: rgba(69, 28, 29, 1);
    transition: background .15s ease .05s;
}


} /* ----- min-width : 641px ----- */
