
/*=================================================
 * CSS for PC
 * ================================================= */

#left{	padding-right: 0;}

#exp{
	position: relative;
	padding: 0;
}


/** edgirl **/

.edgirl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #fff;
	border-bottom: 3px solid #3e3e41;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.edgirl{}

a.edgirl:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.edgirl_l,
.edgirl_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.edgirl_l{
	width: 130px;
	padding: 10px;
}

.edgirl_l .img{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
}

.edgirl_l .img img{
	width: 110px;
	height: auto;
}

.edgirl_r{
	padding: 14px 10px 10px 0;
}
a.edgirl .edgirl_r{
	position: relative;
	padding-right: 30px;
}
a.edgirl .edgirl_r:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: calc(50% - 2px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.edgirl .edgirl_r:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e41;
	position: absolute;
	top: 0;
	right: 20px;
}

.edgirl_r .name{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-bottom: 1px solid #3e3e41;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
}

.edgirl_r .name h4{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.edgirl_r .name p{
	width: 100%;
	font-size: 10px;
	line-height: 14px;
}
.edgirl_r .name p em{	color: #3312a5;}

.edgirl_r table{
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 4px 0;
}

.edgirl_r th{
	width: 38px;
	font-weight: normal;
	text-align: left;
}

.edgirl_r td{
	text-align: left;
}

.edgirl_r .score{
	display: table;
	width: 90px;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ff429c;
	border-radius: 3px;
}

.edgirl_r .score_l,
.edgirl_r .score_r{
	display: table-cell;
	height: 19px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.edgirl_r .score_l{
	vertical-align: middle;
	width: 38px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #fff;
	background: #ff4927;
	border-radius: 2px 0 0 2px;
}

.edgirl_r .score_r{
	vertical-align: bottom;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #ff429c;
}

.edgirl_r .score_r em{
	font-family: "FontA";
	font-size: 14px;
}


/** ed_main **/

#ed_main{
	position: relative;
	border-top: 2px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** user **/

#user{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #3e3e41;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#user.ill{
-webkit-background-size: 3px 3px;
-moz-background-size: 3px 3px;
background-size: 3px 3px;
background-color: #ffd5d5;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
}

#user .usbox{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 97px;
	color: #fff;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#user .usbox_l,
#user .usbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#user .usbox_l{
	width: 95px;
	padding: 8px 0 8px 12px;
}

#user #u_img{
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
#user.ill #u_img:after{
	content: '';
	width: 35px;
	height: 30px;
	background: url(./img/ill.png) no-repeat;
	-webkit-background-size: 35px 30px;
	background-size: 35px 30px;
	animation: flash 0.5s ease-in-out infinite alternate;
	position: absolute;
	top: 2px;
	left: 0;
}
@keyframes flash {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#user #u_img a{	border-radius: 50%;}

#user #u_img img{
	width: 70px;
	height: auto;
	border-radius: 50%;
}

#user #u_img p{
	width: 70px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 60px;
	left: 12px;
}
#user.ill #u_img p{	background: #ff4927 !important;}

#user .usbox_l .aw{
	display: inline-block;
	vertical-align: top;
	z-index: 3;
	position: absolute;
	top: 13px;
	left: 0;
}
#user .usbox_l .aw img{
	width: 40px;
	height: auto;
}

#user .usbox_r{
	width: calc(100% - 95px);
}

#user .usbox_r .us_name{
	width: auto;
	max-width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #d3b565;
	margin: 0 0 4px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

#user .usbox_r .us_name span{
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	color: #000;
	background: #e1e1e1;
	margin-right: 5px;
}

#user .usbox_r .us_data{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 0;
}
#user .usbox_r .us_data span{	color: #999;}

#user .usbox_r .evl_score{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	text-align: left;
}

#user .usbox_r .evl_score p{
	width: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

#user .usbox_r .evl_score div{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding-right: 8px;
}

