@charset "UTF-8";

/* 前pochi_ios */

/**************************
基本設定
**************************/

html,body {
    font-size: 100%;
    color: #4C4C4C;
    background: #FFF;
    font-family: 'Meiryo', 'Hiragino Kaku Gothic Pro', sans-serif;
    line-height:1.5;
}


body {
    /*
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-modify: none;
    pointer-events: none;
    touch-action: none;
    -webkit-highlight: none;
    */
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;
    -webkit-user-modify: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
}
input, textarea {
    -webkit-user-select: auto;
    user-select: auto;
}

*{margin:0;padding:0;}

img{
    border:0;
    max-width: 100%;
}

a{
    color:#808080;
    text-decoration:none;
    -webkit-tap-highlight-color: transparent;
}

a:active{
    /*color:#6AB137;*/
}

ul,ol{
    list-style:none;
}

.Center{ text-align:center; }
.Clear{ clear:both; }

hr{
    height: 1px;
    border: none;
    border-top:1px solid #B9B9B9;
    margin:5px 0;
}

/*****************************
* header 設定
*****************************/

header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 991;
    width: 100%;
    height: 50px;
    /*background: #FFF;*/
    /*background: url(/img/up/kiwami/background.png) repeat;*/
    background: #6BB137;
    /*color: #B9B9B9;*/
    color: #fff;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0 4px 4px rgba(100,100,100,0.1);
}

header h1{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 50px;
}

header h1 img{
    height:45px;
    vertical-align: middle;
}

header h2{
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    /*color: #B9B9B9;*/
    color: #fff;
    line-height: 50px;
}

header .back_button {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}

header .info_button {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

header .point_button {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px
}

header .back_button i,
header .info_button i,
header .point_button i{
    font-size: 30px;
    margin-top: 10px;
    /*color: #B9B9B9;*/
    color: #fff;
}

header .back_button i{
    transform: scale(-1, 1);
}


/*****************************
* footer 設定
*****************************/

#nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 990;
    border-top: 1px solid #B9B9B9;
    box-shadow: 0 -4px 4px rgba(0,0,0,0.1);
    /*background: #FFF;*/
    /*background: url(/img/up/kiwami/background.png) repeat;*/
    background: #6BB137;
}

#nav li{
    width: 20%;
    height: 60px;
    /*background: #FFF;*/
    background: url(/img/up/kiwami/background.png) repeat;
    float: left;
    text-align: center;
    font-size: 0.7em;
    position: relative;
}

#nav li i{
    font-size: 30px;
    margin-top: 7px;
}

#nav li a{
    /*color: #999;*/
    color: #FFF;
    position: relative;
}

#nav .on{
    color: #6AB137;
}

.midoku{
    background-color: #FF4500;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 0 #FF8E66;
    position: absolute;
    top: 5px;
    left: 5px;
}

/**************************
Index
**************************/

.profile-card{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    line-height: 1.4;
}

.profile-image{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    position: relative;
    border-radius: 20%;
}

.profile-image .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.profile-image .mask::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 200px;
	content: "審査中";
	color: #FFF;
	font-weight: bold;
}

.profile-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-name {
    margin: 10px 0 0 0;
    font-size: 17px;
}

.profile-id {
    font-size: 14px;
}

