body{
    font-size: 16px;
    background-color: #000;
    color: #fff;
    maring:0 auto;
}

.title{
    z-index: 10;
    margin:0;
    padding:0;
}

.title img{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 10;
    margin:0;
    padding:0;

}


.firstLogo{
    width:100%;
}

a{
    color: #4287fd;
}

.content{
    z-index: 5;
}

.smallButton{
    width:80px !important;
}

input,
select,
textarea{
    max-width:100%;/* お好みで */
    font-size: 16px;
}

#cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 4;
    display: none;
}
#modal {
    position: fixed;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding:20px;
    background: rgba(255,255,255, 1);
    z-index: 5;
    display: none;
    font-size: 16px;
    border-radius: 10px;
    color:#000;
    text-align: center;
    overflow-y: auto;
}

#cover2,#cover3,#cover4,#coverReply,#cover_side,#coverBottom {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 6;
    display: none;
}
#modal2,#modal3,#modal4,#modalReply,#modal_side,#modalBottom {
    position: fixed;
    width: 80%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding:20px;
    background: rgba(255,255,255, 1);
    z-index: 7;
    display: none;
    font-size: 16px;
    border-radius: 10px;
    color:#000;
    text-align: center;
    overflow-y: auto;
}



#modal input{
    width:90%;
}

#modal textarea,#modalReply textarea,#modal_side textarea{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width:90%;
    height: 30%;
}

#display_modal{
    position: fixed;
    width:75px;
    height: 75px;
    border-radius: 75px;
    bottom:10%;
    right:10px;
    z-index: 3;
    background-color: #2577ff;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height:75px;
}
#display_modal:hover{
    background-color: #759fe5;
    padding-left: 3px;
    padding-top: 3px;
}

.no-scroll {
    overflow: hidden;
}
.tweet{
    border: #fff 1px solid;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.tweet .reply a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    z-index: 1;
}

/* マウスオーバー時に色変更
.tweet:hover{
    opacity: 0.2;
    background-color: #fff;
    color:#fff;
    z-index:0;

}

 */

.tweet section{
    margin:20px 0px;
    z-index: 15;
}

.tweet section div{
    margin:20px 0px;
    z-index: 15;
}

.tweet section div span{
    z-index: 15;
}

.bottom{
    position: fixed;
    bottom:0;
    left: 0;
    width:100%;
    height:90px;
    background-color: #ccc;
    z-index: 1;
}

#display_modal{
    size:10px;
}

#bottom .search {
    margin: 10px auto;
    text-align: center;
}

#bottom input{
    border-radius: 5px;
    width:90%;
}

#temporaryBox{
    position: fixed;
    margin:0px;
    width: 100%;
    height:10%;
    top:0;
    left:0%;
    z-index: 11;
    background-color: rgba(100, 149, 247,0.8);
    color: #fff;
    text-align: center;
}
.user_id{
    font-weight: bold;
    margin-right:5px;
}

.user_id a{
    text-decoration: none;
    color:#fff;
}

.post_id{
    display:none;
}

#input_company{
    width:100%;
}

.search_top{
    position: fixed;
    top:0;
    left:0;
    z-index: 5;
    height: 100%;
    width:100%;
}

/*個別ページのCSS*/
.each_data{
    border-radius: 10px;
    border: solid 1px #fff;
    margin: 10px;
    padding: 0 5px;
}

.flex_two{
    display: flex;
    width:100%;
    /*position: relative;*/
}

.flex_two .each_color{
    width:40%;
    background-color: gray;
    border-radius: 5px;
    margin:5px;
    padding: 0 10px;
}

.flex_two .each_deviation{
    width:60%;
    background-color: gray;
    border-radius: 5px;
    margin:5px;
    margin-right: 10px;
    padding: 0 10px;
}

.flex_two .position_left{
    position: absolute;
    left:10px;
    bottom:5px;
}

.flex_two .position_right{
    position: absolute;
    right:10px;
    bottom:5px;
}

.flex_two .position_top-left{
    margin: 0 0 auto 0;
    text-align: left;
}

.flex_two .position_top-right{
    margin: 0 0 0 auto;
    text-align: right;
}


.each_data .item{
    text-align: center;
    margin:5px;
}

.singleTop{
    background-color: #2f2f2f;
    margin:15px;
    padding:5px;
}

.singleContent{
    background-color: #2f2f2f;
    margin:15px;
    padding:5px;
}