#user .usbox_r .evl_score div em{
	display: inline-block;
	vertical-align: baseline;
	font-size: 28px;
	line-height: 34px;
	color: #ffe400;
	background: -webkit-linear-gradient(top, #ffe400 20%, #ff8a00 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#user .usbox_r .evl_score .evl_bt{
	width: 90px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#user .usbox_r .evl_score a.evl_bt{
	color: #fff;
	background-color: #1c1c1e;
	border-color: #3e3e41;
}
#user .usbox_r .evl_score a.evl_bt:first-letter{	color: #ffcc00;}
#user .usbox_r .evl_score a.evl_bt.on{
	color: #fff;
	border-color: #ffae00;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
}
#user .usbox_r .evl_score a.evl_bt.on:first-letter{	color: #fff;}
#user .usbox_r .evl_score .evl_bt.off{
	color: #999;
	background-color: #3e3e41;
	border-color: #3e3e41;
}


#user .usbox_btm{
	padding: 0 5px;
}

#user .us_hyouka{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0 2.5px;
}

#user .us_hyouka p{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #666;
	border-radius: 12px;
	margin: 0 2.5px 9px 2.5px;
}
#user .us_hyouka p:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #666 transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 7px);
}

#user .us_hyouka div{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 5px);
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#user .us_hyouka a,
#user .us_hyouka span{
	display: block;
	height: 45px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-radius: 5px;
	padding: 7px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#user .us_hyouka a em,
#user .us_hyouka span em{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
}

#user .us_hyouka a em,
#user .us_hyouka span em{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
}

#user .us_hyouka div:nth-of-type(2) a em{ color: #3e3e41;}

#user .us_hyouka a i{	color: #3e3e41; font-style: normal;}
#user .us_hyouka span i{	font-style: normal;}

#user .us_hyouka a{
	color: #fff;
	background: #28282a;
	border: 2px solid #3e3e41;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#user .us_hyouka a:hover{
	text-decoration: none;
	border-color: #ff9900;
}

#user .us_hyouka span{
	color: #fff;
	border: 2px solid #ffae00;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
}
#user .us_hyouka.no_login span{
	color: #fff;
	background: #28282a;
	border-color: #3e3e41;
}
#user .us_hyouka.no_login span i{	color: #ccc;}
#user .us_hyouka.no_login div:nth-of-type(2) span{	color: #3e3e41;}


/** comment **/

#comment{
	position: relative;
	width: 100%;
	margin: 0;
}

#comment .cate_log{
	position: relative;
	text-align: left;
	box-shadow:0px -1px 0px 0px #3e3e41 inset;
	margin: 0 0 10px 0;
	padding: 0 0 0 1px;
}
#comment .cate_log span,
#comment .cate_log a{
	display: inline-block;
	width: calc(20% - 1px);
	vertical-align: bottom;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border: 1px solid #3e3e41;
	border-radius: 3px 3px 0 0;
	margin: 0 1px 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#comment .cate_log span{
	font-weight: bold;
	height: 30px;
	padding-top: 8px;
	color: #ffffff;
	border-bottom: 1px solid #1c1c1e;
}

#comment .cate_log a{
	height: 30px;
	padding-top: 8px;
	color: #ffffff;
	background: #28282a;
}
#comment .cate_log a:hover{
	text-decoration: none;
	color: #fff;
	background: #ff429c;
	border-color: #ff429c;
}

#comment .delete{
    width: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #ff429c;
	text-align: center;
	padding: 15px 10px;
	margin: 10px 10px 0 10px;
    border: 1px dotted #ffb0b0;
    background: #fff4f4;
}

.pc_no{	display: none;}

