@charset "utf-8";
/* CSS Document */


/*　検索バナー｜テキスト表示
─────────────────────────────────────────*/
#search-ban.in-section {
	margin: 0!important;
	background: none!important;
	border: none;
	box-shadow: none;
}
#search-ban.in-section ul {
	list-style-type: none;
	text-align: center;
}
#search-ban.in-section ul li a {text-decoration: none;}
#search-ban.in-section ul li a:hover {text-decoration: underline;}


/*　検索共通項目
─────────────────────────────────────────*/
.in-section {
	margin: 0 0 8px;
	padding: 10px;
}
#search-item {position: relative;}
#search-item dl {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	letter-spacing: -0.4em;
	text-align: left;
}
#search-item dl dt {
	background: #f4f1d9;
	text-align: center;
	font-weight: bold;
	letter-spacing: normal;
}
#search-item dl dd {
	padding: 7px 20px 7px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	letter-spacing: normal;
}
#search-item dl dd .tg {
	padding: 0 0 0 17px;
	display: block;
	font-size: 10px;
}
#search-item dl dd p {padding: 0 0 4px 4px;}
#search-item dl dd .tilde {
	padding: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search-item dl.disp-select dt {line-height: 36px;}
#search-item dl.type-select dt {line-height: 64px;}
#search-item dl.terms-select dt {line-height: 64px;}
#search-item dl.area-select dt {line-height: 46px;}
#search-item dl dd select ,
#search-item dl dd label ,
#search-item dl dd input[type="checkbox"] ,
#search-item dl dd input[type="radio"] {cursor: pointer;}
#search-item dl dd label span {color: #09f;}
#search-item dl dd label:hover span {color: #03f;}
#search-item .search-btn {
	padding: 0 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#search-item dl dd input {margin: 0 4px 2px 0;}
#search-item input[type="button"] ,
#search-item input[type="button"].clk-off:hover {
	height: 40px;
	margin: 14px auto;
	padding: 0 25px;
	display: block;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffcc00, endcolorstr=#ffff9900))";*/
	background: linear-gradient(to bottom, #fc0, #f90);
	/*background: -moz-linear-gradient(bottom, #f90, #fc0);
	background: -webkit-gradient(linear, center bottom, center top, from(#f90), to(#fc0));*/
	border: 1px solid #C90;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fc9;
	box-shadow: 0 0 10px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	cursor: pointer;
}
#search-item input[type="button"]:hover {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff555555, endcolorstr=#ff111111))";*/
	background: linear-gradient(to bottom, #555, #111);
	/*background: -moz-linear-gradient(bottom, #111, #555);
	background: -webkit-gradient(linear, center bottom, center top, from(#111), to(#555));*/
	border: 1px solid #000;
	text-shadow: 0 -1px 0 #555;
	color: #fff;
}
#search-item input[type="button"].clk-off {
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	cursor: default!important;
}
#mc-base #girl-disp li.g1x {position: relative;}


/*　検索バナー
─────────────────────────────────────────*/
#search-ban.in-section {
	margin: 0 0 8px;
	position: relative;
}
#search-ban.in-section p {
	font-size: 12px;
	color: #a96;
}
#search-ban.in-section ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#search-ban.in-section ul li a br {display: none;}



/*　SMP-mode｜検索バナー
─────────────────────────────────────────*/
body.xs #search-ban.in-section ul li {display: none;}
body.xs #search-ban.in-section ul li:first-child {display: block!important;}
body.xs #search-ban.in-section p {
	padding: 2px 5px 0 3px;
	border-right: 1px solid #ddd;
	float: left;
}
body.xs #search-ban.in-section ul {padding: 0 0 0 40px;}


/*　PC-mode｜検索バナー
─────────────────────────────────────────*/
body.xw #search-ban.in-section p {
	position: absolute;
	top: 16px;
	left: 17px;
}
body.xw #search-ban.in-section ul {
	padding: 0 0 0 40px;
	letter-spacing: -0.4em;
}
body.xw #search-ban.in-section ul li {
	width: 33%;
	padding: 6px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	letter-spacing: normal;
}
body.xw #search-ban.in-section ul li a {
	margin: 0 10px;
	font-size: 12px;
}


/*　キーワード検索
─────────────────────────────────────────*/
#keyword-list ul {list-style-type: none;}
#keyword-list ul li {
	padding: 14px 10px;
	border-top: 1px solid #ccc;
	text-align: left;
	overflow: hidden;
}
#keyword-list ul li:first-child {border: none;}
#keyword-list ul li .category-name {
	width: 120px;
	height: 22px;
	margin: 4px 0 7px;
	overflow: hidden;
	background: #fc0;
	border-radius: 1px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}
#keyword-list ul li a {
	text-decoration: none;
	outline: none;
}
#keyword-list ul li a .page-ti {
	font-size: 16px;
	font-weight: bold;
}
#keyword-list ul li a:hover .page-ti {text-decoration: underline;}
#keyword-list ul li a .page-tm {color: #a96;}
#keyword-list ul li a .url {
	margin: 4px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	font-weight: normal;
}
#keyword-list ul li a:hover .url {text-decoration: underline;}
#keyword-list ul li .search-word {
	padding: 7px 0 0;
	line-height: 1.4em;
	font-size: 12px;
}
#keyword-list ul li .search-word .emphasis {
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #f39;
}
#keyword-list ul li .sd {display: none;}
#keyword-list ul li img.stn {
	max-width: 120px;
	max-height: 100px;
	margin: 7px 7px 0 0;
	float: left;
}
#keyword-list .kw-none {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 1.8em;
	text-align: center;
}
#keyword-list .kw-none span.word {
	margin: 0 4px;
	font-size: 14px;
	font-weight: bold;
	color: #f00;
}


/*　検索結果＆条件表示
─────────────────────────────────────────*/
#selection {
	padding: 0 14px 7px;
	overflow: hidden;
	font-size: 13px;
	color: #874;
}
body.xw #selection.kws {padding: 0 14px 10px 5px;}
#selection.kws {color: #a96;}
#selection.kws span {color: #111;}
#selection span {
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
}
#selection dt {
	padding: 0 12px;
	height: 1.7em;
	background: #a96;
	border-radius: 1px;
	line-height: 1.7em;
	float: left;
	font-size: 11px;
	color: #fff;
}
#selection dd {
	padding: 0 0 0 7px;
	overflow: hidden;
	line-height: 1.4em;
}
body.xs #selection {
	margin: -4px 0 0;
	padding: 0 5px 12px 0;
}
body.xs #selection dt {
	width: 64px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
body.xs #selection dd {font-weight: bold;}


/*　ソープ嬢検索
─────────────────────────────────────────*/
.in-section h2 {
	padding: 7px 14px 14px;
	border-bottom: 3px solid #4db2f7;
	text-align: left;
	font-size: 20px;
}
#search-item .num {
	width: 200px;
	height: 68px;
	padding: 0 0 0 10px;
	line-height: 68px;
	text-align: left;
	float: left;
	font-size: 13px;
	color: #a96;
}
#search-item .num span {
	padding: 0 7px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
#search-item {
	padding: 10px 10px 0;
	overflow: hidden;
	text-align: right;
}
#search-item dl dd .tg {
	padding: 0 0 0 17px;
	display: block;
	font-size: 10px;
}
#search-item dl dd p {padding: 0 0 4px 4px;}
#search-item dl dd .tilde {
	padding: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search-item dl.disp-select dt {line-height: 36px;}
#search-item dl.type-select dt {line-height: 64px;}
#search-item dl.terms-select dt {line-height: 64px;}
#search-item dl.area-select dt {line-height: 46px;}
#search-item dl dt {line-height: 30px!important;}
#search-item dl dd select ,
#search-item dl dd label ,
#search-item dl dd input[type="checkbox"] ,
#search-item dl dd input[type="radio"] {cursor: pointer;}
#search-item dl dd label span {color: #111;}
#search-item .search-btn {
	padding: 0 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#search-item dl dd input {margin: 0 4px 2px 0;}



/*　ソープランド＆ソープ嬢共通
─────────────────────────────────────────*/
.in-section #pg-navi {position: relative;}
.in-section .pn {
	height: 70px;
	line-height: 70px;
}
.in-section #hp.pager {
	width: 350px;
	position: absolute;
	top: 20px;
	right: 26px;
}
.in-section #hp.pager ul {text-align: right;}
.in-section #fp.pager {padding: 20px 0;}


/*　エリア別割引ページ税込総額表記追加 2021.03.25
─────────────────────────────────────────*/
.taxinc {position: relative;}
.taxinc span {
	padding: 18px 0 0;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #f00;
}
body.xw .taxinc.pgc span {
	position: absolute;
	top: 8px;
	right: 15px;
}


/*　ソープランド検索
─────────────────────────────────────────*/
#arealist ul {list-style-type: none;}
#arealist ul li a {text-decoration: none;}
#arealist ul li a:hover {text-decoration: underline;}
#arealist ul li a span {
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
#featureList ul {list-style-type: none;}
#featureList ul li a {
	font-weight: bold;
	display: block;
}
#featureList ul li a .txt {
	display: inline-block;
	font-weight: normal;
	color: #333;
}
#featureList ul li a {text-decoration: none;}
#featureList ul li a:hover {text-decoration: underline;}
#ohp-list h2 {margin: 0 0 12px;}
#ohp-list h3 {
	margin: 0;
	padding: 10px 14px;
	background: #f4f1d9;
	font-size: 18px;
}
#ohp-list h3 span {
	padding: 4px 0 0;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #a96;
}
#ohp-list .area-group {padding: 0 0 10px;}
#ohp-list .area-group ul {
	padding: 7px;
	list-style-type: none;
	letter-spacing: -0.4em;
}
#ohp-list .area-group ul li {
	width: 228px;
	padding: 7px 10px 7px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
}
#ohp-list .area-group ul li a {
	padding: 0 0 0 24px;
	display: block;
	text-decoration: none;
	font-size: 13px;
}
#ohp-list .area-group ul li a:hover {text-decoration: underline;}
#ohp-list .area-group ul li a .area {
	padding: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 11px;
	color: #333;
}
#ohp-list .area-group ul li a .icon {
	width: 22px;
	height: 18px;
	display: inline-block;
	background-position: -75px -177px;
	position: absolute;
	left: 2px;
	top: 3px;
}
#ohp-list .tabbtn li a {line-height: 31px;}
#shop-disp ul , #kuchikomi-disp ul {list-style-type: none;}
#shop-disp ul li.s1x {
	padding: 10px 7px;
	overflow: hidden;
}
#shop-disp ul li.s1x .ss-l a {
	display: block;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";*/
	background: linear-gradient(to bottom, #fff, #eee);
	/*background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff));*/
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
	font-weight: bold;
}
#shop-disp ul li.s1x .ss-l a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
#shop-disp ul li.s1x .ss-l a img {
	width: 180px;
	vertical-align: top;
}
#shop-disp ul li.s1x .sn a .icon {
	width: 20px;
	height: 20px;
	margin: 0 0 0 7px;
	background-position: -75px -178px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#shop-disp ul li.s1x dl.sh-state {overflow: hidden;}
#shop-disp ul li.s1x dl.sh-state dt {display: none;}
#shop-disp ul li.s1x dl.sh-state dd {
	margin: 0 4px 4px 0;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 1px;
	float: left;
	font-size: 11px;
	color: #ddd;
}
#shop-disp ul li.s1x dl.sh-state dd.act {
	background: #f4f1d9;
	border-color: #f4f1d9;
	text-shadow: 0 1px 0 #fff;
	color: #985;
}
#shop-disp ul li.s1x dl.sh-state dd span {
	float: right;
	font-weight: bold;
	color: #4db2f7;
}
#shop-disp ul li.s1x dl.sh-info dd .icon {
	width: 18px;
	height: 18px;
	margin: -4px 4px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -90em;
}
#shop-disp ul li.s1x dl.sh-info dd.address .icon {background-position: -152px -78px;}
#shop-disp ul li.s1x dl.sh-info dd.tel .icon {background-position: -178px -78px;}
#shop-disp ul li.s1x dl.sh-info dd.time .icon {background-position: -3px -78px;}
#shop-disp ul li.s1x dl.sh-info dd.charge .icon {background-position: -28px -78px;}
#shop-disp ul li.s1x dl.sh-info dd.girls .icon {background-position: -52px -78px;}
#shop-disp ul li.s1x dl.sh-info dd.charge {
	font-weight: bold;
	color: #f00!important;
}
#shop-list.in-section h2 {
	border: none!important;
	cursor: default!important;
}
#shop-disp ul li.s1x .tsubo h4::before {
	content: "ここがツボ";
	background: #d79700;
	border-radius: 2px;
	color: #fff;
}

/*　無料掲載用レイアウト｜2018.01.09　*/
#shop-disp ul li.s1x.free {min-height: auto!important;}
#shop-disp ul li.s1x.free .ss-r {width: 100%!important;}
#shop-disp ul li.s1x.free .ss-l .tb ,
#shop-disp ul li.s1x.free .ss-l .tn ,
#shop-disp ul li.s1x.free .ss-l .shop-link a.sh-a ,
#shop-disp ul li.s1x.free .sh-state ,
#shop-disp ul li.s1x.free .sh-info {
	display: none;
}
#shop-disp ul li.s1x.free .ss-l .shop-link a.wl-hp {display: block!important;}
body.xw #shop-disp ul li.s1x.free .sn {width: 510px;}
body.xw #shop-disp ul li.s1x.free .ss-l {
	top: 34px;
	right: 10px;
	left: auto;
}


/*　ソープ嬢検索
─────────────────────────────────────────*/
#girl-list {
	padding: 10px;
	position: relative;
}
#girl-list.in-section h2 {
	border: none!important;
	cursor: default!important;
}
#girl-disp {
	padding: 10px 0;
	overflow: hidden;
}
#girl-disp ul {list-style-type: none;}
#girl-disp ul li.g1x {position: relative;}
#girl-disp ul li.g1x .att {
	width: 164px;
	height: 22px;
	background: #111;
	line-height: 22px;
	position: absolute;
	left: 4px;
	bottom: 4px;
	border-radius: 2px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	box-shadow: 0 0 5px 0 #fff;
	text-align: center;
	text-shadow: 0 0 3px #000;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
#girl-disp ul li.g1x .photo a img {
	max-width: 170px;
	max-height: 170px;
	border: 1px solid #fff;
	vertical-align: top;
}
#girl-disp ul li.g1x dl {width: 174px;}
#girl-disp ul li.g1x dl dt {
	padding: 4px 0;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	font-size: 13px;
	font-weight: bold;
}
#girl-disp ul li.g1x dl dt a {
	display: block;
	overflow: hidden;
	text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#girl-disp ul li.g1x dl dt a:hover {text-decoration: underline;}
