.sitetable tbody{
	background: #f7f7f7;
}
.sitetable tr{
	font-size: 14px;
	text-align: center;
}
.sitetable.table tr th{
	padding: 10px 0 10px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	background: #37A6AC;
}
.sitetable tr th > a,
span.show.guide{
	color: #fff;
}
.sitetable tr th i{
	font-size: 12px;
}
.sitetable.table tr > td{
	vertical-align: middle;
	border-color:transparent;
	border-bottom:2px solid #fff;
}
.sitetable > thead > tr > th{
	border-color:#fff;
}
.sitetable .star-box{
	color:#ccc;
	font-size: 22px;
	width:auto;
	margin:0 auto;
	display:inline-block;
}
.sort-high,
.sort-low,
span.show.guide{
	position: relative;
	height:35px;
}
.score-star-i-wrap.guide{
	width:20px;
	height:20px;
	margin:0;
}
.score-star-i-wrap.guide .glyphicon{
	font-size:80%;
}
.guide-btn{
	padding:5px 12px;
	line-height:1em;
	border:2px solid #2A8C91;
	color:#fff;
	background-color: #2A8C91;
}
.guide-btn:hover{
	padding:5px 17px 5px 5px;
	line-height:1em;
	border:2px solid #2A8C91;
	color:#2A8C91;
	background-color: #fff;
}
.guide-img{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
a:hover>.guide-img{
	border:3px solid #37A6AC;
}

.sort-high:after,
.sort-low:after{
	content:'';
	width:20px;
	height: 17px;
	background: #fff;
	position:absolute;
	bottom:0px;
	left:50%;
	margin:0 0 0 -10px;
	color:#37A6AC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: 'Glyphicons Halflings';
}
.sort-high:after{
	content:'\e253';
}
.sort-low:after{
	content:'\e252';
}
/*　ホバー時*/
.sort-high:hover:after,
.sort-low:hover:after{
	background: #2a8c91;
	color:#fff;
	border-color: #fff;
}
.sitetable.table th.active{
	background: #2a8c91;
}
.sitetable .td-active{
	background: #fffbe7;
}


.agreement-dl{
	margin-bottom:40px;
}
.agreement-dl > dt{
	font-size: 18px;
	margin:0 0 10px 0;
	color:#37A6AC;
}

.agreement-dl > dd{
	text-align: justify;
}

.table .company-tr > th{
	padding:30px 0 30px 20px;
	min-width:250px;
}
.table .company-tr > td{
	padding:30px 0;
}


/* 18禁 */
.btn-add18{
	position: relative;
}
.btn-add18:after{
	content: 'R18';
	width: 2em;
	height: 1em;
	font-size: 10px;
	position: absolute;
	top:50%;
	right:2px;
	margin-top: -10px;
}

/* 質問・診断結果 */
.q-h2{
	line-height: 1.5em;
	font-size: 22px;
	font-weight: bold;
	background: #cef1f2;
	border-left: 5px solid #37A6AC;
	padding:10px;
}
.q-ol{
	counter-reset: number;
	list-style-type: none!important;
}
.q-li > .q-item{
	position:relative;
	display: inline-block;
	padding: 15px 15px 15px 5px;
	margin: 10px 0;
	font-size: 20px;
}
.q-li > .q-item:before{
	position:absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto 0;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #37A6AC;
	color:#fff;
	border-radius: 50%;
	text-align: center;
}
.q-ol input[type=radio]{
	display: none;
}
.q-radio{
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background: #eee;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	vertical-align: middle;
	position: relative;
	border-radius: 3px;
}
.q-radio:before{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	border: 2px solid #bbb;
	border-radius: 3px;
	background: #fff;
}
.q-ol input[type=radio]:checked + .q-radio:after{
	content: '\e013';
	left:17px;
	top:40%;
	width:20px;
	height: 20px;
	font-size: 20px;
	margin-top: -10px;
	position: absolute;
	font-family: 'Glyphicons Halflings';
	color: #37A6AC;
}
.q-ol input[type=radio]:checked + .q-radio{
	background: #ffe490;
}
.q-radio:hover{
	background: #cef1f2;
}
.result-box{
	margin: 50px 0 0;
	padding:10px 20px;
	background: #fff;
	border:10px solid #cff1f2;
}
.diagnosis-dt{
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 18px;
	position:relative;
	color: #3da6ab;
}
.diagnosis-dt:before{
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: 0 auto;
	background: url(/assets/images/icon/crown1.png) no-repeat;
	background-size: 60px 60px;
}
.diagnosis-dt.rank2:before{
	width: 50px;
	height: 50px;
	background-image: url(/assets/images/icon/crown2.png);
	background-size: 50px 50px;
}
.diagnosis-dt.rank3:before{
	width: 40px;
	height: 40px;
	background-image: url(/assets/images/icon/crown3.png);
	background-size: 40px 40px;
}

.diagnosis-dt span{
	font-size: 30px;
}
.diagnosis-dd .score-img{
	width: 80%;
	margin: 0 auto;
}
.diagnosis-dd p{
	margin: 10px 0 0;
	padding:10px 15px;
	font-size: 14px;
	background: #f7f7ef;
	border: 1px solid #DFDFD8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.diagnosis-name{
	padding: 10px 0 0;
	text-align: center;
	color: #3da6ab;
	font-size: 14px;
	font-weight: bold;
}
.result-h2{
	border-bottom: 2px dashed #d0f1f2;
	margin: 10px 0 30px;
	padding: 0 0 15px;
	text-align: center;
	color: #37A6AC;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
}