#comment .txt{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	background: none;
	width: calc(100% - 20px);
	margin: 5px auto 15px auto;
	overflow-wrap: break-word;
	word-break: break-word;
}
#comment.aw,
#comment.excl{	overflow-x: hidden;}
#comment.aw .aw_bg:after{
	content: '';
	width: 310px;
	height: 310px;
	background: url(/area_tmp/exp/img/aw_bg.png) no-repeat;
	background-size: 310px auto;
	position: absolute;
	top: 0;
	right: -55px;
}
#comment.excl .excl_bg{
	min-height: 260px;
}
@media screen and (max-width: 550px) {
	#comment.excl .excl_bg{ min-height: 225px;}
}
@media screen and (max-width: 430px) {
	#comment.excl .excl_bg{ min-height: 175px;}
}
@media screen and (max-width: 390px) {
	#comment.excl .excl_bg{ min-height: 160px;}
}
@media screen and (max-width: 375px) {
	#comment.excl .excl_bg{ min-height: 160px;}
}
@media screen and (max-width: 320px) {
	#comment.excl .excl_bg{ min-height: 140px;}
}
#comment.excl .excl_bg:after{
	content: '';
	width: 100%;
	height: auto;
	aspect-ratio: 750 / 316;
	position: absolute;
	top: 20px;
	right: 0;
}
#comment.excl .excl_bg1:after{	background: url(/area_tmp/exp/img/excl_bg1.png) no-repeat center top; background-size: 90% auto;}
#comment.excl .excl_bg2:after{	background: url(/area_tmp/exp/img/excl_bg2.png) no-repeat center top; background-size: 90% auto;}
#comment.excl .excl_bg3:after{	background: url(/area_tmp/exp/img/excl_bg3.png) no-repeat center top; background-size: 90% auto;}
#comment.excl .excl_bg8:after{	background: url(/area_tmp/exp/img/excl_bg8.png) no-repeat center top; background-size: 90% auto;}
#comment.excl .excl_bg9:after{	background: url(/area_tmp/exp/img/excl_bg9.png) no-repeat center top; background-size: 90% auto;}
#comment.excl .excl_bg10:after{	background: url(/area_tmp/exp/img/excl_bg10.png) no-repeat center top; background-size: 90% auto;}
#comment.excl .excl_bg15:after{	background: url(/area_tmp/exp/img/excl_bg15.png) no-repeat center top; background-size: 90% auto;}

#comment .tag{
	font-size: 13px;
	line-height: 20px;
	margin: 0 10px 10px 10px;
	padding: 0;
	border: none;
}
#comment .tag a{	color: #3e9ef2;}

#comment .cinfo{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0;
}

#comment .cinfo_l,
#comment .cinfo_r{
	display: table-cell;
	vertical-align: top;
}

#comment .cinfo_l{
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	padding: 0;
}

#comment .cinfo_l span{
	display: inline-block;
	width: 125px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background: #28282a;
}

#comment .fz_btbox{
	width: auto;
	position: static;
	margin-top: 10px;
}

.div_delete{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 10px 0;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
}

.sensi{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 60px 10px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
}

.sensi span{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.sensi .ch_font{
	font-size: 18px;
    line-height: 40px;
}

.sensi_txt{
	margin-top: 15px;
	display: inline-block;
	font-size: 14px !important;
	line-height: 20px !important;
}

.sensi_txt em{
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	font-style: normal;
	margin-bottom: 5px;
}
.sensi_txt em:before, .sensi_txt em:after {
	border-top: 1px solid;
	content: "";
	width: 16px; /* 線の長さ */
}
.sensi_txt em:before {
margin-right: 5px; /* 文字の右隣 */
}
.sensi_txt em:after {
margin-left: 5px; /* 文字の左隣 */
}
  

.exadv{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.exadv_l,
.exadv_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.exadv_l{
	width: 40%;
	min-width: 155px;
	padding: 1px 10px 0 10px;
}

.exadv_l table{
	width: 100%;
	font-size: 13px;
	line-height: 21px;
}

.exadv_l tr{
	vertical-align: middle;
}

.exadv_l th{
	width: 56px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 2px 1px;
	border-bottom: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.exadv_l td{
	text-align: left;
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.exadv_l td.star5{	color: #3e3e41;}
.exadv_l td.star5 em{	color: #ffcc00;}
.exadv_l td.star5 span{	color: #333;}
.exadv_l td.star5{	color: #3e3e41;}


.exadv_r{
	padding: 0 10px 0 0;
}

.exadv_r .exadv_date{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: -0.3px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	background: #28282a;
	border: 1px solid #28282a;
	border-radius: 2px;
}

.exadv_r .us_score{
	height: 44px;
	font-size: 22px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #ff528f;
	background: -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
	border-radius: 22px;
	margin: 0 0 15px 0;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.exadv_r .us_score em{
	display: inline-block;
	font-size: 34px;
	font-family: "FontA";
	font-weight: normal;
	letter-spacing: 0;
	padding-left: 3px;
}

.exadv_r .us_score span{
	display: inline-block;
	vertical-align: bottom;
}
.exadv_r #sm_bs{
	position: relative;
	position: relative;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.exadv_r #sm_bs h4{
	display: inline-block;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	background: #3e3e41;
	border: 1px solid #3e3e41;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	left: calc(50% - 50px);
}

.exadv_r #sm_bg{
	background: #1c1c1e;
	border: 1px solid #3e3e41;
	border-radius: 5px;
	padding: 16px 2px 8px 2px;
}

.exadv_r #sm{
	width: 100%;
	margin			: 0 auto;
	position		: relative;
	text-align		: center;
}

.exadv_r #sm #s_div{
	text-align		: center;
	color: #3e9ef2;
	background: #fff;
		width: 13px;
		height: 13px;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		position: absolute;
		top: calc(50% - 6.5px);
		right: 10px;
		border-radius: 50%;
}

.exadv_r #sm #m_div{
	text-align		: center;
	color: #ff429c;
	background: #fff;
		width: 13px;
		height: 13px;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		position: absolute;
		top: calc(50% - 6.5px);
		left: 10px;
		border-radius: 50%;
}

.exadv_r #sm #sm_bar{
	font-size		: 0;
	line-height		: 0;
	margin			: 0 auto;
	height: 24px;
	border-radius: 17px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.exadv_r #sm p{
	width			: 100%;
	text-shadow		: 1px 1px 1px rgba(28,28,30,0.4);
	color			: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	position		: absolute;
	top: 0;
}

.exadv_r #sm #sm_bar div{
	display			: inline-block;
	width: calc(100% / 6 - 2px) !important;
	height: 24px;
	border-top		: 1px solid #3e3e41;
	border-bottom	: 1px solid #3e3e41;
	border-right	: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.exadv_r #sm #sm_bar div:first-child{
	border-left		: 1px solid #3e3e41;
	border-radius: 20px 0 0 20px;
}

.exadv_r #sm #sm_bar div:last-child{
	width			: 24px;
	border-right	: 1px solid #3e3e41;
	border-radius: 0 20px 20px 0;
}

.exadv_r #sm #sm_bar div.s_per{
	background: #3e9ef2;
}

