/*
*/

@charset "utf-8";


body{
    font-weight:400;
    font-size:14px;
}

/*------------------------------------------------
common コンポーネント的な内容をここに記述
------------------------------------------------- */
.inner{
    width:93%;
}
.mini_inner {
    width:93%;
}


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


/*------------------------------------------------
footer
------------------------------------------------- */


/*----------------------------------------------
パンくず
------------------------------------------------*/


/*------------------------------------------------
index ユーザー向け管理画面TOPページ
------------------------------------------------- */
.adminIndexSection{
    margin: 0 auto 0;
}
.MainImg {
    width: 95px;
    margin: 0 auto 15px;
}

.icon_speed{
    width:72px;
}
.icon_5min{
    width:66px;
}
.icon_spoken{
    width: 89px;
}
.choice_tit span {
    top: 2px;
    left: 79px;
}
.icon_spoken + span {
    top: 4px;
    left: 100px;
}
.choiceBox li{
    margin-bottom:15px;
}
.choiceBox li a{
    font-size: 30px;
}
.choiceBox li.fctnldts a {
    padding: 22px 0 22px;
}

.ecBox{
}
.ecBox a{
    font-size: 30px;
}
.ecBox a:before{
    width: 30px;
    height: 28px;
}
.spacer_thanks{
    width:100px;
}


/*------------------------------------------------
ranking ランキング
------------------------------------------------- */
#rankingCatWrap{
    top: 90px;
    max-height: calc( 100vh - 110px );
}
.rankingSide ul {
    justify-content: space-between;
}
.rankingSide ul li{
    width: 48%;
    margin-right:0;
}
.rankingSide ul li a{
    font-size: 16px;
}
/* 宮本 ユーザー一覧モーダル */
#modal-content {
    width: 90% ;
}
/* 宮本 ユーザー一覧モーダル */
.mdlBox.inCropper {
    width: 95% !important;
}
.accordionHead div{
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
}
.accordionHead div:after {
    top: 11px;
}

/*------------------------------------------------
mark ユーザー種別
------------------------------------------------- */
span.uMark{
    margin: 0 8px 0 0 ;
}


/*------------------------------------------------
common
------------------------------------------------- */
.pc_none{
    display:block !important;
    }

.sp_none{
    display:none !important;
    }

.wide_inner{
}

.inner{
}
.heading_primary {
    padding: 15px;
    font-size: 16px;
}
.heading_primary span {
    font-size: 26px;
}
.commonDl dt{
    float: left;
    font-weight: bold;
    font-size: 12px;

}
.commonDl dd{
    padding: 0 0 0 30%;
    margin: 0 0 15px 0;
}
.commonInputBtn{
    font-size: 14px;
}
.commonBtn{
    font-size: 14px;
}
.mdlBox{
    padding: 20px 10px;
}
.mdlTitle{
    font-size: 16px;
    margin-bottom: 25px;
}
/*------------------------------------------------
profile プロフィール
------------------------------------------------- */
.accordionHead_record:after {
    top: 14px;
    font-size: 20px;
}

/*------------------------------------------------
superadmin
------------------------------------------------- */
.userTable tr td{
    font-size: 12px;
}

#BoardComment{
    width:100%;
    box-sizing: border-box;
}
.userTable tr td.td_comment {
    line-height: 1.3;
    min-width: 200px;
}
.userTable tr td.td_created {
    line-height: 1.3;
    white-space: inherit;
    min-width: 77px;
}
/*------------------------------------------------
playCommon
------------------------------------------------- */
.play header.header {
    height: 40px;
    border-top: 0px solid #c02b22;
}