#girl-disp ul li.g1x dl dt span {font-weight: normal;}
#girl-disp ul li.g1x dl dd.ele {
	display: block;
	padding: 7px;
	background: #F4F1D9;
	border-radius: 2px;
	overflow: hidden;
	clear: both;
}
#girl-disp ul li.g1x dl .t3s {
	padding: 5px 1px 3px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
}
#girl-disp ul li.g1x dl .t3s span {color: #333;}
#girl-disp ul li.g1x dl .state ul {
	width: 180px;
	padding: 1px 0 3px;
	list-style-type: none;
	overflow: hidden;
}
#girl-disp ul li.g1x dl .state ul li {
	width: 36px;
	margin: 0 1px 2px;
	padding: 3px 0;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 1px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #ddd;
}
#girl-disp ul li.g1x dl .state ul li.act {
	background: #fd3;
	border-color: #fc0;
	text-shadow: 0 1px 0 #fd7;
	color: #333;
}
#girl-disp ul li.g1x dl .state ul li.ln {width: 50px;}
#girl-disp ul li.g1x dl .sn {
	padding: 0 3px 3px;
	font-size: 12px;
}
#girl-disp ul.vt-axis li.g1x dl .sn {padding: 0 14px 3px 3px;}
#girl-disp ul li.g1x dl .ag {
	padding: 0 3px;
	font-size: 11px;
	color: #a96;
}
#girl-disp ul li.g1x dl .gn {float: left;}
#girl-disp ul li.g1x dl .gn .age {font-weight: normal;}
#girl-disp ul li.g1x dl .t3s.nl {
	padding: 7px 0 0 10px!important;
	position: relative;
	float: left!important;
}
#girl-disp ul.sq li.g1x dl .t3s.nl {padding: 7px 3px 4px!important;}
#girl-disp ul li.g1x dl .sn {clear: both;}
#girl-disp ul li.g1x dl dd .icon {
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	display: inline-block;
	*display: block;
	*zoom: 1;
	vertical-align: top;
	overflow: hidden;
	text-indent: -90em;
}
#girl-disp ul li.g1x dl .time .icon {background-position: -3px -78px;}
#girl-disp ul li.g1x dl .charge .icon {background-position: -28px -78px;}
#girl-disp ul.sq li.g1x dl .time ,
#girl-disp ul.sq li.g1x dl .charge {display: none;}
.re-search {
	padding: 9px 0 0;
	list-style-type: none;
	letter-spacing: -0.4em;
	text-align: center;
}
.re-search li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
}
.re-search li a ,
.re-search li p.contribute {
	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	color: #06c;
	cursor: pointer;
}
.re-search li a:hover ,
.re-search li p.contribute:hover {
	text-decoration: underline;
	color: #03f;
}


/*　コンテンツ切替タブ
─────────────────────────────────────────*/
.cnt-tab {
	margin: 0 6px -1px;
	position: relative;
	z-index: 5;
	list-style-type: none;
	text-align: center;
	letter-spacing: -0.4em;
}
.cnt-tab.fct {margin: -9px 6px 0;}
.cnt-tab li {
	width: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
.cnt-tab.fct li {vertical-align: bottom!important;}
.cnt-tab li a {
	height: 34px;
	margin: 0 3px;
	line-height: 34px;
	background: #06c;
	display: block;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";*/
	background: linear-gradient(to bottom, #fff, #eee);
	/*background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff));*/
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	font-weight: bold;
	color: #06c;
}
.cnt-tab li a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
.cnt-tab li.current a {
	height: 40px;
	border: 3px solid #ccc;
	border-radius: 1px 1px 0 0;
	background: #fff;
	color: #06c;
}
.cnt-tab.hdt li.current a {
	border-bottom: none;
	line-height: 44px;
}
.cnt-tab.fct li.current a {
	border-top: none;
	line-height: 38px;
}
.cnt-tab li.current a:hover {
	text-decoration: underline;
	color: #03f;
}
.cnt-tab li a .icon {
	width: 18px;
	height: 16px;
	margin: 0 4px 0 -4px;
	background-position: -54px -54px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.cnt-tab.fct li a .icon {background-position: -29px -54px;}


/*　動画・グラビア検索・一覧
─────────────────────────────────────────*/
#search-item .search-keyword {
	margin: 10px 0;
	padding: 14px;
	background: #f4f1d9;
	text-align: center;
}
#search-item .search-keyword p {
	padding: 0 10px 0 0;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	color: #333;
}
#search-item .search-keyword input[type="text"] {
	width: 20em;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 14px;
	vertical-align: top;
}
#search-item .search-keyword input::-webkit-input-placeholder {color: #ccc!important;}
#search-item .search-keyword input::-moz-placeholder {color: #ccc!important;}
#search-item .search-keyword button {
	height: 28px;
	margin: 0 0 0 7px;
	padding: 0 14px;
	background: #27c;
	border: none;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
}
#contents-disp {text-align: left;}
#contents-disp li.c1x {
	padding: 10px 0;
	overflow: hidden;
}
#contents-disp li.c1x .tn a {
	width: 220px;
	margin: 0 auto 5px;
	background: #fff;
	display: block;
	position: relative;
}
#contents-disp li.c1x .tn a img {
	width: 220px;
	vertical-align: top;
}
#contents-disp li.c1x .tn a .icon {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 40px;
	left: 90px;
	background-position: -205px -105px;
}
#contents-disp li.c1x .tn a .scale {
	padding: 4px 6px;
	background: #111;
	position: absolute;
	right: 2px;
	bottom: 2px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
#contents-disp li.c1x .tn2 {
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}
#contents-disp li.c1x .tn2 a {
	display: block;
	text-align: center;
}
#contents-disp li.c1x dl {
	width: 220px;
	margin: 0 auto;
	padding: 7px 0 0;
}
#contents-disp li.c1x dl dt {
	padding: 0 0 2px;
	line-height: 1.2em;
}
#contents-disp li.c1x dl dt a {
	text-decoration: none;
	font-weight: bold;
}
#contents-disp li.c1x dl dt .new {
	height: 16px;
	margin: 0 0 0 4px;
	padding: 0 7px;
	background: #fd3;
	border-radius: 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 16px;
	font-size: 9px;
	font-weight: bold;
}
#contents-disp li.c1x dl dt a:hover {text-decoration: underline;}
#contents-disp li.c1x dl dd {
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 11px;
	color: #777;
}
#contents-disp li.c1x dl dd.gn {
	padding: 0 0 2px;
	font-size: 12px;
	color: #111;
}
#contents-disp li.c1x dl dd.gn .age {
	font-weight: normal;
	color: #111;
}
#contents-disp li.c1x dl dd.gn {
	font-size: 13px;
	font-weight: bold;
}
#contents-disp li.c1x dl dd span.dn {color: #a96;}
#contents-disp li.c1x dl dd.nv {
	margin: 4px 0 0;
	padding: 4px 7px;
	background: #f4f1d9;
	border-radius: 2px;
	overflow: visible;
	text-align: right;
	text-overflow: clip;
    white-space: normal;
	letter-spacing: -0.4em;
}
#contents-disp li.c1x dl dd.nv div {
	margin: 0 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: -0.04em;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	color: #111;
}
#contents-disp li.c1x dl dd.nv div.ag {
	font-weight: normal;
	color: #a96;
}
.in-section.gra-top .tabbtn ,
.in-section.gra-top .pn ,
.in-section.gra-top #hp ,
.in-section.gra-top #fp ,
.in-section.gra-top .sti {display: none!important;}
.in-section.gra-top ul li.c1x {
	padding: 10px 14px!important;
	position: relative;
}
.in-section.gra-top ul li.c1x:first-child {border: none;}
.in-section.gra-top ul li.c1x .imgcut ul {
	overflow: hidden;
	float: right;
}
.in-section.gra-top ul li.c1x .imgcut ul li {
	overflow: hidden;
	float: left;
	position: relative;
}
.in-section.gra-top ul li.c1x .imgcut ul li img {
	position: absolute;
	top: 0;
}
.in-section.gra-top ul li.c1x ul.sort {
	width: 280px;
	position: absolute;
	bottom: 24px;
	left: 5px;
	list-style-type: none;
	letter-spacing: -0.4em;
	text-align: center;
}
.in-section.gra-top ul li.c1x ul.sort li {
	padding: 0 7px;
	border-left: 1px solid #ccc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
.in-section.gra-top ul li.c1x ul.sort li:first-child {border: none;}
.in-section.gra-top ul li.c1x ul.sort li a {
	text-decoration: none;
	font-size: 12px;
}
.in-section.gra-top ul li.c1x ul.sort li a:hover {text-decoration: underline;}


/*　口コミ一覧
─────────────────────────────────────────*/
#shop-list.kl {position: relative;}
#shop-list.kl h2 {
	display: block!important;
	border-top: 1px solid #ccc;
	cursor: default!important;
}
#shop-list.kl .sees-more.return {
	height: 30px;
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	overflow: hidden;
}
#shop-list.kl .sees-more.return a {
	width: 120px;
	height: 28px;
	margin: 0 4px 0 0;
	padding: 0!important;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	float: right;
}
#soap-kuchikomi.is {
	padding: 0;
	background: none;
}
#soap-kuchikomi.is .contribute .a {margin: 0!important;}
#soap-kuchikomi.is .contribute .a span.icon {
	width: 22px;
	height: 22px;
	margin: 0 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-position: -128px -103px;
}
#search-item #arealist h3 {text-align: left;}
#kuchikomi-disp ul li.k1x {
	position: relative;
	clear: both;
}
#kuchikomi-disp ul li.k1x div.gn {float: left;}
#kuchikomi-disp ul li.k1x div.gn ,
#kuchikomi-disp ul li.k1x div.course {
	height: 24px;
	padding: 0 12px 0 6px;
	line-height: 24px;
	font-size: 11px;
}
#kuchikomi-disp ul li.k1x div.gn span ,
#kuchikomi-disp ul li.k1x div.course span {
	font-size: 13px;
	font-weight: bold;
}
#kuchikomi-disp ul li.k1x div.asterisk {
	padding: 0 6px;
	line-height: 15px;
	font-size: 11px;
	float: left;
}
#kuchikomi-disp ul li.k1x div.asterisk b {
	margin-right: 5px;
	font-size: 12px;
}
#kuchikomi-disp ul li.k1x div.asterisk span {
	width: 92px;
	height: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	background-position: 0px -100px;
	overflow: hidden;
	text-indent: -90em;
}
#kuchikomi-disp ul li.k1x div.asterisk span span.score {
	background-position: 0px -118px;
	display: block;
}
#kuchikomi-disp ul li.k1x div.asterisk span.star5 span.score {width: auto;}
#kuchikomi-disp ul li.k1x div.asterisk span.star4 span.score {width: 74px;}
#kuchikomi-disp ul li.k1x div.asterisk span.star3 span.score {width: 55px;}
#kuchikomi-disp ul li.k1x div.asterisk span.star2 span.score {width: 37px;}
#kuchikomi-disp ul li.k1x div.asterisk span.star1 span.score {width: 18px;}
#kuchikomi-disp ul li.k1x div.upday {
	height: 18px;
	margin: 0 6px 10px;
	line-height: 22px;
	font-size: 11px;
	float: left;
}
#kuchikomi-disp ul li.k1x h3 {
	padding: 2px 6px 7px 24px;
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #fc0;
  text-overflow: ellipsis;
  white-space: nowrap;
	font-size: 16px;
}
#kuchikomi-disp ul li.k1x div.sentence {
	padding: 10px 5px 20px;
	line-height: 1.6em;
	font-size: 14px;
	color: #333;
}
#kuchikomi-disp ul li.k1x div.sentence p {
	display: inline;
	line-height: 1.8em;
}
#kuchikomi-disp ul li.k1x div.sentence a {text-decoration: none;}
#kuchikomi-disp ul li.k1x div.sentence a:hover {text-decoration: underline;}
#kuchikomi-disp ul li.k1x p.contributor {
	padding: 0 6px;
	line-height: 22px;
	font-size: 11px;
	float: left;
}
#kuchikomi-disp ul li.k1x p.contributor a {
	margin: 0 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#kuchikomi-disp ul li.k1x p.contributor a:hover {text-decoration: underline;}
#kuchikomi-disp ul li.k1x h3 span.icon {
	width: 20px;
	height: 16px;
	margin: 0;
	position: absolute;
	top: 4px;
	left: 2px;
	background-position: -3px -54px;
}
#kuchikomi-disp ul li.k1x dl {
	padding: 10px 14px 7px;
	background: #f4f1d9;
	border-radius: 1px;
	overflow: hidden;
	position: relative;
	clear: both;
}
#kuchikomi-disp ul li.k1x dl dt {font-weight: bold;}
#kuchikomi-disp ul li.k1x dl dt span {
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: normal;
}
#kuchikomi-disp ul li.k1x dl dd.time ,
#kuchikomi-disp ul li.k1x dl dd.charge {
	margin: 4px 14px 0 0;
	line-height: 20px;
	float: left;
	font-size: 12px;
}
#kuchikomi-disp ul li.k1x dl dd .icon {
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	display: inline-block;
	*display: block;
	*zoom: 1;
	vertical-align: top;
	overflow: hidden;
	text-indent: -90em;
}
#kuchikomi-disp ul li.k1x dl dd.time .icon {background-position: -3px -78px;}
#kuchikomi-disp ul li.k1x dl dd.charge .icon {background-position: -28px -78px;}
#kuchikomi-disp ul li.k1x dl dd.sees-more {
	bottom: 8px;
	right: 8px;
}
#kuchikomi-disp ul li.k1x dl dd.sees-more a {padding: 7px 14px;}
#kuchikomi-disp div.uk1x {background: #fff;}
#kuchikomi-disp div.uk1x p.user-name {
	padding: 20px 15px 15px;
	font-size: 20px;
	color: #a96;
}
#kuchikomi-disp div.uk1x p.user-name span {
	padding: 0 7px 0 0;
	font-weight: bold;
	color: #111;
}
#kuchikomi-disp div.uk1x .tn {
	width: 80px;
	height: 80px;
	margin: 0 0 0 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#kuchikomi-disp div.uk1x .tn img {
	width: 80px;
	vertical-align: top;
}
#kuchikomi-disp div.uk1x dl.regist-info {margin: 0;}
#kuchikomi-disp div.uk1x dl.regist-info dd {
	width: 304px;
	height: 26px;
	line-height: 28px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	font-size: 12px;
	letter-spacing: normal;
}
#kuchikomi-disp div.uk1x dl.regist-info dd .index {
	width: 100px;
	height: 26px;
	margin: 0 10px 0 0;
	background: #f4f1d9;
	display: block;
	float: left;
	text-align: center;
	color: #a96;
}
#kuchikomi-disp div.uk1x dl.regist-info dd .index span {display: none;}