.exadv_r #sm #sm_bar div.m_per{
	background: #ff429c;
}

.exadv_r #sm_no{
	opacity		: 0.5;
	-webkit-filter: grayscale(100%);
	filter: gray;
}

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

.exfix_bt a{
	display: inline-block;
	width: 40%;
	min-width: 145px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	background: #1c1c1e;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.exfix_bt a:nth-of-type(1){
	color: #ff5a5a;
	border: 1px solid #ff5a5a;
	margin: 0 5px 0 0;
}
.exfix_bt a:hover:nth-of-type(1){
	color: #ffffff;
	background: #ff5a5a;
}

.exfix_bt a:nth-of-type(2){
	color: #c862ee;
	border: 1px solid #c862ee;
	margin: 0 0 0 5px;
}
.exfix_bt a:hover:nth-of-type(2){
	color: #ffffff;
	background: #c862ee;
}




/** other **/

.other{
	width: 100px;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 0 15px 0;
}

.other_l,
.other_r{
	display: table-cell;
	vertical-align: top;
}


/** reference **/

.reference{
	width: 480px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: right;
	margin: 0 0 15px auto;
}

.reference p{
	display: inline-block;
	vertical-align: top;
}

.reference span{	font-size: 10px;}

.reference a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	color: #ff9400;
	border-radius: 2px;
	border: 1px solid #ff9400;
	margin: 0 0 0 5px;
	padding: 0 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reference a:hover{
	text-decoration: none;
	color: #fff;
	background: #ff9400;
}

.reference_text{
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #ff429c;
	border: 1px solid #ff429c;
	margin: 0 auto 15px auto;
	padding: 20px 0;
	width: calc(100% - 20px);
	border-radius: 3px;
}


/** advbox **/

.advbox{
	position: relative;
	display: table;
	width: 430px;
	font-size: 0;
	line-height: 0;
	z-index: 2;
}

.advbox.nomyself{	margin-top: -10px;}

.advbox_l,
.advbox_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.advbox_l{
	width: 50px;
	position: relative;
}

.advbox_l div{
	width: 50px;
	height: 50px;
	background: #999;
	border-radius: 3px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.advbox_l:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #999999;
	position: absolute;
	top: 19px;
	right: -8px;
}

.advbox_l a{
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}

