/* --- GoogleフォントからWebフォントをインポート --- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
a {
    text-decoration: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

hr {
}

#red_message{
    font-size: 80%;
    color: red;
}

.any{
    font-size: 80%;
    color: yellow;
}

.tik_tok_description_tables{
    color: black;
}
img{
    max-width: 100%;
}

text{
    max-width: 100%;
}

textarea{
    max-width: 100%;
}

.red_message{
    font-size: 100%;
    color: red;
}

#message{
    font-weight: bold;
}

#bold{
    font-weight: bold;

}

.horizontal {
    display: inline-block;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.f_right{
    float: right;
}

.backGroundColor{
    background-color: #e4f5ff;
}

h1 {
    color: white;
    position: relative;
    font-size:2em;
    text-align: center;
}

/* -- トップ(ヘッダーの更に上) -- */
#top {
    padding: 0em 0em 0.5em 0em;
}

.top_buttons{
    margin-top: 1em;
    margin-bottom: 1em;
}
.top_buttons a{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.female_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#fd67fd 0%, #fd67ad 100%);
    background-image: linear-gradient(#fd67fd 0%, #fd67ad 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #ca5eca;
    font-weight: bold;
}

.female_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.female {
    background-image: -webkit-linear-gradient(#fd67fd 0%, #fd67ad 100%);
    background-image: linear-gradient(#fd67fd 0%, #fd67ad 100%);
}

.male_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#67ceff 0%, #6795fd 100%);
    background-image: linear-gradient(#67ceff 0%, #6795fd 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    font-weight: bold;
}

.male_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.male {
    background-image: -webkit-linear-gradient(#67ceff 0%, #6795fd 100%);
    background-image: linear-gradient(#67ceff 0%, #6795fd 100%);
}

.comment_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#ffa500 0%, #ff8c00 100%);
    background-image: linear-gradient(#ffa500 0%, #ff8c00 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #d2691e;
    font-weight: bold;
}

.comment_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.news_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#67ff67 0%, #39d36c 100%);
    background-image: linear-gradient(#67ff67 0%, #39d36c 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #248544;
    font-weight: bold;
}

.news_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.news {
    background-image: -webkit-linear-gradient(#67ff67 0%, #39d36c 100%);
    background-image: linear-gradient(#67ff67 0%, #39d36c 100%);
}

.new_comments {
    background-image: -webkit-linear-gradient(#ffa500 0%, #ff8c00 100%);
    background-image: linear-gradient(#ffa500 0%, #ff8c00 100%);
}


.application_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#8b008b 0%, #4b0082 100%);
    background-image: linear-gradient(#8b008b 0%, #4b0082 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #483d8b;
    font-weight: bold;
}

.application_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.application {
    background-image: -webkit-linear-gradient(#8b008b 0%, #4b0082 100%);
    background-image: linear-gradient(#8b008b 0%, #4b0082 100%);
}


.middle{
    vertical-align: middle;
}

/* ---　ボタン ---*/
.btn{
    position: relative;
    display: inline-block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding: 0.2em 0.3em;
    text-decoration: none;
    color: #FFF;
    background: #47078c;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #27044c;/*線色*/
}

.btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}




/* --- SNSボタン ---*/
.tiktok_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #fff;
    background: dimgray;/*背景色*/
    border-bottom: solid 2px black;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.tiktok_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.twitter_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #00aced;/*背景色*/
    border-bottom: solid 2px #00aced;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.twitter_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.instagram_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #D93177;/*背景色*/
    border-bottom: solid 2px #D93177;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.instagram_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.facebook_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #305097;/*背景色*/
    border-bottom: solid 2px #305097;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.facebook_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.youtube_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #cd201f;/*背景色*/
    border-bottom: solid 2px #cd201f;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.youtube_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.sns_disable_btn {
    pointer-events: none;
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #e8e8ea;/*背景色*/
    border-bottom: solid 2px #e8e8ea;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.sns_disable_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.invisible{
    color: white;
}


.tik_tok_info{
    width: 25%;
    padding: 2%;
    vertical-align: top;
}

#content {
    padding: 1em;
}

.padding_05 {
    padding: 0.5em;
}
.margin_05 {
    margin: 0.5em;
}

.padding {
    padding: 1em;
}
.margin {
    margin: 1em;
}

.pager .pagination {
    text-align: center;
    margin: 0 0 10px;
    padding: 10px 10px 5px;
}

.pager .pagination .page-item {
    display: inline;
    margin: 0 2px;
    padding: 0;
    color: black;
}

.pager .pagination .page-item span,
.pager .pagination .page-item a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px 8px;
    background: #fff;
    border: 1px solid #aaa;
    text-decoration: none;
    vertical-align: middle;


}

.pager .pagination .page-item span{
    font-weight: bold;

}

.pager .pagination .page-item a:hover {
    background: #eeeff7;
    border-color: #00f;
}

.tik_tok_rank_no{
    font-weight: bold;
    font-size: 1.2em;
}
.tik_tok_user_name{
    font-size: 1.3em;
    font-weight: bold;
    color: deepskyblue;
}

/* --- 自動スクロール ---*/
.move-top{
    box-sizing: border-box;
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 3px;
    opacity: 0.8;
}
.move-top:before{
    content: "";
    position: absolute;
    left: 11px;
    border-top: 10px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 24px solid black;
    border-left: 13px solid transparent;
}

.move-top:after{
    content: "";
    position: absolute;
    left: 13px;
    border-top: 12px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 21px solid #294A70;
    border-left: 11px solid transparent;
    z-index: 99;
}





#contents {
  z-index: 0;
  font-size: 16px;
}
.page-txt {
  margin: 30px 0 0;
  height: 2000px;
}
/* モーダル コンテンツエリア */
#modal-main{
    text-align: center;
    display:none;
    width:500px;
    margin:0;
    padding:0;
    background-color:#ffffe0;
    color:#666666;
    position:fixed;
    z-index:2;
}
/* モーダル 背景エリア */
#modal-bg {
　　display:none;
　　width:100%;
　　height:100%;
　　background-color: rgba(0,0,0,0.5);
　　position:fixed;
　　top:0;
　　left:0;
　　z-index: 1;
}

/* モーダル コンテンツエリア */
.modal-main2{
    text-align: center;
    display:none;
    width:500px;
    margin:0;
    padding:0;
    background-color:#ffffe0;
    color:#666666;
    position:fixed;
    z-index:2;
}
/* モーダル 背景エリア */
.modal-bg2 {
　　display:none;
　　width:100%;
　　height:100%;
　　background-color: rgba(0,0,0,0.5);
　　position:fixed;
　　top:0;
　　left:0;
　　z-index: 1;
}


.timeline_ul {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
    
.timeline_li {
    list-style: none;    
    
}
.timeline_table {
    margin: 1em;
}

.comments_ul {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
    
.comments_li {
    list-style: none;
}
.comments_li .user_comment{
    background-color: grey;
}
.comments_li .comment_img{
    height: 10em;
    border-radius: 1em;
    max-width: 10em;
}
.comments_li .comment_img p{
    margin: 0.1em 0.5em;
}
.comments_li .comment_img a img{
    height: 8em;
    border-radius: 1em;
    padding: 0.25em;
}

.comment_info{
    color: grey;
    margin: 0.5em;
}
.comment_sentence{
    margin: 0.5em;
}

table {
    border-collapse: collapse;
    width:100%;
}
th.t_top {
    border-top: #39d36c 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 0.5em;
	font-weight: normal;
        background-color: #dcdddd;
        color: black;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	padding: 0.5em;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
}
tr:hover {
}



.timeline_p {
    margin: 0em;
}
.width_10 {
    width: 10%;
}
.width_20 {
    width: 20%;
}
.width_30 {
    width: 30%;
}
.width_40 {
    width: 40%;
}
.width_50 {
    width: 50%;
}
.width_60 {
    width: 60%;
}
.width_70 {
    width: 70%;
}
.width_80 {
    width: 80%;
}
.width_90 {
    width: 90%;
}
.width_100 {
    width: 100%;
}

/* --- 検索 --- */
#searchform {
    margin: 5px;
}

#search_area{
    width: 100%;
     
}

#searchradio{
    font-size: 80%;
}

#radio_heading{
     padding: 2px;
     font-weight: bold;
     color: #00008b;
     
}

#search_area label{
}

#search_value {
    border-radius: 10px 10px 10px 10px;

}   

#searchBtn {
   margin-bottom:-8px;  
   margin-left:-1px;
}

.new{
    color: red;
    font-weight: bold;
}

.comment{
    font-size: 1.2em;
}

.comment_detail_img{
    min-width: 7.5em;
}

.user-image{
    border-radius: 1em;
}
  
.profile_image{
    max-width: 30em;
    border-radius: 1em;
}


.comments_site_name{
    width: 100%;
    background-image: -webkit-linear-gradient(#ffa500 0%, #ff8c00 100%);
    background-image: linear-gradient(#ffa500 0%, #ff8c00 100%);
}

.timeline_site_name{
    background-image: -webkit-linear-gradient(#67ff67 0%, #39d36c 100%);
    background-image: linear-gradient(#67ff67 0%, #39d36c 100%);
}

.terms_of_service_text{
    color: black;
}