/*　ランキング一覧
─────────────────────────────────────────*/
#ranking-list.in-section h2 {cursor: default!important;}
#ranking-list.in-section .rank-group {padding: 0 0 40px;}
#ranking-list.in-section .rank-group:last-child {padding: 0 0 10px;}
#ranking-list.in-section .rank-group ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
#ranking-list.in-section .rank-group ul li {
	padding: 20px 0 14px;
	border-bottom: 1px solid #ddd;
}
#ranking-list.in-section .rank-group h2 {margin: 0;}
#ranking-list.in-section .rank-group .rank-tx {border-bottom: none!important;}
#ranking-list.in-section .rank-group .rank-tx span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	color: #e33;
}
#ranking-list.in-section .rank-group ul {
	padding: 0 7px;
	letter-spacing: -0.4em;
}
#ranking-list.in-section .rank-group ul li {
	padding: 7px 0;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
#ranking-list.in-section .rank-group ul li dl {
	padding: 7px 7px 0;
	border: 1px solid #ddd;
	letter-spacing: -0.4em;
	cursor: pointer;
}
#ranking-list.in-section .rank-group ul li dl:hover {
	background: #ffc;
	border-color: #fc0;
}
#ranking-list.in-section .rank-group ul li dl dt.rank-ti {
	padding: 4px 0;
	border-radius: 1px;
	background: #fd3;
}
#ranking-list.in-section .rank-group ul li dl dt a {
	margin: 0;
	padding: 0;
	display: block;
	letter-spacing: normal;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #111;
}
#ranking-list.in-section .rank-group ul li:hover dl dt a {
	text-decoration: underline;
	color: #03f;
}
#ranking-list.in-section .rank-group ul li dl dt a span ,
#ranking-list.in-section .rank-group ul li dl dt a span.cnm {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#ranking-list.in-section .rank-group ul li dl dt a span.cnm {
	margin: 0 3px;
	padding: 4px 0 0;
	font-size: 12px;
	font-weight: normal;
}
#ranking-list.in-section .rank-group ul li dl:hover dt a span ,
#ranking-list.in-section .rank-group ul li dl:hover dt a {text-decoration: underline;}
#ranking-list.in-section .rank-group ul li dl dt {
	width: 220px;
	padding: 0 8px;
}
#ranking-list.in-section .rank-group ul li dl dt ,
#ranking-list.in-section .rank-group ul li dl dd {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
#ranking-list.in-section .rank-group ul li dl dd {
	width: 100%;
	padding: 10px 0 0;
	text-align: left;
}
#ranking-list.in-section .rank-group ul li dl dd p {
	padding: 5px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #06c;
}
#ranking-list.in-section .rank-group ul li:hover dl dd p {
	text-decoration: underline;
	color: #03f;
}
#ranking-list.in-section .rank-group ul li dl dd .st {
	padding: 0 0 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
}
#ranking-list.in-section .rank-group ul li .num {
	padding: 0 0 4px;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
#ranking-list.in-section .rank-group ul li .num.no1 .icon {
	width: 25px;
	height: 22px;
	display: inline-block;
	background-position: -150px -150px;
}
#ranking-list.in-section .rank-group ul li dl dd img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 7px 7px 0;
	vertical-align: middle;
	float: left;
}


/*　MAP検索
─────────────────────────────────────────*/
#map-layout #map_canvas .marker-navi a {
	margin: 0 0 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
#map-layout h3 {
	padding: 14px;
	text-align: center;
	font-size: 18px;
}
#map-layout ul#mapList {list-style-type: none;}
#map-layout ul#mapList li {border-bottom: 1px solid #ccc;}
#map-layout dl {
	letter-spacing: -0.4em;
	cursor: pointer;
}
#map-layout dl.index ,
#map-layout dl.index:hover {
	background: #4db2f7;
	cursor: default;
}
#map-layout dl.index dt ,
#map-layout dl.index dd {
	text-align: center;
	font-size: 12px;
	font-weight: bold!important;
	color: #fff!important;
}
#map-layout dl.index dd {border-left: 1px solid #fff;}
#map-layout dl:hover {background: #f4f1d9;}
#map-layout dl dt ,
#map-layout dl dd {
	height: 34px;
	padding: 0 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	line-height: 34px;
	font-size: 12px;
}
#map-layout dl dt {
	width: 312px;
	padding: 0 4px 0 35px;
	position: relative;
	font-weight: bold;
	color: #06c;
}
#map-layout dl:hover dt {color: #03f;}
#map-layout dl dd {
	width: 180px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
#map-layout dl dd.pr {text-align: left;}
#map-layout dl dd.charge {color: #f00;}
#map-layout dl dt .icon {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	background-position: -150px -53px;
}


/*　特徴のある店舗一覧
─────────────────────────────────────────*/
#feature .area h3 {
	margin: 0;
	padding: 10px 14px;
	text-align: center;
	font-size: 18px;
}
#feature .area ul {list-style-type: none;}
#feature .area ul li {border-bottom: 1px solid #ccc;}


/*　特割/割引レイアウト
─────────────────────────────────────────*/
#shop-disp ul.nt li.s1x ul li dl dd .dc .disImg {padding: 5px 0;}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-rate {
	max-width: 260px;
	margin: 2px auto;
	padding: 5px 0;
	background: #e00;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0;
}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-val .before-val {padding: 7px 0 0;}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-val .before-val::after {
	content: "▼";
	margin: -7px auto 0;
	display: block;
}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-val .before-val span {
	padding: 0 0 0 5px;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-val .after-val {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-val .after-val::before {content: "総額";}
#shop-disp ul.nt li.s1x ul li dl dd .dc .discount-val .after-val .num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}


/*　404
─────────────────────────────────────────*/
#page404 a {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";*/
	background: linear-gradient(to bottom, #fff, #eee);
	/*background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff));*/
	border: 1px solid #ccc;
	border-radius: 2px;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	font-weight: bold;
	color: #06c;
}
#page404 a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}


/*　ワンポイントアドバイス
─────────────────────────────────────────*/
#one-point-advice {
	margin: 0 0 10px;
	padding: 7px 10px;
	background: #ffd;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 3px 0 #ddd;
}
#one-point-advice dl {
	padding: 0;
	font-size: 12px;
}
#one-point-advice dl dt {
	margin: 0 0 7px;
	padding: 2px 0 7px;
	border-bottom: 3px solid #fd3;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}
#one-point-advice dl dd {
	padding: 0 0 0 4px;
	line-height: 1.4em;
}
#one-point-advice dl dd span {
	padding: 0 5px 0 0;
	font-weight: bold;
}

body.xw #one-point-advice {
	margin: 30px 0 20px;
	padding: 10px;
	border: 4px solid #fd3;
	box-shadow: none;
}
body.xw #one-point-advice dl {
	margin: 0 0 0 120px;
	padding: 2px 10px 0 15px;
	border-left: 2px dotted #fd3;
	letter-spacing: -0.4em;
}
body.xw #one-point-advice dl dt {
	width: 95px;
	margin: 0;
	padding: 7px 0 0;
	position: absolute;
	left: 20px;
	border: none;
	letter-spacing: normal;
}
body.xw #one-point-advice dl dt span {display: block;}
body.xw #one-point-advice dl dd {
	padding: 0 30px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 2em;
	letter-spacing: normal;
}


/*　利用規約
─────────────────────────────────────────*/
body.xw #main-column.wt {width: 1000px!important;}
body.xw #main-column.wt #terms {width: auto;}
body.xw #main-column.wt #terms .terms-section {padding: 35px 15px 20px;}
body.xs #main-column.wt #terms .terms-section {padding: 20px 0 15px;}
body.xs #main-column.wt #terms h2 {
	border-bottom: 3px solid #4db2f7;
	cursor: default!important;
}
#main-column.wt #terms .terms-section h3 {
	padding: 20px 7px 14px;
	text-align: center;
	font-size: 20px;
}
#main-column.wt #terms .terms-section p ,
#main-column.wt #terms .terms-section .tc {padding: 0 14px 10px;}
#main-column.wt #terms .terms-section dl dt {padding: 7px 0;}
#main-column.wt #terms .terms-section dl dd {padding: 0 0 18px;}
#main-column.wt #terms .terms-section h4 {
	margin: 4px 0 7px;
	padding: 7px;
	background: #f4f1d9;
	border-radius: 1px;
	font-size: 16px;
	font-weight: normal;
}
#main-column.wt #terms .terms-section dl dd ol {padding: 0 1em 0 3em;}
#main-column.wt #terms .terms-section dl dd ol li {padding: 4px 0;}
#main-column.wt #terms .terms-section ol.inset {
	list-style-type:none;
	counter-reset: li;
}
#main-column.wt #terms .terms-section ol.inset li:before {
	padding: 0 7px 0 16px;
	content: counter(li);
	counter-increment: li;
	content: counter(li)".";
	list-style:none;
	line-height: 2.4em;
	float: left;
	font-weight: bold;
}
#main-column.wt #terms .terms-section ol.inset li div {padding: 0 14px 10px;}


/*　お問い合わせ
─────────────────────────────────────────*/
#main-column.wt #info-form ,
#main-column.wt #publicity-form {position: relative;}
body.xw #main-column.wt #info-form ,
body.xw #main-column.wt #publicity-form {width: auto;}
body.xw #main-column.wt .info-section {padding: 15px;}
#main-column.wt .box {display: none;}
body.xs #main-column.wt h2 {
	border-bottom: 3px solid #4db2f7;
	cursor: default!important;
}
#main-column.wt .info-section ul.info-notes {
	margin: 10px 0 0;
	padding: 12px 12px 12px 30px;
	border: 4px solid #fd3;
	border-radius: 3px;
	background: #ffd;
	font-size: 13px;
}
#main-column.wt .info-section ul.info-notes li {padding: 5px 0;}
#main-column.wt .info-section table {
	width: 100%;
	margin: 26px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
}
#main-column.wt .info-section table tr th {
	width: 180px;
	padding: 16px 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: right;
}
#main-column.wt .confirm .info-section table tr th {
	font-weight: normal;
	color: #ba7;
}
#main-column.wt .info-section table tr th span {
	padding: 0 2px 0 7px;
	font-size: 12px;
	font-weight: normal;
	color: #e33;
}
#main-column.wt .info-section table tr td {
	padding: 16px 10px;
	border-bottom: 1px solid #ccc;
}
#main-column.wt .info-section table tr td .caution {
	padding: 7px 0 0;
	font-size: 12px;
	color: #e33;
}
body.xs #main-column.wt .info-section table tr td {padding: 14px 7px;}
body.xw #main-column.wt .info-section table tr td input {
	width: 400px;
	padding: 4px;
	border: 4px solid #eee;
}
#main-column.wt .info-section table tr td input#pcurl ,
#main-column.wt .info-section table tr td input#mail {ime-mode: disabled;}
#main-column.wt .info-section table tr.nx label {cursor: pointer;}
#main-column.wt .info-section table tr.nx input[type="radio"] {
	width: auto!important;
	margin-top: 2px;
	vertical-align: top!important;
}
body.xw #main-column.wt .info-section table tr td select {
	padding: 4px;
	border: 4px solid #eee;
}
body.xs #main-column.wt .info-section table tr td select {font-size: 14px;}
body.xw #main-column.wt .info-section table tr td textarea {
	min-height: 12em;
	max-width: 700px;
	min-width: 700px;
	padding: 4px;
	border: 4px solid #eee;
}
body.xs #main-column.wt .info-section table tr td input {
	width: 260px;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	font-size: 14px;
}
body.xs #main-column.wt .info-section table tr td textarea {
	width: 270px;
	max-width: 270px;
	min-width: 270px;
	min-height: 200px;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	font-size: 16px;
}
body.xs #main-column.wt .info-section table tr th {
	width: auto!important;
	padding: 16px 0 0 14px;
	display: block;
	border: none;
	text-align: left;
}
body.xs #main-column.wt .info-section table tr th ,
body.xs #main-column.wt .info-section table tr td {display: block;}
#main-column.wt .info-section .info-notes {
	padding: 0 0 7px;
	border-bottom: 1px solid #ccc;
}
#main-column.wt .info-section .info-notes p {
	padding:  10px;
	background: #f4f1d9;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
}
#main-column.wt .info-section .info-notes ol {
	padding: 14px 0 14px 30px;
	font-size: 12px;
}
body.xs #main-column.wt #info-form .info-section .info-notes ol {padding: 14px 2px 14px 24px;}
#main-column.wt .info-section .info-notes ol li {padding: 5px 0;}
#main-column.wt .info-section input[type="submit"] {
	height: auto!important;
	margin: 20px auto 0!important;
	padding: 12px 20px!important;
	line-height: normal!important;
	font-size: 14px!important;
}
body.xw #main-column.wt .tra {
	position: absolute;
	right: 30px;
	top: 20px;
}
body.xs #main-column.wt .tra {
	margin: 20px 0 0;
	padding: 20px 5px 12px;
	border-top: 1px solid #ccc;
	text-align: center;
}
#main-column.wt .confirm .btn {text-align: center;}
#main-column.wt .confirm .btn input {
	margin: 0 10px!important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body.xs #main-column.wt .confirm table tr th {padding: 16px 0 0 7px!important;}
#main-column.wt .confirm p {
	padding: 20px 7px 0;
	text-align: center;
	color: #e33;
}
body.xw #main-column.wt .confirm p {font-size: 18px;}
body.xs #main-column.wt .confirm p {text-align: left;}
#main-column.wt .comp .info-notes {
	padding: 0 0 30px;
	border: none;
	text-align: center;
}
body.xs #main-column.wt .comp .info-notes {text-align: left;}
body.xw #main-column.wt .comp .send {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 24px;
	color: #e33;
}
body.xs #main-column.wt .comp .send {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e33;
}
#main-column.wt .comp .send span {display: inline-block;}
#main-column.wt .comp ul {
	padding: 30px 7px 0;
	border-top: 1px solid #ccc;
	list-style-type: none;
}
#main-column.wt .comp ul li {padding: 7px 0;}
#main-column.wt .info-section.pb h3 {
	padding: 10px;
	background: #27c;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
body.xs #main-column.wt .info-section.pb h3 {margin: 20px 0 10px;}