.play .logo {
    height: 40px;
    padding: 0 0 0 25px;
}
.play .logo span {
    font-size: 16px;
    top: 0px;
    line-height: 40px;
}
.play .logo img {
    display: none;
}
.playHeadTime {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.playHeadRecord{
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.playHeadRecord dd {
    padding: 2.4px 0 0 0;
}
.playHeadRecord dd span {
    display: block;
    line-height: 1.3;
    margin: 0 !important;
}
.playHeadBtnBox {
    padding: 6px 0 0;
}
.playHeadBtnBox .commonBtn {
    font-size: 12px;
    margin-right: 5px;
    padding: 0.1em 0.5em 0;
}
.playHeadBtnBox .commonInputBtn {
    font-size: 12px;
    padding: 0.1em 0.5em 0;
}
.backHome{
    height: 40px;
}
.backHome i{
    line-height: 40px;
    font-size: 40px;
}
.backHome:hover i{
}

.play main {
    padding: 50px 0 0 0;
}
.playBox {
    height: calc( 100vh - 55px );
    font-size: 14px;
    margin-right: 7px;
}
#CountDownBox.cardCountDown{
    padding-top: 35vh;
}


@media screen and (max-width: 415px){
    .play.output header.header .logo{
        display: none;
    }
    .play.output header.header {
        position: static;
    }
    .play.output main {
        padding: 10px 0 0 0;
    }
    .play.output .playHeadTime {
        position: fixed;
        display: block;
        width: 60px;
        left: 0;
        margin: auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        font-size: 18px;
        z-index:1;
    }
    .play.output .playHeadBtnBox {
        position: fixed;
        display: block;
        right: 2.5%;
        margin: auto;
        height: 30px;
        text-align: center;
        background: #fff;
    }
    .play.output .playBox {
        min-height:360px;
    }
    .play.output .backHome {
        top: 0;
        left: 0;
        text-align: center;
        background: #fff;
    }
    .play.output .backHome i {
        font-size: 25px;
        line-height: 30px;
        height: 30px;
    }
    .play.output .backHome:hover i {
        left: 0px;
    }
    .play main {
        padding: 50px 0 0 0;
    }
    .playHeadTime{
        font-size: 18px;
    }
    .playHeadRecord dt {
        margin: 0 7px 0 0;
    }
    .playHeadBtnBox .commonBtn {
        padding: 0.1em 0.4em 0em;
        font-size: 12px;
        margin-right: 5px;
    }
    .playHeadBtnBox .commonInputBtn {
        padding: 0.1em 0.5em 0em;
        font-size: 13px;
    }
    .playBox {
        height: calc( 100vh - 55px );
        font-size: 14px;
    }
    .recallEnd{
        font-size:12px;
        margin-right:10px;
    }
    .check .playHeadBtnBox .commonBtn {
        padding: 0.1em 0.2em 0em;
        font-size: 10px;
        margin-right: 0px;
    }

}

@media screen and (max-width: 330px){

    .logo {
        width: 150px;
        padding: 18px 0 0 0;
    }

    .playHeadBtnBox .commonBtn {
        padding: 0.1em 0.2em 0em;
        font-size: 10px;
        margin-right: 0px;
    }
    div.commenter div{
        font-size: 11px;
    }
    .child div.commenter div {
        font-size: 11px;
    }
    .commentList.child {
        padding: 0 0 0 20px;
    }
    div.comment_inner {
        font-size: 12px;
    }
    div.tit_memoness_rankingHead_right p {
        font-size: 16px;
        line-height: 1.2;
    }
    div.tit_memoness_rankingHead_right p.small {
        font-size: 12px;
        margin-bottom:15px;
    }
    div.tit_memoness_rankingHead_right p.red{
        font-size: 16px;
    }
    div.tit_memoness_rankingHeadBox img {
        width: 50px;
        margin-right:10px;
    }

}

/*------------------------------------------------
CARDs内 countDown.html
------------------------------------------------- */
.notice_countDown p{
    font-size: 3.2vw;
}
/*------------------------------------------------
everydayclick内 thanks.html
------------------------------------------------- */
.todaysClick_box{
    font-size: 3.2vw;
}
.todaysClick h3{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin-bottom: 5px;
}
.ecNum {
    display: block;
    line-height: 1;
    margin: 5px auto 8px;
}
.ecNum + span {
    font-size: 12px;
    font-weight: normal;
}
/*------------------------------------------------
board コミュニティ用CSS
------------------------------------------------- */
.actionBtn:hover {
    /*color: #000;*/
}
.board_inner {
    width: 95%;
}
div.commenter figure {
    width: 25px;
    height: 25px;
    top: -1px;
}
.commentList.child div.commenter figure {
    width: 20px;
    height: 20px;
    top: 0px;
}
.commentTime {
    font-size: 8px;
}
div.commenter div{
    font-size: 11px;
    max-width: calc(95vw - 190px);
}
.child div.commenter div {
    font-size: 11px;
    max-width: calc(95vw - 205px);
}
.commentList.child {
    padding: 0 0 0 20px;
}
div.comment_inner {
    font-size: 12px;
}
article.boardHosokuBox{
    margin-bottom:10px;
}
a.boardHosoku{
    font-size:12px;
}
.likeUser_item div {
    width: calc( 90vw * 0.95 * 0.9 - 50px );
    text-align: left;
    line-height: 1.2;
}