.profile-desc {
    font-size: 15px;
    opacity: 0.6;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.profile-button-wrapper{
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.profile-button{
    width:25%;
    height:35px;
    margin:10px 0;
    text-align:center;
    font-size: 0.6em;
}

.profile-button i{
    font-size: 40px;
    color: #999;
}

.profile-button .on{
    color: #6AB137;
}

.profile-button .trans {
    transition: all 0.4s;
}

.profile-button img{
    width:auto;
    height:100%;
    margin:0 auto 0 auto;
}

.profile-button button{
    width:auto;
    height:100%;
    background:#FFF;
    border:none;
    outline: none;
}

.indexImage{
    width:96%;
    height:auto;
    margin:10px 2%;
}

/**************************
基本パーツ
**************************/

#wrapper{
    padding-top:75px;
    padding-bottom:70px;
    margin-top:-25px;
    position: relative;
}

.profList{
    margin:10px;
    font-size:1em;
    font-size:1em;
    border:1px solid #B9B9B9;
    border-radius:5px;
    background:#FFF;
}

.profList li{
    padding:5px 10px;
    border-bottom:1px solid #B9B9B9;
}

.profList li:last-child{
    border-bottom:none;
}

.profPR{
    margin:10px;
    padding:10px;
    font-size:1em;
    border:1px solid #B9B9B9;
    border-radius:5px;
    background:#FFF;
}

.profPR p{
    background:#666;
    padding:5px;
    color:#FFF;
    text-align:center;
    margin-bottom:5px;
}

.profPR img{
    width:100%;
}

.buttonBox{
    width:auto;
    height:50px;
    margin:10px;
    background:#37B098;
    color:#FFF;
    text-align:center;
    line-height:50px;
    border-radius:5px;
    position: relative;
}

.buttonBox a{
    color:#FFF;
    display:block;
    font-size:0.8em;
}

.buttonBox a:active{
    opacity: 0.8;
}

.buttonBox img{
    height:25px;
    margin-right:5px;
    vertical-align:middle;
}

#infscr-loading{
    position:fixed;
    left:50%;
    top:50%;
    z-index:1000;
    margin-left:-50px;
    margin-top:-40px;
}

.navigation{
    text-align:center;
    padding:10px 0;
}

.left_tab,
.right_tab{
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background: #E8E8E8;
    font-weight: bold;
    color: #5BA636;
    border-bottom: 2px solid #5BA636;
}

.left_tab a,
.right_tab a{
    display: block;
    background: #E8E8E8;
}

.error_box{
    margin:10px;
    padding:20px;
    font-size:1em;
    background:#FFF;
    text-align:left;
    border:1px solid #B9B9B9;
    border-radius:5px;
}

.error_box img{
    width:100%;
}

.pagelink{
    width:100%;
    height:auto;
    text-align:center;
    padding-top:20px;
    padding-bottom:10px;
}

.pagelink a{
    background:#ACACAC;
    padding:10px;
    margin-left:3px;
    color: #333;
}

.pagelink a:active{
    color:#FFF;
    background:#6AB137
}

.pagelink u{
    color:#FFF;
    background:#6AB137;
    padding:10px;
    margin-left:3px;
    text-decoration:none;
}

.pagelink input[type="button"]{
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    background: none;
    color: #4C4C4C;
    font-size: 1.1em;
    padding: 10px 0;
}

.writebt{
    position:fixed;
    bottom:75px;
    right:10px;
    width:60px;
    height:60px;
    background:#6AB137;
    border-radius:50%;
    box-shadow:3px 2px 2px 0px #BDBDBD;
    text-align: center;
}

.writebt img{
    padding:15px;
    width:auto;
    height:100%;
}

.writebt i{
    color: #FFF;
    font-size: 40px;
    margin-top: 10px;
}

.banner{
    padding: 10px;
}

/**************************
search
**************************/

.list-search-container{
    padding: 5px;
    border-bottom: 1px solid #999;
    position: relative;
}

.list-search-container a{
    display: block;
}

.list-search-left{
    width: 50px;
    margin-right: -50px;
    float: left;
}

.list-search-right{
    width: 100%;
    float: right;
}

.list-search-content{
    margin-left: 55px;
    margin-right: 30px;
}

/**
.list-search-container .favbt{
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	padding:20px 10px;
	z-index:100;
}

.list-search-container .favbt img{
	width:30px;
	height:30px;
}
**/

/**************************
talk,friend,block
**************************/

.list-item-container{
    padding: 5px;
    border-bottom: 1px solid #999;
    position: relative;
}

.list-item-container a{
    display: block;
}

.list-item-left{
    width: 50px;
    margin-right: -50px;
    float: left;
}