#main-column.wt .contact-info .tel {
	padding: 15px 0 10px;
	font-size: 24px;
	font-weight: bold;
}
#main-column.wt .info-section.pb img {
	margin: 0 auto;
	display: block;
}
body.xs #main-column.wt .info-section.pb img {
	width: 100%;
	margin: 10px 0 0;
}
#main-column.wt .info-section.pb p.txt {
	width: 900px;
	margin: 10px auto 0;
	line-height: 1.4em;
	font-size: 14px;
}
body.xs #main-column.wt .info-section.pb p {
	width: auto!important;
	padding: 5px;
	text-align: left!important;
}
body.xw #main-column.wt .info-section.pb ul.flow {width: 900px;}
#main-column.wt .info-section.pb ul.flow {
	margin: 20px auto 10px;
	list-style-type: none;
}
#main-column.wt .info-section.pb ul.flow li {padding: 7px 5px 12px;}
#main-column.wt .info-section.pb ul.flow li h4 {
	height: 32px;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	line-height: 32px;
	background: #f4f1d9;
	font-size: 14px;
	color: #000;
}
#main-column.wt .info-section.pb ul.flow li h4 span {
	margin: 0 7px 0 0;
	padding: 0 7px 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #111;
	color: #fff;
}
#main-column.wt .contact-info {
	padding: 30px 10px 10px;
	text-align: center;
}
#main-column.wt .contact-info p {width: auto!important;}


/*　ソープランド徹底攻略
─────────────────────────────────────────*/
#main-column #capture-list {}
#main-column #capture-list p.explanat {margin: 0 0 14px;}
body.xw #main-column #capture-list ul {width: 740px;}
#main-column #capture-list ul {
	list-style-type: none;
	letter-spacing: -0.4em;
}
#main-column #capture-list ul li {
	width: 223px;
	padding: 10px 10px 40px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
body.xs #main-column #capture-list ul li {
	padding: 10px 0 30px;
	text-align: center;
}
body.xs #main-column #capture-list ul.cw-s li {width: 100%}
body.xs #main-column #capture-list ul.cw-m li {width: 50%}
body.xs #main-column #capture-list ul.cw-w li {width: 33%}
body.xs #main-column #capture-list ul li .qi {margin: 0 auto;}
body.xs #main-column #capture-list ul p ,
body.xs #main-column #capture-list ul .resrc {
	width: 223px;
	margin: 0 auto;
	text-align: left;
}
#main-column #capture-list ul li .qi {
	width: 223px;
	height: 140px;
	overflow: hidden;
	display: block;
}
#main-column #capture-list ul li .qi img {width: 223px;}
#main-column #capture-list ul li p {padding: 7px 0;}
#main-column #capture-list ul li a {
	display: block;
	text-decoration: none;
	color: #111;
}
#main-column #capture-list ul li a .resrc {
	padding: 4px 0 0;
	display: block;
	font-size: 11px;
	color: #ba7;
}
#main-column #capture-list ul li a:hover .resrc {
	text-decoration: underline;
	color: #03f;
}


/*　ソープランドのここがツボ
─────────────────────────────────────────*/
#main-column #report-list ul {
	padding: 10px 0;
	list-style-type: none;
	letter-spacing: -0.4em;
}
#main-column #report-list ul li {
	width: 243px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#main-column #report-list ul li a {
	margin: 10px;
	display: block;
	position: relative;
	text-decoration: none;
	outline: none;
}
#main-column #report-list ul li .newup {
	padding: 3px 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #f00;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#main-column #report-list ul li img {
	width: 100%;
	/*height: 140px;*/
	vertical-align: top;
	background-position: center center;
	background-size: cover;
}
#main-column #report-list ul li dl {
	padding: 7px 1px;
	line-height: 1.3em;
	font-size: 12px;
	color: #111;
}
#main-column #report-list ul li dl dt {
	padding: 0 0 5px;
	line-height: 1.2em;
	font-size: 14px;
}
#main-column #report-list ul li a dl dt span {
	padding: 0 0 0 7px;
	display: inline-block;
	font-size: 11px;
	color: #03f;
}
#main-column #report-list ul li a:hover dl dt span {text-decoration: underline;}
#main-column #report-list ul li dl .sn {
	padding: 6px 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid #ddd;
	text-align: center;
	color: #ba7;
}
body.xs #main-column #report-list ul.rp-s li {width: 100%;}
body.xs #main-column #report-list ul.rp-m li {width: 50%;}
body.xs #main-column #report-list ul.rp-l li {width: 33.3%;}


/*　SMP-mode｜キーワード検索
─────────────────────────────────────────*/
body.xs #keyword-list ul {padding: 15px 0 0;}
body.xs #keyword-list ul li:first-child {border-top: 1px solid #ccc!important;}
body.xs #keyword-list .kw-none {border-top: 1px solid #ccc;}
body.xs #keyword-list .kw-none span.blk {display: block;}


/*　SMP-mode｜ソープ特徴店舗検索
─────────────────────────────────────────*/
body.xs #featureList ul li {
	border-top: 1px solid #ccc;
	text-align: left;
}
body.xs #featureList ul li a {
	padding: 12px 14px;
	position: relative;
}
body.xs #featureList ul li a .txt {
	padding: 2px 0 0 7px;
	font-size: 11px;
}
body.xs #featureList ul li a .icon {
	width: 14px;
	height: 20px;
	display: block;
	background-position: -81px -52px;
	position: absolute;
	top: 11px;
	right: 11px;
}


/*　SMP-mode｜ソープ店舗検索
─────────────────────────────────────────*/
body.xs #search-item.off {border-bottom: none!important;}
body.xs #search-item #arealist {display: none;}
body.xs #search-item #arealist.girl-sort {display: block!important;}
body.xs #search-item.at #ish h2 {cursor: default!important;}
body.xs #search-item.at #ish span {display: none!important;}
body.xs #search-item.at #arealist {display: block!important;}
body.xs #search-item #arealist ul {
	border-top: 3px solid #4db2f7;
	text-align: left;
}
body.xs #search-item #arealist ul li {border-top: 1px solid #ccc;}
body.xs #search-item #arealist ul li:first-child {border: none;}
body.xs #search-item #arealist ul li a {
	padding: 12px 14px;
	display: block;
	position: relative;
	font-weight: bold;
}
body.xs #search-item #arealist ul li a span {padding: 0 0 0 4px;}
body.xs #search-item #arealist ul li a .icon {
	width: 14px;
	height: 20px;
	display: block;
	background-position: -81px -52px;
	position: absolute;
	top: 11px;
	right: 7px;
}
body.xs #search-item #arealist ul li p ,
body.xs #search-item #arealist ul li ul {display: none!important;}
body.xs #ohp-list .area-group ul {padding: 0 0 7px;}
body.xs #ohp-list .area-group ul li {
	width: 100%;
	padding: 7px 0;
	border-top: 1px solid #ccc;
}
body.xs #ohp-list .area-group ul li a {
	padding: 7px 60px 7px 14px;
	font-weight: bold;
}
body.xs #ohp-list .area-group ul li a span {font-weight: normal;}
body.xs #ohp-list .area-group ul li a .icon {
	position: absolute;
	top: 11px;
	right: 5px;
	left: auto;
}
body.xs #ohp-list .area-group ul li:first-child {border: none;}

body.xs #shop-list {padding: 0 10px;}
body.xs #shop-list .pn {
	height: auto;
	padding: 20px 0 7px;
	line-height: 1em;
	border-bottom: none;
	text-align: center;
}
body.xs #shop-list.in-section #hp.pager {
	float: none;
	top: auto;
	right: auto;
}
body.xs #shop-list.off .sti , body.xs #shop-list.off .tabbtn {display: none!important;}
body.xs #shop-disp , body.xs #kuchikomi-disp {
	margin: 16px -10px 0;
	padding: 10px 10px 0;
	background: #f0ebdd;
	overflow: hidden;
}
body.xs #shop-disp ul.sv {clear: both;}
body.xs #shop-disp ul li.s1x {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 0 3px 0 #ddd;
}
body.xs #shop-disp ul li.s1x dl.sh-info dd.rtn {display: none;}
body.xs #shop-disp ul li.s1x .tsubo {
	width: 100%;
	margin: 5px 0!important;
	padding: 0!important;
	overflow: hidden;
	transition: all 0.3s ease;
}
body.xs #shop-disp ul li.s1x .tsubo h4 {
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #111;
}
body.xs #shop-disp ul li.s1x .tsubo h4::before {
	margin-right: 5px;
	padding: 2px 4px;
	border-radius: 2px;
	font-size: 10px;
	vertical-align: middle;
}
body.xs #shop-disp ul li.s1x .tsubo .cmt {
	margin-bottom: 5px;
	line-height: 1.2em!important;
	position: relative;
	font-size: 13px;
}
body.xs #shop-disp ul li.s1x .tsubo .cmt span {
	max-height: 4.7em!important;
	display: block;
	overflow: hidden;
	color: #777;
}
body.xs #shop-disp ul li.s1x .tsubo .cmt a {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	font-weight: normal;
}
body.xs #shop-disp ul li.s1x .tsubo .cmt a::before {
	content: "…";
	padding: 0 3px;
	color: #777;
}
body.xs #shop-disp ul li.s1x dl.sh-state {padding: 4px 0;}
body.xs #shop-disp ul li.s1x dl.sh-state dd {padding: 4px 6px;}
body.xs #shop-disp ul li.s1x dl.sh-state dd span {padding: 0 0 0 6px;}
body.xs #shop-disp ul li.s1x .ss-l .tn {
	height: 0;
	overflow: hidden;
}
body.xs #shop-disp ul li.s1x a {text-decoration: none;}
body.xs #shop-disp ul li.s1x h3 {padding: 4px 0 0;}
body.xs #shop-disp ul li.s1x h3 a {font-size: 18px;}
body.xs #shop-disp ul li.s1x .pr {
	padding: 0 0 5px;
	border-bottom: 3px solid #fc0;
}
body.xs #shop-disp ul li.s1x .ag {
	padding: 4px 0;
	display: block;
	font-size: 12px;
	color: #a96;
}
body.xs #shop-disp ul li.s1x .ss-r dl.sh-info dt {display: none;}
body.xs #shop-disp ul li.s1x .ss-r dl.sh-info dd {
	margin: 0 10px 0 0;
	padding: 3px 0 4px;
	float: left;
	font-size: 11px;
	color: #777;
}
body.xs #shop-disp ul li.s1x .ss-r dl.sh-info dd.girls {
	margin: 0;
	letter-spacing: -0.02em;
}
body.xs #shop-disp ul li.s1x dl.sh-info dd.girls .g-num {
	padding: 0 3px 0 0;
	font-weight: bold;
	color: #111;
}
body.xs #shop-disp ul li.s1x .ss-r dl.sh-info dd .icon {margin: -4px 2px 0 0!important;}
body.xs #shop-disp ul li.s1x .ss-r dl.sh-info dd a {font-weight: bold;}
body.xs #shop-disp ul li.s1x .ss-l {
	padding: 4px 0 2px;
	overflow: hidden;
	clear: both;
}
body.xs #shop-disp ul li.s1x .ss-l img {
	width: auto;
	height: 88px;
	margin: 0 7px 0 0;
	vertical-align: top;
	float: left;
}
body.xs #shop-disp ul li.s1x .sn .ag {color: #a96;}
body.xs #shop-disp ul li.s1x .ss-l .shop-link {overflow: hidden;}
body.xs #shop-disp ul li.s1x .ss-l .tb a {border: none!important;}
body.xs #shop-disp ul li.s1x .ss-l .tb img {margin: 0 7px 0 0;}
body.xs #shop-disp ul li.s1x .ss-l .shop-link dd {margin: 0 0 6px;}
body.xs #shop-disp ul li.s1x .ss-l .shop-link dd:first-child {border: none;}
body.xs #shop-disp ul li.s1x .ss-l .shop-link dd a {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
body.xs .in-section #arealist .explanat {
	padding: 0px 5px 16px;
	border: none;
}

body.xs #transfer ,
body.xs #shop-disp ul.nt li.s1x a.tb {display: none!important;}
body.xs #shop-disp ul.nt li.s1x .ss-c dl.sh-info {
	padding: 7px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
body.xs #shop-disp ul.nt li.s1x .ss-c dl.sh-info dt {display: none;}
body.xs #shop-disp ul.nt li.s1x .ss-c dl.sh-info dd {
	margin: 0 10px 0 0;
	float: left;
	font-size: 11px;
	color: #777;
}
body.xs #shop-disp ul.nt li.s1x ul li {padding-bottom: 15px;}
body.xs #shop-disp ul.nt li.s1x ul li dl dt {
	height: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #333;
	position: relative;
	font-weight: bold;
	color: #fff;
}
body.xs #shop-disp ul.nt li.s1x ul li dl dt div {
	width: 60px;
	height: 30px;
	margin: 0 10px 0 0;
	border-right: 1px solid #111;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
body.xs #shop-disp ul.nt li.s1x ul li.cpn-1 dl dt div {background: #e00;}
body.xs #shop-disp ul.nt li.s1x ul li.cpn-2 dl dt div {background: #07f;}
body.xs #shop-disp ul.nt li.s1x ul li.cpn-3 dl dt div {background: #e90;}
body.xs #shop-disp ul.nt li.s1x ul li dl dd {
	padding: 7px 10px 10px;
	text-align: center;
}

body.xs #map-layout {padding: 0 0 5px;}
body.xs #map-layout h3 {font-size: 16px;}
body.xs #map-layout #pg-navi .pn {padding: 15px 0!important;}
body.xs #map-layout #map_canvas {
	height: 250px;
	border: 1px solid #ccc;
}
body.xs #map-layout dl.index {display: none!important;}
body.xs #map-layout ul#mapList {border-top: 1px solid #ccc;}
body.xs #map-layout dl {padding: 0 0 7px;}
body.xs #map-layout dl dt {
	width: auto;
	height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}
body.xs #map-layout dl dd {
	width: auto;
	height: auto;
	padding: 0 4px 5px 35px;
	display: block;
	line-height: 1em;
	text-align: left;
	font-size: 12px;
}
body.xs #map-layout dl dd.pr {padding: 0 4px 7px 35px;}
body.xs #map-layout dl dd.charge {
	font-size: 12px;
	font-weight: bold;
}
body.xs #map-layout dl dt .icon {top: 8px;}



/*　SMP-mode｜ソープ嬢検索
─────────────────────────────────────────*/
body.xs .in-section h2 {
	height: 24px;
	margin: 0;
	padding: 10px 5px;
	border: none;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
}
/*body.xs .in-section h2 .page-title {display: none!important;}
body.xs .in-section h2 .page-title {font-weight: normal;}*/
body.xs #search-ban {
	margin: 0 10px;
	overflow: hidden;
}
body.xs .in-section .explanat {
	padding: 16px 5px;
	border-top: 3px solid #4db2f7;
	line-height: 1.6em;
	text-align: left;
}
body.xs #search-item {
	margin: 0 10px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
