/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}
/*--------------------------------
General
--------------------------------*/
html{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
body{
	width: 100%;
	height: 100%;
	background: #3a3a3a;
	font-size: 14px;
	font-family: sans-serif;
	color: #FFF;
	-webkit-text-size-adjust: 100%;
}
a,button{
	transition: .3s;
	color:#ddd;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    border-radius: 0;
}
article p a {
    color: white;
    text-decoration: underline;
}
@media screen and (min-width: 1001px){
.wrap{
	margin: auto;
	padding: 0px 0 0px 0;
	width: 900px;
	overflow: hidden;
}
.jqmWindow h1.title_text {
    padding: 0;
    color: white;
    font-size: 58px;
    font-weight: bold;
    line-height: 82px;
    text-align: center;
}
.jqmWindow_back {
    z-index: 3000;
    display: block;
    position: fixed;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    padding: 16px 16px 0px;
    background: #3a3a3a;
    border: solid 2px;
}
.jqmWindow {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000!important;
}
/*--------------------------------
Header
--------------------------------*/
header#top {
    height: 80px;
    background: -webkit-linear-gradient(#212121, #3a3a3a);
    background: linear-gradient(#212121, #3a3a3a);
    border-bottom: solid 2px;
}
#top .inner{
	margin: 0 auto;
	width: 900px;
	height: 80px;
}
#top h1{
	width: 468px;
	height: 80px;
	background: url(./images/logo.png) no-repeat 0 19px;
	background-size: auto 45px;
	float: left;
	overflow: hidden;
}
#top h1.title_text {
    background: none;
    width: 420px;
}
#top h1 a,#top h1 span{
	padding: 80px 0 0 0;
	display: block;
}
#top h1 a.title_text {
    padding: 0;
    color: white;
    font-size: 58px;
    font-weight: bold;
    line-height: 82px;
    text-align: center;
}
#top p{
	line-height: 80px;
	font-size: 16px;
	float: right;
	color: #FFF;
}
#top nav{
	height: 60px;
	background-color: #555555;
	text-align: center;
	border-bottom: solid 2px;
	border-top: solid 2px white;
}
#top nav ul{margin:0 auto;width:900px;height: 58px;display:flex;flex-wrap:wrap;}
#top nav ul li:first-child{border-left:solid 1px white;}
#top nav ul li{flex-grow:1;background: #555555;border-right: solid 1px;border-bottom: solid 2px white;/* border-top: solid 2px white; */cursor: pointer;}
#top nav ul li a{line-height: 56px;display:block;color: #ffffff;font-size:18px;}
#top nav ul li a:hover{background:#3a3a3a;}
#top .nav_s{width:100%;position:fixed;top:0;z-index:9999;}
/*--------------------------------
Category menu
--------------------------------*/
nav#menu_gnav {
    clear: both;
}
nav#menu_gnav.btm {
    margin-bottom: 32px;
}
ul#main-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 0px;
    margin-bottom: -16px;
}
#gnav li,.menu-item{width: 50%;position: relative;}
li.menu-item:nth-child(odd){
    padding: 0px 8px 16px 0px;
}
li.menu-item:nth-child(even){
    padding: 0px 0px 16px 8px;
}
li.menu-item:nth-child(1) a{
    background: url("./images/menu_1.jpg")no-repeat;
    background-size: cover;
}
li.menu-item:nth-child(2) a{
    background: url("./images/menu_2.jpg")no-repeat;
    background-size: cover;
}
li.menu-item:nth-child(3) a{
    background: url("./images/menu_3.jpg")no-repeat;
    background-size: cover;
}
li.menu-item:nth-child(4) a{
    background: url("./images/menu_4.jpg")no-repeat;
    background-size: cover;
}
.menu-item a {
	position:relative;
    background: #ffffff;
    border-radius: 10px;
    color: #3a3a3a;
    box-shadow: 0px 0px 6px black;
    display: block;
    font-weight: bold;
    padding: 173px 8px 8px;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
.no_select.menu-item a:after {
	position:absolute;
	content:"";
	background: rgba(0,0,0,0.4);
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
}
/*--------------------------------
Search
--------------------------------*/
.search-pane{
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0,0,0,.85);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
section.top_search_pane {
    margin-top: 16px;
}
.search-pane .inner{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-pane .search-item{
	margin: 0;
	width: 900px;
	position: relative;
}
.search-item{
	margin: 0 6px -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #3a3a3a;
}
.form-item{
	margin: 0 5px;
	padding: 5px;
	width: 20%;
	flex-grow: 1;
	background: #3a3a3a;
}
.form-item p{
	padding: 0 0 5px 0;
}
.form-item input[type="radio"]{
	display: none;
}
.radio-label{
	padding: 0 0 0 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	position: relative;
	color: #ffffff;
}
.radio-label::after{
	width: 20px;
	height: 20px;
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
	border: 2px solid #696969;
	box-sizing: border-box;
}
.radio-label:hover::after{
	background: #f1eee2;
}
.form-item input[type="radio"]:checked + .radio-label{
	color: #e84cc0;
}
.form-item input[type="radio"]:checked + .radio-label::after{
	background: #e84cc0;
}
.form-label{
	margin: 0 0 10px 0;
	background: #555555;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: block;
}
.form-foot{
	width: 100%;
	display: flex;
}
.form-foot input,.form-foot select,.form-foot button{
	padding: 0 5px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.form-foot select{
	background: url(./images/icon_select.png) no-repeat right #fff;
	background-size: 40px;
}
.form-foot button{
	font-size: 18px;
}
.close{
	padding-top: 4px;
	width: 44px;
	height: 44px;
	color: #3a3a3a;
	font-size: 38px;
	display: block;
	position: absolute;
	top: -22px;
	right: -22px;
	z-index: 9999;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
/*--------------------------------
Search Result
--------------------------------*/
.search-result{
	padding: 0 0 20px 0;
}
.result-desc{
	margin: 0 16px 8px 16px;
	padding: 20px;
	background: #555555;
}
.result-desc ul{
	display: flex;
	flex-wrap: wrap;
}
.result-desc li{
	width: 33%;
	line-height: 30px;
	display: flex;
}
.result-desc li label{
	width: 140px;
	font-size: 14px;
	text-align: right;
	color: #ffffff;
}
.result-desc li p{
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
.tablesorter {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	/* margin: 0 16px; */
}
.result-head{
	background: #555555;
	border-right: solid 16px #3a3a3a;
	border-left: solid 16px #3a3a3a;
}
.tablesorter tbody {
    border-right: solid 16px #3a3a3a;
    border-left: solid 16px #3a3a3a;
}
.result-head th,.result-head td{
	padding: 0 5px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	border: solid 8px #3a3a3a;
}

.result-head .header{
	background-color: #555555;
	background-image: url(./images/icon_sort.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 40px 180px;
}
.result-head .headerSortDown{
	background-position: center top;
	background-color: #3a3a3a;
}
.result-head .headerSortUp{
	background-position: center bottom;
	background-color: #3a3a3a;
}

.result-thumb{
	width: 288px;
}
.result-thumb img{
	width: auto;
	height: 90px;
}
.result-thumb p a{
	line-height: 30px;
	color: #ffffff;
}
tr.result-row:first-child{
	border-top: 8px solid #3a3a3a;
}
.result-row{
	border-bottom: 8px solid #3a3a3a;
}
.result-row:nth-of-type(odd){
	background: #555555;
}
.result-row:nth-of-type(even){
	background: #555555;
}
.result-item{
	vertical-align: middle;
	box-shadow: -1px 0 0 rgba(0,0,0,.1) inset;
	position: relative;
	border: solid 8px #3a3a3a;
}
.result-label{
	height: 20px;
	line-height: 30px;
	background: #555555;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: -1px 0 0 rgba(0,0,0,.1) inset;
}
.result-item p{
	padding: 0 10px;
	width: 100%;
	font-size: 16px;
}
.result-item .rate-star{
	margin: 0 auto;
	/* width: 75px; */
	/* height: 15px; */
	background-size: 200px 40px;
}
.result-item .rate-star-point{
	/* height: 15px; */
	background-size: 200px 40px;
}
.result-item nav{
	padding: 0 10px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.result-item nav .main-btn{
	margin: 5px 0;
	line-height: 40px;
}
.result-item nav .sub-btn{
	margin: 5px 0;
	padding: 5px;
	line-height: 15px;
}
/*--------------------------------
Contents
--------------------------------*/
.heading{clear:both;}
.heading h1{line-height: 50px;font-size:24px;border: solid #e84cc0;border-width: 2px 0 0px 0;text-align: center;color: #FFF;background: #555555;margin: 24px 0 16px;font-weight: bold;}
.btn-row{text-align:center;clear:both;margin: 0 16px;}
.about .btn-row{
	margin: 0 16px;
}
.btn-row a,.btn-row button{height:60px;line-height:60px;font-size:24px;}
.contents{width:640px;float:left;}
.contents#wide {
    width: 100%;
}
/*--------------------------------
Button
--------------------------------*/
.sub-btn{
    background-color: #737373;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    color: #fff;
    display: block;
    box-shadow: 0px 0px 6px black;
}
.main-btn{
    background-color: #e84cc0;
    border: 1px solid #e84cc0;
    border-radius: 4px;
    color: #fff;
    display: block;
    box-shadow: 0px 0px 6px black;
}

/*--------------------------------
List
--------------------------------*/
.list-item{
	margin: 24px 0px;
	padding: 0 0 0px 0;
	position: relative;
	background: #3a3a3a;
	color: #FFF;
}
.about .list-item{
	margin: 16px 0;
}
.list-head{
    padding: 0 10px;
    margin-bottom: 16px;
    line-height: 60px;
    color: #fff;
    background-color: #555555;
    position: relative;
    border: solid #e84cc0;
    border-width: 2px 0 0px 0;
    opacity: 0;
}
.list-head h1,.list-head h2{
	font-size: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.list-thumb{
	text-align: center;
	background: #000;
	margin: 0px 16px 16px;
}
.list-thumb img{
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
}
.rating-parts{
	padding: 0px 0;
	background: #4a4a4a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px;
}
.rate-star{
	width: 200px;
	height: 40px;
	background: url(./images/icon_star_sort04.png) no-repeat 0 0;
	background-size:200px 40px;
	display: block;
}
.rate-star-point{
	height: 40px;
	background: url(./images/icon_star_sort03.png) no-repeat 0 0;
	background-size: 200px 40px;
	display: block;
}
.rate-label{
	width: 120px;
	/* height: 30px; */
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 0 12px 0 0px;
	background: #555555;
}
.rate-pt{
	width: 120px;
	line-height: 37px;
	font-size: 24px;
	font-family: arial,sans-serif;
	font-weight: bold;
	text-align: center;
}
.rate-pt span{
	font-size: 16px;
	font-weight: normal;
}
.st-tag-cloud{clear: both;margin: 16px 16px 8px;}
.st-tag-cloud div{
    line-height: 1em;
    background: #e84c70;
    color: white;
    display: inline-block;
    white-space: nowrap;
    padding: 4px 11px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-decoration: none;
}
div.st-tags.t0 {
    font-size: 16px;
}
div.st-tags.t1 {
    font-size: 20px;
}
div.st-tags.t2 {
    font-size: 24px;
}
.list-info{
	padding: 10px 5px 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-info p{
	margin: 0 5px 10px 5px;
	width: 40%;
	flex-grow: 1;
	line-height: 30px;
	background: #f1eee2;
	color: #a27a28;
	text-align: center;
}
.list-info p span{
	height: 20px;
	line-height: 20px;
	background: #d1bf9f;
	color: #fff;
	display: block;
	font-size: 12px;
}
.list-desc{
	margin: 0 16px;
	padding: 10px;
	line-height: 20px;
	background: #555555;
}

.list-foot{
	padding: 0;
	margin: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-foot a{
	margin: 0 0px 0 8px;
	width: 40%;
	height: 60px;
	line-height: 60px;
	flex-grow: 1;
	text-align: center;
	font-size: 24px;
	box-shadow: 0px 0px 6px black;
}
.list-foot a:first-child{
	margin: 0 8px 0 0px;
}
.first-page article:nth-of-type(1) header,.first-page article:nth-of-type(2) header,.first-page article:nth-of-type(3) header{
	padding: 0 0 0 80px;
	border:none;
}
.first-page article:nth-of-type(1) header{
	background-color: #835700;
}
.first-page article:nth-of-type(2) header{
	background-color: #5e6774;
}
.first-page article:nth-of-type(3) header{
	background-color: #973c06;
}
.first-page article:nth-of-type(1) header:after,.first-page article:nth-of-type(2) header:after,.first-page article:nth-of-type(3) header:after{
	width: 80px;
	height: 80px;
	content: "";
	diaply: block;
	position: absolute;
	top: -10px;
	left: 0;
	background-image:url(./images/icon_ranking.png);
	background-repeat: no-repeat;
	background-size: 80px 240px;
}
.first-page article:nth-of-type(1) header:after{
	background-position: 0 0;
}
.first-page article:nth-of-type(2) header:after{
	background-position: 0 -80px;
}
.first-page article:nth-of-type(3) header:after{
	background-position: 0 -160px;
}
/*--------------------------------
About
--------------------------------*/
.about{
	/* padding: 20px 0 0 0; */
}
.about .list-head{
	padding: 0 20px;
}
/*detail
--------------------------------------------------------------------------------------------------------------*/
.detail{clear:both;}
.detail aside{
	padding: 0px;
}
.detail aside::after{
	width: 100%;
	height: 0px;
	content: "";
	display: block;
	clear: both;
}
.detail aside li{width: 375px;position:relative;text-align:center;background:url("./images/bg_searchpane_header.png") repeat-x top;}
.detail aside li p{text-align:center;background:#fff;position:relative;}
.detail aside li span{margin:0 auto;padding:0 10px;height:40px;line-height:40px;background:#fff;text-align:center;font-size:18px;color: #a27a28;}

.detail aside li:nth-of-type(1),.detail aside li:nth-of-type(3),.detail aside li:nth-of-type(4){float:left;}
.detail aside li:nth-of-type(2){padding:0 0 20px 0;float:right;}

.detail aside li:nth-of-type(1) p{height:50px;font-size:14px;line-height:50px;overflow:hidden;}
.detail aside li:nth-of-type(1) p b{margin:0 10px 0 0;font-size:40px;font-family:arial,sans-serif;}

.detail aside li:nth-of-type(2) div{padding:10px 20px 0 40px;position:relative;}
.detail aside li:nth-of-type(2) div span{margin:0;padding:0;height:30px;line-height:30px;position:absolute;font-size:14px;text-align:center;color:#999;}
.detail aside li:nth-of-type(2) div .age_label{width:40px;left:0;top:10px;}
.detail aside li:nth-of-type(2) div .age_ct{width:20px;right:0;top:10px;}
.detail aside li:nth-of-type(2) div .age_base{width:100%;height:30px;background:#f1eee2;}
.detail aside li:nth-of-type(2) div .age_base span{left:0;top:0;background:#d1bf9f;}

.detail aside li:nth-of-type(3) p{padding:0 20px 0 0;height:60px;line-height:60px;text-align:right;font-size:24px;color: #a27a28;}
.detail aside li:nth-of-type(3) p .rate_star{margin:0;width:300px;height:60px;background:url(./images/icon_star_sort04.png) no-repeat 0 0;border:0;position:absolute;top:0;left:0;}
.detail aside li:nth-of-type(3) p .rate_star_point{margin:0;padding:0;height:60px;background:url(./images/icon_star_sort03.png) no-repeat 0 0;border:0;position:absolute;top:0;left:0;}

.detail aside li:nth-of-type(4) p{margin:10px 0 20px 0;width:100%;background:#ccc;display:-webkit-flex; display:flex;}
.detail aside li:nth-of-type(4) p span{margin:0;padding:0 5px;height:40px;line-height:40px;text-align:center;font-size:16px;color:#fff;flex-grow:1;display:block;}
.detail aside li:nth-of-type(4) p .male{background:#6694cc;flex-grow:1;}
.detail aside li:nth-of-type(4) p .female{background:#cc6683;flex-grow:1;}
.detail aside li:nth-of-type(4) p .comment_none{background:#999}

.detail article{padding: 0;margin: 0!important;clear:both;}
.detail article h2{padding:10px 0;font-size:20px;line-height:30px;}
.detail article p{padding: 16px;font-size:16px;line-height:24px;background: #555555;margin: 16px;}

ul#flickity {
    margin: -8px 16px 16px;
}

.detail article table{width: 100%;border-collapse:collapse;border-spacing:0;text-align:center;border-right: solid 16px #3a3a3a;border-left: solid 16px #3a3a3a;}
.detail article table th{padding:20px;font-weight: bold;font-size:16px;background: #555555;}
.detail article table td{padding:20px;font-size:18px;background: #4a4a4a;}
.detail article table tr {
    border-bottom: solid 8px #3a3a3a;
}
.detail article table tr:last-child {
    border-bottom: solid 0px #3a3a3a;
}

/*--------------------------------
Page
--------------------------------*/
.contents.page .general article {
    background: #555555;
    margin: 24px 16px;
    padding: 16px;
}
.contents.page .general p{
    background: #555555;
    margin: 0 10px;
    /* padding: 0px 16px 16px; */
    line-height: 20px;
    font-size: 18px;
    color: #FFF;
}
/*--------------------------------
Comment
--------------------------------*/
.comment ul {
    margin: 16px;
}
.comment article{
	padding: 16px 16px 16px 137px;
	position: relative;
	background: #555555;
	color: #FFF;
	margin: 16px 0;
}
.comment article:nth-of-type(even){
	background: #f1eee2;
}
.comment article figure{
	position: absolute;
	left: 16px;
	top: 0px;
	padding: 16px 0;
}
.comment article figure img{
	width: 105px;
	display: block;
}
.comment aside ul{
	padding: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.comment aside li{
	position: relative;
	clear: both;
	display: flex;
	align-items: center;
}
.comment aside li p{
	padding: 0 10px;
	line-height: 25px;
}
.comment aside li span{
	font-size:12px;
	color: #fff;
}
.comment aside li:nth-of-type(4){
	padding:0 0 0 150px;
	width: 100%;
	align-items: flex-start;
}
.comment .rate-star{
	margin: 0;
	width: 150px;
	height: 30px;
	background: url(./images/icon_star_sort04.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment .rate-star span{
	margin: 0;
	height: 30px;
	background: url(./images/icon_star_sort03.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment aside li:nth-of-type(4) p{
	line-height: 30px;
	font-family: arial,sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.star-0{
	width:0;
}
.star-1{
	width:20%;
}
.star-2{
	width:40%;
}
.star-3{
	width:60%;
}
.star-4{
	width:80%;
}
.star-5{
	width:100%;
}
.comment article header h2{
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.comment article header h2 a{
	display: block;
	color: #a27a28;
	text-decoration: underline;
}
.comment .comm-desc{
	padding: 10px;
	line-height: 20px;
	background: white;
	color: #3a3a3a;
	border-radius: 10px;
	position: relative;
}
.comment .comm-desc:before{
    position: absolute;
    content: "";
    border: solid 8px transparent;
    border-right: solid 8px white;
    width: 1px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
}
.comment article:nth-of-type(even) .comm-desc{
	border: 0;
	background: #fff;
}
.no-comment{
	padding: 10px;
	text-align: center;
}
/*--------------------------------
Comment Form
--------------------------------*/
.comment-section .inner{
	padding: 0px 16px 24px;
}
.comment-section form{
	display: flex;
	flex-wrap: wrap;
}
.comm-item{
	margin: 0 8px;
	padding: 0 0 10px 0;
	width: 40%;
	flex-grow: 1;
	position: relative;
}
.comm-item:nth-child(even){margin: 0 0px 0 8px;}
.comm-item:nth-child(odd){
	margin: 0 8px 0 0px;
}
.comm-item p,.comm-item-full p{
	padding: 0 0 0 90px;
}
.comm-label{
	width: 80px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #555555;
	color: #fff;
	text-align: center;
}
.comm-item .checkbtn{
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.comm-item input[type="radio"]{
	width :40px;
	height: 40px;
	appearance: none;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
}
.comm-item input[type="radio"]::after{
	width:30px;
	height: 30px;
	background: #eee;
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
}
.comm-item input[type="radio"]:checked::after{
	background: #e84cc0;
}
.comm-item-full{
	/* margin: 0 10px; */
	padding: 0 0 16px 0;
	width: 100%;
	flex-grow: 1;
	position: relative;
}
.comm-item input[type="text"],.comm-item select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #000000;
}
.comm-item select{
	background: url(./images/icon_select.png) no-repeat right white;
	background-size: 40px;
}
.comm-item-full textarea{
	width: 100%;
	height: 120px;
	padding: 10px;
	border: 1px solid #ddd;
}
.comment-section #raty img{display:inline-block;width: 37px;}

.comment-section .form-submit{
	width: 100%;
	text-align: center;
}
.comment-section .form-submit input[type="submit"]{
	margin: 0 auto;
	width: 370px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	background-color: #737373;
	border: 1px solid #737373;
	box-shadow: 0px 0px 6px black;
	border-radius: 4px;
	color: #fff;
	display: block;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.comment-section .form-submit input[type="submit"]:hover{
	opacity: 0.6;
}
/*--------------------------------
General
--------------------------------*/
.general article{
	margin: 0 16px;
	position: relative;
}
.general article header{
	padding: 0 0 16px 0;
}
.general article header h1{
	padding: 10px;
	line-height: 20px;
	font-size: 24px;
	border-bottom: 2px dotted white;
	color: #FFF;
	text-align: center;
}
.general article header h2{
	margin: 0 10px;
	padding: 20px 10px 10px 10px;
	line-height: 20px;
	font-size: 18px;
	color: #a37f3f;
	border-bottom: 2px solid #d1bf9f;
}
.general article header h3{
	margin: 0 10px;
	padding: 16px;
	line-height: 20px;
	font-size: 18px;
	color: #FFF;
}
.general p{
	padding: 0;
	line-height: 20px;
	background: #3a3a3a;
	color: #FFF;
}
.general figure{padding:20px 0;text-align:center;}
.general img{margin:0 auto;max-width:100%;}
.general p img{margin:0 0 20px 20px;float:right;}

.not_found{padding:0 0 20px 0;}
.not_found p{padding:10px 0;line-height:20px;font-size:16px;text-align:center;}
/*--------------------------------
SideBar
--------------------------------*/
.sidebar{
	width: 236px;
	float: right;
}
/*--------------------------------
Side Comment
--------------------------------*/
.side-comment article{
	padding: 16px;
	margin: 16px 0;
	position: relative;
	background: #555555;
}
.side-comment aside{overflow: hidden;min-height: 105px;}
.side-comment article figure{
	float: left;
}
.side-comment article figure{
	position: absolute;
	left: 16px;
	top: 70px;
}
.side-comment article figure img{
	width: 70px;
	display: block;
}
.side-comment aside li{
	padding: 0 0 0 80px;
	position: relative;
	clear: both;
	display: flex;
	align-items: center;
}
.side-comment aside ul:nth-child(1) li{
	padding: 0;
	position: relative;
	clear: both;
	display: flex;
	align-items: center;
}
.side-comment aside ul:last-child {
    width: 100%;
    position: absolute;
    top: 68px;
}
.side-comment aside li p{
	padding: 0 10px;
	line-height: 25px;
	color: #ffffff;
}
.side-comment aside li span{
	font-size:12px;
	color: #fff;
}
.side-comment aside li:nth-of-type(4){
	padding:0 0 0 150px;
	align-items: flex-start;
}
.side-comment .rate-star{
	margin: 0;
	width: 150px;
	height: 30px;
	background: url(./images/icon_star_sort04.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.side-comment .rate-star span{
	margin: 0;
	height: 30px;
	background: url(./images/icon_star_sort03.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.side-comment aside li:nth-of-type(4) p{
	line-height: 30px;
	font-family: arial,sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.side-comment article header h2{
	/* padding: 2px 0 8px; */
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.side-comment article header h2 a{
	display: block;
	color: #ffffff;
	text-decoration: underline;
}
.side-comment .comm-desc{
	padding: 10px;
	line-height: 20px;
	background: white;
	color: #3a3a3a;
	border-radius: 10px;
	position:relative;
	margin-top: 12px;
}
.side-comment .comm-desc:before{
    position: absolute;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px white;
    width: 1px;
    height: 1px;
    top: -16px;
    left: 28px;
    margin: auto;
}
.side-comment article:nth-of-type(even) .comm-desc{
	border: 0;
	background: #fff;
}
/*--------------------------------
Pagination
--------------------------------*/
.pagination{
	margin-bottom: 24px;
	padding: 12px 8px 12px 8px;
	display: flex;
	justify-content: center;
}
.pagination a,.pagination span{
	margin: 0 5px;
	padding: 10px 12px;
	line-height: 20px;
	font-family: arial,sans-serif;
}
.pagination a{
	background-color: #737373;
	border: 1px solid #3a3a3a;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0px 0px 6px black;
}
.pagination a:hover{
	background: #666;
	color: #fff;
}
.pagination span{
	color: #fff;
}
.comm_nav{padding:0 0 40px 0;width:100%;}
.comm_nav ul{height:60px;}
.comm_nav li{width:50%;}
.comm_nav .comm_nav_prev{padding:0 20px 0 0;float:left;}
.comm_nav .comm_nav_next{padding:0 0 0 20px;float:right;}
.comm_nav li a{line-height:60px;display:block;border:4px solid #666;color:#666;box-shadow:2px 2px 2px rgba(0,0,0,0.1);font-size:20px;display:block;text-align:center;}
.comm_nav li a:hover{opacity:0.5;}
/*--------------------------------
Footer
--------------------------------*/
#footer{
	padding:20px 0;
	clear: both;
	background: #222;
	text-align: center;
}
#footer small{
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
	display: block;
	clear: both;
}
#footer a{
	color: #999;
	text-decoration: underline;
	line-height: 28px;
}
/*Splash
--------------------------------------------------------------------------------------------------------------*/
#splash{background: url(./images/bg_splash_s.jpg) no-repeat center #fff;background-size: contain;}
@media screen and (max-width: 1024px){
#splash{background: url(./images/bg_splash_s.jpg) no-repeat center #fff;background-size: contain;}

}
#splash_top{width:100%;height: 95px;overflow: hidden;background: rgba(255,255,255,0.75);box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
#splash_top .inner{margin:0 auto;width:980px;height: 150px;overflow:hidden;}
#splash_top h1{padding: 10px 0 0 0;width:500px;line-height: 20px;background: url("./images/logo.png") no-repeat 0px 34px;background-size: 329px;color: #444444;font-weight: bold;font-size:15px;}
#splash_top h1 span{padding:100px 0 0 0;display:block;}
li.smart_on {
}
.splash_contents{width:100%;background:rgba(255,255,255,0.75);box-shadow:2px 2px 2px rgba(0,0,0,0.1);text-align:center;position: fixed;bottom: 0px;}
.verification{font-size: 16px;/* padding-top: 10px; */}
#splash_top .verification{padding-top: 5px;}
.verification p{padding:10px 0;font-size:14px;line-height:20px;text-align:center;background:url("./images/icon_u19.png") no-repeat left;}
.verification li{padding: 0 0px 1px 0px;margin-bottom: 6px;}
.verification#exit li:last-child{
    text-align: center;
    margin-bottom: 24px;
}
.verification li.p_n{padding: 0;}
.verification li a{
	line-height:60px;
	display:block;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding-left: 8px;
	background-color: #e84cc0;
	border: 1px solid #e84cc0;
	border-radius: 4px;
	color: #fff;
	display: block;
	box-shadow: 0px 0px 6px black;
}
.verification li a#exit
.verification li a:hover{opacity:0.5;}
.verification li:nth-child(1) a{font-size: 24px;position: relative;}
.verification#exit a{font-size: 16px;background-color: #3a3a3a;box-shadow: none;background-image: none;border: none;color: white;display: inline;line-height: 10px;}
#splash_footer{width:100%;text-align:center;font-size:12px;clear:both;}
#splash_footer small{font-size:12px;text-align:center;line-height:60px;}
}

@media screen and (max-width: 1000px){
.wrap{padding: 52px 0 0 0;width:100%;overflow:hidden;padding-bottom: 30px;}
.wrap#pt_n {
    padding: 53px 0 0 0;
}
.jqmWindow_back {
    position: fixed;
    margin: auto 8px;
    top: 18%;
    left: 0;
    right: 0;
    padding: 4px 8px 4px;
    box-sizing: border-box;
    border: 4px double #e58f17;
    border-radius: 10px;
    background: white;
}
.jqmWindow {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000!important;
}
}

@media screen and (max-width:1000px){
.wrap{padding:0px 0 0 0;overflow:hidden;background: #3a3a3a;}
.jqmWindow h1.title_text {
    padding: 0;
    color: white;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 8px;
    text-align: center;
}
.jqmWindow_back {
    position: fixed;
    margin: auto 8px;
    top: 24%;
    left: 0;
    right: 0;
    padding: 16px 16px 4px;
    box-sizing: border-box;
    border: solid 2px;
    background: #3a3a3a;
    border-radius: 0;
}
.jqmWindow {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000!important;
}

/*--------------------------------
Header
--------------------------------*/
#top{
	width: 100%;
/*	position: fixed;*/
	top: 0;
	z-index: 9999;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}
#top h1{
	padding: 0 22px 0 44px;
	height: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	background: -webkit-linear-gradient(#212121, #3a3a3a);
	background: linear-gradient(#212121, #3a3a3a);
	border-bottom: solid 2px #ffffff;
}
#top h1.under{
	padding: 0;
}
#top h1 a{
	padding: 100px 0 0 0;
	display: block;
	z-index: 999999;
	background: url(./images/logo0106.png?02) no-repeat center 5%;
	background-size: 265px;
}
#top h1 a.title_text {
    background: none;
    padding: 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    overflow: hidden;
}
#top p{
	display: none;
}

#gnav{
	position: fixed;
	top: 0;
	right: 0;
}
.search-nav{
	padding: 44px 0 0 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(./images/icon_search.png) no-repeat center;
	background-size: 44px;
	z-index: 99999;
}
.meanmenu-reveal{
	padding: 44px 0 0 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: url(./images/icon_nav.png) no-repeat center;
	background-size: 44px;
	z-index: 99999;
}
.site-nav{
	padding: 44px 0 0 0;
	width: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	display: none;
	z-index: 999;
}
.site-nav li {
	width: 100%;
	background-color: #3a3a3a;
}
.site-nav li a{
	padding: 10px 20px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.site-nav li:nth-of-type(odd) a{
	background: rgba(255,255,255,.25);
}
/*--------------------------------
Category menu
--------------------------------*/
ul#main-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 8px 0px;
}
#gnav li,.menu-item{width: 50%;position: relative;}
li.menu-item:nth-child(odd){
    padding: 0px 4px 8px 0px;
}
li.menu-item:nth-child(even){
    padding: 0px 0px 8px 4px;
}
li.menu-item:nth-child(1) a{
    background: url("./images/menu_1.jpg")no-repeat;
    background-size: cover;
}
li.menu-item:nth-child(2) a{
    background: url("./images/menu_2.jpg")no-repeat;
    background-size: cover;
}
li.menu-item:nth-child(3) a{
    background: url("./images/menu_3.jpg")no-repeat;
    background-size: cover;
}
li.menu-item:nth-child(4) a{
    background: url("./images/menu_4.jpg")no-repeat;
    background-size: cover;
}
.menu-item a {
    position: relative;
    border-radius: 10px;
    color: #3a3a3a;
    box-shadow: 0px 0px 6px black;
    display: block;
    font-weight: bold;
    padding: 71px 8px 8px;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
.no_select.menu-item a:after {
	position:absolute;
	content:"";
	background: rgba(0,0,0,0.4);
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
}
/*--------------------------------
Search
--------------------------------*/
.search-pane{
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0,0,0,.85);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.search-pane .inner{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-pane .search-item{
	padding: 10px 10px 0 10px;
	background: #3a3a3a;
}
.sp-search-pane{
	/* padding: 5px 0px 0 0px; */
	background: #3a3a3a;
}
.search-item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 8px;
}
.form-item{
	padding: 0 0 8px 0;
	width: 49%;
	background: #3a3a3a;
}
.form-item input,.form-item select,.form-item button{
	padding: 10px 5px;
	width: 100%;
	height: 40px;
	line-height: 20px;
}
.form-item button{
    background-color: #737373;
    border: 1px solid #737373;
    box-shadow: 0px 0px 6px black;
}
.form-item select{
	background: url(./images/icon_select.png) no-repeat right #fff;
	background-size: 26px;
}
.close{
	padding-top: 4px;
	width: 44px;
	height: 44px;
	color: #3a3a3a;
	font-size: 38px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9999;
	background: white;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.result_desc{
	display: none;
}
/*--------------------------------
Search Result
--------------------------------*/
.search-result{
	padding: 60px 0 10px 0;
}
.result-desc{
	display: none;
}
.tablesorter {
padding: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
.result-head{
	width: 100%;
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #555555;
	display: flex;
}
.result-head th{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: normal;
	box-shadow: -1px 0 0 rgba(0,0,0,.1) inset;
	font-size: 14px;
	flex-grow: 1;
	width: 50%;
}
.result-head td{
	display: none;
}
.result-head .header{
	background-image: url(./images/icon_sort.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 40px 180px;
}
.result-head .headerSortDown{
	background-position: center top;
	background-color: #363636;
}
.result-head .headerSortUp{
	background-position: center bottom;
	background-color: #393939;
}
.result-thumb img{
	width: 100%;
	height: auto;
}
.result-thumb p a{
	line-height: 30px;
	color: #ffffff;
}
.result-row{
	margin: 0 8px 16px 8px;
	display: flex;
	flex-wrap: wrap;
	background: #555555;
}
.result-item{
	width: 50%;
	box-shadow: -1px 0 0 rgba(0,0,0,.1) inset;
	position: relative;
}
.result-thumb,.result-rate,.result-nav{
	width: 100%;
}
.result-label{
	width: 50%;
	height: 30px;
	line-height: 20px;
	background: #555555;
	color: #fff;
	font-size: 14px;
	box-shadow: -1px 0 0 rgba(0,0,0,.1) inset;
	display: block;
	float: left;
	padding: 5px 10px;
}
.result-item p{
	padding: 5px 10px;
	width: 100%;
	float: right;
	background: #555555;
}
.result-item .result-star{
	display: flex;
	justify-content: center;
	align-items: center;
}
.result-item .rate-star{
	margin: 0 5px 0 0;
	width: 100px;
	height: 20px;
	background-size: 100px 20px;
}
.result-item .rate-star-point{
	height: 20px;
	background-size: 100px 20px;
}
td.result-item.result-rate {
    border-top: solid 8px #3a3a3a;
}
td.result-item .result-star{
    float:right;
    width: 50%;
    background: #4a4a4a;
}
.result-item nav{
	padding: 8px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 1px 0 rgba(0,0,0,.1) inset;
	background: #3a3a3a;
}
.result-item nav .main-btn{
	width: 40%;
	padding: 5px;
	margin: 0 0 0 5px;
	line-height: 38px;
	flex-grow: 1;
}
.result-item nav .sub-btn{
	width: 40%;
	margin: 0 5px 0 0;
	padding: 5px;
	line-height: 15px;
	flex-grow: 1;
	line-height: 38px;
}
/*
.search_result{padding:120px 0 0 0;clear:both;}
.tablesorter{width:100%; border-spacing:0;}
.tablesorter tr{display: block;margin-bottom:10px;}
.tablesorter thead{width:100%;position:fixed;top:44px;left:0;right:0;z-index:999;}
.tablesorter tr{display:flex;flex-wrap:wrap; width:100%;}
.tablesorter thead th{padding:0 5px;height:60px;line-height:60px;background:#37475a;color:#fff;position:relative;font-size:10px;flex-grow:1;box-shadow:1px 1px 0 rgba(0,0,0,0.1)inset;}
.tablesorter th:nth-child(1),.tablesorter th:nth-last-child(1){display:none;}

.tablesorter thead .header{background-image:url("./images/icon_sort.png");background-position:center;background-repeat:no-repeat;cursor:pointer;transition:0.5s;background-size:40px 180px;}
.tablesorter thead .headerSortDown{background-position:center top;background-color:#232e3f;}
.tablesorter thead .headerSortUp{background-position:center bottom;background-color:#232e3f;}

.tablesorter td{width:50%;display:block;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center;}
.tablesorter td:nth-of-type(1){width:50%;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.tablesorter td:nth-of-type(2){width:50%;border-top:1px solid #ddd;}
.tablesorter td:nth-of-type(odd){border-left:1px solid #ddd;}
.tablesorter td:nth-last-child(1){width:100%;border:0;}

.tablesorter td p{padding:5px 0;font-size:16px;}
.tablesorter td p a{color:#369;}
.tablesorter td:nth-of-type(1) p{padding:5px 10px 10px 10px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.tablesorter td:nth-of-type(2) p{padding:20px 0 0 0;}
.tablesorter td .yes{padding:0;font-size:36px;color:#9c9;}
.tablesorter td .no{padding:0;font-size:36px;color:#f66;}

.tablesorter td span{padding:5px 0;line-height:16px;font-size:11px;background-color:#f7f7f7;display:block;border-bottom:1px solid #ddd;}
.tablesorter figure{padding:10px 0 0 0;width:100%;text-align:center;}
.tablesorter figure img{margin:0 auto;width:70px;display:block;}

.tablesorter td .rate_star{margin:0 auto;padding:0;width:100px;height:30px;background:url("./images/icon_star_sort04.png") no-repeat center;display:block;position:relative;background-size:100px 30px;border:0;}
.tablesorter td .rate_star_point{padding:0;height:30px;background:url("./images/icon_star_sort03.png") no-repeat 0 0;display:block;position:relative;background-size:100px 30px;border:0;}

.tablesorter td nav ul{padding:0;height:90px;}
.tablesorter td nav li:nth-of-type(1){padding:10px 5px 0 0;width:50%;float:left;}
.tablesorter td nav li:nth-of-type(2){padding:10px 0 0 5px;width:50%;float:right;}
.tablesorter td nav li a{padding:10px 0;width:100%;line-height:20px;display:block;font-size:16px;}
.tablesorter td nav li:nth-of-type(2) a{line-height:40px;}
*/

/*Contents
--------------------------------------------------------------------------------------------------------------*/
.heading{/* padding: 0 0px 8px 0px; */clear:both;}
.heading h1{line-height:40px;font-size:16px;border: solid #e84cc0;border-width: 2px 0 0px 0;text-align: center;color: #FFF;background: #555555;margin: 16px 0 8px;font-weight: bold;}

.btn-row{padding:0 10px 10px 10px;text-align:center;clear:both;}
.about .btn-row{padding-bottom:0;}
.btn-row a,.btn-row button{height:60px;line-height:60px;font-size:24px;}

/*--------------------------------
Button
--------------------------------*/
.sub-btn{
	background-color: #737373;
	border: 1px solid #3a3a3a;
	border-radius: 4px;
	color: #fff;
	display: block;
	box-shadow: 0px 0px 6px black;
}
.main-btn{
	background-color: #e84cc0;
	border: 1px solid #e84cc0;
	border-radius: 4px;
	color: #fff;
	display: block;
	box-shadow: 0px 0px 6px black;
}

/*--------------------------------
List
--------------------------------*/
.list-item{
	margin: 0 0px 16px;
	padding: 0 0 10px 0;
	position: relative;
	background: #3a3a3a;
	color: #FFF;
}
.list-item .inner{
	margin: 0 8px;
}
.list-head{
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
	background-color: #555555;
	position: relative;
	border: solid #e84cc0;
	border-width: 2px 0 0px 0;
	opacity: 0;
}
.list-head h1,.list-head h2{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-thumb{
	text-align: center;
	background: #000;
	margin: 8px 0px 12px;
}
.list-thumb img{
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
}
.rating-parts{
	padding: 0px 0px;
	margin: 8px 0px;
	background: #4a4a4a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rate-star{
	width: 150px;
	height: 30px;
	background: url(./images/icon_star_sort04.png) no-repeat 0 0;
	background-size:150px 30px;
	display: block;
}
.rate-star-point{
	height: 30px;
	background: url(./images/icon_star_sort03.png) no-repeat 0 0;
	background-size: 150px 30px;
	display: block;
}
.rate-label{
	padding: 0 6px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	background: #555555;
}
.rate-pt{
	padding: 0 10px;
	font-size: 16px;
	font-family: arial,sans-serif;
	font-weight: bold;
}
.rate-pt span{
	font-size: 12px;
	font-weight: normal;
}
.st-tag-cloud{
    clear: both;
}
.st-tag-cloud div{
    line-height: 1em;
    background: #e84c70;
    color: white;
    display: inline-block;
    white-space: nowrap;
    padding: 4px 8px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-decoration: none;
}
div.st-tags.t0 {
    font-size: 10px;
}
div.st-tags.t1 {
    font-size: 12px;
}
div.st-tags.t2 {
    font-size: 14px;
}
.list-info{
	padding: 10px 5px 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-info p{
	margin: 0 5px 10px 5px;
	width: 40%;
	flex-grow: 1;
	line-height: 22px;
	background: #f1eee2;
	color: #a27a28;
	text-align: center;
}
.list-info p span{
	height: 20px;
	line-height: 20px;
	background: #d1bf9f;
	color: #fff;
	display: block;
	font-size: 12px;
}
.list-desc{
	margin: 0 auto;
	padding: 10px;
	line-height: 20px;
	background: #555555;
}
.list-foot{
	padding: 0;
	margin: 8px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-foot a{
	margin: 0 5px;
	width: 40%;
	height: 50px;
	line-height: 50px;
	flex-grow: 1;
	text-align: center;
	box-shadow: 0px 0px 6px black;
}
.first-page article:nth-of-type(1) header,.first-page article:nth-of-type(2) header,.first-page article:nth-of-type(3) header{
	padding: 0 0 0 50px;
	border: none;
}
.first-page article:nth-of-type(1) header{
	background-color: #835700;
}
.first-page article:nth-of-type(2) header{
	background-color: #5e6774;
}
.first-page article:nth-of-type(3) header{
	background-color: #973c06;
}
.first-page article:nth-of-type(1) header:after,.first-page article:nth-of-type(2) header:after,.first-page article:nth-of-type(3) header:after{
	width: 50px;
	height: 50px;
	content: "";
	diaply: block;
	position: absolute;
	top: -5px;
	left: 0;
	background-image:url(./images/icon_ranking.png);
	background-repeat: no-repeat;
	background-size: 50px 150px;
}
.first-page article:nth-of-type(1) header:after{
	background-position: 0 0;
}
.first-page article:nth-of-type(2) header:after{
	background-position: 0 -50px;
}
.first-page article:nth-of-type(3) header:after{
	background-position: 0 -100px;
}
/*--------------------------------
About
--------------------------------*/
.about .list-head{
	text-align: center;
	background: none;
}
.about .list-item {
    padding: 0 8px;
    margin: 0 0px 8px;
}
/*--------------------------------
Detail
--------------------------------*/
.detail{clear:both;}
.detail aside{padding:0 10px 10px 10px;}
.detail aside ul{
	padding:0 10px 10px 10px;
	background: #fff;
}
.detail aside li{position:relative;text-align:center;background:url("./images/bg_searchpane_header.png") repeat-x top;}
.detail aside li p{text-align:center;background:#fff;position:relative;}
.detail aside li span{margin:0 auto;padding:0 10px;height:40px;line-height:40px;background:#fff;text-align:center;font-size:18px;color: #a27a28;}

.detail aside li:nth-of-type(1),.detail aside li:nth-of-type(3),.detail aside li:nth-of-type(4){}
.detail aside li:nth-of-type(2){padding:0;}

.detail aside li:nth-of-type(1) p{height:30px;font-size:14px;line-height:30px;overflow:hidden;}
.detail aside li:nth-of-type(1) p b{margin:0 10px 0 0;font-size:30px;font-family:arial,sans-serif;}

.detail aside li:nth-of-type(2) div{padding:0 20px 10px 40px;position:relative;}
.detail aside li:nth-of-type(2) div span{margin:0;padding:0;height:25px;line-height:25px;position:absolute;font-size:14px;text-align:center;color:#999;}
.detail aside li:nth-of-type(2) div .age_label{width:40px;left:0;top:0;}
.detail aside li:nth-of-type(2) div .age_ct{width:20px;right:0;top:0;}
.detail aside li:nth-of-type(2) div .age_base{width:100%;height:25px;background:#f1eee2;}
.detail aside li:nth-of-type(2) div .age_base span{left:0;top:0;background:#d1bf9f;}

.detail aside li:nth-of-type(3) p{padding:0 40px 0 0;height:40px;line-height:30px;text-align:right;font-size:20px;color: #a27a28;}
.detail aside li:nth-of-type(3) p .rate_star{margin:0 auto;width:150px;height:30px;background:url(./images/icon_star_sort04.png) no-repeat 0 0;border:0;position:absolute;top:0;left:0;right:0;background-size:150px 30px;}
.detail aside li:nth-of-type(3) p .rate_star_point{margin:0;padding:0;height:30px;background:url(./images/icon_star_sort03.png) no-repeat 0 0;border:0;position:absolute;top:0;left:0;background-size:150px 30px;}

.detail aside li:nth-of-type(4) p{margin:0;width:100%;background:#ccc;display:-webkit-flex; display:flex;}
.detail aside li:nth-of-type(4) p span{margin:0;padding:0 5px;height:40px;line-height:40px;text-align:center;font-size:16px;color:#fff;flex-grow:1;display:block;}
.detail aside li:nth-of-type(4) p .male{background:#6694cc;flex-grow:1;}
.detail aside li:nth-of-type(4) p .female{background:#cc6683;flex-grow:1;}
.detail aside li:nth-of-type(4) p .comment_none{background:#999}

.detail article table{width: 100%;border-collapse:collapse;border-spacing:0;text-align:center;/* border-right: solid 8px #3a3a3a; *//* border-left: solid 8px #3a3a3a; */}
.detail article table th{padding: 8px;font-weight: bold;font-size: 14px;background: #555555;}
.detail article table td{padding: 8px;font-size: 14px;background: #4a4a4a;}
.detail article table tr {
    border-bottom: solid 8px #3a3a3a;
}
.detail article table tr:last-child {
    border-bottom: solid 0px #3a3a3a;
}
/*--------------------------------
Comment
--------------------------------*/
.comment aside {
    overflow: hidden;
    min-height: 92px;
    background: #555555;
}
.comment article{
	margin: 0 10px 10px 10px;
	padding: 10px;
	position: relative;
	background: #555555;
}
.comment article:nth-of-type(odd){
	color: #FFF;
}
.comment article:nth-of-type(even){
	background: #f1eee2;
}
.comment article figure{
	position: absolute;
	left: 10px;
	top: 10px;
}
.comment article figure img{
	width: 80px;
	display: block;
}
.comment aside ul{
	padding: 0 0 10px 100px;
	display: flex;
	flex-wrap: wrap;
}
.comment aside li{
	position: relative;
	clear: both;
	display: flex;
	align-items: center;
}
.comment aside li p{
	padding: 0 10px;
	line-height: 25px;
}
.comment aside li span{
	font-size:12px;
	color: #fff;
}
.comment aside li:nth-of-type(4){
	padding:0 0 0 150px;
	width: 100%;
	align-items: flex-start;
}
.comment .rate-star{
	margin: 0;
	width: 150px;
	height: 30px;
	background: url(./images/icon_star_sort04.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment .rate-star span{
	margin: 0;
	height: 30px;
	background: url(./images/icon_star_sort03.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.comment aside li:nth-of-type(4) p{
	line-height: 30px;
	font-family: arial,sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.star-0{
	width:0;
}
.star-1{
	width:20%;
}
.star-2{
	width:40%;
}
.star-3{
	width:60%;
}
.star-4{
	width:80%;
}
.star-5{
	width:100%;
}
.comment article header h2{
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.comment article header h2 a{
	display: block;
	color: #a27a28;
	text-decoration: underline;
}
.comment .comm-desc{
	padding: 10px;
	line-height: 20px;
	background: white;
	color: #212121;
	border-radius: 10px;
	position: relative;
}
.comment .comm-desc:before{
	position:absolute;
	content:"";
	border:solid 8px transparent;
	border-bottom: solid 8px white;
	width:1px;
	height:1px;
	top: -16px;
	left: 32px;
}
.comment article:nth-of-type(even) .comm-desc{
	border: 0;
	background: #fff;
}
.no-comment{
	padding: 10px;
	text-align: center;
}
/*--------------------------------
Comment Form
--------------------------------*/
.comment-section .inner{
	margin: 0 10px 10px 10px;
	padding: 10px;
}
.comm-item{
	padding: 0 0 10px 0;
	position: relative;
}
.comm-item p,.comm-item-full p{
	padding: 0 0 0 90px;
}
.comm-label{
	width: 80px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #555555;
	color: #fff;
	text-align: center;
}
.comm-item .checkbtn{
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.comm-item input[type="radio"]{
	width :40px;
	height: 40px;
	appearance: none;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
}
.comm-item input[type="radio"]::after{
	width:30px;
	height: 30px;
	background: #eee;
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
}
.comm-item input[type="radio"]:checked::after{
	background: #e84cc0;
}
.comm-item-full{
	padding: 0 0 10px 0;
	width: 100%;
	flex-grow: 1;
	position: relative;
}
.comm-item input[type="text"],.comm-item select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #9a9595;
}
.comm-item select{
	background: url(./images/icon_select.png) no-repeat right white;
	background-size: 40px;
	color: black;
}
.comm-item-full textarea{
	width: 100%;
	height: 120px;
	padding: 10px;
	border: 1px solid #ddd;
}
.comment-section #raty{
	padding: 0 0 10px 90px;
}
.comment-section #raty img{
	display: inline-block;
	width: 30px;
}

.comment-section .form-submit{
	width: 100%;
	text-align: center;
}
.comment-section .form-submit input[type="submit"]{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	display:block;
	background-color: #737373;
	border: 1px solid #737373;
	box-shadow: 0px 0px 6px black;
	border-radius: 4px;
	color: #fff;
	display: block;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
/*General
--------------------------------------------------------------------------------------*/
.general article{
	margin: 0 8px 8px 8px;
	/* padding: 8px; */
	position: relative;
	background: #555555;
}
.general article header{padding:0 0 10px 0;}
.general article header h1{padding: 0;line-height:30px;font-size: 16px;border-bottom: 2px dotted white;color:#FFF;text-align:center;}
.general article header h2{padding:10px 0;line-height:30px;font-size:18px;color:#FFF;border-bottom:1px solid #f90;}
.general article header h3{padding:10px 0 0 0;line-height:20px;font-size:16px;color:#FFF;}
.general p{padding: 8px;font-size:14px;line-height: 20px;color: #FFF;}
.contents.page p{padding: 0 8px 8px 8px;}
.general figure{padding:10px 0;text-align:center;}
.general img{margin:0 auto;max-width:100%;}
.general p img{margin:0 0 10px 10px;float:right;}

.not_found{padding:0 0 10px 0;}
.not_found p{padding:10px 0;line-height:20px;font-size:14px;text-align:center;}

/*--------------------------------
Side Comment
--------------------------------*/
.side-comment article{
	margin: 0 10px 10px 10px;
	padding: 10px;
	position: relative;
}
.side-comment article:nth-of-type(odd){
	background: #fff;
}
.side-comment article:nth-of-type(even){
	background: #f1eee2;
}
.side-comment aside{overflow: hidden;min-height: 105px;}
.side-comment article figure{
	float: left;
}
.side-comment aside ul {
    width: 100%;
    position: absolute;
}
.side-comment article figure img{
	width: 70px;
	display: block;
}
.side-comment aside li{
	padding: 0 0 0 80px;
	position: relative;
	clear: both;
	display: flex;
	align-items: center;
}
.side-comment aside li p{
	padding: 0 10px;
	line-height: 25px;
	color:#3a3a3a;
}
.side-comment aside li span{
	font-size:12px;
	color:#999;
}
.side-comment aside li:nth-of-type(4){
	padding:0 0 0 150px;
	align-items: flex-start;
}
.side-comment .rate-star{
	margin: 0;
	width: 150px;
	height: 30px;
	background: url(./images/icon_star_sort04.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.side-comment .rate-star span{
	margin: 0;
	height: 30px;
	background: url(./images/icon_star_sort03.png) no-repeat 0 0;
	background-size: 150px 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.side-comment aside li:nth-of-type(4) p{
	line-height: 30px;
	font-family: arial,sans-serif;
	font-size: 18px;
	color: #a27a28;
}
.side-comment article header h2{
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.side-comment article header h2 a{
	display: block;
	color: #a27a28;
	text-decoration: underline;
}
.side-comment .comm-desc{
	padding: 10px;
	line-height: 20px;
	border: 1px solid #d1bf9f;
}
.side-comment article:nth-of-type(even) .comm-desc{
	border: 0;
	background: #fff;
}
/*--------------------------------
Pagination
--------------------------------*/
.pagination{
	margin-bottom: 22px;
	padding: 0px 8px;
	display: flex;
	justify-content: center;
}
.pagination a,.pagination span{
	margin: 0 5px;
	padding: 10px 12px;
	line-height: 46px;
	font-family: arial,sans-serif;
}
.pagination a{
	background-color: #737373;
	border: 1px solid #3a3a3a;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0px 0px 6px black;
}
.pagination a:hover{
	background: #666;
	color: #fff;
}
.pagination span{
	color: #fff;
}

.comm_nav{padding:10px;width:100%;}
.comm_nav ul{height:40px;}
.comm_nav li{width:50%;}
.comm_nav .comm_nav_prev{padding:0 5px 0 0;float:left;}
.comm_nav .comm_nav_next{padding:0 0 0 5px;float:right;}
.comm_nav li a{line-height:40px;display:block;border:2px solid #666;color:#666;box-shadow:2px 2px 2px rgba(0,0,0,0.1);font-size:16px;display:block;text-align:center;}
.comm_nav li a:hover{opacity:0.5;}

/*Fixed
--------------------------------------------------------------------------------------------------------------*/
.fixed {
  background: #fff url("./images/advice.jpg") no-repeat scroll 5px 5px / 50px auto;
  border-top: 1px solid #ddd;
  bottom: 0;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.fixed p{margin-left: 60px; font-size: 0.8em; padding: 5px;}
.fixed p span.strong{color: #c00; font-size: 1.2em; text-decoration: underline;}
.fixed p span.red{color: #e00; font-size: 1.1em;}

/*Wordpress Related Posts
--------------------------------------------------------------------------------------------------------------*/
.wp_rp_wrap.wp_rp_vertical_m {
  padding: 1% 1%;
}
.wp_rp_wrap .related_post_title {
  font-weight: bold;
}
.wp_rp_comments_count::before {
  content: "コメント";
}
/*--------------------------------
Footer
--------------------------------*/
#footer{
	padding: 20px 0;
	clear: both;
	background: #212121;
	text-align: center;
}
#footer small{
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
	display: block;
	clear: both;
}
#footer a{
	color: #999;
	text-decoration: underline;
	line-height: 28px;
}
/*Splash
--------------------------------------------------------------------------------------------------------------*/
.splash_box {position: absolute;top: -125px;bottom:0;left: 0;right: 0;margin:auto;height: 55px;}
.splash_box img {height: 55px;margin: auto;}
.splash_contents{width:100%;background:rgba(255,255,255,0.75);box-shadow:2px 2px 2px rgba(0,0,0,0.1);text-align:center;position:fixed;bottom:0px;}
.verification{font-size:12px;}
#splash_top .verification{padding-top: 5px;}
.verification p{padding:10px 0;font-size:14px;line-height:20px;text-align:center;background:url("./images/icon_u19.png") no-repeat left;}
.verification li{padding: 0 0px 1px 0px;margin-bottom: 6px;}
.verification#exit li:last-child{
    text-align: center;
    margin-bottom: 16px;
}
.verification li.p_n{padding: 0;}
.verification li a{
    line-height: 60px;
    display: block;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-left: 8px;
    background-color: #e84cc0;
    border: 1px solid #e84cc0;
    border-radius: 4px;
    color: #fff;
    display: block;
    box-shadow: 0px 0px 6px black;
}
.verification li a:hover{opacity:0.5;}
.verification li:nth-child(1) a{font-size: 20px;position: relative;}
.verification#exit a{font-size: 16px;background-color: #3a3a3a;box-shadow: none;background-image: none;border: none;color: white;display: inline;line-height: 10px;}
#splash_footer{padding:0 0 10px 0;width:100%;text-align:center;font-size:12px;clear:both;}
#splash_footer small{font-size:8px;text-align:center;line-height:20px;}
}

@media screen and (max-width:1000px){
#splash{background: url("./images/bg_splash_s.jpg")  no-repeat center center #fff;background-size: 100%;}
#splash_top{width:100%;}
#splash_top .inner{height: 110px;overflow:hidden;}
#splash_top h1{padding: 10px 0 40px 10px;line-height: 18px;background: url("./images/logo.png") no-repeat 9px 33px;background-size: 330px;color: #444444;font-size: 15px;text-align:left;font-weight: bold;}
#splash_top h1 span{padding:60px 0 0 0;display:block;}
}
@media screen and (max-width:320px){
#top h1 a{
	padding: 44px 0 0 0;
	display: block;
	z-index: 999999;
	background: url(./images/logo.png) no-repeat center 18%;
	background-size: 245px;
}
.menu-item a{
	font-size: 12px;
}
.verification li:nth-child(1) a{font-size: 16px;}
.rate-star {
    width: 120px;
    background: url(./images/icon_star_sort04.png) no-repeat 0 2px;
    background-size: 120px 25px;
}

.rate-star-point {
    background: url(./images/icon_star_sort03.png) no-repeat 0 2px;
    background-size: 120px 25px;
}
}
@media screen and (max-width:420px){
.verification nav li:nth-child(1) a{font-size:18px;line-height: 40px;position: relative;}

#splash{background: url("./images/bg_splash_s.jpg") no-repeat center #fff;}
#splash_top{width:100%;}
#splash_top .inner{height: 78px;overflow:hidden;background: rgba(255,255,255,0.75);box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
#splash_top h1{padding: 6px 0px 45px 0px;margin-bottom: 20px;line-height: 20px;background: url("./images/logo.png") no-repeat center 27px;background-size: 308px;color: #444444;font-size: 14px;text-align:center;font-weight: bold;/* height: 72px; */}
#splash_top h1 span{padding: 11px 0 0 0;display:block;}
.verification nav li a{line-height:40px;}
#splash_footer{padding: 0 0 5px 0;width:100%;text-align:center;font-size:12px;clear:both;}
.verification.smart_on{display: inherit;}
.verification nav li.smart_off{
    display: none;
}
}
@media screen and (max-width: 320px){
	body{
		font-size:12px;
	}
	#top h1 a{
		padding: 44px 0 0 0;
		display: block;
		z-index: 999999;
		background: url(./images/logo.png) no-repeat center 18%;
		background-size: 225px;
	}
}

@media screen and (orientation: landscape) and (max-width: 1000px){
.jqmWindow img{
	width: 60%!important;
	margin: 0 0 8px!important;
}
.jqmWindow_back {
    position: fixed;
    margin: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 8px 4px;
    box-sizing: border-box;
    border: solid 2px;
    background: #3a3a3a;
    border-radius: 0;
    text-align: center;
}	
}

.fa-heart{color:pink;}
.commentlistbox{
	padding:0 0 8px;
	margin:0 0 10px;
	border-bottom:1px solid #666;
	display: block;
}



.main-btn{
	background-image:url(https://lovely.chatlove.xyz/wp-content/themes/sexylive/images/icon_dl.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:43px;
	font-size: 18px;
	font-weight: bold;
}
.bt02{
	background-image:url(https://lovely.chatlove.xyz/wp-content/themes/sexylive/images/icon_go.png);
}


/*オススメ枠*/

#osusume{
	border-top:0px solid #000;
	padding:0;
	border-bottom:21px solid #000;
}

#osusume .setbox01{
 	background-size:80px;
 	background-repeat:no-repeat;
 	padding:5px 5px 5px 100px;
 	background-position:10px 8px;
 	min-height: 90px;
 	border-top:1px solid #ddd;
 }

#osusume .subtitle{
	padding:10px;
	line-height: 1.4em;
}
.recommend-heading{
 	color:#fff;
 	font-weight: bold;
 	font-size: 16px;
 	padding:10px;
 	text-align: center;
 	margin-bottom: 0;
 	display: block;
 	border-top: 2px solid #e84cc0;
background: #555;	

 }
.settext a{color:#d7d7d7;}
#osusume .settitle{
	font-size: 23px;
	font-weight: bold;
	color: #e3b1ff;
	padding: 5px 0px 0px

}
#osusume .settext{
	line-height: 1.4em;
	color:#dedede;
}

.osusume-title{
	font-size:24px;
	text-align: center;
	color:#fff;
	background:#892ab1;
	padding:12px 0;
	font-weight: bold;
}




.main-btn{
	background-image:url(https://lovely.chatlove.xyz/wp-content/themes/sexylive/images/icon_dl.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:43px;
	font-size: 18px;
	font-weight: bold;
}
.bt02{
	background-image:url(https://lovely.chatlove.xyz/wp-content/themes/sexylive/images/icon_go.png);
}

/*〇枠広告枠*/
.circleadimg{width: 95%; border-radius: 100%; margin:5px 0 10px;}
.circlead-wrap{padding:5px;}
.circlead-box{padding:5px;width:33.3%;float: left;text-align: center;}


.list-desc { font-size: 14px;background-color: #252525 !important;border-radius: 5px;padding:8px !important;}

.list-head h2{font-weight: bold;}

  
#menu_gnav{
    height: 1px;
    overflow: hidden;
}
  .strong_red{color:#ff0000;font-weight:bold; font-size:16px;}
  .strong_blue{color:#0066FF;font-weight:bold; font-size:16px;}
  .strong_green{color:#009933;font-weight:bold; font-size:16px;}
  .strong_orange{color:#FF9933;font-weight:bold; font-size:16px;}
  .strong_pink{color:#FF99CC;font-weight:bold; font-size:16px;}
  .strong_brown{color:#CC6600;font-weight:bold; font-size:16px;}
  .strong_purple{color:#9933FF;font-weight:bold; font-size:16px;}
  .strong_yellow{color:#FFFF00;font-weight:bold; font-size:16px;}
  .pink_line {background: linear-gradient(transparent 60%, #983C86 0%) repeat scroll 0 0;font-weight:bold;}
  .orange_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A8631E 0%) repeat scroll 0 0;font-weight:bold;}
  .green_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #CCFFCC 0%) repeat scroll 0 0;font-weight:bold;}  
  .purple_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ad35af 0%) repeat scroll 0 0;font-weight:bold;}  
  .yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #666600 0%) repeat scroll 0 0;font-weight:bold;}  
  .darkpink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #602361 0%) repeat scroll 0 0;font-weight:bold;} 


 .topcomment{color:#ECF0A0;font-size:16px;font-weight: bold;padding:10px;text-align:center;line-height: 1.4em;background:#000;}
.topsubcomment{font-size:14px;font-weight: normal;}