.list-item-right{
    width: 100%;
    float: right;
}

.list-item-content{
    margin-left: 55px;
    margin-right: 10px;
}

.list-info{
    padding: 10px 26px;
}

.avator{
    width: 50px;
    height: 50px;
    border-radius: 20%;
    overflow: hidden;
    object-fit: cover;
}

.avator img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.name{
    line-height: 1em;
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: 3px;
    font-size: 0.9em;
}

.lucent{
    opacity: 0.8;
    margin-left: 5px;
    font-size:0.8em;
}

.desc{
    line-height: 1em;
    margin-left: 5px;
}

.timeline-date {
    float: right;
    font-size: 0.9em;
    opacity: 0.6;
}

.list-item-container .subject{
    line-height:1.3;
    margin-bottom:5px;
}

.list-item-container .message{
    line-height:1.3;
    margin-top:5px;
}

.list-item-container .midoku{
    background-color:#FF4500;
    border-radius:50%;
    color:#FFF;
    display:inline-block;
    font-size:12px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    text-shadow:1px 1px 0 #FF8E66;
    position:absolute;
    top:3px;
    left:3px;
}

.list-item-container .deleteButton{
    width:18%;
    height:100%;
    position:absolute;
    top:0;
    right:-18%;
    z-index:100;
    background:#F21800;
    color:#FFF;
    text-align:center;
    line-height:70px;
    display: none;
}

.list-item-container .showDelButton{
    width:18%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    z-index:100;
    background:#F21800;
    color:#FFF;
    text-align:center;
    display: none;
}

.list-item-container .showDelButton p{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-1em;
    margin-top:-0.5em;
}

.list-item-container .favbt{
    width:auto;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    padding:20px 10px;
    z-index:100;
}

.list-item-container .favbt img{
    width:30px;
    height:30px;
}

.list-item-container .arrow{
    position:absolute;
    top:50%;
    right:10px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:-7px;
}

/****

.list-item-container .blockname{
	float:left;
	line-height:50px;
}

.list-item-container .del_block{
    width:80px;
    height:50px;
    line-height:50px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:100;
	background:#6AB137;
	text-align:center;
}

.list-item-container .del_block a{
	color:#FFF;
	display:block;
}
****/
/**************************
photo
**************************/

.photos{
    position: relative;
    width: 25%;
    float:left;
}

.photos:after{
    padding-top: 100%;
    display: block;
    content: "";
}

.photos .photobox{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    border: 1px solid #999;
    margin: 5px;
}

.photos .photobox img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/**
.photos .name {
    width:90%;
    height:auto;
    position:absolute;
    bottom:-25px;
    right:5%;
    z-index:99;
    background:rgba(0,0,0,1);
    padding:3px;
    text-align:center;
    font-size:0.8em;
}
**/

/**************************
mypage
**************************/

h3{
    font-size:0.9em;
    padding:5px;
    background:#E6E6E6;
}

.mypage{
    padding: 20px 10px 5px 10px;
    font-size:0.9em;
    position:relative;
    background:#FFF;
}

.mypage .image{
    float:left;
    width:80px;
    height:80px;
    overflow:hidden;
    position: relative;
    border-radius: 20%;
}

.image .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.image .mask::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	content: "審査中";
	color: #FFF;
	font-weight: bold;
}

.mypage .image img{
    width:100%;
    height:auto;
}

.mypage .text{
    float:left;
    margin-left:20px;
}

.mypage .text p{
    font-size:1.1em;
    margin-bottom:10px;
}

.mypage .text a{
    color: #6AB137;
    padding-left:20px;
}

.judge{
    position: relative;
    width: 80px;
    padding: 4px 0;
    background: #666;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.ng{
    background: #FF0000;
}

.ok{
    background: #6AB137;
}

.ng_mask{
    padding: 5px;
    background: #000;
    margin: 10px;
    font-size: 0.9em;
    border-radius: 5px;
}