body.xs #search-item.syame-index {border-bottom: none!important;}
/*body.xs #search-item.syame-index {border-bottom: none!important;}*/
body.xs #search-item.bn {border-bottom: none!important;}
body.xs #search-item #si-box {display: none;}
body.xs #search-item dl {border: none;}
body.xs #search-item dl dt span {line-height: normal!important;}
body.xs #search-item dl dd {padding: 7px 14px 7px 7px;}
body.xs #search-item .num {
	width: 100%;
	height: auto;
	padding: 20px 0 7px;
	line-height: 1em;
	text-align: center;
}
body.xs #search-item input[type="button"] {padding: 0 10px;}
body.xs #search-item input[type="button"].clk-off:hover {padding: 0 10px!important;}
#arealist ul li.current {display: none!important;}
body.xs #ohp-list #search-item {margin: 0;}

body.xs #ohp-list {
	margin: 20px 0 0;
	padding: 0 10px;
}
body.xs #ohp-list h2 {
	border-bottom: 3px solid #4db2f7!important;
	cursor: default;
}
body.xs #ohp-list h3 {margin: 0;}
body.xs .in-section #hp.pager {
	width: auto;
	padding: 10px 0 0;
	position: relative;
	top: auto;
	right: auto;
}
body.xs .in-section #hp.pager ul {text-align: center;}
body.xs #girl-disp {
	margin: 16px -10px 0;
	padding: 10px 10px 0;
	background: #f0ebdd;
}
body.xs #girl-disp ul li.g1x {
	margin: 0 0 10px;
	padding: 7px 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 3px 0 #ddd;
	border-radius: 1px;
}
body.xs #girl-disp ul li.g1x .att {
	width: 110px;
	border-radius: 0;
	bottom: 0;
	left: 1px;
}
body.xs #girl-disp ul li.g1x .photo {
	margin: 0 7px;
	float: left;
	position: relative;
}
body.xs #girl-disp ul li.g1x .photo a img {width: 110px;}
body.xs #girl-disp ul li.g1x dl {
	width: auto;
	margin: 0 7px 0 0;
	overflow: hidden;
	position: relative;
}
body.xs #girl-disp ul li.g1x dl dt {
	border: none;
	text-align: left;
	font-size: 16px;
}
body.xs #girl-disp ul li.g1x dl .t3s {text-align: left;}
body.xs #girl-disp ul li.g1x dl .state ul {width: auto;}
body.xs #girl-disp ul li.g1x dl .state ul li {width: 50px!important;}
body.xs #girl-disp ul li.g1x dl .sn {
	padding: 4px 2px 3px;
	font-weight: bold;
}
body.xs #girl-disp ul li.g1x dl .upday {
	position: absolute;
	top: 0;
	font-size: 12px;
	color: #a96;
}
body.xs #girl-disp ul li.g1x dl .cmt {
	padding: 0 0 5px;
	font-size: 13px;
}
body.xs #girl-disp ul li.g1x dl dd.ele {padding: 2px 7px;}
body.xs #girl-disp ul li.g1x dl .upday span {margin: 0 0 0 10px;}
body.xs #girl-disp ul li.g1x dl .ag {padding: 0 2px 4px;}
body.xs #girl-disp ul li.g1x dl .gn {
	padding: 7px 2px 2px!important;
	float: none!important;
	font-size: 14px;
	font-weight: bold;
}
body.xs #girl-disp ul li.g1x dl .t3s.nl {
	float: none!important;
	padding: 1px 2px 3px!important;
}
body.xs #girl-disp ul li.g1x dl .time ,
body.xs #girl-disp ul li.g1x dl .charge {
	padding: 0 0 3px;
	font-size: 12px;
	display: none;
}
body.xs #girl-disp ul li.g1x dl dd.time .icon ,
body.xs #girl-disp ul li.g1x dl dd.charge .icon {margin: -3px 3px 0 0;}
body.xs #girl-disp ul.syame li.g1x dl dt {padding: 20px 0 4px!important;}
body.xs #girl-disp ul.vt-axis.ranker li.g1x .num ,
body.xs #shop-disp ul.rank li.s1x .num ,
body.xs #contents-disp ul.rank li.c1x .num {
	margin: -5px 7px 7px;
	padding: 5px 14px;
	border-bottom: 1px solid #a96;
	font-size: 22px;
	font-weight: bold;
}
body.xs #shop-disp ul.rank li.s1x .num ,
body.xs #contents-disp ul.rank li.c1x .num {
	margin: -7px 0 7px;
	padding: 5px 14px;
	border-bottom: 1px solid #a96;
}
body.xs #contents-disp ul.rank li.c1x .num {margin-top: -4px!important;}
body.xs #girl-disp ul.vt-axis.ranker li.g1x .num span ,
body.xs #shop-disp ul.rank li.s1x .num span ,
body.xs #contents-disp ul.rank li.c1x .num span {
	padding: 0 0 0 4px;
	font-size: 14px;
	color: #a96;
}
body.xs #girl-disp ul.vt-axis.ranker li.g1x .num span.icon ,
body.xs #shop-disp ul.rank li.s1x .num span.icon ,
body.xs #contents-disp ul.rank li.c1x .num span.icon {
	width: 24px;
	height: 22px;
	margin: 0 4px 0 0;
	padding: 0;
	display: inline-block;
	*display: block;
	*zoom: 1;
}
body.xs #girl-list {padding: 0 10px;}
body.xs .in-section .sti {
	height: 24px;
	margin: 0;
	padding: 10px 5px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
body.xs .in-section #ish .oc ,
body.xs .in-section .sti .oc {
	height: 14px;
	margin: 0;
	padding: 4px 14px 4px 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #ddd;
	border-radius: 2px;
	float: right;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #06c;
}
body.xs .in-section #ish .oc {
	position: absolute;
	top: 10px;
	right: 5px;
	background: #fff;
	cursor: pointer;
}
body.xs .in-section #ish .icon , body.xs .in-section .sti .icon {
	width: 18px;
	height: 18px;
	margin: -2px 4px 0 -2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
body.xs .in-section #ish .icon {background-position: -128px -178px;}
body.xs .in-section .sti .icon {background-position: -152px -178px;}
body.xs .in-section.open #ish .oc , body.xs .in-section.open .sti .oc {
	padding: 4px 5px;
	border-color: #fff;
}
body.xs .in-section.open #ish .oc .txt , body.xs .in-section.open .sti .oc .txt {display: none;}
body.xs #shop-list.in-section.none-disp #tab-list {height: 0!important;}
body.xs #shop-list.in-section.none-disp .ga {display: none!important;}
body.xs .in-section #tab-list {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	border-bottom: 3px solid #4db2f7;
}
body.xs .in-section .ga.icon {
	width: 25px;
	height: 42px;
	line-height: 44px;
	position: absolute;
	right: 10px;
	z-index: 10;
	background-position: -250px 0;
	overflow: hidden;
	text-indent: -8em;
}
body.xs  .in-section .tabbtn {
	height: 42px;
	list-style-type: none;
	overflow: hidden;
}
body.xs  .in-section .tabbtn.nd {height: 0!important;}
body.xs  .in-section .tabbtn.li2x li:first-child {width: 100%!important;}
body.xs .in-section.open #ish .oc .icon ,
body.xs .in-section.open .sti .oc .icon {background-position: -128px -128px;}
body.xs .in-section .tabbtn li.current {
	position: absolute;
	left: -300px;
}
body.xs .in-section .tabbtn li {
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
body.xs .in-section .tabbtn li a ,
body.xs .in-section .tabbtn li div.disable {
	height: 42px!important;
	margin: 0 4px 0 0;
	padding: 0 8px;
	display: block;
	background: #f4f1d9;
	line-height: 42px!important;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
body.xs .in-section .tabbtn li div.disable {
	background: #eee;
	border-color: #ddd;
	color: #ccc;
}
body.xs .in-section .tabbtn li.current a ,
body.xs .in-section .tabbtn li.disp a ,
body.xs .in-section .tabbtn li a:hover {
	background: #4db2f7;
	text-shadow: none;
	color: #fff;
}
body.xs .in-section .tabbtn li a.disable {
	background: #eee;
	border-color: #ddd;
	color: #ccc;
	cursor: default;
	box-shadow: none;
}
body.xs .in-section .tabbtn li a.disable:hover {
	background: #eee;
	color: #ccc;
}
body.xs #girl-list #pg-navi.nd .pn {border-top: 1px solid #ccc;}
body.xs #girl-list .pn {
	height: auto;
	padding: 20px 0 7px;
	line-height: 1em;
	border-bottom: none;
	text-align: center;
}
body.xs #shop-list #fp.pager ,
body.xs #girl-list #fp.pager {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
body.xs .in-section .re-search {padding: 14px 0 0;}
body.xs .in-section .re-search li {margin: 0 7px;}
body.xs .in-section .re-search li a ,
body.xs .in-section .re-search li p.contribute {
	padding: 5px 14px;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-decoration: none;
	font-size: 14px;
}
body.xs .in-section .re-search li a:hover ,
body.xs .in-section .re-search li p.contribute:hover {
	background: #06c;
	border-color: #06c;
	color: #fff;
}


/*　SMP-mode｜写メ日記一覧
─────────────────────────────────────────*/
body.xs .in-section .re-search.ft {
    padding: 14px 0!important;
	border-bottom: 1px solid #ccc!important;
}


/*　SMP-mode｜キーワード
─────────────────────────────────────────*/
body.xs #search-item #ish.nd {display: none;}
body.xs #search-item #all-search {margin: 10px 0;}


/*　SMP-mode｜動画・グラビア
─────────────────────────────────────────*/
body.xs #search-item.fo h2 {cursor: default!important;}
body.xs #search-item.fo .oc {display: none!important;}
body.xs #search-item.fo #arealist {display: block!important;}

body.xs #search-item .search-keyword {margin: 0 0 10px;}
body.xs #all-search p ,
body.xs #mov-search p ,
body.xs #gra-search p {
	margin: -2px 0 0;
	padding: 0 0 12px;
	display: block;
}
body.xs #all-search input[type="text"] ,
body.xs #mov-search input[type="text"] ,
body.xs #gra-search input[type="text"] {
	width: 70%;
	height: 26px;
	padding: 0 3px;
	line-height: 26px;
	border-radius: 2px;
	vertical-align: top;
}
body.xs #all-search button ,
body.xs #mov-search button ,
body.xs #gra-search button {
	width: 60px;
	height: 28px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
body.xs #contents-disp {
	margin: 16px -10px 0;
	padding: 10px 10px 0;
	background: #f0ebdd;
	overflow: hidden;
}
body.xs #contents-disp ul li.c1x {
	margin: 0 0 10px;
	padding: 7px 7px 33px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 0 3px 0 #ddd;
	position: relative;
}
body.xs #contents-disp ul li.c1x .tn {
	width: 140px;
	padding: 0 7px 4px 0;
	float: left;
}
body.xs #contents-disp ul li.c1x .tn a {
	width: 140px;
	height: 100px;
	background: #000;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
body.xs #contents-disp ul li.c1x .tn a img {
	width: auto;
	max-width: 140px;
	max-height: 100px;
}
body.xs #contents-disp li.c1x .tn a .icon {
	top: 30px;
	left: 50px;
}
body.xs #contents-disp ul li.c1x .tn2 ,
body.xs #contents-disp ul li.c1x .tn2 a {
	width: 130px;
	height: 130px;
}
body.xs #contents-disp ul li.c1x .tn2 a img {
	max-width: 128px;
	max-height: 128px;
}
body.xs #contents-disp ul li.c1x dl {
	width: auto!important;
	margin: 0;
	padding: 0 0 4px;
	overflow: hidden;
}
body.xs #contents-disp ul li.c1x dl dt {font-size: 14px;}
body.xs #contents-disp ul.gra-list li.c1x dl dt {font-size: 14px;}
body.xs .gra-top #contents-disp ul li.c1x dl dt .new {top: 37px;}
body.xs #contents-disp ul li.c1x dl dd {font-size: 10px;}
body.xs #contents-disp ul li.c1x dl dd.cmt {font-size: 11px;}
body.xs #contents-disp ul li.c1x dl dd.nv {
	position: absolute;
	bottom: 7px;
	right: 7px;
	left: 7px;
	text-align: right;
}
body.xs #contents-disp ul li.c1x dl dd.nv div {
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
body.xs #contents-disp ul li.c1x .sees-more {
	position: absolute;
	right: 7px;
	bottom: 7px;
	left: 7px;
}
body.xs .gra-top #contents-disp ul li.c1x {padding: 7px 7px 81px;}
body.xs .gra-top #contents-disp ul li.c1x h2 {
	height: 24px;
	margin: 0 0 7px;
	padding: 0 7px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
}
body.xs .gra-top #contents-disp ul li.c1x .tn2 ,
body.xs #contents-disp ul.gra-list li.c1x .tn2 {
	margin: 0 7px 0 0;
	float: left;
}
body.xs .gra-top #contents-disp ul li.c1x dl dd.nv {bottom: 55px;}
body.xs .gra-top #contents-disp ul li.c1x .sees-more a {
	height: 40px;
	padding: 0;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
body.xs #shop-list.in-section.gra-top ul#gra-entrance li.c1x h2 {
	height: 30px;
	line-height: 24px;
	border-bottom: 3px solid #4db2f7!important;
}
body.xs #shop-list.in-section.gra-top ul#gra-entrance li.c1x h2 span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}
body.xs .gra-top #contents-disp ul#gra-entrance li.c1x .imgcut {
	margin: 0 0 45px;
	padding: 7px 0 0;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
body.xs .gra-top #contents-disp ul#gra-entrance li.c1x .imgcut ul {
	width: 552px;
	height: 90px;
	overflow: hidden;
	float: none;
}
body.xs .gra-top #contents-disp ul#gra-entrance li.c1x .imgcut ul li {
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
}
body.xs .gra-top #contents-disp ul#gra-entrance li.c1x .imgcut ul li img {max-width: 90px;}
body.xs .gra-top #contents-disp ul#gra-entrance li.c1x .imgcut ul li.wt img {
	max-width: none!important;
	max-height: 90px!important;
	margin: 0 0 0 -24px;
}
body.xs .in-section.gra-top ul li.c1x ul.sort {display: none!important;}