.singleAbout{
    background-color: #2f2f2f;
    margin:15px;
    padding:5px;
}

.singleTweet{
    padding:10px;
    padding-left: 10px;
}

.evaluateInput{
    width:30% !important;
}

/*シングルページ/

/*棒グラフのCSS*/
#myRaderChart{

}

i{
    font-size:100px;
}

.total_title{
    font-size: 32px;
    text-align: center;
}

#replyList{
    margin-left: 20px;

}

.go_next{
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 5px;
    background-color: #2577ff;
    color:#fff;
    width:150px !important;
    margin:10px;
}

.cancel{
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 5px;
    background-color: rgb(239, 239, 239);
    width:150px !important;
    margin:10px;
}

.meta{
    margin-bottom: 10px;
}

#search_index{
    width:50% !important;
}

@media screen and (min-width:800px) {
    #web_flex{
        display: flex;
        width:100%;
        justify-content: center;
        margin:0 10px 10px 0;
    }
    #article{
        width:50%;
        max-width: 650px;
    }

    #article_center{
        width:50%;
        max-width: 650px;
        border-right: gray 1px solid;
        border-left: gray 1px solid;
    }
    #article_center #article{
        width:100%;
    }


    #side_menu{
        width:25%;
        display: block;
    }

    .menu_bar li{
        background-color: gray;
        list-style: none;
        margin:5px 0px;
        padding: 5px 0px;
        border-radius: 5px;
    }
    .menu_bar li a{
        color:#fff;
        text-decoration: none;
    }
    .menu_bar li:hover{
        background-color: #474343;
        text-decoration: none;
    }

    .title{
        width:100%;
        position: fixed;
        top:0;
        left:0;
        transform: translate(0%, 0%);
        height:10px;
        text-align: center;
    }

    .title img{
        width:100%;
        max-width:1000px;
        margin: 0 auto;
        position: relative;

    }

    #side_widget{
        width:25%;
    }

    #modal, #modal2,#modal3,#modal4,#modalReply,#modal_side {
        width:50%;
    }

    .each_deviation, .each_color{
        height:130px;
    }

    .each_deviation p{
        margin:5px;
    }

    #search_index{
        width:50% !important;
    }

    #output_company{
        width:50%;
        text-align: left;
    }
    .center_text{
        text-align: center;
        line-height: 100px;
    }

}

.barChart{
    padding:0px;
}

@media screen and (max-width:800px) {
    #web_flex{
        display: flex;
        width:100%;
        justify-content: center;
        margin:0 10px 10px 0;
    }

    #side_menu{
        width:25%;
        display: none;
    }

    .menu_bar li{
        display: none;
        background-color: gray;
        list-style: none;
        margin:5px;
        padding: 5px;
        border-radius: 5px;
    }
    .menu_bar li a{
        color:#fff;
    }


    #side_widget{
        display: none;
        width:25%;
    }

    #modal, #modal2,#modal3,#modal4,#modalReply,#modal_side {
        width:50%;
    }
}

.fa-heart::before {
    content:'\f004';
    font-family:'Font Awesome 5 Free';
}

.fontAwesomeheart{
    color:#E0548E;
}

.btn-good{
    margin:5px;
    z-index: 15;
}

.replyIcon{
    margin:5px;
}

.goodNum{
    margin:0 20px 0 0px;
}

.replyNum{
    margin:0 20px 0 0px;
}



#companyDetail td:first-child{
    width:60px;
}

/*ログインページ*/
#loginForm #login{
    display: block;
    margin: 20px 0 0 auto;
    height:50px;
}
/**/

#side_menu .rightMenu .menu_bar{
    margin: 10px;
}

#side_menu .rightMenu .menu_bar li{
    display:inline-block;
    width:80%;
}

.error_list{
    padding: 10px 30px;
    color: #ff2e5a;
    font-size: 86%;
    text-align: left;
    border: 1px solid #ff2e5a;
    border-radius: 5px;
    width:50%;
}

.rightMenu{
    position:fixed;
    width:25%;
    height:100px;
    margin:0 0 0 auto;
    padding:5px;
    text-align: center;
}

/*サイドウィジェット関連*/
.backNumber{
    max-width: 250px;
    max-height: 150px;
    margin: 10px;
}

#side_widget .archive{

    position: fixed;
    margin:20px;
}

.backNumber img{
    width:80%;
    max-width: 250px;
    max-height: 150px;
}
/**/