.ng_mask a{
    color: #FFF;
    display: block;
}

.mymenu{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mymenu li{
    border: 1px solid #B9B9B9;
    font-size: 0.7em;
    position: relative;
    width: 31.5%;
    height: 90px;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
    border-radius: 5px;
}

.mymenu li a{
    color: #6AB137;
    display: block;
}

.mymenu li i{
    font-size: 40px;
    margin-top: 8px;
}

.mymenu li img{
    width: auto;
    height: 50px;
    margin-bottom: 5px;
}

.card-solid.icon {
    color: #6AB137;
    position: absolute;
    top:75px;
    left:110px;
    margin-left: 2px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border-radius: 1px;
    border: solid 1px currentColor;
    background-color: currentColor;
}

.card-solid.icon:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -1px;
    width: 17px;
    height: 2px;
    color: white;
    background-color: currentColor;
}

.card-solid.icon:after {
    content: '';
    position: absolute;
    right: 1px;
    bottom: 2px;
    width: 4px;
    height: 1px;
    color: white;
    background-color: currentColor;
}

.pushbutton{
    background: #6AB137;
    color:#FFF;
    padding:5px 20px;
}

/**************************
form
**************************/

form{
    margin:0;
    padding:0 10px;
}

form p{
    margin-top:10px;
}

form input{
    -webkit-appearance:none;
    width:100%;
    display:block;
    outline: 0;
    border:1px solid #B9B9B9;
    background:#FFF;
    padding:5px;
    margin-bottom:10px;
    color:#808080;
    border-radius:5px;
}

form select{
    -webkit-appearance:none;
    width:100%;
    display:block;
    outline: 0;
    border:1px solid #B9B9B9;
    background:#FFF;
    padding:5px;
    margin-bottom:10px;
    color:#808080;
    border-radius:5px;
}

form textarea{
    -webkit-appearance:none;
    width:100%;
    height:100px;
    outline: 0;
    border:1px solid #B9B9B9;
    background:#FFF;
    padding:5px;
    color:#808080;
    margin-bottom:10px;
    border-radius:5px;
    font-family: 'Meiryo', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 0.9em;
}

form input:focus,
form select:focus,
form textarea:focus {
    border:1px solid #6AB137;
    transition: 0.3s;
}

input[type="button"],
form input[type="button"],
form input[type="submit"]{
    -webkit-appearance: none;
    width:100%;
    height:50px;
    background:#6AB137;
    color:#FFF;
    border:none;
    border-radius:5px;
    font-size:0.8em;
}

input[type="button"]:active,
form input[type="button"]:active,
form input[type="submit"]:active{
    opacity: 0.8;
}

form input[type=radio],
form input[type=checkbox] {
    display: none;
}

form .radio,
form .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 10px 30px 0;
    padding: 12px 12px 12px 42px;
    border:1px solid #B9B9B9;
    border-radius: 45px;
    background-color: #FFF;
    vertical-align: middle;
    cursor: pointer;
}

form input[type=radio]:checked + .radio,
form input[type=checkbox]:checked + .checkbox {
    border:1px solid #6AB137;
    background-color: #6AB137;
    color:#FFF;
}

form .radio:active:after,
form .checkbox:active:after {
    border-color: #6AB137;
}

form .radio:after,
form .checkbox:after {
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    border-radius: 45px;
    content: '';
    background-color: #FFF;
    z-index:0;
}

form .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 17px;
    display: block;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #6AB137;
    content: '';
    opacity: 0;
    z-index:1;
}

form input[type=radio]:checked + .radio:before {
    opacity: 1;
}

form .checkbox:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #6AB137;
    border-bottom: 3px solid #6AB137;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index:1;
}

form input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}

/**************************
loginform
**************************/

.uline_form{
    display: inline;
    padding: 0 5px;
}