/*　SMP-mode｜口コミ
─────────────────────────────────────────*/
body.xs #shop-list.kl h2 {
	height: auto;
	line-height: 1.2em;
	border-top: 1px solid #ccc!important;
}
body.xs #shop-list.kl .sees-more.return {
	height: 34px;
	top: -3px;
	right: 0;
	left: auto;
}
body.xs #shop-list.kl .sees-more.return a {
	height: 24px;
	line-height: 24px;
}
body.xs #search-item.kuchikomi h3 {
	height: 40px;
	padding: 0 5px;
	line-height: 40px;
	font-size: 16px;
}
body.xs #soap-kuchikomi.is .contribute {margin: 0 5px 14px;}
body.xs #soap-kuchikomi.is .contribute .a {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
body.xs #kuchikomi-disp ul li.k1x {
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 0 3px 0 #ddd;
}
body.xs #kuchikomi-disp div.uk1x ul li.k1x {box-shadow: none!important;}
body.xs #kuchikomi-disp ul li.k1x p.contributor {float: none;}
body.xs #kuchikomi-disp ul li.k1x dl dd.sees-more {
	overflow: hidden;
	position: relative;
	bottom: 0!important;
	right: 0!important;
	clear: both;
	text-align: center;
}
body.xs #kuchikomi-disp ul li.k1x dl dd.sees-more a {
	margin: 7px 0 0;
	font-size: 12px;
}
body.xs #kuchikomi-disp div.uk1x {
	border-radius: 1px;
	box-shadow: 0 0 3px 0 #ddd;
	position: relative;
}
body.xs #kuchikomi-disp div.uk1x p.user-name {
	height: 70px;
	padding: 0 7px 0 70px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
body.xs #kuchikomi-disp div.uk1x p.user-name span {font-size: 16px;}
body.xs #kuchikomi-disp div.uk1x .tn {
	width: 50px;
	height: 50px;
	margin: 0;
	background-position: -200px -50px;
	position: absolute;
	top: 10px;
	left: 10px;
}
body.xs #kuchikomi-disp div.uk1x .tn img {
	width: 50px;
	height: 50px;
}
body.xs #kuchikomi-disp div.uk1x dl.regist-info {
	margin: 0 10px;
	border-bottom: 1px dotted #ccc;
}
body.xs #kuchikomi-disp div.uk1x dl.regist-info dd {
	width: 100%;
	border-top: 1px dotted #ccc;
}
body.xs #kuchikomi-disp div.uk1x dl.regist-info dd .index {
	width: 96px;
	background: none;
	text-align: right;
	font-weight: bold;
}
body.xs #kuchikomi-disp div.uk1x dl.regist-info dd .index span {
	padding: 0;
	display: inline;
	font-weight: normal;
}


/*　SMP-mode｜ランキング一覧
─────────────────────────────────────────*/
body.xs #ranking-list.in-section {
	margin: 0 10px;
	padding: 0;
	border-top: 1px solid #ccc;
}
body.xs #ranking-list.in-section h2 {
	height: auto!important;
	line-height: normal!important;
}
body.xs #ranking-list.in-section .rank-group ul {
	margin: 0 -5px;
	padding: 0;
}
body.xs #ranking-list.in-section .rank-group ul li {
	width: 50%;
	padding: 5px 0;
}
body.xs #ranking-list.in-section .rank-group ul li dl {margin: 0 5px;}
body.xs #ranking-list.in-section .rank-group ul li dl dt.rank-ti {width: 100%;}
body.xs #ranking-list.in-section .rank-group ul li dl dd {text-align: center;}
body.xs #ranking-list.in-section .rank-group ul li dl dd img {
	margin: 0 0 7px;
	float: none;
}


/*　SMP-mode｜特徴のある店舗一覧
─────────────────────────────────────────*/
body.xs #feature {padding: 0 10px 10px;}
body.xs #feature h2 {
	border-top: 1px solid #ccc;
	cursor: default!important;
}
body.xs #feature dl.index {display: none!important;}
body.xs #feature .area h3 {
	background: #f4f1d9;
	text-align: center;
}
body.xs #feature .area dl {padding: 10px;}
body.xs #feature .area dl dt {
	font-size: 15px;
	font-weight: bold;
}
body.xs #feature .area dl dt a {text-decoration: none;}
body.xs #feature .area dl dd.pr {
	padding: 5px 0;
	font-size:12px;
}
body.xs #feature .area dl dd.hours {
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}


/*　SMP-mode｜サイトマップ
─────────────────────────────────────────*/
body.xs #site-map-head {padding: 0 10px 10px;}
body.xs #site-map-head h2 {
	height: 24px;
	margin: 0 0 10px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #4db2f7;
	line-height: 24px;
	text-align: left;
	font-size: 16px;
	cursor: default!important;
}
body.xs #site-map h3 {
	padding: 10px 14px;
	background: #f4f1d9;
	font-size: 18px;
	font-weight: bold;
}
body.xs #site-map ul {
	margin: 0 0 10px;
	list-style-type: none;
}
body.xs #site-map li {
	line-height: 1em;
  text-align: left;
	font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
body.xs #site-map li:first-child {border: none;}
body.xs #site-map li a {
	padding: 14px 30px 10px 14px;
	position: relative;
    text-decoration: none;
    display: block;
}
body.xs #site-map li a:hover {text-decoration: none;}
body.xs #site-map li a .page-title {text-decoration: none;}
body.xs #site-map li a:hover .page-title {text-decoration: underline;}
body.xs #site-map li a .page-url {
	text-decoration: none;
	font-size: 8px;
	color: #999;
}
body.xs #site-map li a:hover .page-url {text-decoration: none;}
body.xs #site-map li a .icon {
	width: 14px;
	height: 20px;
	background-position: -81px -52px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 7px;
	text-indent: -90em;
}


/*　SMP-mode｜404
─────────────────────────────────────────*/
body.xs #page404 {
	overflow: hidden;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 10px 0 0;
	border-bottom: 1px solid #ccc;
}
body.xs #page404 img.img404 {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
body.xs #page404 h2 {
	font-size:14px;
	color: #000;
	padding: 0 8px;
	margin: 0;
}
body.xs #page404 div {
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 1.5em;
}
body.xs #page404 a {
	width: auto;
	margin: 10px 0;
	padding: 3px;
	display: block;
}

/*　PC-mode｜ソープ特徴店舗検索
─────────────────────────────────────────*/
body.xw #featureList {
	padding: 20px 15px 30px;
}
body.xw #featureList ul {
	overflow: hidden;
	letter-spacing: -0.4em;
	text-align: center;
}
body.xw #featureList ul li {
	width: 33%;
	padding: 7px 0;
	display: inline-block;
	border-left: 1px solid #ccc;
	letter-spacing: normal;
}
body.xw #featureList ul li:first-child {border: none;}
body.xw #featureList ul li a {
	margin: 0;
	display: inline;
	font-size: 20px;
}
body.xw #featureList ul li a .txt {font-size: 14px;}
body.xw #featureList ul li a .icon {display: none;}


/*　PC-mode｜ソープ店舗検索
─────────────────────────────────────────*/
body.xw #arealist ul {
	padding: 14px 0 14px 14px;
	overflow: hidden;
	text-align: left;
}
body.xw #arealist.index ul {padding: 10px 0!important;}
body.xw #arealist ul li {
	margin: 4px 7px 3px 0;
	padding: 2px 7px 2px 0;
	border-right: 1px solid #ccc;
	float: left;
	letter-spacing: -0.05em;
}
body.xw #arealist.index ul li {
	margin: 4px 0 3px;
	padding: 12px 14px;
	float: none!important;
	border-right: none;
	border-bottom: 1px solid #ccc;
	position: relative;
}
body.xw #arealist.gra ul li {letter-spacing: normal!important;}
body.xw #arealist ul li:last-child {border: none;}
body.xw #arealist ul li .icon {display: none;}
body.xw #arealist ul li a {font-size: 14px;}
body.xw #arealist.index ul li a.anm {
	margin: 0 14px;
	font-size: 20px!important;
	font-weight: bold!important;
}
body.xw #arealist.index ul li a span {font-size: 14px!important;}
body.xw #arealist.index ul li .text {
	margin: 7px 14px;
	line-height: 1.4em;
	font-size: 12px;
}
body.xw #arealist.index ul li.ma {
	width: 365px;
	padding: 12px 0;
	border-bottom: none;
	float: left!important;
}
body.xw #arealist.index ul li ul {
	width: 337px;
	margin: 0 14px;
	padding: 4px 0!important;
	background: #f4f1d9;
	overflow: hidden;
	letter-spacing: -0.4em;
	text-align: center;
}
body.xw #arealist.index ul li ul li {
	margin: 0!important;
	padding: 3px 12px!important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	border: none;
	border-left: 1px solid #ccc;
	letter-spacing: normal;
}
body.xw #arealist.index ul li ul li:first-child {border: none!important;}
body.xw #arealist.index ul li ul li a {
	margin: 0 10px;
	font-size: 13px!important;
	font-weight: normal!important;
}
body.xw .in-section #fp.pager {
	border-top: 1px solid #ccc;
	clear: both;
}
body.xw .in-section #fp.parallel ul {
	padding: 0 25px 0 0;
	text-align: right;
}
body.xw .in-section .re-search {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
}
body.xw .in-section .re-search.parallel {
	width: 300px;
	position: absolute;
	left: 30px;
	bottom: 14px;
	text-align: left;
}
body.xw .in-section .re-search li {padding: 0 14px;}
body.xw .in-section .re-search li:first-child {
	border-right: 1px solid #ccc;
}
body.xw #shop-list {position: relative;}
body.xw #shop-disp ul li.s1x {
	width: 720px;
	min-height: 230px;
	padding: 28px 0 16px 10px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	display: block;
}
body.xw #shop-disp ul li.s1x:first-child {border: none;}
body.xw #shop-disp ul li.s1x .ss-l {
	width: 180px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -195px;
}
body.xw #shop-disp ul li.s1x .ss-l .tb a {border: none!important;}
body.xw #shop-disp ul li.s1x .ss-l .tb img {
	width: 180px;
	vertical-align: top;
}
body.xw #shop-disp ul li.s1x .ss-l .shop-link {
	margin: 0;
	padding: 0 0 8px;
	text-align: center;
}
body.xw #shop-disp ul li.s1x .ss-l .shop-link dd {margin: 5px 0 0;}
body.xw #shop-disp ul li.s1x .ss-l .shop-link dd a {
	height: 28px;
	line-height: 28px;
}
body.xw #shop-disp ul li.s1x .ss-l .shop-link dd a .icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
body.xw #shop-disp ul li.s1x .ss-l .shop-link dd a.wl-hp .icon {
	margin: -1px 7px 0 -10px;
	background-position: -178px -53px;
}
body.xw #shop-disp ul li.s1x .ss-l .shop-link dd a.sv .icon {
	margin: 0 10px 0 -12px;
	background-position: -153px -53px;
}
body.xw #shop-disp ul li.s1x .ss-l .tn {
	width: 190px;
	padding: 5px 0 0;
	overflow: hidden;
}
body.xw #shop-disp ul li.s1x .ss-l .tn .rg {
	width: 57px;
	height: 57px;
	margin: 0 5px 0 0;
	overflow: hidden;
	float: left;
}
body.xw #shop-disp ul li.s1x .ss-l .tn .rg:first-child {width: 56px;}
body.xw #shop-disp ul li.s1x .ss-l .tn .rg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.xw #shop-disp ul li.s1x .ss-l .shop-link dd a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
body.xw #shop-disp ul li.s1x .pr {
	margin: 0 0 7px;
	padding: 0 0 4px;
	border-bottom: 3px solid #fc0;
	font-size: 14px;
}
body.xw #shop-disp ul li.s1x .sn {
	margin: 0;
	padding: 0;
}
body.xw #shop-disp ul li.s1x .sn a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	outline: none;
}
body.xw #shop-disp ul li.s1x .sn a:hover {text-decoration: underline;}
body.xw #shop-disp ul li.s1x .ag {
	padding: 4px 0;
	display: block;
	font-size: 12px;
	color: #a96;
}
body.xw #shop-disp ul li.s1x .ss-r {
	width: 525px;
	position: relative;
	float: right;
}
body.xw #shop-disp ul li.s1x dl.sh-state {overflow: hidden;}
body.xw #shop-disp ul li.s1x dl.sh-state dt {display: none;}
body.xw #shop-disp ul li.s1x dl.sh-state dd {
	width: 114px;
	margin: 0 4px 4px 0;
	padding: 4px 5px;
}
body.xw #shop-disp ul li.s1x dl.sh-state dd span {
	float: right;
	font-weight: bold;
	color: #4db2f7;
}
body.xw #shop-disp ul li.s1x dl.sh-info {overflow: hidden;}
body.xw #shop-disp ul li.s1x dl.sh-info dt {display: none;}
body.xw #shop-disp ul li.s1x dl.sh-info dd {
	height: 22px;
	margin: 0 20px 0 0;
	padding: 4px 5px 3px 2px;
	border-bottom: 1px dashed #ddd;
	float: left;
	line-height: 22px;
	font-size: 12px;
	color: #777;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.tel a {
	text-decoration: none;
	color: #777;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd .g-num {
	padding: 0 3px 0 0;
	font-weight: bold;
	color: #111;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn {
	width: 510px;
	height: auto!important;
	margin: 0;
	padding: 12px 5px 5px 0;
	border: none;
	clear: both;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .upday {
	height: 18px;
	margin: 0 0 4px;
	line-height: 18px;
	font-size: 10px;
	color: #a96;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .upday .ct {
	width: 70px;
	margin: 0 7px 0 0;
	padding: 0;
	border-radius: 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	color: #fff;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .upday .ct.type-1 {background: #c22;}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .upday .ct.type-2 {background: #06c;}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .upday .ct.type-3 {background: #390;}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn h4 {
	padding: 0 0 4px;
	line-height: 1.2em;
	font-size: 14px;
	color: #111;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .cmt {line-height: 1.4em;}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .cmt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
}
body.xw #shop-disp ul li.s1x dl.sh-info dd.rtn .cmt a:hover {text-decoration: underline;}

body.xw #map-layout {padding: 0 0 5px;}
body.xw #map-layout #map_canvas {
	width: 728px;
	height: 500px;
	border: 1px solid #ccc;
}
body.xw #shop-disp ul li.s1x .tsubo {
	height: auto!important;
	margin: 12px 9px 5px 0!important;
	border: none!important;
	border-radius: 4px;
}
body.xw #shop-disp ul li.s1x .tsubo h4 {
	padding: 0 0 5px;
	line-height: 1em;
	font-size: 14px;
	color: #111;
}
body.xw #shop-disp ul li.s1x .tsubo h4::before {
	margin: -1px 7px 0 0;
	padding: 1px 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	color: #fff;
}
body.xw #shop-disp ul li.s1x .tsubo .cmt {
	line-height: 1.4em;
	font-size: 12px;
	color: #777;
}
body.xw #shop-disp ul li.s1x .tsubo .cmt a {text-decoration: none;}
body.xw #shop-disp ul li.s1x .tsubo .cmt a:hover {text-decoration: underline;}
body.xw #map-layout #mapList dl {height: 34px;}
body.xw #map-layout #mapList li dl dt ,
body.xw #map-layout #mapList li dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.xw #map-layout #pg-navi .pn {border: none!important;}
body.xw .re-search.mappage {
	margin: 7px 0 0;
	border: none!important;
}