.advbox_l a img{
	width: 40px;
	height: auto;
	border-radius: 50%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.advbox_l a img:hover{
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

.advbox_r{
	padding: 0 0 0 10px;
	vertical-align: middle;
}

.advbox_r div{
	font-size: 12px;
	line-height: 18px;
	background: #1c1c1e;
	border: 1px solid #3e3e41;
	border-radius: 5px;
	padding: 6px 10px;
	min-height: 38px
}

.advbox_r div a{	color: #ff429c;}


/** kikkake **/

.tri_p{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.tri_p+br{	display: none;}

.tri_p a{	color: #956534;}

.tri_user{
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 0 5px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tri_user div{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	background: #28282a;
	border-radius: 0 0 5px 5px;
}

.tri_user ul{
	font-size: 0;
	line-height: 0;
	padding: 10px 0 5px 0;
}

.tri_user li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5px 5px 2.5px;
}

.tri_user li a{
	display: inline-block;
	border-radius: 50%;
}

.tri_user li a img{
	width: 52px;
	height: auto;
	border-radius: 50%;
}


/** res **/

.res_bs{
	display: block;
	width: auto;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0;
}

.res_bg{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.res{
	position: relative;
	border-radius: 5px;
	padding: 0 10px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.res h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 0 10px 45px;
}

#girl h4{	color: #fd4898;}
#staff h4{	color: #6f95ff;}

.res span{
	position: absolute;
	display: inline-block;
	border-radius: 3px;
	top: 0;
	left: 10px;
}

.res span img{
	width: 35px;
	height: auto;
}

#girl span{	background: #fc4898;}
#staff span{	background: #3067ff;}

#girl .res_cimg{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: solid 2px #fc4898;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#girl .res_cimg img{
	width: 100%;
	height: auto;
}


.resbox{
	background: #1c1c1e;
	border-radius: 5px;
}
#girl .resbox{	border: 1px solid #fc4898;}
#staff .resbox{	border: 1px solid #3167ff; position: relative;}

.resbox div{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 20px 0;
}

.resbox p a{	color: #ff98de;}

.resbox p a em{	color: #fff;}

.resbox p{
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}

#girl_no .resbox.re_girl{
	position: relative;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}

#girl_no .res_cimg + .resbox:after, #girl_no .res_cimg + .resbox:before{
	right: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
 
#girl_no .res_cimg + .resbox:after {
	border-color: rgba(28, 28, 30, 0);
	border-right-color: #1c1c1e;
	border-width: 5px;
	margin-top: -13px;
}
 
#girl_no .res_cimg + .resbox:before {
	border-color: rgba(62, 62, 65, 0);
	border-right-color: #fc4898;
	border-width: 6px;
	margin-top: -14px;
}

#girl_no .resbox.re_girl font{
	font-family: 'Hachi Maru Pop', cursive;
}
#girl_no .resbox.re_girl.fzcome{
	font-family: 'Hachi Maru Pop', cursive;
}

#girl_no span:after{	display: none;}

#girl_no .resbox{
	margin-left: 45px;
}

#girl_no .resbox div{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	padding: 10px 5px 0 10px;
}
#girl_no .resbox div i{
	font-style: normal;
	color: #ff98de;
}

#girl_no .resbox p{
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 0 10px 10px 10px;
}

#staff .resbox:before{
	content: " ";
	width: 9px;
	height: 9px;
	background: #1c1c1e;
	border-top: 1px solid #3167ff;
	border-left: 1px solid #3167ff;
	transform: rotate(45deg);
	position: absolute;
	top: -5px;
	left: 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}





















/** caution **/

#caution{
	width: 680px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 18px 0;
	background: #28282a;
}

#caution a{		color: #ff429c;}

#name p br{	display: none;}

.bnr_exp{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
}

.bnr_exp div{
}

.bnr_exp p{
	font-size: 10px;
	line-height: 14px;
}

.f_link{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px dotted #3e3e41;
}

.f_link:before{
	content: '';
	width: 100%;
	border-top: 1px dotted #3e3e41;
	position: absolute;
	top: 1px;
	left: 0;
}