.uline_form input[type="button"]{
    -webkit-appearance: none;
    width:auto;
    height:auto;
    line-height: 1em;
    background:none;
    color:#7F7F7F;
    border-bottom: 1px solid #7F7F7F;
    border-radius:0;
    font-size:1em;
    display: inline;
    margin: 0;
    padding: 0;
}

.login_form{
    margin-top: 20px;
}

.login_form ul li{
    display: none;
}

.login_form .form_error{
    font-size: 0.7em;
    color: #EB5959;
    padding: 3px 5px;
    border-radius: 5px;
    margin-top: -8px;
    margin-bottom: 20px;
}

.kiyaku_checkbox{
    margin: 25px 0;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.3em;
}

.kiyaku_checkbox .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 40px 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #FFF;
    vertical-align: middle;
    cursor: pointer;
}

.kiyaku_checkbox input[type=checkbox]:checked + .checkbox {
    border: none;
}

.kiyaku_checkbox .checkbox:active:after {
    border-color: #6AB137;
}

.kiyaku_checkbox .checkbox:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -18px;
    width: 30px;
    height: 30px;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    content: '';
    background-color: #FFF;
    z-index:0;
}

.kiyaku_checkbox .checkbox:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -22px;
    width: 16px;
    height: 27px;
    border-right: 4px solid #6AB137;
    border-bottom: 4px solid #6AB137;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index:1;
}

.kiyaku_checkbox div{
    display: inline;
    text-decoration: underline;
}

.groupbox{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 0.8em;
}

.groupbox p{
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 5px;
}

.groupbox div{
    width: 31%;
    height: auto;
    position: relative;
    text-align: center;
}