/*　PC-mode｜ソープ嬢検索
─────────────────────────────────────────*/
body.xw .in-section {
	width: 730px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 0 3px 0 #e2dbc7;
}
body.xw #search-ban.in-section {
	margin: 0 0 0 1px!important;
 	border-top: 1px solid #a96;
}
body.xw .in-section h2 .page-title {color: #111;}
body.xw #search-item .oc {display: none;}
body.xw #ohp-list #search-item {padding: 0;}
body.xw #ohp-list #search-item #si-box {display: block!important;}
body.xw .in-section #arealist.girl-sort.girl-sort p {
	margin: -1px 0 0;
	padding: 10px 14px;
	background: #f4f1d9 none repeat scroll 0 0;
	text-align: left;
}
body.xw .in-section .explanat {
	padding: 16px 14px;
	border-bottom: 1px solid #ccc;
	line-height: 1.6em;
	text-align: left;
}
body.xw .in-section.syame-index .explanat {border-bottom: none!important;}
body.xw #search-item dl {
	padding: 10px 10px 10px 100px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	letter-spacing: -0.4em;
	text-align: left;
}
body.xw #search-item dl dt {
	width: 80px;
	position: absolute;
	left: 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: normal;
}
body.xw #search-item dl dd {
	padding: 7px 20px 7px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	letter-spacing: normal;
}
body.xw .in-section .sti {display: none!important;}
body.xw .in-section #tab-list {
	position: relative;
	overflow: hidden;
}
body.xw .in-section #tab-list .ga {display: none!important;}
body.xw .in-section .tabbtn {
	width: auto!important;
	height: 46px;
	margin: 5px 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 3px solid #4db2f7;
	text-align: left;
	letter-spacing: -0.4em;
}
body.xw .in-section .tabbtn.nd {
	height: 0!important;
	border: none!important;
}
body.xw .in-section .tabbtn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
body.xw .in-section .tabbtn li.disp {
	position: absolute;
	left: -300px;
}
body.xw .in-section .tabbtn li a ,
body.xw .in-section .tabbtn li div.disable {
	height: 36px;
	margin: 0 3px 3px;
	padding: 4px 15px 0;
	display: block;
	border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px 0 #eee;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}
body.xw .in-section .tabbtn li div.disable {
	background: #eee;
	border-color: #ddd;
	box-shadow: none;
	color: #ccc;
}
body.xw .in-section .tabbtn li a:hover {
	background: #06c;
	color: #fff;
	box-shadow: none;
	border-color: #06c;
}
body.xw .in-section .tabbtn li a.disable {
	background: #eee;
	border-color: #ddd;
	box-shadow: none;
	color: #ccc;
	cursor: default;
}
body.xw .in-section .tabbtn li a.disable:hover {
	background: #eee;
	color: #ccc;
}
body.xw .in-section .tabbtn li a span {display: block;}
body.xw .in-section .tabbtn li:first-child a {margin-left: 6px;}
body.xw .in-section .tabbtn li.current a {
	height: 40px;
	margin: 0 2px;
	padding: 6px 15px 0;
	background: #fff;
	border: 3px solid #4db2f7;
	border-bottom: none;
	box-shadow: none;
	font-weight: bold;
	color: #111;
}
body.xw .in-section #pg-navi.nd {margin: -13px 0 0!important;}

body.xw #girl-disp ul.sq {
	width: 740px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
body.xw #girl-disp ul li.g1x {
	width: 185px;
	padding: 17px 0 30px;
	overflow: hidden;
}
body.xw #girl-disp ul li.g1x .photo {
	width: 172px;
	height: 172px;
	background: #fff;
	display: table-cell;
	border: 1px solid #eee;
	vertical-align: middle;
}
body.xw #girl-disp ul li.g1x:hover .photo {
	border-color: #4db2f7;
	background: #fff;
}
body.xw #girl-disp ul li.g1x .photo a {
	width: 172px;
	display: block;
	text-align: center;
	position: relative;
}
body.xw #girl-disp ul.vt-axis {
	width: auto;
	margin: -10px 0;
	letter-spacing: normal;
}
body.xw #girl-disp ul.vt-axis li.g1x {
	width: 730px;
	padding: 15px 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
}
body.xw #girl-disp ul.vt-axis li.g1x:last-child {border: none;}
body.xw #girl-disp ul.vt-axis.ranker li.g1x .num ,
body.xw #shop-disp ul.rank li.s1x .num ,
body.xw #contents-disp ul.rank li.c1x .num {
	width: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
body.xw #girl-disp ul.vt-axis.ranker li.g1x .num span ,
body.xw #shop-disp ul.rank li.s1x .num span ,
body.xw #contents-disp ul.rank li.c1x .num span {
	padding: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	font-weight: normal;
	color: #a96;
}
body.xw #girl-disp ul.vt-axis.ranker li.g1x .num span.icon ,
body.xw #shop-disp ul.rank li.s1x .num span.icon ,
body.xw #contents-disp ul.rank li.c1x .num span.icon {
	width: 24px;
	height: 22px;
	margin: 0 auto 4px;
	padding: 0;
	display: block!important;
}
body.xw #girl-disp ul.vt-axis li.g1x dl {
	width: 530px;
	position: absolute;
	top: 15px;
	left: 190px;
}
body.xw #girl-disp ul.vt-axis.ranker li.g1x dl {
	width: 420px;
	left: 300px;
}
body.xw #girl-disp ul.sq li.g1x dl dt {font-size: 14px;}
body.xw #girl-disp ul.vt-axis li.g1x dl dt {
	max-width: 100%;
	padding: 0 2px 7px;
	border: none;
	float: left;
	text-align: left;
	font-size: 16px;
}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.t3s ,
body.xw #girl-disp ul.vt-axis li.g1x dl dd.upday {
	padding: 3px 1px;
	float: right;
	font-size: 12px;
}
body.xw #girl-disp ul.sq li.g1x dl dd.upday {
	width: 172px;
	position: absolute;
	top: 0;
	text-align: center;
	font-size: 12px;
	color: #a96;
}
body.xw #girl-disp ul.sq li.g1x dl dd.upday span {padding: 0 0 0 10px;}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.upday {color: #a96;}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.upday span {padding: 0 0 0 12px;}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.state {
	padding: 5px 0;
	clear: both;
}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.state ul li {
	width: 45px!important;
	margin: 0 5px 0 0;
}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.gn ,
body.xw #girl-disp ul.sq li.g1x dl dd.gn {
	padding: 5px 2px 7px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
}
body.xw #girl-disp ul.sq li.g1x dl dd.gn {padding: 3px 2px 0;}
body.xw #girl-disp ul.sq li.g1x dl dd.cmt {
	height: 2.4em;
	margin: 5px 0;
	padding: 0 2px;
	overflow: hidden;
	line-height: 1.3em;
	font-size: 12px;
}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.cmt {
	max-height: 2.8em;
	margin: 0 0 7px;
	padding: 0 2px;
	overflow: hidden;
	line-height: 1.4em;
	font-size: 14px;
	clear: both;
}
body.xw #girl-disp ul.sq li.g1x dl .sn {font-weight: bold;}
body.xw #girl-disp ul.vt-axis li.g1x dl .sn {
	float: left;
	font-weight: bold;
}
body.xw #girl-disp ul.vt-axis li.g1x dl dd.ag {
	padding: 0 0 0 10px;
	float: left;
	font-size: 11px;
}
body.xw #girl-disp ul li.g1x dl .time ,
body.xw #girl-disp ul li.g1x dl .charge {
	height: 20px;
	margin: 4px 0 0;
	line-height: 20px;
	float: left;
	font-size: 12px;
}
body.xw #girl-disp ul.sq li.g1x dl .time ,
body.xw #girl-disp ul.sq li.g1x dl .charge {margin: 2px 0 0;}
body.xw #girl-disp ul li.g1x dl .time {
	padding: 0 14px 0 0;
	clear: both;
}
body.xw #girl-disp ul.ranker li.g1x dl .time {
	max-width: 200px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.xw #girl-disp ul li.g1x dl .state ul {width: auto;}
body.xw #shop-disp ul.rank li.s1x .num ,
body.xw #contents-disp ul.rank li.c1x .num {
	width: 70px;
	height: 110px;
	margin: 0 14px 0 0;
	padding: 73px 0 0;
	display: block;
	float: left;
}
body.xw #shop-disp ul.rank li.s1x .num span ,
body.xw #contents-disp ul.rank li.c1x .num span {padding: 0 3px;}
body.xw #shop-disp ul.rank li.s1x .num .icon ,
body.xw #contents-disp ul.rank li.c1x .num .icon {margin: -10px auto 4px!important;}
body.xw #shop-disp ul.rank li.s1x .ss-r {width: 440px;}
body.xw #shop-disp ul.rank li.s1x dl.sh-state dd {width: 94px;}
body.xw #shop-disp ul.nt {overflow: hidden;}
body.xw #shop-disp ul.nt li.s1x {position: relative;}
body.xw #shop-disp ul.nt li.s1x .ss-c {padding: 0;}
body.xw #shop-disp ul.nt li.s1x .ss-c dl.sh-info {width: 350px;}
body.xw #shop-disp ul.nt li.s1x .ss-c dl.sh-info dd {border: none;}
body.xw #shop-disp ul.nt li.s1x .ag {
	height: 22px;
	line-height: 22px;
	float: left;
}
body.xw #shop-disp ul.nt li.s1x ul {
	width: 720px;
	overflow: hidden;
	background: scroll url(/images/soap2nd/sdx_coupon_fig.png) right bottom no-repeat;
}
body.xw #shop-disp ul.nt li.s1x ul li {
	width: 350px;
	margin: 0 10px 10px 0;
	border-radius: 1px;
	float: left;
	color: #fff;
}
body.xw #shop-disp ul.nt li.s1x ul li dl dt div {
	height: 42px;
	width: 60px;
	margin: 0 10px 0 0;
	background: #e00;
	border-right: 1px solid #000;
	display: block;
	font-size: 11px;
	float: left;
}
body.xw #shop-disp ul.nt li.s1x ul li.cpn-1 dl dt div {background: #e00;}
body.xw #shop-disp ul.nt li.s1x ul li.cpn-2 dl dt div {background: #f70;}
body.xw #shop-disp ul.nt li.s1x ul li.cpn-3 dl dt div {background: #e90;}
body.xw #shop-disp ul.nt li.s1x ul li dl {
	padding: 0 0 7px;
	background: #f4f1d9;
}
body.xw #shop-disp ul.nt li.s1x ul li dl dt {
	height: 42px;
	padding: 0 10px 0 0;
	line-height: 42px;
	background: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
body.xw #shop-disp ul.nt li.s1x ul li dl dd {
	height: 170px;
	margin: 7px 0 0;
	overflow: auto;
	line-height: 1.6em;
	text-align: center;
	font-size: 14px;
	color: #330;
}
body.xw #shop-disp ul.nt li.s1x ul li dl dd .dc {
	width: 350px;
	height: 170px;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
}
body.xw #shop-disp ul.nt li.s1x a.tb {
	margin: 0 0 0 7px;
	padding: 7px 10px;
	display: block;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";*/
	background: linear-gradient(to bottom, #fff, #eee);
	/*background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff));*/
	border: 1px solid #ccc;
	border-radius: 2px;
	position: absolute;
	top: 64px;
	right: 10px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
	font-weight: bold;
}
body.xw #shop-disp ul.nt li.s1x.w2 a.tb {
	width: 711px;
	margin: -7px 0 0 7px;
}
body.xw #shop-disp ul.nt li.s1x a.tb:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
body.xw #transfer {
	position: fixed;
	z-index: 500;
}
body.xw #transfer {display: none;}
body.xw #transfer .fwbg {right: 0px;}
body.xw #transfer .fw {
	width: 620px;
	height: 250px;
	margin: -125px 0 0 -310px;
	background: #fff;
	border-radius: 1px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 255;
	overflow: hidden;
	box-shadow: 0 0 10px 0 #000;
}
body.xw #transfer p.sn {
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	background: #27c;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
body.xw #transfer .close.icon {
	width: 30px;
	height: 30px;
	background-position: -98px -122px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -90em;
	cursor: pointer;
}
body.xw #transfer dl {
	padding: 0;
	overflow: hidden;
}
body.xw #transfer dl dt {
	margin: 0 0 14px;
	padding: 10px 15px;
	background: #f4f1d9;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
body.xw #transfer dl dd {
	padding: 14px 20px;
	float: left;
	font-size: 12px;
}
body.xw #transfer dl dd.qrc {
	border-right: 1px solid #ddd;
	text-align: center;
}
body.xw #transfer dl dd.qrc img {
	margin: 7px auto 0;
	display: block;
	vertical-align: top;
}
body.xw #transfer dl dd.form {padding: 14px 5px 14px 20px;}
body.xw #transfer dl dd.form div {
	padding: 20px 5px;
	overflow: hidden;
}
body.xw #transfer dl dd.form div input {
	height: 20px;
	float: left;
}
body.xw #transfer dl dd.form div input[type="text"] {
	width: 290px;
	border: 1px solid #ccc;
}
body.xw #transfer dl dd.form div input[type="submit"] {
	width: 80px;
	height: 24px;
	margin: 0 0 0 5px;
	border: none;
	border-radius: 1px;
	background: #333;
	color: #fff;
	cursor: pointer;
}
body.xw #transfer dl dd.form div input[type="submit"]:hover {background: #4db2f7;}
body.xw #transfer dl dd.form div input::-webkit-input-placeholder {color: #777!important;}
body.xw #transfer dl dd.form div input::-moz-placeholder {color: #777!important;}
body.xw #transfer dl dd .mtInfo {clear: both;}


/*　PC-mode｜動画・グラビア
─────────────────────────────────────────*/
body.xw .cont .explanat {
	padding: 16px 14px 6px;
	border: none;
}
body.xw .cont.mov .explanat ,
body.xw .cont.gra .explanat {
	padding: 16px 14px;
	border-bottom: 1px solid #ccc;
}
body.xw #contents-disp .sq {letter-spacing: -0.4em;}
body.xw #contents-disp .sq li.c1x {
	width: 243px;
	padding: 15px 0 25px!important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