.f_link a{	color: #ff429c;}

.bnr_exp{	display: none;}

.sp_tel{	display: none;}

/** BOTTOM FIXED **/
.fix_tb div{
    width: 150px;
    left: calc(50% - 75px);
}


/** total **/

.total{
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 0 15px 0;
}

.total_l{
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
}

.total_l p{
	font-size: 12px;
	line-height: 18px;
	box-shadow:0px 0px 0px 1px #28282a inset;
	-moz-box-shadow:0px 0px 0px 1px #28282a inset;
	-webkit-box-shadow:0px 0px 0px 1px #28282a inset;
	padding: 0 5px;
}

.total_l span{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #28282a;
	padding: 0 5px;
}

.total_r{
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 0 5px;
}




	/** comment **/


	/** other **/
	.other{
		display: block;
		width: auto;
		margin: 0 0 5px 0;
	}
	.other_l,
	.other_r{
		display: block;
		width: auto;
	}
	.other_r{	padding: 0 10px 0 0;}

	/** reference **/
	.reference{
		width: auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		text-align: center;
		margin: 0 10px 10px 10px;
		border-top: 1px dotted #3e3e41;
	}
	.reference p{
		display: block;
		padding: 14px 0 0 0;
	}
	.reference a{
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		border-radius: 3px;
		margin: 12px 0 0 0;
		padding: 10px 0;
	}
	.reference_text{
		margin: 10px auto 10px auto;
		padding: 20px 0;
		width: calc(100% - 20px);
	}
	.reference_text + #ed{
		border-top: 1px solid #3e3e41;
	}


	/** advbox **/
	.advbox{
		width: calc(100% - 20px);
		margin: 0 auto 10px auto;
	}
	.advbox.nomyself{	margin-top: 0;}
	.advbox_l{	width: 40px;}
	.advbox_l div{
		width: 40px;
		height: 40px;
		padding: 3px;
	}
	.advbox_l:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 10px;
		border-color: transparent transparent transparent #999999;
		position: absolute;
		top: 14px;
		right: -8px;
	}
	.advbox_l a img{	width: 34px;}
	.advbox_r div{
		font-size: 12px;
		line-height: 16px;
		min-height: 28px
	}
	.advbox_r div a{	color: #ff429c;}

	/** kikkake **/




	/** caution **/
	#caution{
		width: 100%;
		line-height: 16px;
		text-align: left;
		margin: 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#name p br{	display: inline;}
	.bnr_exp{	margin: 0 0 10px 0;}
	.bnr_exp div{	padding: 0 10px;}
	.bnr_exp div img{
		width: 100%;
		max-width: 350px;
	}
	.f_link{
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		margin-top: 0;
		border-top: none;
		padding: 11px 10px 10px 10px;
	}
	.f_link:before{	display: none;}
	.bnr_exp{	display: block;}

	.iframe_box{
		border-top:none;
		margin-top: -10px;
	}

	/** total **/
	.total{
		width: calc(100% - 20px);
		margin: 0 10px 10px 10px;
		padding-top: 10px;
		border-top: 1px dotted #3e3e41;
	}



.search_cm{
	width: calc(100% - 20px);
	margin:-15px auto 15px;
	text-align: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.search_cm::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #3e3e41;
    background-image: linear-gradient(90deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 49%,rgba(28,28,30,100) 50%,rgba(28,28,30,100) 100%),linear-gradient(180deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 98%,rgba(100,100,100,100) 100%) !important;
    background-repeat: repeat-x,repeat-y !important;
    background-size: 4px 100%,100% 1px !important;
}

.search_cm p{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.search_cm img{
	width: 280px;
	height: auto;
}
.search_cm img.lazy[src*="loader.png"]{ height: 28px;}

#iine_btn_bg{
	text-align: center;
	padding: 0 10px 25px 10px;
}
#iine_btn{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 500px;
	width: 90%;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 0 10px;
	border: 1px solid #3e3e41;
	border-radius: 4px;
	margin: 3px auto 3px auto;
	box-shadow: 0px 3px 0px 0px #303033;
	cursor: pointer;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#iine_btn:active{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#iine_btn i{
	font-style: normal;
	margin-right: 8px;
	padding-right: 16px;
	background: url(./img/bt_fav_off.png) no-repeat right 1px;
	background-size: 18px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#iine_btn.on i{
	background: url(./img/bt_fav_on.png) no-repeat right 1px;
	background-size: 18px auto;
}

#iine_btn:active i{
	background-size: 18px auto;
}


/*=================================================
 * CSS for SP
 * ================================================= */

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

	/** BOTTOM FIXED **/
	.fix_tb div{
	    left: calc(50% - 111px);
	}

}