.groupbox .checkbox{
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.6;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.groupbox div div,
.groupbox a{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    overflow: hidden;
}

.groupbox div div img,
.groupbox a img,
.groupbox .checkbox img{
    width: 100%;
    height: auto;
    margin-bottom: -6px;
}

.groupbox .checkbox .sample:after{
    padding-top:100%;
    display: block;
    content: "";
}

.groupbox input[type=checkbox]:checked + .checkbox {
    border: none;
    opacity: 1;
}

.groupbox .checkbox:active:after {
    border-color: #6AB137;
}

.groupbox .checkbox:after {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.groupbox .checkbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 25%;
    height: 50%;
    border-right: 8px solid #6AB137;
    border-bottom: 8px solid #6AB137;
    content: '';
    opacity: 0;
    z-index:1;
}

/**************************
つぶやき
**************************/

.tweet_box{
    border-bottom:1px solid #B9B9B9;
    position:relative;
    outline: none;
}

.tweet_comment_box{
    border-bottom:1px solid #B9B9B9;
    position:relative;
    background:#E6E6E6;
    outline: none;
}

.tweet_comment_box .tweet_del_box{
    position:absolute;
    top:5px;
    right:18px;
    font-size:1.4em;
}

.tweet_box a,
.tweet_comment_box a{
    display:block;
    outline: none;
}

.tweet_box .tweet_del_box{
    position:absolute;
    top:5px;
    right:18px;
    font-size:1.4em;
}

.tweet_img{
    width:65px;
    height:65px;
    border-radius:50px;
    overflow:hidden;
    margin:10px;
    float:left;
}

.tweet_img img{
    width:100%;
    height:auto;
}

.tweet_sub{
    float:left;
    font-size:0.7em;
    line-height:1.7em;
    margin:10px;
}

.tweet_sub p{
    font-size:1.1em;
}

.tweet_text{
    margin:10px 15px;
}

.tweet_comment_box .tweet_text{
    margin:10px 15px 10px 95px;
}

.tweet_comment_box .tweet_text p{
    font-size:0.8em;
    color:#999;
}

.tweet_box .tweet_block_box,
.tweet_comment_box .tweet_block_box{
    position:absolute;
    top:63px;
    left:113px;
}

.tweet_box .tweet_block_box .mark,
.tweet_comment_box .tweet_block_box .mark{
    position:absolute;
    top:3px;
    left:-18px;
    margin-left: 2px;
    margin-top: 2px;
    width: 13px;
    height: 13px;
    border: solid 1px currentColor;
    border-radius: 8px;
}

.tweet_box .tweet_block_box .mark:before,
.tweet_comment_box .tweet_block_box .mark:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    width: 13px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tweet_like,
.tweet_comment,
.tweet_talk,
.tweet_block,
.tweet_report{
    padding:10px 0;
    width:50%;
    float:left;
    font-size:0.9em;
    color:#999;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-align: center;
}

.tweet_like:before{
    content: '';
    display:inline-block;
    width:15px;
    height:15px;
    vertical-align:middle;
    background:url("/img/up/icon_like.png") no-repeat;
    background-size:auto 15px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    margin-top:-4px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tweet_comment:before{
    content: '';
    display:inline-block;
    width:20px;
    height:15px;
    vertical-align:middle;
    background:url("/img/up/icon_talk.png") no-repeat;
    background-size:auto 15px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    margin-top:-2px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tweet_talk:before{
    content: '';
    display:inline-block;
    width:20px;
    height:15px;
    vertical-align:middle;
    background:url("/img/up/icon_talk.png") no-repeat;
    background-size:auto 15px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    margin-top:-4px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tweet_block:before{
    content: '';
    display:inline-block;
    width:20px;
    height:15px;
    vertical-align:middle;
    background:url("/img/up/icon_block.png") no-repeat;
    background-size:auto 15px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    margin-top:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tweet_report:before{
    content: '';
    display:inline-block;
    width:25px;
    height:16px;
    vertical-align:middle;
    background:url("/img/up/icon_report.png") no-repeat;
    background-size:auto 16px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    margin-top:-2px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tweet_box .on{
    color:#45A7C8;
}

.tweet_box .on:before{
    -webkit-filter:grayscale(0%);
    filter:grayscale(0%);
}

.like_box{
    border-bottom:1px solid #FFF;
    padding:10px;
}

.like_box .left_box{
    float:left;
    color:#555;
    font-size:0.9em;
    height:40px;
    line-height:40px;
    border-right:1px solid #FFF;
    padding-right:10px;
}

.like_box .left_box span{
    font-size:1.1em;
    color:#333;
}

.like_box .right_box{
    float:left;
    padding-left:10px;
}

.like_box .prof_img{
    width:40px;
    height:40px;
    border-radius:50px;
    overflow:hidden;
    margin:0 5px;
    float:left;
}

.like_box .prof_img img{
    width:100%;
    height:auto;
}

/**************************
タブメニュー
**************************/

#tabAccordion {
    margin: 0 auto;
    width: 100％;
    height: 321px;
    border: 1px #E6E6E6 solid;
    position: relative;
}

#tabAccordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

#tabAccordion dl dt {
    top: 0;
    left: 0;
    width: 50%;
    position: absolute;
    background: #E6E6E6;
    border-bottom: 1px #E6E6E6 solid;
    border-right: 1px #E6E6E6 solid;
    box-sizing: border-box;
}

#tabAccordion dl:nth-child(2) dt {
    left: 50%;
}

#tabAccordion dl dt a {
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: all 0.2s linear;
}

#tabAccordion dl dt.btnAcv {
    background: #fff;
    border-bottom: none;
}

#tabAccordion dl dt:hover > a {
    background: #fff;
}

#tabAccordion dl dd {
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    overflow-y: auto;
    display: none;
    position: absolute;
    box-sizing: border-box;
}

.fixed-tab{
    position: fixed;
    top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 9;
}

.fixed-tab div{
    height: 50px;
    line-height: 50px;
    background: #E8E8E8;
    flex-grow: 1;
    text-align: center;
    font-size: 0.9em;
}

.fixed-tab .now{
    color: #5BA636;
    border-bottom: 2px solid #5BA636;
}

/**************************
スウィッチ
**************************/

.pushmenu li{
    padding:15px 10px;
    border-bottom:1px solid #B9B9B9;
    font-weight:0.9em;
    position:relative;
    background:#FFF;
}