body.xw #contents-disp .sq li.c1x dl dt .new {
	height: 14px;
	line-height: 14px;
	margin: 1px 0 0 4px;
}
body.xw #contents-disp li.c1x.latest {
	width: 718px;
	padding: 15px 0;
}
body.xw #contents-disp li.c1x.latest .tn {
	width: 375px;
	float: left;
}
body.xw #contents-disp li.c1x.latest .tn a {
	width: 350px;
	margin: 0 0 0 12px;
}
body.xw #contents-disp li.c1x.latest .tn a img {width: 350px;}
body.xw #contents-disp li.c1x.latest dl {
	width: auto;
	overflow: hidden;
}
body.xw #contents-disp li.c1x.latest dl dt {font-size: 16px;}
body.xw #contents-disp li.c1x.latest dl dt .new {
	height: 16px;
	line-height: 16px;
}
body.xw #contents-disp li.c1x.latest .cmt {
	max-height: 4.2em;
	margin:  4px 0 7px;
	padding: 0;
	white-space: normal;
	font-size: 13px;
}
body.xw #contents-disp li.c1x .cmt {margin: 0 0 4px;}
body.xw #contents-disp ul.sq.gra-list li.c1x {border: none!important;}
body.xw #contents-disp ul.rank li.c1x ,
body.xw #contents-disp ul.gra-list li.c1x {
	padding: 20px 10px;
	border-top: 1px solid #ccc;
	list-style-type: none;
}
body.xw #contents-disp ul.rank li.c1x:first-child ,
body.xw #contents-disp ul.gra-list li.c1x:first-child {border: none;}
body.xw .gra-top #contents-disp ul.rank li.c1x {position: relative;}
body.xw #contents-disp ul.rank li.c1x .num {height: auto!important;}
body.xw #contents-disp ul.rank.gra-list li.c1x .num {padding: 88px 0 0!important;}
body.xw #contents-disp ul.rank li.c1x .tn {float: left;}
body.xw #contents-disp ul.rank li.c1x .tn a {margin: 0 12px 0 0;}
body.xw #contents-disp ul.rank li.c1x dl {
	width: auto;
	overflow: hidden;
}
body.xw .gra-top #contents-disp ul.rank li.c1x h3 {
	width: 475px;
	padding: 0 0 10px;
	position: absolute;
	left: 245px;
	text-align: left;
	font-size: 22px;
}
body.xw #contents-disp ul.rank.gra-list li.c1x ,
body.xw #contents-disp ul.gra-list li.c1x {position: relative;}
body.xw #contents-disp ul.sq.gra-list li.c1x dl {
	width: 220px!important;
	position: relative!important;
	top: auto!important;
	left: auto!important;
}
body.xw #contents-disp ul.gra-list li.c1x dl {
	width: 470px;
	position: absolute;
	top: 16px;
	left: 245px;
}
body.xw #contents-disp ul.rank.gra-list li.c1x dl {
	width: 390px;
	left: 330px;
}
body.xw #contents-disp ul.sq.gra-list li.c1x dl dd.cmt {
	overflow: hidden!important;
	white-space: nowrap!important;
	font-size: 12px!important;
}
body.xw #contents-disp ul.gra-list li.c1x dl dd.cmt {
	overflow: visible;
	white-space: normal;
	font-size: 13px;
}
body.xw .gra-top #contents-disp ul.rank li.c1x dl {
	width: 475px;
	position: absolute;
	top: 65px;
	left: 245px;
}
body.xw .gra-top #contents-disp ul.rank li.c1x p.sees-more {
	position: absolute;
	top: 23px;
	right: 10px;
}
body.xw #contents-disp ul.rank li.c1x dl dt {font-size: 16px;}
body.xw #contents-disp ul.rank li.c1x dl dd.gn {font-size: 14px;}
body.xw #contents-disp li.c1x dl dd.nv {padding: 4px 7px;}
body.xw #contents-disp li.c1x dl dd.nv div {
	margin: 0 7px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
	letter-spacing: normal;
}
body.xw #contents-disp ul.sq li.c1x dl dd.nv div {display: block;}
body.xw #contents-disp li.c1x dl dd.nv div span {font-weight: normal;}
body.xw #contents-disp li.c1x .tn {
	width: 220px;
	margin: 0 12px 0 0;
}
body.xw #contents-disp ul.sq li.c1x .tn {
	margin: 0;
	position: relative;
	left: 12px;
}
body.xw #contents-disp li.c1x .tn a {
	width: 218px;
	height: 170px;
	display: table-cell;
	vertical-align: middle;
	background: #000;
	overflow: hidden;
	text-align: center;
}
body.xw #contents-disp li.c1x .tn a img {
	width: auto;
	max-width: 218px;
	max-height: 170px;
}
body.xw #contents-disp li.c1x .tn a .icon {top: 65px;}
body.xw #contents-disp li.c1x .tn2 {
	width: 218px;
	height: 218px;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	text-align: center;
}
body.xw #contents-disp ul.sq li.c1x .tn2 {
	position: relative;
	left: 12px;
}
body.xw #contents-disp li.c1x .tn2 a {
	width: 218px;
	display: block;
	text-align: center;
}
body.xw #contents-disp li.c1x .tn2 a img {
	max-width: 216px;
	max-height: 216px;
	border: 1px solid #fff;
	vertical-align: top;
}
body.xw .in-section.gra-top ul li.c1x {
	min-height: 310px;
	margin: 0 0 35px;
	border-bottom: 1px solid #ccc;
}
body.xw .in-section.gra-top ul li.c1x .imgcut ul {
	width: 430px;
	margin: 0 -14px 0 0;
}
body.xw .in-section.gra-top ul li.c1x .imgcut ul li {
	width: 140px;
	height: 140px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
body.xw #shop-list.in-section.gra-top ul li.c1x h2 {
	margin: 0 -14px 10px!important;
	padding: 0 14px 10px!important;
	border-bottom: 3px solid #4db2f7!important;
	font-size: 22px;
}
body.xw #shop-list.in-section.gra-top ul#gra-entrance li.c1x h2 span {
	padding: 0 0 0 10px;
	font-size: 14px;
}
body.xw .in-section.gra-top ul li.c1x .gra-txt {
	width: 270px;
	padding: 0 0 7px;
	float: left;
	line-height: 1.8em;
}
body.xw .in-section.gra-top ul li.c1x .imgcut ul li img {max-width: 140px;}
body.xw .in-section.gra-top ul#gra-entrance li.c1x .imgcut ul li.wt img {
	max-width: none!important;
	max-height: 140px!important;
	margin: 0 0 0 -38px!important;
}
body.xw .in-section.gra-top ul li.c1x .sees-more {
	width: 200px;
	height: 36px;
	bottom: 60px!important;
	left: 50px!important;
	right: auto!important;
	text-align: center;
}
body.xw .in-section.gra-top ul li.c1x .sees-more a {
	padding: 0!important;
	font-size: 14px!important;
	line-height: 34px;
}

/*　PC-mode｜写メ日記一覧
─────────────────────────────────────────*/
body.xw .cnt-tab {width: 740px;}


/*　PC-mode｜ランキングレイアウト
─────────────────────────────────────────*/
body.xw ul.ranker li.rk-1 , body.xw ul.rank li.rk-1 {background: linear-gradient(to right bottom, #fe9 20%, #fff 40%);}
body.xw ul.ranker li.rk-2 , body.xw ul.rank li.rk-2 {background: linear-gradient(to right bottom, #dee 20%, #fff 40%);}
body.xw ul.ranker li.rk-3 , body.xw ul.rank li.rk-3 {background: linear-gradient(to right bottom, #E7D3C5 20%, #fff 40%);}
body.xw #ranking-list.in-section .rank-group ul {
	width: 750px;
	padding: 0!important;
	text-align: left;
}
body.xw #ranking-list.in-section .rank-group ul li {
	width: 236px;
	margin: 0 10px 0 0;
	padding: 7px 0;
	border: none;
}

/*　PC-mode｜口コミ
─────────────────────────────────────────*/
body.xw #shop-list.kl h2 {border: none!important;}
body.xw #shop-list.kl .explanat {
	margin: 0 0 10px;
	border-top: 3px solid #4db2f7;
	border-bottom: none;
}
body.xw #shop-list.kl .sees-more.return {
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}
body.xw #search-item.kuchikomi h2 {margin: 0 0 10px;}
body.xw #search-item.kuchikomi #arealist {padding: 0 0 10px;}
body.xw #search-item.kuchikomi h3 {
	width: 150px;
	text-align: center!important;
	display: table-cell;
	vertical-align: middle;
	background: #f4f1d9;
}
body.xw #search-item.kuchikomi ul {
	padding: 0 0 0 14px;
	display: table-cell;
	vertical-align: middle;
}
body.xw #soap-kuchikomi.is {
	width: 184px;
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 13px!important;
}
body.xw #soap-kuchikomi.is p.contribute span.a {padding: 0;}
body.xw #kuchikomi-disp ul li.k1x {
	width: 700px;
	padding: 16px 15px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	display: block;
}
body.xw #kuchikomi-disp div.uk1x ul li.k1x {border: none!important;}
body.xw #kuchikomi-disp ul#kuchikomi-top li.k1x {padding: 30px 15px!important;}
body.xw #kuchikomi-disp ul li.k1x:first-child {border: none;}
body.xw #kuchikomi-disp ul li.k1x h3 {font-size: 18px;}
body.xw #kuchikomi-disp ul li.k1x h3 .icon {top: 5px;}
body.xw #kuchikomi-disp ul li.k1x p.contributor {float: right!important;}
body.xw #kuchikomi-disp ul li.k1x dl dd.sees-more {
	margin: 0 -6px 0 0;
	position: static;
	float: right;
}
body.xw #shop-list.kl h2.sa {
	padding: 7px 195px 14px 14px;
	border-bottom: 3px solid #4db2f7!important;
}
body.xw #kuchikomi-disp div.uk1x p.user-name {
	padding: 20px 15px 15px;
	font-size: 20px;
	color: #a96;
}
body.xw #kuchikomi-disp div.uk1x p.user-name span {
	padding: 0 7px 0 0;
	font-weight: bold;
	color: #111;
}
body.xw #kuchikomi-disp div.uk1x .tn {
	width: 80px;
	height: 80px;
	margin: 0 0 0 15px;
	border: 1px solid #ccc;
	background-size: 420px 320px;
	background-position: -304px -80px;
	overflow: hidden;
	float: left;
}
body.xw #kuchikomi-disp div.uk1x .tn img {
	width: 80px;
	vertical-align: top;
}
body.xw #kuchikomi-disp div.uk1x dl.regist-info {
	width: 624px;
	margin: 0;
	border-left: 1px solid #ccc;
	letter-spacing: -0.4em;
	float: right;
}
body.xw #kuchikomi-disp div.uk1x dl.regist-info dd {
	width: 304px;
	height: 26px;
	line-height: 28px;
	display: inline-block;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	letter-spacing: normal;
}
body.xw #kuchikomi-disp div.uk1x dl.regist-info dd:nth-child(5) ,
body.xw #kuchikomi-disp div.uk1x dl.regist-info dd:nth-child(6) {border-bottom: 1px solid #ccc;}
body.xw #kuchikomi-disp div.uk1x dl.regist-info dd .index {float: left;}


/*　PC-mode｜特徴のある店舗一覧
─────────────────────────────────────────*/
body.xw #feature .area {padding: 5px 0 20px;}
body.xw #feature .area dl {
	line-height: 1.3em;
	font-size: 12px;
}
body.xw #feature .area dl.index {
	background: #4db2f7!important;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
body.xw #feature .area dl.index dd {
	border-left: 1px solid #fff;
	color: #fff!important;
}
body.xw #feature .area dl dt {
	width: 245px;
	border: none!important;
}
body.xw #feature .area dl dt a {
	text-decoration: none;
	font-weight: bold;
}
body.xw #feature .area dl dt a:hover {text-decoration: underline;}
body.xw #feature .area dl dd.pr {width: 270px;}
body.xw #feature .area dl dd.hours ,
body.xw #feature .area dl dd.minCharge {
	width: 179px;
	text-align: center;
	color: #f00;
}
body.xw #feature .area dl dt ,
body.xw #feature .area dl dd {
	padding: 10px 5px 10px 10px;
	display: table-cell;
	vertical-align: middle;
}
body.xw #feature .area dl:hover {background: #f4f1d9;}


/*　PC-mode｜サイトマップ
─────────────────────────────────────────*/
body.xw .head-section {
	width: 750px;
	padding: 0 0 10px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px 0 #e2dbc7;
	overflow: hidden;
}
body.xw #site-map {
	margin: 10px 0 0;
	overflow: hidden;
	border: none;
	box-shadow: none;
}
body.xw #site-map dl {
	padding: 0 0 10px;
	overflow: hidden;
}
body.xw #site-map h3 {
	padding: 10px 14px;
	background: #f4f1d9;
    text-align: left;
	font-size: 18px;
	font-weight: bold;
    letter-spacing: 0.1em;
}
body.xw #site-map ul {
	margin: 18px 0 0;
	text-align: left;
	letter-spacing: -0.4em;
}
body.xw #site-map li {
	width: 342px;
	margin: 0 0 14px 14px;
	padding: 4px 0 0 5px;
	border-left: 4px solid #fd3;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	list-style: square inside;
  line-height: 1em;
	text-align: left;
	font-size: 13px;
	color: #aaa;
	letter-spacing: normal;
}
body.xw #site-map li a {text-decoration: none;}
body.xw #site-map li a .page-title {text-decoration: none;}
body.xw #site-map li a:hover .page-title {text-decoration: underline;}
body.xw #site-map li a .page-url {
	margin: 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 10px;
	color: #777;
	text-decoration: none;
}
body.xw #site-map li a:hover .page-url {text-decoration: none;}
body.xw #site-map li a .icon {display: none;}


/*　PC-mode｜404
─────────────────────────────────────────*/
body.xw #main-column {
	float: none;
	margin: 0 auto;
}
body.xw #page404 {
	height: 575px;
	padding: 0 0 10px;
	overflow: hidden;
	text-align: center;
	color: #000;
}
body.xw #page404 img.img404 {
	width: 730px;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px 0 #e2dbc7;
	float: center;
	background: #fff;
	padding: 10px 10px 80px 10px;
}
body.xw #page404 h2 {
	margin: -75px 0 5px;
	text-align: center;
	font-size: 19px;
	color: #000;
}
body.xw #page404 div {
	overflow: hidden;
	font-size: 16px;
}
body.xw #page404 a {
	margin: 0 0 0 140px;
	padding: 5px 50px;
	display: inline-block;
	text-align: center;
}