.pushSwitch {
    border: solid 1px #ccc;
    border-radius: 20px;
    display: inline-block;
    height: 36px;
    overflow: hidden;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 90px;
    position:absolute;
    top:10px;
    right:5px;
}
.pushSwitch *{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pushSwitch [type=checkbox] {
    display: none;
}
.pushSwitch .label {
    cursor: pointer;
    margin-left: -53px;
    -ms-transition: margin .1s;
    -moz-transition: margin .1s;
    -o-transition: margin .1s;
    -webkit-transition: margin .1s;
    transition: margin .1s;
    white-space: nowrap;
}
.pushSwitch :checked + .label {
    margin-left: 0;
}
.pushSwitch .label > * {
    vertical-align: top;
}
.pushSwitch .on,
.pushSwitch .off {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 70px;
}
.pushSwitch .on {
    background-color: #6AB137;
    color: #fff;
    text-shadow: -1px -1px rgba(0,0,0,.3);
}
.pushSwitch .separator {
    background-color: #eee;
    border: solid 1px #999;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow:
            1px 2px #fff inset,
            -1px 2px #fff inset,
            1px 1px 5px rgba(0,0,0,.2);
    display: inline-block;
    height: 34px;
    margin: 0 -17px;
    position: relative;
    width: 34px;
}
.pushSwitch .off {
    background-color: #eee;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2) inset;
    color: #777;
    text-shadow: 1px 1px #fff;
}

/**************************
faq
**************************/

.faq{
    border-bottom: 1px #E6E6E6 solid;
}

.faq dt{
    border-top: 1px #E6E6E6 solid;
    padding:8px 5px 3px 5px;
    margin-bottom:5px;
}

.faq dt:before{
    content: "■";
    color: #6AB137;
}

.faq dd{
    padding:0px 5px 8px 20px;
}

.faq dd:before{
    content: "┗ ";
    color: #6AB137;
}

/**************************
support
**************************/

.supportL{
    clear:both;
    float:left;
    max-width:75%;
    width:auto !important;
    width:75%;
    margin:15px;
    padding: 10px;
    border-radius: 5px;
    background:#B6D9AB;
    position: relative;
}

.supportL:after {
    content: '';
    position:absolute;
    border-right:14px solid #B6D9AB;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    left:-12px;
    top:10px;
}

.supportR{
    clear:both;
    float:right;
    max-width:75%;
    width:auto !important;
    width:75%;
    margin:15px;
    padding: 10px;
    border-radius: 5px;
    background:#E3E3E3;
    position: relative;
}

.supportR:after {
    content: '';
    position:absolute;
    border-left:14px solid #D2D6D6;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    right:-12px;
    top:10px;
}

.supportL .lucent,
.supportR .lucent{
    margin-left: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/**************************
modal
**************************/

.modalContents select{
    -webkit-appearance: none;
    width:80%;
    display:block;
    outline: 0;
    border:1px solid #B9B9B9;
    background:#FFF;
    padding:5px;
    margin:0 auto 0 auto;
    margin-top:10px;
    color:#808080;
}

.basicModal p select {
    -webkit-appearance: none;
    /*width:80%;
    display:block;*/
    outline: 0;
    border:1px solid #B9B9B9;
    background:#FFF;
    padding:5px;
    margin:0 auto 0 auto;
    /*margin-top:10px;*/
    color:#808080;
}

.basicModal textarea {
    -webkit-appearance: none;
    width:90%;
    /*display:block;*/
    outline: 0;
    border:1px solid #B9B9B9;
    background:#FFF;
    padding:5px;
    margin:0 auto 0 auto;
    /*margin-top:10px;*/
    color:#808080;
}

.avatorProf {
    width: 120px;
    height: 120px;
    border-radius:120px;
    overflow:hidden;
    margin: auto;
    object-fit: cover;
}

.avatorProf img{
    width:100%;
    height:auto;
    object-fit: cover;
}