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

/*　reset
─────────────────────────────────────────*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
input[type="button"] ,
input[type="submit"] ,
input[type="select"] ,
input[type="option"] ,
input[type="text"] {
	-webkit-appearance: none;
	-webkit-appearance: button;
}


/*	clearfix
─────────────────────────────────────────*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*　ソープDX
─────────────────────────────────────────*/
body {
	font:14px/1.231 "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", Helvetica, "HelveticaNeue", Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-all;
	background: #fff;
	overflow-x: hidden;
}
body a {color: #06c;}
body a:hover {color: #03F;}
#wrap.disp-none {display: none!important;}
body.formbg {background: #eee!important;}
body.scroll-none {
	padding: 0 17px 0 0!important;
	overflow-y: hidden!important;
}
body.scroll-none.xs  {
	padding: 0!important;
	overflow-y: visible!important;
}
#wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
#wrap.disp-none {display: none!important;}
#wrap #main-container {position: relative;}
#wrap span.fwbg {
	width: 100%;
	height: 200%;
	background: #000;
	overflow-y: scroll;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	cursor: pointer;
}





/*　common
─────────────────────────────────────────*/
#container .section ,
#container .dxcont-link {
	overflow: hidden;
	position: relative;
}
#container .section h2.ti ,
#container .dxcont-link h2.ti {
	margin: 10px 10px 0;
	padding: 8px;
	background: #F69;
	border: 1px solid #C69;
	border-radius: 2px;
	text-shadow: 0 -1px 0 #C39;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#wrap .pn {
	padding: 0 0 0 25px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	text-shadow: 0 0 2px #fff;
	font-size: 13px;
	color: #a96;
}
#wrap .pn span {
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#wrap .pager {padding: 0 0 20px;}
#wrap .pager ul {
	text-align: center;
	letter-spacing: -0.4em;
}
#wrap .pager ul li {
	width: 36px;
	padding: 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	font-size: 12px;
	color: #777;
}
#wrap .pager ul li.tpl {width: 10px!important;}
#wrap .pager ul li span ,
#wrap .pager ul li a {
	padding: 6px 0;
	display: block;
	text-decoration: none;
}
#wrap .pager ul li span {
	background: #F69;
	border-radius: 2px;
	color: #fff;
}
#wrap .pager ul li a {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 0 3px 0 #fff;
}
#wrap .pager ul li.current a {cursor: default;}
#wrap .pager ul li.current a ,
#wrap .pager ul li a.hover ,
#wrap .pager ul li a:hover {
	background: #06c;
	border-color: #06c;
	color: #fff;
}
#wrap .pager ul li a.prev ,
#wrap .pager ul li a.next {padding: 8px;}

/*　bg-image　*/
span.icon ,
#member-login #user-info .user-name .ut ,
#soap-kuchikomi ul li div.asterisk span ,
#kuchikomi-disp ul li div.asterisk span ,
#kuchikomi-disp div.uk1x .tn {
	background: scroll url(../../images/soap2nd/sdx_iconset.png) 0px center no-repeat;
	background-size: 275px 200px;
	-webkit-background-size: 275px 200px;
}


/*　ヘッダー
─────────────────────────────────────────*/
#header {
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px 0 #fff;
}
#header .wl {overflow: visible!important;}
#header h1 {
	padding: 4px 10px;
	line-height: 1em;
	text-align: left;
	font-size: 8px;
	font-weight: normal;
	color: #777;
}
#header #head-hs {position: relative;}
#header #main-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 12px;
	text-decoration: none;
	/*color: #d2c09d;*/
	color: #99C;
	color: #333;
}
#header #main-logo img {
	width: 126px;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
#header #main-logo span {
	padding: 2px 3px 0 0;
	display: block;
	line-height: 1em;
	text-align: right;
	text-shadow: 0 -1px 1px #fff;
	font-size: 8px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#btn-history .num span {
	height: 14px;
	margin: -1px 0 0 7px;
	padding: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background: #fd0;
	border-radius: 2px;
	line-height: 14px;
	text-shadow: 0 0 1px #fa0;
	font-size: 9px;
	font-weight: bold;
	color: #333;
}

/*　メニュー　*/
#main-gn {
	height: 44px;
	background: #27c;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #05a;
}
#main-gn #gns {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: none;
}
#header #gns .mm-close {display: none!important;}

/*　メインメニュー　*/
#header #mm {
	position: absolute;
	top: -33px;
	right: -1px;
}
#header #mm ul {
	height: 34px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header #mm ul li {
	height: 26px;
	line-height: 26px;
	float: left;
}
#header #mm ul li a {
	margin: 0;
	padding: 0 8px;
	display: block;
	border-left: 1px solid #ddd;
	text-decoration: none;
	font-size: 11px;
	color: #06c;
	cursor: pointer;
}
#header #mm ul li:first-child a {border-left: none;}
#header #mm ul li.active a ,
#header #mm ul li:hover a {
	text-decoration: underline;
	color: #03f;
}

/*　サブメニュー　*/
#mm2 ul {
	width: 982px;
	height: 46px;
	margin: -1px auto;
	padding: 0 10px 0 8px;
	overflow: hidden;
	list-style-type: none;
}
#mm2 ul li {
	height: 30px;
	margin: 8px 0 0;
	padding: 0;
	float: left;
	line-height: 30px;
}
#mm2 ul li.search-keyword {
	height: auto;
	margin: 0;
	float: right;
	line-height: 46px;
}
#mm2 ul li.search-keyword input {
	width: 170px;
	padding: 2px 6px;
	border: none;
	border-radius: 1px 0 0 1px;
	font-size: 12px;
}
#mm2 ul li.search-keyword input::-webkit-input-placeholder {color: #ccc!important;}
#mm2 ul li.search-keyword input::-moz-placeholder {color: #ccc!important;}
#mm2 ul li.search-keyword button {
	width: 38px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: #fc0;
	border: none;
	border-left: 1px solid #f9c01b;
	border-radius: 0 1px 1px 0;
	vertical-align: middle;
	cursor: pointer;
}
#mm2 ul li.search-keyword button .icon {
	height: 22px;
	background-position: -17px -140px;
	display: block;
	overflow: hidden;
	text-indent: -90em;
}
#mm2 ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

/*　掲載依頼｜店舗管理誘導ボタン　*/
#header #mg-btn {
	position: absolute;
	right: 0;
	top: -68px;
}
#header #mg-btn ul {
	margin: 0;
	overflow: hidden;
	list-style-type: none;
}
#header #mg-btn ul li {float: right;}
#header #mg-btn ul li a {
	height: 22px;
	margin: 0 0 0 7px;
	padding: 0 10px 0 0;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	line-height: 22px;
	text-decoration: none;
	font-size: 11px;
}
#header #mg-btn ul li a .icon {
	width: 22px;
	height: 22px;
	margin: 0 7px 0 0;
	display: block;
	float: left;
}
#header #mg-btn ul li.btn-tl a .icon {background-position: -98px -151px;}
#header #mg-btn ul li.btn-pr a .icon {background-position: -98px -176px;}


/*　会員ログイン
─────────────────────────────────────────*/
#member-login {
	margin: 0 10px 10px;
	padding: 15px 10px;
	background: #f4f1d9;
	border-top: 5px solid #4db2f7;
	overflow: hidden;
	display: none;
}
#wrap.ml #member-login {display: block!important;}
body.kf #wrap.ml #member-login ,
body.kf #wrap.ma #member-login {display: none!important;}
#member-login #ulf ,
#member-login #recurrence-pass {
	width: 435px;
	padding: 0 20px 10px;
	border-right: 1px solid #d2c09d;
	text-align: center;
	float: left;
}
#member-login .hd-ti {
	margin: 0;
	padding: 7px 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
#member-login .hd-ti span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	font-weight: normal;
	color: #e33;
}
#member-login .stxt {
	padding: 0 0 10px;
	font-size: 11px;
	color: #777;
}
#member-login #recurrence-pass .stxt {text-align: left;}
#member-login #ulf ul {
	list-style-type: none;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#member-login #ulf ul li {
	padding: 4px;
	overflow: hidden;
}
#member-login .error-check {
	padding: 5px 0 5px 80px;
	font-size: 11px;
	color: #e22;
}
#member-login input {
	width: 160px;
	height: 20px;
	padding: 2px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 #eee inset;
	ime-mode: disabled;
	-webkit-appearance: none;
}
#member-login #ulf div.login-btn {
	padding: 0 0 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#member-login #ulf div.login-btn button ,
#member-login #recurrence-pass button {
	height: 36px;
	margin: 0;
	padding: 0 25px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffcc0000, endcolorstr=#ff990000))";
	background: linear-gradient(to bottom, #fc0, #f90);/* IE10 */
	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: 16px;
	font-weight: bold;
	color: #111;
	cursor: pointer;
}
#member-login #ulf div.login-btn button.hover ,
#member-login #ulf div.login-btn button:hover ,
#member-login #recurrence-pass button.hover ,
#member-login #recurrence-pass button:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#55555500, endcolorstr=#11111100))";
	background: linear-gradient(to bottom, #555, #111);/* IE10 */
	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;
}
#member-login #ulf ul li p {
	width: 80px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	font-weight: bold;
	color: #09f;
}
#member-login .forget ,
#member-login .retune {
	padding: 10px 0 0;
	clear: both;
	font-size: 12px;
}
#member-login .forget span ,
#member-login .retune span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1.2em;
	border-bottom: 1px solid;
	color: #06c;
	cursor: pointer;
}
#member-login .forget span.hover ,
#member-login .forget span:hover ,
#member-login .retune span.hover ,
#member-login .retune span:hover {color: #03f;}
#member-login #recurrence-pass .ma {padding: 7px 0;}
#member-login #recurrence-pass .ma p ,
#member-login #recurrence-pass .ma input ,
#member-login #recurrence-pass .ma button {
	margin: 3px 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#member-login #recurrence-pass .ma p {
	font-size: 14px;
	font-weight: bold;
	color: #09f;
}
#member-login #recurrence-pass .ma input {width: 250px;}
#member-login #recurrence-pass button {
	height: 26px;
	padding: 0 8px;
	font-size: 14px;
}

#member-login #new-member {
	width: 435px;
	padding: 0 20px 10px;
	float: right;
	text-align: center;
}
#member-login #new-member .stxt {text-align: left;}
#member-login #new-member a {
	height: 40px;
	margin: 7px 12px;
	padding: 0 10px;
	line-height: 40px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";
	background: linear-gradient(to bottom, #fff, #eee);/* IE10 */
	background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff));
	border: 1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 0 5px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #06c;
}
#member-login #new-member a.hover ,
#member-login #new-member a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff555555, endcolorstr=#ff111111))";
	background: linear-gradient(to bottom, #555, #111);/* IE10 */
	background: -moz-linear-gradient(bottom, #111, #555);
	background: -webkit-gradient(linear, center bottom, center top, from(#111), to(#555));
	border-color: #111;
	text-shadow: 0 -1px 0 #555;
	text-decoration: none;
	color: #fff;
}
#member-login #new-member a .icon {
	width: 25px;
	height: 23px;
	margin: 7px 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	background-position: -25px 0px;
}
#member-login #new-member a.hover .icon ,
#member-login #new-member a:hover .icon {background-position: -25px -25px;}

#member-login #user-info {
	margin: -5px 0 0;
	padding: 0;
	overflow: hidden;
	display: none;/*一時対応　*/
}
#member-login #user-info .user-name {
	padding: 7px;
	overflow: hidden;
	background: #fff;
	/*border: 1px solid #d2c09d;*/
	border-radius: 2px;
}
#member-login #user-info .user-name .ut {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	background-position: -200px -50px;
}
#member-login #user-info .user-name .ut img {
	width: 50px;
	border: none;
	vertical-align: top;
}
#member-login #user-info .user-name dl {
	padding: 0 0 0 7px;
	overflow: hidden;
}
#member-login #user-info .user-name dl dt {
	font-size: 12px;
	color: #333;
}
#member-login #user-info .user-name dl dt span.name {
	padding: 0 4px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #4db2f7;
}
#member-login #user-info .user-name dl dd {float: right;}
#member-login #user-info .user-name dl dd a {
	padding: 2px 4px 0 0;
	display: block;
	/*border-bottom: 1px solid;
	text-decoration: none;*/
	font-size: 12px;
	font-weight: bold;
}
#member-login #user-info ul {
	list-style-type: none;
	overflow: hidden;
}

#member-login #user-info #user-func {
	padding: 8px 0;
	letter-spacing: -0.4em;
}
#member-login #user-info #user-func li {
	width: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
#member-login #user-info #user-func li a ,
#member-login #user-info #user-func li span.btn {
	height: 40px;
	padding: 0 10px;
	display: block;
	line-height: 40px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";
	background: linear-gradient(to bottom, #fff, #eee);/* IE10 */
	background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff));
	border: 1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 0 5px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #111;
	letter-spacing: -0.05em;
}
#member-login #user-info #user-func li a {margin: 0 4px 0 0;}
#member-login #user-info #user-func li span.btn {
	margin: 0 0 0 4px;
	cursor: pointer;
}
#member-login #user-info #user-func li a.hover ,
#member-login #user-info #user-func li a:hover ,
#member-login #user-info #user-func li span.btn.hover ,
#member-login #user-info #user-func li span.btn:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff555555, endcolorstr=#ff111111))";
	background: linear-gradient(to bottom, #555, #111);/* IE10 */
	background: -moz-linear-gradient(bottom, #111, #555);
	background: -webkit-gradient(linear, center bottom, center top, from(#111), to(#555));
	border-color: #111;
	text-shadow: 0 -1px 0 #555;
	text-decoration: none;
	color: #fff;
}
#member-login #user-info #user-func li a .icon ,
#member-login #user-info #user-func li span.btn .icon {
	width: 20px;
	height: 18px;
	margin: 0 0 0 -5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#member-login #user-info #user-func li a .icon {background-position: -106px -80px;}
#member-login #user-info #user-func li span.btn .icon {background-position: -130px -80px;}
#member-login #user-info #dx-present {
	padding: 10px;
	overflow: hidden;
	background: #fff;
	/*border: 1px solid #d2c09d;*/
	border-radius: 2px;
	font-size: 10px;
}
#member-login #user-info #dx-present p.ti {
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: center;
	border-bottom: 1px solid #d2c09d;
	font-size: 12px;
	font-weight: bold;
	color: #111;
}
#member-login #user-info #dx-present a .ag {font-size: 9px;}
#member-login #user-info #dx-present dl {
	padding: 0;
	overflow: hidden;
}
#member-login #user-info #dx-present dl dt {
	padding: 0 0 7px;
	text-align: center;
	letter-spacing: -0.05em;
	font-size: 20px;
	font-weight: bold;
	color: #e33;
}
#member-login #user-info #dx-present dl dd {padding: 0 0 4px;}
#member-login #user-info #dx-present dl dd span {
	padding: 0 0 0 5px;
	font-size: 12px;
	font-weight: bold;
}
#member-login #user-info #dx-present dl dd.sn {
	margin: 4px 0 0;
	padding: 5px 10px;
	background: #fff;
	border-radius: 2px;
}
#member-login #user-info #dx-present dl dd.sn img {
	width: 100%;
	max-width: 200px;
	margin: 5px auto 10px;
	display: block;
}
#member-login #user-info #dx-present dl dd.sn a {
	text-decoration: none;
	color: #777;
}
#member-login #user-info #dx-present dl dd.sn a span {
	padding: 1px 0 3px 0;
	display: block;
	font-weight: bold;
	color: #111;
}


/*　閲覧履歴
─────────────────────────────────────────*/
#history-list {
	margin: 0 10px 10px;
	padding: 15px 10px;
	background: #f4f1d9;
	border-top: 5px solid #4db2f7;
	overflow: hidden;
	display: none;
}
#wrap.hl #history-list {display: block!important;}
body.kf #wrap.hl #history-list ,
body.kf #wrap.ha #history-list {display: none!important;}
#history-list .delete {cursor: pointer;}
#history-list .hd-ti {
	padding: 0 7px 7px 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	font-weight: bold;
}
#history-list .maxnum {
	padding: 0 90px 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	color: #a96;
}
#history-list .maxnum span {font-weight: bold;}
#history-list ul {
	padding: 7px 0 0;
	list-style-type: none;
}
#history-list ul li {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#history-list #history-shop ,
#history-list #history-girl {position: relative;}
#history-list ul li img {
	margin: 0 5px 0 0;
	border: none;
	vertical-align: top;
	float: left;
}
#history-list #history-shop ul li img {width: 90px;}
#history-list #history-girl ul li img {
	max-width: 76px;
	max-height: 70px;
}
#history-list ul li {position: relative;}
#history-list ul li a {
	padding: 0 10px 0 3px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	outline: none;
}
#history-list ul li a:hover .sn ,
#history-list #history-girl ul li a:hover .gn {text-decoration: underline;}
#history-list ul li span {display: block;}
#history-list ul li .sn ,
#history-list #history-girl ul li .gn {
	padding: 1px 0 3px;
	font-size: 13px;
}
#history-list #history-girl ul li .sn {
	text-decoration: none;
	font-size: 11px;
	color: #111;
}
#history-list ul li .ag {
	font-size: 10px;
	color: #777;
}
#history-list .delete {
	height: 22px;
	padding: 0 12px;
	position: absolute;
	top: -3px;
	right: 0;
	background: #555;
	border-radius: 2px;
	line-height: 22px;
	font-size: 11px;
	color: #fff;
}
#history-list .delete:hover {background: #4db2f7;}
#history-list .hli {
	padding: 0 0 0 3px;
	font-size: 12px;
	color: #a96;
}


/*　パンくずリスト
─────────────────────────────────────────*/
#breadcrumb-list ol {
	margin: 0;
	padding: 7px 5px;
	list-style-type: none;
	overflow: hidden;
}
#breadcrumb-list ol li {float: left;}
#breadcrumb-list ol li a {
	/*height: 32px;*/
	margin: 0 7px 0 0;
	padding: 0;
	/*line-height: 32px;*/
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #06c;
}
#breadcrumb-list ol li a.hover {color: #09f;}
#breadcrumb-list ol li.current a {
	color: #555;
	cursor: default;
}
#breadcrumb-list ol li a span {
	margin: 0 4px;
	/*border-bottom: 1px solid #09f;*/
	line-height: 1em;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#breadcrumb-list ol li.current a span {
	height: 14px;
	line-height: 14px;
	border: none;
}
#breadcrumb-list ol li a span.icon {
	width: 10px;
	height: 14px;
	margin: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	border: none;
	background-position: -133px -55px;
}
#breadcrumb-list ol li.current a span.icon {display: none;}


/*　メインコンテナ
─────────────────────────────────────────*/
#container {
	padding: 8px 0;
	/*overflow: hidden;*/
	background: #f0ebdd;
}
#container .section {
	padding: 0;
	background: #fff;
	/*border-radius: 1px;*/
}
#container .sees-more {
	padding: 0;
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	font-size: 10px;
	z-index: 30;
}
#container .sees-more a {
	padding: 3px 14px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";
	background: linear-gradient(to bottom, #fff, #eee);/* IE10 */
	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;
	display: block;
	text-shadow: 0 1px 0 #fff;
	/*text-shadow: 0 -1px 0 #111;*/
	text-decoration: none;
	font-size: 11px;
	/*font-weight: bold;
	color: #fff;*/
}
#container .sees-more a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
#container #left-column {
	width: 190px;
	padding: 270px 0 0 0;
	float: left;
}

/*　カバーガール
─────────────────────────────────────────*/
#container #cvg {background: #fff;}
#container #cvg h2 {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	letter-spacing: 0.4em;
	z-index: 30;
}
#container #cvg ul {height: 266px;}
/*#container #cvg ul#cvlist {display: none;}*/
#container #cvg ul li {
	width: 100%;
	position: absolute;
	background: #fff;
}
#container #cvg ul li.act {z-index: 20!important;}
#container #cvg ol#cvnv {
	width: 564px;
	text-align: center;
	letter-spacing: -0.4em;
}
#container #cvg ol#cvnv li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#container #cvg ol#cvnv li span {
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	background: #ddd;
	border-radius: 10px;
	text-indent: -90em;
	cursor: pointer;
}
#container #cvg ol#cvnv li.current span {
	background: #06c;
	cursor: default;
}
#container #cvg h2 span {
	padding: 3px 0;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #111;
	letter-spacing: normal;
}
#container #cvg a.cvimg {
	margin: 7px;
	display: block;
}
#container #cvg a img {
	width: 100%;
	vertical-align: top;
}
#container #cvg dl {
	padding: 0 7px 7px;
	background: #fff;
}
#container #cvg dl dt.upday {
	margin: 7px 0 0;
	padding: 4px;
	display: block;
	background: #fc0;
	border-radius: 1px;
	text-align: center;
	text-shadow: 0 0 1px #fa0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#container #cvg dl dd.ct {
	padding: 7px 4px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
#container #cvg dl dd.gn {
	padding: 7px 4px 0;
	font-size: 14px;
	font-weight: bold;
}
#container #cvg dl dd.gn a {text-decoration: none;}
#container #cvg dl dd.gn a:hover {text-decoration: underline;}
#container #cvg dl dd.gn span {
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
#container #cvg dl dd.sn {
	padding: 7px 4px 0;
  font-size: 12px;
}
#container #cvg dl dd.ag {
	padding: 4px;
	font-size: 11px;
	color: #888;
}


/*　メインコンテナ｜タブ切り替え
─────────────────────────────────────────*/
#main-column .main-cntent-tab {
	padding: 0;
	background: #f4f1d9;
}
#main-column .main-cntent-tab.hdt {
	border-top: 1px solid #ba7;
	border-bottom: 1px solid #ba7;
}
#main-column .main-cntent-tab.fct {border-top: 1px solid #ba7;}
#main-column .main-cntent-tab ul {
	height: 52px;
	list-style-type: none;
}
#main-column .main-cntent-tab.hdt ul {padding: 10px 10px 0;}
#main-column .main-cntent-tab.fct ul {padding: 0 10px 10px;}
#main-column .main-cntent-tab ul li {
	width: 20%;
	float: left;
}
#main-column .main-cntent-tab ul li a {
	height: 42px;
	padding: 5px 0;
	display: block;
	border-right: 1px solid #ba7;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.04em;
	text-shadow: 0 1px 0 #fff;
	font-size: 10px;
	font-weight: bold;
	color: #a96;
	outline: none;
}
#main-column .main-cntent-tab ul li:first-child a {border-left: 1px solid #ba7;}
#main-column .main-cntent-tab ul li.active a {
	background: #fff!important;
	/*color: #4db2f7;*/
	color: #111;
}
#main-column .main-cntent-tab.hdt ul li.active a {border-top: 1px solid #ba7;}
#main-column .main-cntent-tab.fct ul li.active a {
	margin: -1px 0 0;
	border-bottom: 1px solid #ba7;
}
#main-column .main-cntent-tab ul li a span {
	width: 24px;
	height: 24px;
	margin: 0 auto 5px;
	display: block;
}
#main-column .main-cntent-tab ul li a.i1 span {background-position: -75px -25px;}
#main-column .main-cntent-tab ul li a.i2 span {background-position: -100px -25px;}
#main-column .main-cntent-tab ul li a.i3 span {background-position: -125px -25px;}
#main-column .main-cntent-tab ul li a.i4 span {background-position: -150px -25px;}
#main-column .main-cntent-tab ul li a.i5 span {background-position: -175px -25px;}
#main-column .main-cntent-tab ul li.active a.i1 span {background-position: -75px 0px;}
#main-column .main-cntent-tab ul li.active a.i2 span {background-position: -100px 0px;}
#main-column .main-cntent-tab ul li.active a.i3 span {background-position: -125px 0px;}
#main-column .main-cntent-tab ul li.active a.i4 span {background-position: -150px 0px;}
#main-column .main-cntent-tab ul li.active a.i5 span {background-position: -175px 0px;}


/*　サイドカラム｜年末年始営業時間
─────────────────────────────────────────*/
#search-newyear {
	text-align: center;
	background: #fff;
	margin: 0 1px 8px;
	padding: 9px 0;
	border: 1px solid #ddd;
}
body.xs #search-newyear {
	margin: 0!important;
	border: none!important;
	border-bottom: 1px solid #ba7!important;
}
#search-newyear a img {
	vertical-align: top;
	border: none;
}
.year-end {
	width: 751px;
	background: #fff;
	position: absolute;
	top: 320px;
}
.year-end a {
	display: block;
	text-align: center;
}
.year-end a img {
	vertical-align: top;
	margin: 7px 0;
}
/*.year-end a {margin: 0 1% 0 0;}
.year-end a:last-child {margin: 0 0 0 1%;}
.year-end a img {width: 100%;}*/
body.xw .year-end {box-shadow: 0 0 3px 0 #e2dbc7;}
body.xs .year-end {
	width: auto;
	margin: 0 10px;
	position: relative;
	top: auto;
}
body.xs .year-end img {
	width: 100%;
	margin: 0 0 10px;
	position: static;
}

.newyearEntrance {
  width: 751px;
  height: 164px;
  /*background: #fff;*/
  box-shadow: none;
  position: absolute;
  top: 320px;
}
.newyearEntrance a {
  width: 495px;
  height: 150px;
  margin: auto;
  padding: 7px 7px 0;
  display: block;
  overflow: hidden;
  text-align: center;
}
.newyearEntrance a img {
  /*width: 100%;*/
  height: 198px;
  margin: 0;
  vertical-align: top;
}
body.xs .newyearEntrance {
	width: auto;
  height: auto;
	margin: 0 10px;
	position: relative;
	top: auto;
}
body.xs .newyearEntrance a {
  width: 100%;
  height: 100px;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.xs .newyearEntrance img {
  width: 330px;
  height: auto;
  margin: auto;
  position: absolute;
  left: -100%;
  right: -100%;
}


/*　メインコンテナ｜サイドカラム
─────────────────────────────────────────*/
#container #side-column {}
#container #side-column .section div.ti {
	height: 34px;
	/*background: #333;*/
	background: #27c;
	border: 1px solid #05a;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#container #side-column #sdx-ban {background: #222;}
#container #side-column #sdx-ban div.pr {
	height: 22px;
	margin: 0;
	padding: 0 9px;
	line-height: 23px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#container #side-column #sdx-ban #spv {
	padding: 0;
	border-bottom: 1px solid #555;
}
#container #side-column #sdx-ban #spv a {
	margin: 0 0 0 8px;
	display: block;
}
#container #side-column #sdx-ban #spv a img {
	width: 120px;
	margin: 0 0 5px;
	vertical-align: top;
	border: 1px solid #000;
}
#container #side-column #sdx-ban #spv p {
	margin: 0;
	padding: 0 8px 7px;
	border-bottom: 1px solid #000;
	/*text-shadow: 0 -1px 0 #09C;*/
	font-size: 11px;
	color: #fff;
}
#container #side-column #sdx-ban #ichioshi ul {
	width: auto;
	list-style-type: none;
}
#container #side-column #sdx-ban #ichioshi ul li {
	width: 222px;
	padding: 0 0 7px;
}
#container #side-column #sdx-ban #ichioshi ul li a {
	display: block;
	border: 1px solid #000;
}
#container #side-column #sdx-ban #ichioshi ul li a img {
	width: 220px;
	height: 60px;
	vertical-align: top;
	/*box-shadow: 0 0 10px 0 #08c;*/
}
#container #side-column #sdx-ban #ichioshi ul#numBD {display: none!important;}


/*　サイドカラム｜ソープ嬢を探す
─────────────────────────────────────────*/
#side-column #soap-girl {
	margin: 0 0 8px;
	display: none;
}
#side-column #soap-girl p.mtp {
	padding: 8px 0;
	text-align: center;
	font-size: 13px;
}
#side-column #soap-girl #top-standby {
	margin: 0;
	padding: 0 0 8px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#side-column #soap-girl #top-standby .tn {
	display: block;
	float: left;
}
#side-column #soap-girl #top-standby .tn img {
	width: 70px;
	border: none;
	vertical-align: top;
}
#side-column #soap-girl #top-standby dl {
	padding: 0 0 0 7px;
	overflow: hidden;
	font-size: 12px;
}
#side-column #soap-girl #top-standby dl dt {
	padding: 0 0 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #111;
}
#side-column #soap-girl #top-standby dl .time {
	padding: 4px 0 2px;
	background: #fd3;
	border-radius: 1px;
	text-align: center;
	text-shadow: 0 1px 0 #fd7;
	font-size: 12px;
	font-weight: bold;
	color: #111;
}
#side-column #soap-girl #top-standby dl .gn {padding: 4px 0 2px;}
#side-column #soap-girl #top-standby dl .gn a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#side-column #soap-girl #top-standby dl .gn a:hover {text-decoration: underline;}
#side-column #soap-girl #top-standby dl dd {
	font-size: 11px;
	color: #888;
}
#side-column #soap-girl #top-standby dl dd.sn {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#side-column #soap-girl #top-standby dl dd.sees-more {
	padding: 10px 4px 0;
	position: relative;
}
#side-column #soap-girl #top-standby dl dd.sees-more a {
	width: 110px;
	padding: 3px 7px;
	text-align: center;
}
#side-column #soap-girl ul {margin: 4px;}

#side-column #top-fixate {padding: 0;}
#side-column #top-fixate ul {
	margin: 0 0 1px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
#side-column #top-fixate ul li {float: left;}
#side-column #top-fixate ul li a {
	margin: 0 7px 7px 0;
	padding: 4px 7px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";
	background: linear-gradient(to bottom, #fff, #eee);/* IE10 */
	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;*/
}
#side-column #top-fixate ul li a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
#side-column #top-fixate ul li a span {display: none;}


/*　サイドカラム｜エリアからソープを探す
─────────────────────────────────────────*/
#side-column #soap-shop {
	margin: 0 0 8px;
	display: none;
}
#side-column #soap-shop p {
	padding: 8px 0;
	text-align: center;
	font-size: 13px;
}
#side-column #soap-shop .area-list ul {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}
#side-column #soap-shop .area-list ul li {
	margin: 0 4px;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	vertical-align: top;
	position: relative;
	text-align: center;
}
#side-column #soap-shop .area-list ul li:first-child {border: none;}
#side-column #soap-shop .area-list ul li a {
	margin: 0;
	padding: 3px 2px;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 11px;
}
#side-column #soap-shop .area-list ul li a .sa ,
#side-column #soap-shop .area-list ul li a .al {
	display: table-cell;
	vertical-align: middle;
}
#side-column #soap-shop .area-list ul li a .al {padding: 0 0 0 5px;}
#side-column #soap-shop .area-list ul li a:hover .al {text-decoration: underline;}
#side-column #soap-shop .area-list ul li .sa {
	width: 60px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #111;
}
#side-column #soap-shop .area-list ul li .sa span {display: block;}
#side-column #soap-shop .area-list ul li .num {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 10px;
	font-weight: normal;
	color: #a96;
}
#side-column #soap-shop .area-list ul li a:hover .num {color: #333;}
#side-column #new-shop {}
#side-column #new-shop ul {
	padding: 0;
	list-style-type: none;
}
#side-column #new-shop ul li {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
#side-column #new-shop ul li:first-child {border: none;}
#side-column #new-shop ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
#side-column #new-shop ul li a img {
	width: 120px;
	margin: 0 7px 0 0;
	border: none;
	vertical-align: top;
	float: left;
}
#side-column #new-shop ul li a span {
	margin: 0 20px 0 0;
	overflow: hidden;
	display: block;
	line-height: 1em;
}
#side-column #new-shop ul li a span.upday {
	font-size: 11px;
	/*font-weight: bold;*/
	color: #ba7;
}
#side-column #new-shop ul li a span.upday span {
	margin: 0 5px 0 0;
	padding: 2px 6px 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	float: left;
	background: #fd3;
	border-radius: 1px;
	font-size: 8px;
	font-weight: bold;
	color: #111;
}
#side-column #new-shop ul li a .sn {
	padding: 4px 0 2px;
	font-size: 12px;
	font-weight: bold;
}
#side-column #new-shop ul li a:hover .sn {text-decoration: underline;}
#side-column #new-shop ul li a .ag {
	font-size: 10px;
	color: #999;
}
#side-column #new-shop ul li a .icon {
	width: 14px;
	height: 20px;
	margin: 0;
	background-position: -81px -52px;
	position: absolute;
	top: 20px;
	right: 2px;
	display: block;
}


/*　サイドカラム｜人気キーワード（タグクラウド）
─────────────────────────────────────────*/
#side-column #tag-cloud {
	margin: 0 0 8px;
	display: none;
}
#side-column #tag-cloud ul ,
#tag-list ul {
	margin: 0;
	padding: 10px 10px 4px;
	list-style-type: none;
	overflow: hidden;
}
#side-column #tag-cloud ul li ,
#tag-list ul li {float: left;}
#side-column #tag-cloud ul li a ,
#tag-list ul li a {
	margin: 0 7px 7px 0;
	padding: 4px 7px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";
	background: linear-gradient(to bottom, #fff, #eee);/* IE10 */
	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;*/
}
#side-column #tag-cloud ul li a:hover ,
#tag-list ul li a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
#side-column #tag-cloud ul li a .icon ,
#tag-list ul li a .icon {
	width: 16px;
	height: 16px;
	margin: 0 3px 0 -3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-position: -80px -153px;
}
#tag-list p {
	padding: 10px 14px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}


/*　サイドカラム｜ソープランド徹底攻略
─────────────────────────────────────────*/
#side-column #capture-info {display: none;}
#side-column #capture-info ul {
	padding: 0 10px;
	list-style-type: none;
}
#side-column #capture-info ul li {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
#side-column #capture-info ul li:first-child {border: none;}
#side-column #capture-info ul li .qi {
	width: 70px;
	height: 50px;
	margin: 0 0 0 5px;
	overflow: hidden;
	float: right;
}
#side-column #capture-info ul li .qi img {
	width: 70px;
	vertical-align: top;
}
#side-column #capture-info ul li a {
	display: block;
	text-decoration: none;
	color: #111;
}
#side-column #capture-info ul li a .txt {font-size: 12px;}
body.xw #side-column #capture-info ul li a .resrc {clear: both;}
#side-column #capture-info ul li a .resrc {
	padding: 5px 0 0;
	display: block;
	font-size: 10px;
	color: #ba7;
}
#side-column #capture-info ul li a:hover .resrc {
	text-decoration: underline;
	color: #03f;
}
#side-column #capture-info .sees-more {
	padding: 4px 7px 7px;
	position: relative;
	right: 0;
	bottom: 0;
}
#side-column #capture-info .sees-more a {
	text-align: center;
	font-size: 12px;
}


#container #main-column {
	width: 760px;
	padding: 0 0 5px;
	float: left;
}
#container #main-column h2.nm-ti {
	height: 34px;
	line-height: 34px;
	background: #27c;
	border: 1px solid #05a;
	/*border-bottom: none;*/
	text-align: center;
	color: #fff;
}


/*　メインカラム｜お店速報
─────────────────────────────────────────*/
#container #rtn {
	margin: 0 0 8px 1px;
	border-bottom: 1px solid #fff;
}
#container #rtn ul {
	padding: 0 4px;
	border-bottom: 1px solid #ba7;
	list-style-type: none;
}
#container #rtn ul li {
	margin: 0 0 8px;
	padding: 0 0 0 122px;
	position: relative;
	text-shadow: 0 1px 0 #fff;
}
#container #rtn ul li .upday {
	position: absolute;
	top: 4px;
	left: 2px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ba7;
}
#container #rtn ul li .upday .new {
	margin: 2px;
	padding: 2px 5px;
	background: #f00;
	border-radius: 2px;
	background: #fd3;
	display: block;
	text-align: center;
	text-shadow: none;
	font-size: 10px;
	color: #111;
}
#container #rtn ul li a {
	padding: 4px 0 4px 7px;
	text-decoration: none;
	display: block;
	border-left: 1px solid #ba7;
}
#container #rtn ul li a .rti {
	font-weight: bold;
	color: #111;
}
#container #rtn ul li a .sn {
	padding: 3px 0 0;
	display: block;
	font-size: 11px;
}
#container #rtn ul li a:hover .sn {text-decoration: underline;}
#container #rtn ul li a .icon {
	width: 14px;
	height: 20px;
	background-position: -81px -52px;
	position: absolute;
	top: 11px;
	right: 4px;
	display: block;
}


/*　メインカラム｜ニュースバナー
─────────────────────────────────────────*/
#container #rtn-ban {
	margin: 0 0 8px 1px;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#container #rtn-ban ul {
	margin: 0;
	padding: 0 0 8px;
	border-bottom: 1px solid #ba7;
	list-style-type: none;
	overflow: hidden;
}

#container #rtn-ban ul li a {
	padding: 4px 0 4px 8px;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
}
#container #rtn-ban ul li a span {
	display: block;
	overflow: hidden;
}
#container #rtn-ban ul li a .tn {
	width: 55px;
	height: 60px;
	background: #fff;
	border: 5px solid #fff;
	box-shadow: 0 0 3px 0 #e2dbc7;
	float: left;
}
#container #rtn-ban ul li a .tn img {
	width: 60px;
	border: none;
}
#container #rtn-ban ul li a .upday {
	padding: 1px 0 0 7px;
	font-size: 11px;
	font-weight: bold;
	color: #ba7;
}
#container #rtn-ban ul li a .txt {
	margin: 0 18px 0 0;
	padding: 3px 0 0 7px;
	font-weight: bold;
	color: #333;
}
#container #rtn-ban ul li a .sn {
	padding: 5px 0 0 7px;
	font-size: 11px;
}
#container #rtn-ban ul li a:hover .sn {text-decoration: underline;}
#container #rtn-ban ul li a .icon {
	width: 14px;
	height: 20px;
	background-position: -81px -52px;
	position: absolute;
	top: 25px;
	right: 2px;
	display: block;
}


/*　メインカラム｜最新コンテンツ
─────────────────────────────────────────*/
#main-column .section {
	background: none;
	box-shadow: none;
	overflow: visible;
	float: left;
}
#container .section.hoz-1 {
	width: 190px;
	height: 250px;
	box-shadow: none;
}
#container .section.hoz-2 {
	width: 380px;
	height: 250px;
	box-shadow: none;
}
#container .section.hoz-3 {
	width: 570px;
	height: 250px;
	box-shadow: none;
}
#container .section.hoz-4 {
	width: 760px;
	min-height: 250px;
	box-shadow: none;
}
#container .surface {
	height: 240px;
	padding: 0;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	box-shadow: 0 0 3px 0 #e2dbc7;
}
#container .hoz-1 .surface {width: 180px;}
#container .hoz-2 .surface {width: 370px;}
#container .hoz-3 .surface {width: 560px;}
#container .hoz-4 .surface {width: 750px;}
#main-column .section a.tn {
	height: 92px;
	margin: 0 8px;
	border: 1px solid #fff;
	display: block;
	overflow: hidden;
}
#main-column .section a.tn img {
	width: 100%;
	vertical-align: top;
}
#main-column .section h2 {
	height: 28px;
	margin: 0;
	padding: 0;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
}
#main-column .section h2 .new {
	margin: 0 7px 0 0;
	padding: 0 7px;
	background: #fd3;
	border-radius: 1px;
	font-size: 10px;
	font-weight: bold;
	color: #111;
}
#container #ng-gra .surface h2 {color: #c90;}
#container #soap-int .surface h2 {color: #09C;}
#container #sdx-gra .surface h2 {color: #70bc38;}
#container #sdx-mov .surface h2 {color: #9072de;}
#container #sdx-selfie .surface h2 {color: #f70;}
#container #sdxDiscount h2 {color: #f00;}
#container .surface h2 span {
	padding: 0 0 0 7px;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: -0.1em;
}
#main-column .section.hoz-1 .surface dl {padding: 5px 10px 0;}
#main-column .section.hoz-1 .surface dl dt.ct {
	height: 2.1em;
	margin: 0 0 7px;
	padding: 0;
	overflow: hidden;
	line-height: 1.1em;
	font-size: 12px;
	font-weight: bold;
}
#main-column .section.hoz-1 .surface dl dd.gn ,
#main-column .section.hoz-1 .surface dl dd.sn ,
#main-column .section.hoz-1 .surface dl dd.ag {
	padding: 0 0 2px;
	text-shadow: 0 -1px 0 #fff;
	font-size: 11px;
	color: #888;
}
#main-column .section.hoz-1 .surface dl dd.gn {
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	font-size: 12px;
	font-weight: bold;
	color: #111;
}
#main-column .section.hoz-1 .surface dl dd.gn a {text-decoration: none;}
#main-column .section.hoz-1 .surface dl dd.gn a:hover {text-decoration: underline;}
#main-column .section.hoz-1 .surface dl dd.sn {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main-column .section.hoz-1 .surface dl dd.ag {font-size: 10px;}
#main-column .section p.text {
	padding: 0 10px;
	line-height: 1.5em;
	font-size: 11px;
	color: #555;
}

/*　動画レイアウト　*/
#main-column #sdx-mov.section a.tn ,
#main-column #sdx-selfie.section .surface a.tn {
	background: #000;
	text-align: center;
}
#main-column #sdx-mov.section a.tn img ,
#main-column #sdx-selfie.section a.tn img {width: auto!important;}
#sdx-mov a.tn .icon ,
#sdx-selfie a.tn .icon {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 70px;
	left: 60px;
	background-position: -205px -105px;
}
body.xw #sdx-mov a.tn .icon ,
body.xw #sdx-selfie a.tn .icon {
	top: 56px;
	left: 70px;
}

/*　代替レイアウト　*/
#top-capture p.htxt {
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
body.xs #top-capture p.htxt {
	height: auto;
	margin: 8px 9px;
	padding: 7px 0;
	border-bottom: 3px solid;
	line-height: 1em;
	text-align: left;
	font-size: 20px;
}
#top-capture a.tn {
	height: 92px;
	margin: 0 8px;
	overflow: hidden;
}
#top-capture a.tn img {
	width: 164px;
	vertical-align: top;
}
#top-capture dl dt {
	padding: 0 0 4px;
	font-size: 12px;
	font-weight: bold;
}
#top-capture dl dd {
	padding: 4px 0 0;
	border-top: 1px dotted #ccc;
	line-height: 1.2em;
	text-align: right;
	font-size: 11px;
	color: #777;
}


/*　メインカラム｜ツボ表示
─────────────────────────────────────────*/
#container #sdxNewReport .tn {margin: 0 8px;}
#container #sdxNewReport .tn img {
	width: 100%;
	height: 135px;
	background-position: center center;
    background-size: cover;
}
#container #sdxNewReport dl {padding: 0 8px;}
#container #sdxNewReport dl dt {
	padding: 2px 0 4px;
	font-size: 14px;
}
#container #sdxNewReport dl dd {
	font-size: 12px;
	color: #a96;
}

body.xs #container #sdxNewReport .tn {
	width: 130px;
	margin: 0 0 5px 8px;
	float: left;
}
body.xs #container #sdxNewReport .tn img {height: 100px;}
body.xs #container #sdxNewReport dl {overflow: hidden;}


/*　メインカラム｜割引表示
─────────────────────────────────────────*/
#container #sdxDiscount .tn {
	margin: 0 8px;
  background: #f4f1d9;
  text-align: center;
}
#container #sdxDiscount .tn img {
	width: 100%!important;
  height: auto!important;
	vertical-align: top;
}
#container #sdxDiscount dl {
	padding: 5px 8px;
}
#container #sdxDiscount dl dt {
	padding: 0 0 2px;
	font-size: 12px;
}
#container #sdxDiscount dl dd.ag {
	padding: 0 0 5px;
	font-size: 11px;
	color: #888;
}
#container #sdxDiscount dl .price .course {
	padding: 6px 0 2px;
	border-top: 1px dotted #ccc;
}
#container #sdxDiscount dl .price .before ,
#container #sdxDiscount dl .price .after {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
#container #sdxDiscount dl .price .before span {
	padding: 0 8px;
	display: inline-block;
	font-weight: bold;
}
#container #sdxDiscount dl .price .after {
	font-size: 24px;
	font-weight: bold;
	color: #f00;
}
#container #sdxDiscount dl .period {
	position: absolute;
	bottom: 7px;
	left: 8px;
	font-size: 13px;
	color: #a96;
}


/*　メインカラム｜雑学コラム
─────────────────────────────────────────*/
#container #beginner a.tn {
	height: 140px;
	margin: 0 8px;
}
#container #beginner .h1s a.tn {height: auto;}
#container #beginner h2 {
	margin: 1px 10px 0;
	color: #F60;
}
#container #beginner-ts h2 {color: #F60;}


/*　メインカラム｜追加コラム
─────────────────────────────────────────*/
#container .textContent a.tn {
	height: 140px;
	margin: 0 8px 3px;
}

/*　メインカラム｜写メ日記
─────────────────────────────────────────*/
#container #syame h2 {
	margin: 1px 0 0;
	padding: 0 10px;
	color: #f39;
}
#container #syame h2 span {
	padding: 0 0 0 7px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal!important;
}
#container #syame ul {
	margin: 0;
	padding: 2px 0 0;
	list-style-type: none;
	overflow: hidden;
}
#container #syame ul li {float: left;}
#container #syame ul li a {
	width: 80px;
	height: 82px;
	margin: 0 0 10px 10px;
	display: block;
	overflow: hidden;
}
#container #syame ul li img {
	max-width: 90px;
	vertical-align: top;
}
#container #syame ul li.wt img {
	max-width: none!important;
	max-height: 82px!important;
}
#container #syame ul li dl {display: none;}
#container #syame .num {
	padding: 0 0 0 11px;
	font-size: 11px;
	color: #555;
}
#container #syame .num span {
	font-size: 12px;
	font-weight: bold;
	color: #f69;
}


/*　メインカラム｜体験口コミ
─────────────────────────────────────────*/
#main-column #soap-kuchikomi .surface {
	height: auto;
	overflow: hidden;
	background: #eee;
}
/*#main-column #soap-kuchikomi .sees-more {
	height: 24px;
	top: 5px;
	right: 5px;
	z-index: 7;
}
#main-column #soap-kuchikomi .sees-more a {
	padding: 4px 13px;
	border: 1px solid #000;
}*/
#soap-kuchikomi {
	padding: 0 0 5px;
	background: #f0ebdd;
	position: relative;
}
#soap-kuchikomi h2 {
	height: 34px!important;
	line-height: 34px!important;
	/*background: #333;*/
	background: #4db2f7;
	border: 1px solid #39c;
	position: relative;
	color: #fff;
	z-index: 5;
}
#soap-kuchikomi div.contribute {
	padding: 7px 15px;
	font-size: 12px;
}
#soap-kuchikomi div.contribute div.a ,
#soap-kuchikomi.is p.contribute span.a ,
#kuchikomi-form .manners .member-reg a ,
#main-column.wt .info-section input[type="submit"] {
	height: 28px;
	margin: 13px 0 0;
	padding: 0 10px;
	line-height: 28px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffcc00, endcolorstr=#ffff9900))";
	background: linear-gradient(to bottom, #fc0, #f90);/* IE10 */
	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-weight: bold;
	color: #111;
	cursor: pointer;
}
#soap-kuchikomi div.contribute div.a.hover ,
body.xw #soap-kuchikomi div.contribute div.a:hover ,
#soap-kuchikomi.is p.contribute span.a.hover ,
#soap-kuchikomi.is p.contribute span.a:hover ,
#kuchikomi-form .manners .member-reg a:hover ,
#main-column.wt .info-section input[type="submit"]:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff555555, endcolorstr=#ff111111))";
	background: linear-gradient(to bottom, #555, #111);/* IE10 */
	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;
}
#soap-kuchikomi .linkbtn a {
	padding: 3px 14px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffffff, endcolorstr=#ffeeeeee))";
	background: linear-gradient(to bottom, #fff, #eee);/* IE10 */
	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;
	display: block;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#soap-kuchikomi .linkbtn a.hover ,
#soap-kuchikomi .linkbtn a:hover {
	background: #06c;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
#soap-kuchikomi div.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;
}
#soap-kuchikomi ul {
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 10px 0 #ddd;
	list-style-type: none;
}
#soap-kuchikomi ul li {
	padding: 14px;
	background: #fff;
	border-top: 1px solid #ccc;
	box-shadow: 0 0 5px 0 #ddd;
}
#soap-kuchikomi ul li:first-child {border: none;}
#soap-kuchikomi ul li dl {padding: 4px 0 0 6px;}
#soap-kuchikomi ul li.active dl {background-position: right -35px;}
#soap-kuchikomi ul li dl dd {overflow: hidden;}
#soap-kuchikomi ul li dl dt.contributor {
	padding: 3px 0;
	font-size: 11px;
	color: #333;
}
#soap-kuchikomi ul li dl dt.contributor span {color: #777;}
#soap-kuchikomi ul li dl dt.contributor span.un {
	padding: 0 4px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #111;
}
#soap-kuchikomi ul li dl dd.upday {
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	color: #777;
}
#soap-kuchikomi ul li dl dd.btn {
	margin: -1px 0 0;
	padding: 0 4px 0 0;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #d2c09d;
}
#soap-kuchikomi ul li dl dd.btn span.icon ,
#soap-kuchikomi ul li div.cb span.icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
#soap-kuchikomi ul li dl dd.btn span.icon {background-position: -54px -55px;}
#soap-kuchikomi ul li div.cb span.icon {background-position: -29px -55px;}

#soap-kuchikomi ul li div.asterisk {
	padding: 0 6px;
	font-size: 11px;
	color: #777;
}
#soap-kuchikomi ul li div.asterisk b {
  margin-right: 5px;
  font-size: 12px;
  color: #111;
}
#soap-kuchikomi ul li 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;
}
#soap-kuchikomi ul li div.asterisk span span.score {
	background-position: 0px -118px;
	display: block;
}
#soap-kuchikomi ul li div.asterisk span.star5 span.score {width: auto;}
#soap-kuchikomi ul li div.asterisk span.star4 span.score {width: 74px;}
#soap-kuchikomi ul li div.asterisk span.star3 span.score {width: 55px;}
#soap-kuchikomi ul li div.asterisk span.star2 span.score {width: 37px;}
#soap-kuchikomi ul li div.asterisk span.star1 span.score {width: 18px;}

#soap-kuchikomi ul li h3 {
	padding: 2px 6px 3px 24px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
}
#soap-kuchikomi ul li h3 span.icon {
	width: 20px;
	height: 16px;
	margin: 0;
	position: absolute;
	top: 4px;
	left: 2px;
	background-position: -3px -54px;
}
#soap-kuchikomi ul li .sgn {
	padding: 4px 6px;
	font-size: 11px;
}
#soap-kuchikomi ul li .sgn span.sn {
	font-weight: bold;
	color: #06c;
}
#soap-kuchikomi ul li .sgn span.sn span.ag {
	margin: 0 5px 0 0;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
#soap-kuchikomi ul li .sgn span.sn span.gn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#soap-kuchikomi ul li .text {display: none;}
#soap-kuchikomi ul li .linkbtn {overflow: hidden;}
#soap-kuchikomi ul li .linkbtn p {
	width: 100%;
	margin: 0!important;
	padding: 0!important;
	float: left;
}
#soap-kuchikomi ul li .linkbtn.l2 p {width: 50%;}
#soap-kuchikomi ul li .linkbtn.l2 p a {
	margin: 7px 5px 4px;
	font-size: 12px;
}
#soap-kuchikomi ul li .oc {cursor: pointer;}
#soap-kuchikomi ul li div.cb {
	margin: 5px 0 0;
	padding: 10px 7px 4px 7px;
	display: none;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #d2c09d;
	cursor: pointer;
}
#soap-kuchikomi ul li .text p {
	padding: 7px;
	line-height: 1.7em;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color: #333;
}
#main-column #soap-kuchikomi .sees-more {
	width: 500px;
	background: #fff;
	border-top: 1px dotted #ccc;
	border-left: 1px solid #ccc;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: hidden;
	float: right;
}
#main-column #soap-kuchikomi .sees-more a {
	width: 200px;
	margin: 10px;
	padding: 4px 0;
	/*border: 1px solid #000;*/
	text-align: center;
	float: right;
}


/*　メインカラム｜アクセスランキング
─────────────────────────────────────────*/
#container #sdx-ranking {padding: 0 0 10px;}
#container #sdx-ranking .period {
	padding: 12px 0 0;
	text-align: center;
	color: #a96;
}
#container #sdx-ranking #rank-tab {background: #eee;}
#container #sdx-ranking #rank-tab ul {
	height: 30px;
	padding: 8px 0 0 10px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
#container #sdx-ranking #rank-tab ul li {float: left;}
#container #sdx-ranking #rank-tab ul li a {
	/*width: 93px;*/
	height: 29px;
	margin: 0 7px 0 0;
	padding: 0 12px;
	display: block;
	line-height: 30px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffeeeeee, endcolorstr=#ffdddddd))";
	background: linear-gradient(to bottom, #eee, #ddd);/* IE10 */
	background: -moz-linear-gradient(bottom, #ddd, #eee);
	background: -webkit-gradient(linear, center bottom, center top, from(#ddd), to(#eee));
	border-radius: 1px 1px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}
#container #sdx-ranking #rank-tab ul li.current a {
	height: 30px;
	background: #fff;
	text-shadow: none;
	line-height: 32px;
	color: #4db2f7;
	cursor: default;
	outline: none;
}
#container #sdx-ranking .surface {
	width: 750px;
	height: auto!important;
	/*background: #555;
	border-color: #000;*/
	overflow: hidden;
}
#container #sdx-ranking .rgp {position: relative;}
#container #sdx-ranking .rgp .sees-more {
	width: 26px;
	/*height: 24px;*/
	top: 60px;
	right: 10px;
	overflow: hidden;
	text-align: center;
}
#container #sdx-ranking .rgp .sees-more a {
	height: 180px;
	padding: 0;
	/*border: 1px solid #000;*/
}
#container #sdx-ranking .rgp .sees-more a .icon {
	width: 14px;
	height: 20px;
	display: block;
	position: absolute;
	left: 6px;
	background-position: -81px -52px;
	text-indent: -50em;
}
#container #sdx-ranking .rgp .sees-more a:hover .icon {background-position: -131px -152px;}
#container #sdx-ranking .rgp ol {
	width: 700px;
	padding: 15px 0 10px 7px;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}
#container #sdx-ranking .rgp ol li {
	width: 140px;
	padding: 0 0 10px;
	float: left;
}
#container #sdx-ranking .rgp ol li .ranker {
	padding: 0 7px;
}
#container #sdx-ranking .rgp ol li a {
	text-decoration: none;
}
#container #sdx-ranking .rgp ol li p {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
#container #sdx-ranking .rgp ol li p span {
	padding: 0 0 0 3px;
	font-size: 16px;
	font-weight: normal;
	color: #a96;
}
#container #sdx-ranking .rgp ol li p span.icon {
	width: 24px;
	height: 22px;
	margin: 0 3px 0 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	text-indent: -90em;
}
#container span.icon.no1 {background-position: -150px -150px;}
#container span.icon.no2 {background-position: -175px -150px;}
#container span.icon.no3 {background-position: -175px -176px;}
/*#container #sdx-ranking .rgp ol li p span.icon.new {
	width: 30px;
	background-position: -32px -143px;
}
#container #sdx-ranking .rgp ol li p span.icon.up {background-position: -62px -143px;}
#container #sdx-ranking .rgp ol li p span.icon.down {background-position: -74px -143px;}
#container #sdx-ranking .rgp ol li p span.icon.stay {background-position: -86px -143px;}*/
#container #sdx-ranking .rgp ol li .tn {
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#container #sdx-ranking .rgp ol li .tn.xt {
	width: 128px;
	height: auto;
}
#container #sdx-ranking .rgp ol li .tn.mt {
	width: 128px;
	height: auto;
	padding: 7px 0;
	background: #000;
}
#container #sdx-ranking .rgp ol li .tn.gt {
	width: 130px;
	height: 130px;
}
#container #sdx-ranking .rgp ol li .tn.gt a {
	width: 130px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	background: #eee;
	text-align: center;
}
#container #sdx-ranking .rgp ol li .tn img {
	max-width: 130px;
	max-height: 130px;
	vertical-align: top;
}
#container #sdx-ranking .rgp ol li .tn.xt img {width: 128px;}
#container #sdx-ranking .rgp ol li dl {
	margin: 0;
	font-size: 10px;
}
#container #sdx-ranking .rgp ol li dl dt {
	padding: 4px 0 2px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
}
#container #sdx-ranking .rgp ol li dl dt a:hover {text-decoration: underline;}
#container #sdx-ranking .rgp ol li dl dt span {
	font-size: 11px;
	font-weight: normal;
}
#container #sdx-ranking .rgp ol li dl dd {
	/*color: #ba7;*/
	color: #888;
}
#container #sdx-ranking .rgp ol li dl dd.ch {
	padding: 4px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


/*　メインカラム｜ソープDXについて
─────────────────────────────────────────*/
#sdx-guide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: 1px solid #ba7;
	text-shadow: 0 1px 0 #fff;
	clear: both;
}
#sdx-guide h2 {
	padding: 14px 15px 7px;
	border-top: 1px solid #fff;
	text-align: center;
}
#sdx-guide.on .btx {display: none;}
#sdx-guide .btx {
	padding: 10px 15px 15px!important;
	cursor: pointer;
}
#sdx-guide .btx span {
	padding: 0 0 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1.6em;
	color: #06c;
}
#sdx-guide .btx ,
#sdx-guide .sentence {
	padding: 5px 15px;
	line-height: 1.6em;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
}
#sdx-guide .sentence p {
	padding: 10px 10px 8px;
	border-top: 1px solid #ccc;
}
#sdx-guide .sentence p.fm {text-align: right;}
#sdx-guide .sentence p.fm a {
	margin: 0 0 0 7px;
	text-decoration: none;
	font-weight: bold;
}
#sdx-guide .sentence p.fm a:hover {text-decoration: underline;}
#sdx-guide .sentence ul {
	padding: 5px 0;
	list-style-type: none;
}
#sdx-guide .sentence ul li {padding: 7px 5px 12px;}
#sdx-guide .sentence ul li h3 {
	height: 32px;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	line-height: 32px;
	background: #f4f1d9;
	font-size: 14px;
	color: #000;
}
#sdx-guide .sentence ul li h3 span {
	margin: 0 7px 0 0;
	padding: 0 7px 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #111;
	color: #fff;
}

#sdx-guide .closebtn {display: none;}
#sdx-guide.on .closebtn {
	margin: 0 10px;
	padding: 10px;
	display: block;
	border-top: 1px solid #ccc;
	text-align: center;
	color: #06c;
	cursor: pointer;
}
#sdx-guide.on .closebtn .icon {
	width: 18px;
	height: 18px;
	margin: 0 7px 0 0;
	background-position: -130px -130px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}


/*　メインカラム｜おすすめサイト（外部サイト）　
─────────────────────────────────────────*/
#outside {
	width: 751px;
	margin: 4px 0 0;
	padding: 0;
	text-shadow: 0 1px 0 #fff;
	clear: both;
}
#outside h2 {
	padding: 14px 15px;
	text-align: center;
}
#outside h2 span {
	padding: 0 10px 10px;
	font-weight: normal;
}
#outside ul {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	letter-spacing: -0.4em;
	text-align: center;
}
#outside ul li {
	/*width: 187px;  4表示 */
	width: 250px; /* 3表示 */
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#outside ul li a {
	width: 160px;
	margin: 5px auto 15px;
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}
#outside ul li a img {
	width: 90px;
	margin: 0 5px 0 0;
	padding: 3px;
	background: #fff;
	/*border: 1px solid #ba7;
	float: left;*/
}
#outside ul li a span {display: block;}
#outside ul li a span span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#outside ul li a .st {
	padding: 3px 0 4px;
	font-size: 12px;
	font-weight: bold;
}
#outside ul li a:hover .st ,
#outside ul li a:hover .st span {text-decoration: underline;}
#outside ul li a .cmt {
	line-height: 1.2em;
	font-size: 11px;
	color: #111;
}


/*　体験口コミ｜投稿フォーム
─────────────────────────────────────────*/
#kuchikomi-form {
	display: none;
	position: relative;
}
#kuchikomi-form .kf-ti {
	height: 40px;
	margin: 0 10px 4px;
	padding: 0 0 0 15px;
	line-height: 40px;
	background: #27c;
	/*border: 1px solid #3ba2f7;
	border-radius: 2px;
	text-shadow: 0 -1px 0 #3ba2f7;*/
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#kuchikomi-form .close {
	/*width: 50px;*/
	height: 40px;
	background: #111;
	border-radius: 0 2px 2px 0;
	position: absolute;
	right: 10px;
	top: 0;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
}
#kuchikomi-form .close span.icon {
	width: 17px;
	height: 17px;
	margin: 0 0 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-position: -104px -129px;
}
#kuchikomi-form .close span.txt {
	height: 40px;
	margin: 0;
	padding: 0 5px 0 3px;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	font-size: 12px;
	color: #eee;
}
#kuchikomi-form .manners {
	margin: 0;
	padding: 7px 15px 10px;
	border-bottom: 1px solid #d2c09d;
	font-size: 12px;
	color: #111;
}
#kuchikomi-form .manners p {
	padding: 10px 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #e33;
}
#kuchikomi-form .manners .member-reg {
	max-width: 350px;
	margin: 0 auto 14px;
}
#kuchikomi-form .manners .member-reg a {
	padding: 5px 0;
	font-size: 14px;
}
#kuchikomi-form .target-name {
	margin: 0 15px;
	padding: 10px 7px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	color: #111;
}
#kuchikomi-form .target-name dt {padding: 0 0 7px;}
#kuchikomi-form .target-name dd {letter-spacing: -0.4em;}
#kuchikomi-form .target-name dd span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
}
#kuchikomi-form .target-name .gn {
	padding: 0 7px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #639;
}
#kuchikomi-form .target-name .sn {
	font-size: 15px;
	color: #777;
}
#kuchikomi-form h4 {
	margin: 0 15px;
	padding: 30px 0 10px 5px;
	/*border-top: 1px solid #fff;*/
	font-size: 18px;
	/*color: #639;*/
	color: #111;
}
#kuchikomi-form h4 span {
	padding: 0 0 0 5px;
	font-size: 10px;
	font-weight: normal;
	color: #777;
}
#kuchikomi-form ul {
	margin: 0;
	padding: 10px 6px 40px;
	list-style-type: none;
	overflow: hidden;
	/*border-bottom: 2px solid #333;*/
}
#kuchikomi-form ul.active {padding: 10px 6px 0;}
#kuchikomi-form ul li {
	width: 50%;
	padding: 0;
	font-weight: bold;
	float: left;
	font-size: 14px;
	color: #111;
}
#kuchikomi-form ul li span {
	margin: 0 4px 7px;
	padding: 8px 0;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffcc00, endcolorstr=#ffff9900))";
	background: linear-gradient(to bottom, #fc0, #f90);/* IE10 */
	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-shadow: 0 1px 0 #fc9;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
#kuchikomi-form ul li span.active {
	margin: 0 4px;
	padding: 13px 0 10px;
	background: #eee;
	border-radius: 2px 2px 0 0;
	border-color: #eee;
	text-shadow: 0 1px 0 #fff;
	color: #111;
	cursor: default;
}
#kuchikomi-form ol {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #d2c09d;
}
#kuchikomi-form ol li {
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2c09d;
}
#kuchikomi-form ol li.star select ,
#kuchikomi-form ol li.star option {color: #fa0!important;}
#kuchikomi-form ol li.ss-txt input {width: 70%;}
#kuchikomi-form ol li.ms-txt input {width: 90%;}
#kuchikomi-form ol li.ls-txt input {width: 95%;}
#kuchikomi-form ol li.forget {text-align: center;}
#kuchikomi-form ol li.forget span {
	font-size: 13px;
	color: #06c;
	cursor: pointer;
}
#kuchikomi-form ol li.forget span:hover {
	text-decoration: underline;
	color: #03f;
}
#kuchikomi-form #existing-member ol li p {
	width: 130px;
	padding-top: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#kuchikomi-form ol p {
	padding: 0 0 7px 4px;
	font-size: 16px;
	font-weight: bold;
	color: #4db2f7;
}
#kuchikomi-form ol li p span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: normal;
}
#kuchikomi-form span.indispensable {
	margin: 0 5px 0 0;
	padding: 3px 7px;
	background: #4db2f7;
	border-radius: 1px;
	vertical-align: top;
	font-size:10px;
	color: #fff;
}
#kuchikomi-form span.caution {
	padding: 0 0 0 5px;
	vertical-align: middle;
	font-size: 11px;
	color: #777;
}
#kuchikomi-form input[type="text"] ,
#kuchikomi-form input[type="password"] ,
#kuchikomi-form textarea {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 #eee inset;
	vertical-align: top;
	font-size: 14px;
	-webkit-appearance: none;
}
#kuchikomi-form input {
	padding: 2px;
	line-height: 1.2em;
}
#kuchikomi-form .id-mailad {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
#kuchikomi-form .id-mailad .caution {
	margin: 7px 0 0;
	padding: 0;
	display: block!important;
}
#kuchikomi-form input.im-d {ime-mode: disabled;}
#kuchikomi-form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 21em;
	margin: 0 0 0 -2px;
	line-height: 1.4em;
}
#kuchikomi-form ol li #kps {
	padding: 7px;
	text-align: center;
}
#kuchikomi-form ol li #kps a img {
	width: 90%;
	max-width: 280px;
}
#kuchikomi-form ol li #kps dl {text-align: left;}
#kuchikomi-form ol li #kps dl dt {
	padding: 7px 0;
	font-size: 16px;
	font-weight: bold;
	color: #e33;
}
#kuchikomi-form ol li #kps dl dd {
	padding: 2px 0;
	font-size: 12px;
}
#kuchikomi-form ol li #kps dl dd span {font-weight: bold;}
#kuchikomi-form ol li #kps dl dd.txt {
	font-weight: normal;
}
#kuchikomi-form ol li #kps .ps {
	margin: 10px 0 0;
	padding: 7px;
	background: #fff;
	clear: both;
}
#kuchikomi-form ol li #kps .ps p {
	padding: 0 7px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #111;
}
#kuchikomi-form ol li #kps .ps label {
	margin: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #06c;
	vertical-align: middle;
	cursor: pointer;
}
#kuchikomi-form ol li #kps .ps label input {
	margin: 0 4px 0 0;
}
#kuchikomi-form div.error-check {
	padding: 0 0 7px 4px;
	font-size: 12px;
	color: #e22;
}
#kuchikomi-form div.btn {
	margin: 0 15px;
	padding: 30px 5px 20px;
	border-top: 1px solid #fff;
	text-align: center;
}
#kuchikomi-form div.btn input {
	height: 40px;
	margin: 12px auto 10px;
	padding: 0 25px;
	/*line-height: 28px;*/
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffcc00, endcolorstr=#ffff9900))";
	background: linear-gradient(to bottom, #fc0, #f90);/* IE10 */
	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: 16px;
	font-weight: bold;
	color: #111;
	cursor: pointer;
}
#kuchikomi-form div.btn input.a.hover ,
body.xw #kuchikomi-form div.btn input:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff555555, endcolorstr=#ff111111))";
	background: linear-gradient(to bottom, #555, #111);/* IE10 */
	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;
}
body.xs #kuchikomi-form #existing-member ,
body.xs #kuchikomi-form #ki {background: #f0ebdd;}
#kuchikomi-form #existing-member ol {border-bottom: 1px solid #fff;}


/*　フッター
─────────────────────────────────────────*/
#footer {
	background: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#footer #fgn {display: none;}
/*#footer a {color: #ddd;}*/
#footer a.hover , #footer a:hover {text-decoration: underline!important;}
/*#footer .pagetop {border-bottom: 1px solid #333;}*/
#footer .pagetop a {
	padding: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff444444, endcolorstr=#ff555555))";
	background: linear-gradient(to bottom, #444, #555);/* IE10 */
	background: -moz-linear-gradient(bottom, #555, #444);
	background: -webkit-gradient(linear, center bottom, center top, from(#555), to(#444));
	display: block;
	border-top: 1px solid #111;
	border-bottom: 1px solid #000;
	text-decoration: none!important;
	text-shadow: 0 -1px 0 #000;
	font-weight: bold;
	color: #ddd;
}
#footer .pagetop a.hover ,
#footer .pagetop a:hover {
	background: #39c;
	border-top: 1px solid #09c;
	text-shadow: 0 -1px 0 #06c;
	color: #fff;
}
#footer .pagetop a span.icon {
	width: 22px;
	height: 18px;
	margin: 0 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-position: -102px -105px;
}
#footer .printing {
	margin: 0 7px;
	padding: 9px 7px;
	list-style-type: none;
	text-align: center;
	letter-spacing: -0.4em;
	/*border-bottom: 1px solid #000;*/
}
#footer .printing li {
	margin: 5px 0;
	padding: 0 5px;
	border-left: 1px solid #ccc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
}
#footer .printing li:first-child {border: none;}
#footer .printing li a {
	padding: 2px 5px;
	display: block;
	line-height: 1em;
	text-decoration: none;
	font-size: 12px;
}
.ie #footer #display-change {display: none!important;}
#footer #display-change {
	margin: 0 7px;
	padding: 14px;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #000;*/
	line-height: 1em;
	text-align: center;
	letter-spacing: -0.4em;
}
#footer #display-change dt {color: #777;}
#footer #display-change dt ,
#footer #display-change dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 11px;
	letter-spacing: normal;
}
#footer #display-change dd.pc-mode {border-left: 1px solid #ccc; }
#footer #display-change dd a {
	margin: 0 12px;
	padding: 3px 8px;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none!important;
	/*color: #ddd;*/
	outline: none;
}
#footer #display-change dd a.active ,
#footer #display-change dd a.hover ,
#footer #display-change dd a:hover {
	margin: 0 12px;
	background: #06c;
	border-color: #06c;
	color: #fff;
}
/*#footer #display-change dd a.active {cursor: default;}*/
#footer .caution {
	margin: 0 7px;
	padding: 12px 4px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 9px;
	color: #888;
}
#footer .caution span {display: inline-block;}
#footer .cp {
	padding: 12px 10px 13px;
	background: #f4f1d9;
	font-size: 8px;
	color: #777;
}


/*　年齢認証
─────────────────────────────────────────*/
#age-att {
	padding: 0 10px;
	background: #fff;
}
#age-att .ht {
	margin: 0 -10px 10px;
	padding: 7px 5px;
	background: #f0ebdd;
	text-align: center;
	font-size: 8px;
	font-weight: normal;
	color: #777;
}
#age-att #aa-logo {
	margin: 0 0 15px;
	text-align: center;
}
#age-att #aa-logo img {
	width: 160px;
	border-bottom: 1px solid #fff;
}
#age-att #aa-logo span {
	margin: -10px 0 0;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #111;
}
#age-att .idc {
	width: 200px;
	margin: 7px 0 0 11px;
}
#age-att .idc .gs {
	padding: 3px 0 10px;
	line-height: 1.2em;
	display: block;
	font-size: 10px;
	color: #777;
}
#age-att .idc .gs span {
	padding: 0 0 2px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #111;
}
#age-att .idc img {
	width: 100%;
	margin: 0 0 5px;
	border-radius: 2px;
	vertical-align: top;
}
#age-att .idc .gn ,
#age-att .idc .sn {
	padding: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 11px;
	font-weight: bold;
}
#age-att .txt {
	margin: 0 10px;
	padding: 10px 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 1.3em;
	font-size: 12px;
	color: #333;
}
#age-att #enter-btn {
	margin: 0 10px 15px;
	padding: 8px 5px 10px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#7ec5f900, endcolorstr=#4db2f700))";
	background: linear-gradient(to bottom, #7ec5f9, #4db2f7);/* IE10 */
	background: -moz-linear-gradient(bottom, #4db2f7, #7ec5f9);
	background: -webkit-gradient(linear, center bottom, center top, from(#4db2f7), to(#7ec5f9));
	border: 1px solid #39c;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #39c;
	box-shadow: 0 0 10px 0 #fff;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	clear: both;
}
#age-att #enter-btn.hover ,
#age-att #enter-btn:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#55555500, endcolorstr=#11111100))";
	background: linear-gradient(to bottom, #555, #111);/* IE10 */
	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;
}
#age-att #enter-btn span {
	padding: 3px 0 0;
	display: block;
	font-weight: normal;
	font-size: 11px;
}
#age-att #leave-btn {
	margin: 5px 20px 0;
	padding: 0 0 20px 45px;
	position: relative;
}
#age-att #leave-btn a {
	min-height: 40px;
	display: block;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 10px;
	color: #777;
}
#age-att #leave-btn a .icon {
	width: 40px;
	height: 40px;
	display: block;
	background-position: -155px -105px;
	position: absolute;
	top: 0;
	left: 0;
}
#age-att #leave-btn a .btn {
	padding: 2px 0 0;
	display: block;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #09f;
}
#age-att #sdx-enterban {padding: 7px 10px;}
#age-att #sdx-enterban img {
	width: 100%;
	border: none;
	vertical-align: top;
}
#age-att #sdx-enterban span {
	padding: 0 7px 0 0;
	display: block;
	text-align: right;
	font-size: 10px;
}
#age-att #sdx-enterban.ct {
	margin-bottom: -10px !important;
	padding-bottom: 0!important;
}
#age-att #sdx-enterban.ct span {
	padding: 0!important;
	text-align: center!important;
}
#age-att #sdx-indexban {
	width: 750px;
	margin: 0 auto;
	padding: 15px 0 0;
	overflow: hidden;
}
#age-att #sdx-indexban ul {
	width: 750px;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
#age-att #sdx-indexban ul li {
	padding: 5px;
	float: left;
}
#age-att #sdx-indexban ul li a {display: block;}
#age-att #sdx-indexban ul li img {
	width: 240px;
	height: 70px;
	vertical-align: top;
}
#age-att #sdx-indexban.ct ul {
	width: 100%!important;
	float: none!important;
	display: flex;
	justify-content: center;
}
#age-att .cp {
	margin: 0 10px;
	padding: 15px 10px;
	text-align: center;
	font-size: 9px;
	color: #bbb;
}
#age-att #fwbg {
	display: none;
	overflow-y: scroll;
}

#age-att #underbanner {padding: 10px 10px 5px;}
#age-att #underbanner img {
	width: 100%;
	border: none;
	vertical-align: top;
}


/*　SmartPhone layout｜width：0px
─────────────────────────────────────────*/
body.xs {background: #f4f1d9;}
body.xs #wrap.so {overflow: visible!important;}
body.xs #member-login {
	margin: 82px 0 0;
	padding: 15px 10px 55px;
	display: none!important;
}
body.xs #member-login .hd-ti {font-size: 16px;}
body.xs #member-login .hd-ti span {
	font-size: 14px;
	display: inline-block;
}
body.xs #member-login #ulf ,
body.xs #member-login #recurrence-pass ,
body.xs #member-login #new-member {
	width: 100%;
	padding: 0 0 10px;
	border: none;
	float: none;
}
body.xs #member-login .hd-ti {padding: 10px 0;}
body.xs #member-login #new-member .hd-ti {
	margin: 7px 0 0;
	padding: 14px 0 10px;
	border-top: 1px solid #d2c09d;
}
body.xs #member-login #ulf div.login-btn {padding: 5px 10px;}
body.xs #member-login #recurrence-pass button {padding: 0 20px;}

body.xs #header h1 {
	height: 22px;
	padding: 0 10px;
	/*background: #eee;*/
	background: #f4f1d9;
}
body.xs #header h1 span {
	height: 22px;
	/*display: table-cell;
	vertical-align: middle;*/
	display: block;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.android body.xs #header h1 span {
	display: block;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.xs #header #main-logo {top: 7px;}
body.xs #header #main-logo span {
	margin: -1px 0 0;
	padding: 0px 3px 0 0;
}
body.xs #header {
	width: 100%;
	height: 82px;
	position: absolute;
	box-shadow: none;
	z-index: 90;
}
body.xs #header #head-hs {
	height: 60px;
	position: absolute;
	right: 0;
	left: 0;
}
body.xs #wrap.so #header #head-hs ,
body.xs #wrap.ml #header #head-hs ,
body.xs #wrap.hl #header #head-hs {border-bottom: 5px solid #27c;}
body.xs.kf #wrap.so #header #head-hs ,
body.xs.kf #wrap.ml #header #head-hs ,
body.xs.kf #wrap.hl #header #head-hs {border-bottom: none!important;}
body.xs #header #head-hs.fixed {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 90;
	box-shadow: 0 0 5px 0 #ccc;
}
body.xs #header #main-gn {
	height: auto;
	background: #f4f1d9;
	border: none;
}
body.xs #wrap.so #header #main-gn {margin: 60px 0 0;}
body.xs #header #gns {width: auto!important;}
body.xs #header #gns .mm-close {display: block!important;}
body.xs #history-list .mm-close .etx span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	color: #e33;
}
body.xs #wrap.so #header #gns {
	padding: 0 0 50px;
	display: block!important;
	border-top: 5px solid #27c;
}
body.xs #header #gns #mm ,
body.xs #header #gns #mm2 ,
body.xs #header #gns #mg-btn {
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
}
body.xs #header #gns #mg-btn {margin: 0 20px;}
body.xs #header #gns #mm ul ,
body.xs #header #gns #mm2 ul ,
body.xs #header #gns #mg-btn ul {
	width: auto;
	height: auto;
}
body.xs #header #gns #mm {
	margin: 0 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ba7;
}
body.xs #header #gns #mm p {
	height: 46px;
	padding: 0;
	line-height: 54px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
body.xs #header #gns #mm ul {
	padding: 10px 0 0;
	letter-spacing: -0.4em;
	text-align: center;
}
body.xs #header #gns #mm ul li {
	width: 50%;
	height: auto;
	padding: 0 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	float: none;
	letter-spacing: normal;
}
body.xs #header #gns #mm ul li a {
	height: 40px;
	margin: 0 5px;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 4px 0 #ddd;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #06c;
}
body.xs #header #gns #mm ul li a:hover {
	background: #06c;
	box-shadow: 0 0 4px 0 #fff;
	border-color: #06c;
	text-shadow: none;
	color: #fff;
}
body.xs #header #gns #mm ul li.search-keyword {
	width: 100%;
	padding: 0 0 10px;
}
body.xs #header #gns #mm2 ul {margin: 0 10px;}
body.xs #header #gns #mm2 ul li {
	height: auto;
	margin: 0;
	line-height: normal;
	border: none;
	float: none;
}
body.xs #header #gns #mm2 ul li:nth-child(2) {border-top: 1px solid #ba7;}
/*body.xs #header #gns #mm2 ul li.search-keyword {display: none;}*/
body.xs #header #gns #mm2 ul li a {
	height: 46px;
	margin: 0!important;
	padding: 0 0 0 17px;
	line-height: 46px;
	position: relative;
	background: none!important;
	border-bottom: 1px solid #ba7;
	border-radius: 0;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
	font-weight: bold;
	color: #06c;
}
body.xs #header #gns #mm2 ul li a:hover {color: #03f!important;}
body.xs #header #gns #mm2 ul li a .icon {
	width: 14px;
	height: 20px;
	display: block;
	background-position: -81px -52px;
	position: absolute;
	top: 14px;
	right: 5px;
}
body.xs #mm2 ul li.search-keyword input {
	width: 200px;
	height: 24px;
	margin: 0;
	padding: 4px 7px;
	border-radius: 2px 0 0 2px;
	line-height: 24px;
	font-size: 14px;
}
body.xs #mm2 ul li.search-keyword button {
	width: 45px;
	height: 32px;
}
body.xs #mm2 ul li.search-keyword button .icon {background-position: 13px -140px;}
body.xs #user-facility .mm-close {
	padding: 7px 3px 14px;
	border-bottom: 1px solid #d2c09d;
	overflow: hidden;
}
body.xs #user-facility #history-list .mm-close {margin: 0 10px 16px;}
body.xs #user-facility .mm-close p ,
body.xs #gns .mm-close p {
	margin: 0;
	padding: 12px 25px;
	background: #fff;
	/*border-top: 1px solid #fff;*/
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	box-shadow: 0 0 5px 0 #ccc;
	text-align: right;
	cursor: pointer;
	font-size: 14px;
	color: #06c;
}
body.xs #user-facility .mm-close p:hover ,
body.xs #gns .mm-close p:hover {
	text-decoration: underline;
	color: #03f;
}
body.xs #user-facility .mm-close p .icon ,
body.xs #gns .mm-close p .icon {
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-position: -130px -130px;
}
body.xw #history-list .mm-close .etx span {
	padding: 0 0 0 7px;
	font-size: 12px;
	color: #e33;
}
body.xs #header #mg-btn {position: relative;}
body.xs #header #gns #mg-btn ul {
	margin: 0;
	padding: 7px 0;
}
body.xs #header #mg-btn ul li {width: 50%;}
body.xs #header #mg-btn ul li a {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	line-height: 40px;
	background: none;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
body.xs #header #mg-btn ul li:first-child a {border-radius: 0;}
body.xs #header #mg-btn ul li a .icon {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	float: none;
}
body.xs #header #mg-btn ul li.btn-pr a .icon {
	margin: 0 4px 0 0;
	background-position: -102px -178px;
}
body.xs.kf #header #head-hs #ms-btn {display: none!important;}
body.xs #header #head-hs #ms-btn {
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	right: 10px;
}
body.xs #header #head-hs #ms-btn li {
	height: 44px;
	margin: 8px 0;
	padding: 0 7px;
	border-left: 1px solid #f0ebdd;
	background: #fff;
	text-align: center;
	float: left;
	font-size: 9px;
	font-weight: bold;
	color: #111;
	cursor: pointer;
}
body.xs #header #head-hs #ms-btn li#btn-history {
	padding: 0 10px;
	position: relative;
}
body.xs #header #head-hs #ms-btn li#btn-history .num {
	position: absolute;
	top: 18px;
	right: 3px;
}
body.xs #header #head-hs #ms-btn li#btn-history .num span {
	width: 18px;
	padding: 0;
}
body.xs #wrap.so #header #head-hs #ms-btn li#btn-menu {
	height: 52px;
	background: #27c;
	border-color: #27c;
	color: #fff;
}
body.xs #wrap.so #header #head-hs #ms-btn li#btn-menu span {background-position: 0 -25px;}
body.xs #wrap.ml #header #head-hs #ms-btn li#btn-menu ,
body.xs #wrap.hl #header #head-hs #ms-btn li#btn-member {border-color: #fff;}
body.xs #wrap.ml #header #head-hs #ms-btn li#btn-member ,
body.xs #wrap.hl #header #head-hs #ms-btn li#btn-history {
	height: 52px;
	background: #27c;
	border-color: #27c;
	color: #fff;
}
body.xs #wrap.ml #header #head-hs #ms-btn li#btn-member span {background-position: -25px -25px;}
body.xs #wrap.hl #header #head-hs #ms-btn li#btn-history span {background-position: -50px -25px;}
body.xs #header #ms-btn li span.icon {
	width: 25px;
	height: 25px;
	margin: 5px auto 4px;
	display: block;
	overflow: hidden;
}
body.xs #header #ms-btn li#btn-menu span.icon {background-position: 0px 0px;}
body.xs #header #ms-btn li#btn-history span.icon {background-position: -50px 0px;}
body.xs #header #ms-btn li#btn-member span.icon {background-position: -25px 0px;}
body.xs #header #head-hs #ms-btn li .lt {display: none;}

body.xs #user-facility .fwbg {display: none!important;}
body.xs #history-list {
	margin: 82px 0 0;
	padding: 15px 0 20px;
}
body.xs #history-list ul li {border-color: #d2c09d;}
body.xs #history-list .hd-ti {text-shadow: 0 1px 0 #fff;}
body.xs #history-list #history-girl {padding: 0 0 24px;}
body.xs #history-list #history-girl ul li {min-height: 70px;}
/*body.xs #history-list #history-girl ul li:last-child {border-bottom: 1px solid #ba7;}*/
body.xs #history-list #history-girl ul li .gn ,
body.xs #history-list #history-shop ul li .sn {font-weight: bold;}
body.xs #history-list ul li a .icon {
	width: 14px;
	height: 20px;
	background-position: -81px -52px;
	position: absolute;
	right: 2px;
	display: block;
}
body.xs #history-list #history-girl ul li a .icon {top: 34px;}
body.xs #history-list #history-shop ul li a .icon {top: 22px;}
body.xs #history-list .hli {
	padding: 0 0 15px 3px;
	text-shadow: 0 1px 0 #fff;
}
body.xs #history-list #history-girl {padding: 0 10px;}
body.xs #history-list #history-shop {
	/*margin: 15px 0 0;*/
	padding: 15px 10px 30px;
	/*border-top: 7px solid #fff;*/
}
body.xs #history-list .delete {right: 10px;}
body.xs #history-list #history-shop .delete {top: 12px;}

body.xs #breadcrumb-list {
	height: 32px;
	background: #fff;
	overflow: hidden;
}
body.xs #breadcrumb-list ol {
	margin: 0 10px;
	padding: 0!important;
	background: #27c;
}
body.xs #breadcrumb-list ol li {
	overflow: hidden;
}
body.xs #breadcrumb-list ol li .icon {
	width: 10px!important;
	height: 31px;
	margin: 0;
	background-position: -226px -10px;
}
/*body.xs #breadcrumb-list ol li:first-child {width: 40px;}*/
body.xs #breadcrumb-list ol li:first-child .icon {
	width: 38px!important;
	background-position: -198px -10px!important;
}
body.xs #breadcrumb-list ol li span.home {display: none;}
/*body.xs #breadcrumb-list ol li .home {
	width: 22px;
	height: 22px;
	margin: 5px 0 0 5px;
	display: block;
	background-position: -151px -51px;
}*/
body.xs #breadcrumb-list ol li a {
	height: 32px;
	line-height: 32px;
	margin: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
}
body.xs #breadcrumb-list ol li a span.txt {
	margin: 0 4px;
	border-color: #ccc;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
}
body.xs #breadcrumb-list ol li a span.txt.st {max-width: 60px;}

body.xs #container {padding: 0;}
body.xs #wrap.so #container ,
body.xs #wrap.ml #container ,
body.xs #wrap.hl #container {display: none!important;}
body.xs #container .sees-more {font-weight: bold;}
body.xs #container #main-column {width: 100%!important;}
body.xs #container #main-column .tab-section {padding: 0 0 10px;}

body.xs #container #cvg.section {margin: 0!important;}
body.xs #container #cvg h2 {
	padding: 9px 0 0 12px;
	text-align: left;
	font-size: 10px;
	letter-spacing: -0.1em;
}
body.xs #container #cvg h2 span {
	height: 19px;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	border-right: 1px solid #ccc;
	display: inline-block;
	font-size: 15px;
}
body.xs #container #cvg a.cvimg {
	margin: 10px 10px 5px;
	position: relative;
	text-align: center;
	z-index: 5;
}
body.xs #container #cvg a.cvimg img {max-width: 300px;}
body.xs #container #cvg dl {
	margin: 0;
	padding: 0 10px 7px;
}
body.xs #container #cvg dl dt.upday {
	width: 80px;
	margin: 0;
	padding: 4px 0;
	position: absolute;
	top: -19px;
	right: 10px;
	font-size: 9px;
}
body.xs #container #cvg dl dd.ct {
	height: 2.4em;
	margin:  0 0 5px;
	padding: 0 4px 5px;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 13px;
}
body.xs #container #cvg dl dd {
	margin: 0;
	padding: 0 4px;
}
body.xs #container #cvg dl dd.gn {
	padding: 0 4px 4px;
	font-size: 16px;
}
body.xs #container #cvg dl dd.sn {
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
body.xs #container #cvg .sees-more {
	margin: 0 10px;
	/*padding: 10px 0;
	background: #eee;*/
	position: relative;
	right: 0;
	bottom: 10px;
}
body.xs #container #cvg .sees-more a {
	/*width: 200px;*/
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
body.xs #container #cvg ul {height: 290px;}
body.xs #container #cvg #cvnv {
	width: 100%;
	position: absolute;
	bottom: 53px;
	z-index: 15;
}
body.xs #container #cvg .nvb {
	width: 46px;
	height: 135px;
	position: absolute;
	bottom: 50px;
	z-index: 20;
	cursor: pointer;
}
body.xs #container #cvg .nvb.prev {top: 38px; left: 0;}
body.xs #container #cvg .nvb.next {top: 38px; right: 0;}
body.xs #container #cvg .nvb .icon {
	width: 14px;
	height: 24px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 54px;
	text-indent: -90em;
}
body.xs #container #cvg .nvb.prev .icon {background-position: -13px -164px; left: 16px;}
body.xs #container #cvg .nvb.next .icon {background-position: 0 -176px; right: 16px;}

body.xs #container #cvg.section .sees-more .icon ,
body.xs #container .surface.gh-tar .sees-more .icon ,
body.xs #container #beginner .sees-more .icon ,
body.xs #container #syame .sees-more .icon ,
body.xs #container #soap-kuchikomi .sees-more .icon ,
body.xs #container #sdx-ranking .sees-more .icon {
	width: 20px;
	height: 18px;
	margin: -1px 4px 0 0;
	background-position: -81px -52px;
	display: inline-block;
	vertical-align: top;
	float: right;
}

/*　トップページ｜検索窓　*/
body.xs #top-search ,
body.xs .search-keyword {
	margin: 9px 10px 0;
	padding: 10px 7px;
	background: #f4f1d9!important;
	text-align: center!important;
}
body.xs .search-keyword {
	margin: 9px -4px 10px!important;
	padding: 10px 0!important;
}
body.xs #top-search input[type="text"] ,
body.xs .search-keyword input[type="text"] {
	width: 70%!important;
	height: 26px!important;
	padding: 0 3px!important;
	line-height: 26px!important;
	border-radius: 2px!important;
	border: 1px solid #ccc!important;
	font-size: 14px!important;
	vertical-align: top!important;
}
body.xs #top-search input::-webkit-input-placeholder ,
body.xs .search-keyword input::-webkit-input-placeholder {color: #ccc!important;}
body.xs #top-search input::-moz-placeholder ,
body.xs .search-keyword input::-moz-placeholder {color: #ccc!important;}
body.xs #top-search button ,
body.xs .search-keyword button {
	width: 60px!important;
	height: 28px!important;
	margin: 0 0 0 7px!important;
	padding: 0 14px!important;
	background: #27c!important;
	border: none!important;
	border-radius: 1px!important;
	font-size: 12px!important;
	font-weight: bold!important;
	color: #fff!important;
	cursor: pointer!important;
}
body.xs #top-search button span ,
body.xs .search-keyword button span {background-image: none!important;}
body.xs .search-keyword button .icon {
	height: auto!important;
	text-indent: 0!important;
}

body.xs #container #side-column #sdx-ban {
	position: relative;
	border-bottom: 1px solid #000;
}
body.xs #container #side-column #sdx-ban .pr {
	position: absolute;
	top: 4px;
	left: 130px;
	font-size: 10px;
	font-weight: bold;
}
/* レイアウト崩れ一時対応｜2019.01.23 */
/*body.xs #container #side-column #sdx-ban .pr {
  height: 12px;
  position: static;
  text-align: center;
}*/
body.xs #container #side-column #sdx-ban #spv {
	overflow: hidden;
	position: relative;
}
body.xs #container.inside #side-column #sdx-ban #spv {
	border-top: 1px solid #000;
	margin: 0;
}
body.xs #container #side-column #sdx-ban #spv a {margin: 10px 0 0 10px;}
body.xs #container #side-column #sdx-ban #spv a img {
	margin: 0 7px 0 0;
	float: left;
}
body.xs #container #side-column #sdx-ban #spv p {
	height: 59px;
	padding: 16px 10px 0 0;
}
body.xs #container #side-column #sdx-ban #spv p span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body.xs #container #side-column #sdx-ban #ichioshi {
	padding: 10px 0 4px 10px;
	overflow-y: hidden;
	/*overflow-x: scroll;*/
	-webkit-overflow-scrolling: touch;
}
body.xs #container #side-column #sdx-ban #ichioshi ul {overflow: hidden;}
body.xs #container #side-column #sdx-ban #ichioshi ul li {
	width: 140px;
	padding: 0 0 7px;
	float: left;
}
body.xs #container #side-column #sdx-ban #ichioshi ul li img {
	width: 130px;
	height: 35px;
}
body.xs #container #side-column #sdx-ban #ichioshi ul li a {margin: 0 10px 0 0;}
body.xs #side-column {
	overflow: hidden;
	background: #fff;
}
body.xs #side-column.btm {
	margin: 8px 0 0;
	/*padding: 0 0 10px;*/
	background: #f4f1d9;
}
body.xs #side-column .section {
	margin: 0!important;
	padding: 10px;
}
body.xs #side-column .section div.ti {display: none;}
body.xs #side-column .section p.mtp {
	margin: 7px 0;
	padding: 8px 5px!important;
	background: #27c;
	border: 1px solid #05a;
	border-radius: 2px;
	line-height: 1em!important;
	text-shadow: 0 -1px 0 #05a;
	font-size: 16px!important;
	font-weight: bold;
	color: #fff;
}
body.xs #side-column #search-tab {
	height: 46px;
	padding: 10px 10px 0;
	background: #f4f1d9;
	border-bottom: 1px solid #ba7;
	list-style-type: none;
}
body.xs #side-column.btm #search-tab {
	height: 47px!important;
	padding: 10px!important;
	background: none!important;
	border: none!important;
	position: relative;
	z-index: 10;
}
/*body.xs #container.inside #side-column #search-tab ,
body.xs #container.inside #side-column .section {display: none!important;}*/
body.xs #side-column #search-tab li {
	width: 25%;
	float: left;
}
/*body.xs #side-column #search-tab li:first-child {width: 36%;}*/
body.xs #side-column #search-tab li:first-child a {border-left: 1px solid #ba7;}
body.xs #side-column #search-tab li a {
	height: 36px;
	margin: 0;
	padding: 10px 0 0;
	display: block;
	border-right: 1px solid #ba7;
	/*line-height: 40px;*/
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	font-weight: bold;
	color: #a96;
	letter-spacing: -0.02em;
	outline: none;
}
body.xs #side-column #search-tab li:first-child a ,
body.xs #side-column #search-tab li:nth-child(4) a {letter-spacing: -0.06em;}
body.xs #side-column #search-tab li.active a {
	height: 46px;
	padding: 0;
	background: #fff;
	border-top: 1px solid #ba7;
	line-height: 48px;
	text-shadow: none;
	color: #111;
	cursor: default;
}
body.xs #side-column.btm #search-tab li.active a {cursor: pointer!important;}

body.xs #side-column #search-tab li.active a .icon {display: none!important;}
body.xs #side-column #search-tab li a .icon {
	width: 18px;
	height: 14px;
	margin: 0 auto;
	display: block;
	background-position: -229px -155px;
}

body.xs #side-column #soap-girl #top-standby .tn {margin: 0 0 55px 5px;}
body.xs #side-column #soap-girl #top-standby dl {
	margin: 0 0 60px;
	padding: 0 5px 0 7px;
}
body.xs #side-column #soap-girl #top-standby dl .time {
	margin: 0 0 5px;
	padding: 3px 0 7px;
	border-bottom: 1px dotted #ccc;
	background: none;
	text-shadow: none;
	font-size: 16px;
	color: #111;
}
body.xs #side-column #soap-girl #top-standby dl dd {overflow: hidden;}
body.xs #side-column #soap-girl #top-standby dl dd.sees-more {
	width: 100%;
	margin: 0 0 3px;
	padding: 10px 0;
	position: absolute;
	right: 0;
}
body.xs #side-column #soap-girl #top-standby dl dd.sees-more a {
	width: auto;
	margin: 0 5px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
body.xs #side-column #capture-info .sees-more a {
	width: auto;
	margin: 0 3px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
body.xs #side-column #top-fixate ul {padding: 4px 0 0;}
body.xs #side-column #top-fixate ul li a {
	margin: 0 4px 8px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
body.xs #side-column #soap-shop .area-list li {padding: 8px 0;}
body.xs #side-column #soap-shop .area-list a .sa {font-size: 13px;}
body.xs #side-column #soap-shop .area-list a .al {
	font-size: 13px;
	font-weight: bold;
}
body.xs #side-column #tag-cloud ul li a ,
body.xs #tag-list ul li a {
	padding: 8px 10px;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
}

body.xs #container {
	padding: 82px 0 0;
	background: #fff;
}
body.xs #container #rtn {
	margin: 20px 10px 0;
	background: #fff;
}
body.xs #container #rtn ul {
	padding: 2px 0;
	border: none;
}
body.xs #container #rtn ul li {
	margin: 0;
	padding: 7px 0 7px 5px;
	border-top: 1px solid #ccc;
	display: block!important;
	right: 0!important;
}
body.xs #container #rtn ul li:first-child {border: none;}
body.xs #container #rtn ul li .upday {
	position: relative;
}
body.xs #container #rtn ul li .upday .new {
	margin: 0 5px 0 0;
	padding: 1px 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	float: left;
	font-size: 8px;
}
body.xs #container #rtn ul li a {
	margin: 0 22px 0 0;
	padding: 5px 0 0 2px;
	border: none;
}
body.xs #container #rtn ul li a .icon {
	top: 25px;
	right: 2px;
}

body.xs #container #rtn-ban ul {
	padding: 0 10px;
	border: none;
}
body.xs #container #rtn-ban ul li {border-top: 1px solid #ccc;}
body.xs #container #rtn-ban ul li a {padding: 8px 0;}
body.xs #container #rtn-ban ul li a .tn {
	border: 2px solid #fff;
	box-shadow: none;
}
body.xs #container #rtn-ban ul li a .txt {margin: 0 22px 0 0;}
body.xs #container #rtn-ban ul li a .icon {
	top: 36px;
	right: 2px;
}

body.xs #container .section {
	width: auto!important;
	height: auto!important;
	margin: 20px 10px 5px;
	float: none;
}
body.xs #container #side-column.btm .section {
	margin: 0 0 -11px!important;
	position: relative!important;
	top: -11px!important;
	border-top: 1px solid #ba7!important;
}
body.xs #container .surface {width: 100%;}
body.xs #main-column {
	padding: 0!important;
	float: none!important;
}
body.xs #main-column .section.hoz-1 .surface h2 ,
body.xs #main-column .section.hoz-2 .surface h2 {
	height: auto;
	margin: 8px 9px;
	padding: 7px 0;
	border-bottom: 3px solid;
	line-height: 1em;
	text-align: left;
	font-size: 20px;
}
body.xs #main-column .section h2 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1em;
	font-size: 12px;
}
body.xs #main-column .section.hoz-1 .surface a.tn {
	width: 130px;
	max-height: 100px;
	margin: 0 8px 8px;
	float: left;
}
body.xs #main-column #sdx-mov.section a.tn ,
body.xs #main-column #sdx-selfie.section a.tn {
	height: 100px;
	max-height: none;
}
body.xs #main-column #sdx-mov.section a.tn .icon ,
body.xs #main-column #sdx-selfie.section a.tn .icon {
	top: 85px;
	left: 54px;
}
body.xs #main-column #sdx-mov.section.hoz-1 .surface a.tn .box ,
body.xs #main-column #sdx-selfie.section.hoz-1 .surface a.tn .box {
	width: 130px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
body.xs #main-column #sdx-mov.section.hoz-1 .surface a.tn .box img ,
body.xs #main-column #sdx-selfie.section.hoz-1 .surface a.tn .box img {
	max-width: 130px;
	max-height: 100px;
}
body.xs #container .surface {
	width: auto!important;
	height: auto!important;
	overflow: hidden;
}
body.xs #container #mct-1 .surface {
	border: none;
	box-shadow: none;
}
body.xs #main-column .section .surface dl {
	/*margin: 5px 0 0 148px;*/
	padding: 0 10px 7px 0;
	overflow: hidden;
}
.android body.xs #main-column .section .surface dl {max-width: 300px;}
body.xs #main-column .section .surface dl dt.ct {height: auto;}
body.xs #beginner h2 {
	height: auto;
	padding: 7px 0;
	border-bottom: 3px solid;
	line-height: 1em;
	text-align: left;
	font-size: 20px;
}
body.xs #beginner .tn {
	width: auto!important;
	height: auto!important;
	float: none!important;
	text-align: center;
}
body.xs #beginner .tn img {
	width: 280px!important;
	margin: 5px 0;
}
body.xs #beginner .text {padding: 0 10px 7px;}

body.xs #container #sdxDiscount dl dd .after {font-size: 18px;}
body.xs #container #sdxDiscount dl .period {
	position: relative;
	left: auto;
	bottom: auto;
}

body.xs #main-column .textContent h2 {
	height: auto;
	margin: 8px 9px;
	padding: 7px 0;
	border-bottom: 3px solid;
	line-height: 1em;
	text-align: left;
	font-size: 20px;
}
body.xs #main-column .section h2 .new {
	height: 20px;
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 11px;
}
body.xs #container .textContent a.tn {
	width: 125px;
	height: auto;
	float: left;
}

body.xs #main-column h2.nm-ti {
	height: auto!important;
	padding: 8px;
	border-radius: 2px;
	line-height: 1em!important;
	text-shadow: 0 -1px 0 #05a;
	font-size: 16px;
}
body.xs #main-column .section.hoz-1 .surface .sees-more ,
body.xs #beginner .surface .sees-more ,
body.xs #main-column .textContent .surface .sees-more ,
body.xs #container #sdxDiscount .sees-more ,
body.xs #container #sdxNewReport .sees-more {
	margin: 0 auto;
	padding: 0;
	/*background: #eee;*/
	position: relative;
	left: 0;
	bottom: 0;
	clear: both;
}
body.xs #main-column .section.hoz-1 .surface .sees-more a ,
body.xs #beginner .surface .sees-more a ,
body.xs #main-column .textContent .surface .sees-more a ,
body.xs #container #sdxDiscount .sees-more a ,
body.xs #container #sdxNewReport .sees-more a {
	/*width: 200px;*/
	margin: 7px;
	padding: 10px 0;
	/*border: none;
	border-top: 1px solid #ccc;
	border-radius: 0;*/
	text-align: center;
	font-size: 14px;
}

body.xs #main-column #syame .surface {
	border: none;
	box-shadow: none;
}
body.xs #main-column #mct-1 p.nm-ti {
	margin: 20px 10px 0;
	font-weight: bold;
}
body.xs #main-column #mct-1 p.nm-ti ,
body.xs #main-column #syame h2 {
	height: auto!important;
	padding: 8px!important;
	line-height: 1em!important;
	background: #27c;
	border: 1px solid #05a;
	border-radius: 2px;
	text-align: center;
	text-shadow: 0 -1px 0 #05a;
	font-size: 16px;
	color: #fff;
}
body.xs #main-column #syame h2 span {display: none;}
body.xs #main-column #syame .syame-list {}
body.xs #main-column #syame ul {
	padding: 30px 0 10px;
	text-align: left;
	letter-spacing: -0.4em;
}
body.xs #main-column #syame ul li {
	width: 50%;
	padding: 0 0 5px;
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: center;
	letter-spacing: normal;
}
body.xs #main-column #syame ul li.nondisp {display: none!important;}
body.xs #main-column #syame ul.x3 li {width: 33%;}
body.xs #main-column #syame ul.x4 li {width: 25%;}
body.xs #main-column #syame ul li a {
	width: 120px;
	height: 120px;
	margin: 10px auto 2px;
}
body.xs #main-column #syame ul li a img {max-width: 120px;}
body.xs #main-column #syame ul li.wt a img {
	max-width: none!important;
	max-height: 120px!important;
}
body.xs #main-column #syame ul li dl {
	width: 126px;
	margin: 0 auto;
	padding: 0;
	display: block;
	font-weight: bold;
}
body.xs #main-column #syame ul li .dti {
	padding: 0 0 2px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
}
body.xs #main-column #syame ul li .gn {
	font-size: 11px;
	color: #4db2f7;
}
body.xs #main-column #syame .num {
	width: 100%;
	padding: 8px 0;
	position: absolute;
	top: 40px;
	text-align: center;
}
body.xs #main-column #syame .num span {color: #4db2f7;}
body.xs #main-column #syame .sees-more {
	margin: 0 auto;
	padding: 10px 0;
	/*background: #eee;*/
	position: relative;
	left: 0;
}
body.xs #main-column #syame .sees-more a {
	/*width: 200px;*/
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
body.xs #soap-kuchikomi .surface {
	border: none;
	box-shadow: none;
}
body.xs #soap-kuchikomi ul {
	background: none;
	box-shadow: none;
	border: none;
}
body.xs #soap-kuchikomi ul li {padding: 14px 5px;}
body.xs #soap-kuchikomi ul li dl {
	margin: 0!important;
	padding: 5px 0 0 5px!important;
}
body.xs #soap-kuchikomi ul li dl dd.upday {padding: 0 10px 7px 0;}
body.xs #soap-kuchikomi div.contribute {padding: 7px 15px 15px;}
body.xs #soap-kuchikomi div.contribute h3 {
	padding: 7px 0 10px;
	text-align: center;
	font-size: 16px;
}
body.xs #soap-kuchikomi div.contribute .a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
body.xs #soap-kuchikomi .sees-more {
	/*width: 100%!important;*/
	width: auto!important;
	padding: 0 15px;
	background: #eee!important;
	border: none!important;
	float: none!important;
}
body.xs #soap-kuchikomi .sees-more a {
	width: auto!important;
	margin: 15px auto 0!important;
	padding: 10px 0!important;
	float: none!important;
	font-size: 14px!important;
}

body.xs #kuchikomi-form {padding: 82px 0 0;}
body.xs #kuchikomi-form .close {top: 82px;}

body.xs #container #sdx-ranking .surface {
	border: none;
	box-shadow: none;
}
body.xs #container #sdx-ranking #rank-tab {display: none;}
body.xs #container #sdx-ranking .rgp h3 {
	margin: 7px 0 5px;
	padding: 7px;
	background: #fd3;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
}
body.xs #container #sdx-ranking .rgp {
	padding: 10px 0;
	display: block!important;
	border-top: 1px solid #ccc;
}
body.xs #container #sdx-ranking #rank-girls.rgp {border: none;}
body.xs #container #sdx-ranking .rgp ol {
	width: auto!important;
	padding: 0 30px 0 0;
}
body.xs #container #sdx-ranking .rgp ol li {
	width: auto;
	min-height: 120px;
	padding: 0 0 10px;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	float: none;
	display: none;
}
body.xs #container #sdx-ranking .rgp ol li:first-child {
	border: none;
	display: block!important;
}
body.xs #container #sdx-ranking .rgp ol li .ranker {padding: 0 10px 0 0;}
body.xs #container #sdx-ranking .rgp ol li .ranker .tn {
	margin: 0 10px 0 0;
	float: left;
}
body.xs #container #sdx-ranking .rgp ol li .ranker dl dt {
	padding: 0 0 2px;
	font-size: 14px;
}
body.xs #container #sdx-ranking .rgp ol li .ranker dl dd {
	margin: 0;
	font-size: 12px;
}
body.xs #container #sdx-ranking .rgp .period {
	height: auto;
	margin: 0;
	padding: 4px 0 0;
	line-height: 1em;
	border: none;
	text-align: center;
	font-size: 12px;
}
body.xs #container #sdx-ranking .rgp .sees-more {
	top: 80px;
	bottom: 0;
	right: 0;
}
body.xs #container #sdx-ranking .rgp .sees-more a {height: 80px;}
body.xs #container #sdx-ranking .rgp .sees-more a .icon {top: 30px;}
body.xs #container #sdx-ranking #rankpage.sees-more {
	margin: 10px 0 0;
	padding: 10px 0;
	/*background: #eee;*/
	position: relative;
	right: 0;
}
body.xs #container #sdx-ranking #rankpage.sees-more a {
	/*width: 200px;*/
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

body.xs #sdx-guide .sentence {display: none;}
body.xs #sdx-guide .sentence ul {margin: 0 -7px!important;}
body.xs #sdx-guide .sentence ul li h3 span {padding: 0 5px 0 8px;}
body.xs #sdx-guide .sentence p.fm {
	margin: 0 -5px;
	text-align: center;
	cursor: pointer;
}
body.xs #main-column #sdx-guide h2.nm-ti {
	padding: 14px 15px 7px!important;
	background: none!important;
	border: none!important;
	text-shadow: none;
	color: #111;
}
body.xs #outside {display: none;}

body.xs #wrap.hl #footer ,
body.xs #wrap.ml #footer ,
body.xs #wrap.so #footer {display: none!important;}
body.xs #footer .pagetop {display: block!important;}
body.xs #footer .pagetop a {
	background: #27c;
	border-top: 1px solid #05a;
	border-bottom: 1px solid #05a;
	text-shadow: 0 -1px 0 #05a;
	color: #fff;
}
/*body.xs #footer.inside .pagetop a {border-top: 1px solid #7ec5f9;}*/
body.xs #footer #display-change {padding: 14px 0;}
body.xs #footer .ft-logo {display: none;}
body.xs #age-att .idc {
	width: auto;
	margin: 7px 11px 0;
	padding: 0 0 7px;
	overflow: hidden;
	text-align: center;
}
body.xs #age-att .idc h3 {
	position: absolute;
	left: 180px;
}
body.xs #age-att .idc img {float: left;}
body.xs #age-att #sdx-indexban {
	width: 100%;
	padding: 10px 0 4px;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
body.xs #age-att #sdx-indexban a img {
	width: 170px;
	height: 50px;
}

/*　PC layout｜width：1000px
─────────────────────────────────────────*/
body.xw {overflow-x: auto!important;}
body.xw.kf #wrap #header .wl {width: 700px!important;}
body.xw ,
body.xw #member-login button ,
body.xw input.a ,
body.xw input[type="text"] ,
body.xw button {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body.xw #wrap {
	min-width: 1000px;
	margin: 0 auto;
	background: fixed url(../../images/soap2nd/sdx_mainbg2.png) center 0px repeat;
	display: block!important;
}
body.xw #wrap .wl {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
body.xw #container #main-column.solo {
	margin: 0 auto;
	float: none!important;
}
body.xw #member-login #ulf ,
body.xw #member-login #recurrence-pass {border: none;}
body.xw #member-login #new-member {border-left: 1px solid #ddd;}
body.xw #breadcrumb-list ol {
	margin: -1px 0 0;
	padding: 0 5px 9px;
}
body.xw #breadcrumb-list {width: 752px;}
body.xw #breadcrumb-list ol li a {text-shadow: 0 1px 0 #fff;}
body.xw #breadcrumb-list ol li a:hover span {
	text-decoration: underline;
	color: #03f;
}
body.xw #breadcrumb-list ol li.current:hover span {
	text-decoration: none;
	color: #555!important;
}
body.xw #header {height: 121px!important;}
body.xw.kf #header {height: auto!important;}
body.xw #header h1 {
	position: absolute;
	top: 11px;
	left: 230px;
	font-size: 10px;
	z-index: 5;
}
body.xw #header #head-hs {height: 75px;}
body.xw.kf #header #head-hs #ms-btn {display: none!important;}
body.xw #header #main-logo {
	top: 6px;
	left: 8px;
}
body.xw #header #main-logo img {width: 200px;}
body.xw #header #main-logo span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}
body.xw #header #main-gn.fixed {
	width: 100%;
	position: fixed;
	top: -1px;
	z-index: 60;
}
body.xw.kf #header #main-gn {display: none!important;}
body.xw #header #gns {display: block!important;}
body.xw #header #head-hs #ms-btn {
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: 43px;
	/*left: 245px;*/
	left: 235px;
	z-index: 70;
}
body.xw #header #head-hs #ms-btn li {
	margin: 0 5px;
	padding: 3px 11px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-shadow: 0 1px 0 #fff;
	float: left;
	font-size: 12px;
	color: #06c;
	cursor: pointer;
}
body.xw #header #head-hs #ms-btn li:hover {
	background: #4db2f7;
	border-color: #4db2f7;
	text-shadow: none;
	color: #fff;
}
body.xw .ma #header #head-hs #ms-btn li#btn-member ,
body.xw .ha #header #head-hs #ms-btn li#btn-history {
	height: 34px;
	line-height: 33px;
	background: #4db2f7;
	border-color: #4db2f7;
	border-radius: 2px 2px 0 0;
	text-shadow: none;
	color: #fff;
}
body.xw #header #head-hs #ms-btn #btn-menu {display: none;}
body.xw #header #mm ul li a span {display: none;}
body.xw #header #gns #mm p {display: none!important;}
body.xw #header #mm2 ul li a {
	margin: 0;
	padding: 0 11px;
	border-left: 1px solid #05a;
	font-weight: bold;
}
body.xw #header #mm2 ul li:last-child a {border-right: 1px solid #05a;}
body.xw #header #mm2 ul li a:hover ,
body.xw #header #mm2 ul li.active a {color: #fd7;}

body.xw #user-facility #member-login .mm-close {margin: -7px 0 18px 14px;}
body.xw #user-facility #history-list .mm-close {margin: -7px 0 18px;}
body.xw #user-facility .mm-close {
	width: 930px;
	padding: 7px 0 14px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
body.xw #user-facility .mm-close .etx {padding: 0 0 0 3px;}
body.xw #user-facility .mm-close p {
	margin: 0 10px 0 0;
	float: right;
	cursor: pointer;
	font-size: 14px;
	color: #06c;
}
body.xw #user-facility .mm-close p:hover {
	text-decoration: underline;
	color: #03f;
}
body.xw #user-facility .mm-close p .icon {
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-position: -130px -130px;
}
body.xw #member-login {
	margin: 0 1px -37px;
	background: #fff;
	border: 7px solid #4db2f7;
	position: absolute;
	top: -38px;
	right: 0;
	left: 0;
	z-index: 70;
}
body.xw #member-login #user-info {
	width: 930px;
	margin: -5px 0 0 15px;
}
body.xw #member-login #user-info .ls {
	width: 470px;
	float: left;
}
body.xw #member-login #user-info #user-func li a ,
body.xw #member-login #user-info #user-func li span.btn {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
body.xw #member-login #user-info #dx-present {
	width: 420px;
	float: right;
}
body.xw #member-login #user-info #dx-present dl dd.sn {
	padding: 7px;
	overflow: hidden;
}
body.xw #member-login #user-info #dx-present dl dd.sn img {
	width: 150px;
	margin: 0 7px 0 0;
	float: left;
}

/*body.xw wrap.ha #user-facility .fwbg {display: block!important;}*/
body.xw #history-list {
	margin: 0 1px -37px;
	padding: 15px 0 15px 20px;
	background: #fff;
	border: 7px solid #4db2f7;
	overflow: hidden;
	position: absolute;
	top: -38px;
	right: 0;
	left: 0;
	z-index: 70;
}
body.xw #history-list #history-shop ,
body.xw #history-list #history-girl {
	width: 480px;
	padding: 0;
	float: left;
}
body.xw #history-list ul {letter-spacing: -0.4em;}
body.xw #history-list ul li {
	width: 220px;
	margin: 0 10px 0 0;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
body.xw #history-list ul li a {
	padding: 0 10px 0 7px!important;
	border-left: 4px solid #fd3;
}
body.xw #history-list ul li .icon {display: none!important;}
body.xw #history-list .delete {right: 40px;}
body.xw #history-list #history-shop ul li img {margin: 0 5px 12px 0!important;}


body.xw #member-login #user-info #dx-present {background: #fea;}
body.xw #container {background: none!important;}

body.xw #container #cvg.section {box-shadow: 0 0 3px 0 #e2dbc7;}
body.xw #container #cvg .sees-more {
	width: 180px;
	text-align: center;
}
body.xw #container #cvg {
	width: 750px;
	margin: 0 0 10px;
	border: 1px solid #ddd;
	float: left;
}
body.xw #container #cvg dl dt h2 span {
	padding: 3px 0;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #111;
	letter-spacing: normal;
}
body.xw #container #cvg h2 {
	position: absolute;
	top: 5px;
	right: 0;
	left: 559px;
}
body.xw #container #cvg a.cvimg {
	width: 550px;
	margin: 8px 0 8px 8px;
}
body.xw #container #cvg a img {
	width: 550px;
	height: 250px;
}
body.xw #container #cvg dl {
	padding: 0 7px 7px;
	background: #fff;
	position: absolute;
	top: 55px;
	right: 0;
	left: 559px;
}
body.xw #container #cvg .nvb {
	width: 25px;
	height: 250px;
	/*background: #fff;*/
	position: absolute;
	top: 8px;
	z-index: 30;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	overflow: hidden;
	display: none;
	cursor: pointer;
}
body.xw #container #cvg:hover .nvb {display: block;}
body.xw #container #cvg .nvb.prev {left: 8px;}
body.xw #container #cvg .nvb.next {left: 533px;}
body.xw #container #cvg .nvb .icon {
	width: 18px;
	height: 30px;
	display: block;
	position: absolute;
	top: 110px;
	text-indent: -90em;
}
body.xw #container #cvg .nvb.prev .icon {
	background-position: -44px -170px;
	left: 4px;
}
body.xw #container #cvg .nvb.next .icon {
	background-position: -26px -170px;
	right: 4px;
}

body.xw #top-search {display: none!important;}

body.xw #container #side-column {
	width: 240px;
	padding: 0 0 5px;
	float: right;
}
body.xw #container #side-column #sdx-ban {
	margin: -23px 0 8px;
	border: 1px solid #fff;
	/*background: #4db2f7;*/
}
body.xw #container #side-column #sdx-ban #spv a img {width: 220px;}
body.xw #container #side-column #sdx-ban #ichioshi ul {
	width: 220px!important;
	margin: 8px 8px 2px;
}
body.xw #container #side-column .section {
	border: 1px solid #ddd;
	display: block!important;
}
body.xw #container #mct-1 .sees-more ,
body.xw #container #syame .sees-more {
	width: 172px;
	text-align: center;
}
body.xw #side-column div.pr {font-size: 14px!important;}
body.xw #side-column #soap-shop p ,
body.xw #side-column #soap-girl p {
	margin: 7px 5px;
	background: #f4f1d9;
	border-radius: 2px;
	font-size: 12px;
}
body.xw #side-column #soap-girl #top-standby p {margin: 7px -3px!important;}
body.xw #side-column #search-tab {display: none!important;}
body.xw #side-column #soap-girl #top-standby .tn {float: right;}
body.xw #side-column #soap-girl #top-standby dl {padding: 0 7px 0 0;}

body.xw #side-column #soap-shop {
	margin: 0 0 8px;
	border: 1px solid #fff;
}
body.xw #side-column #soap-girl #top-standby {
	margin: 0 4px;
	padding: 0 4px 8px;
}
body.xw #side-column #new-shop ul {padding: 0 4px;}
body.xw #side-column #new-shop ul li {
	padding: 10px 3px;
	border-top: 1px solid #ccc!important;
}
body.xw #side-column #new-shop ul li:first-child {border: none!important;}
body.xw #side-column #new-shop ul li a {text-align: center;}
body.xw #side-column #new-shop ul li a img {
	width: 100px;
	margin: 0 5px 5px 0;
	/*float: none;*/
}
body.xw #side-column #new-shop ul li a span {
	margin: 0;
	text-align: left;
}
body.xw #side-column #new-shop ul li a .upday span {
	margin: 0 0 0 5px;
	float: none;
}
body.xw #side-column #new-shop ul li a .icon {display: none;}
/*body.xw #side-column #top-fixate {padding: 0 4px;}*/
body.xw #side-column #top-fixate ul {margin: 0 0 1px 8px;}

body.xw #container #rtn {
	width: 750px;
	overflow: hidden;
}
body.xw #container #rtn h2 {display: none;}
body.xw #container #rtn ul {height: 50px;}
body.xw #container #rtn ul li {
	width: 618px;
	right: -750px;
}

body.xw #container #rtn-ban {width: 750px;}
body.xw #container #rtn-ban ul {width: 760px;}
body.xw #container #rtn-ban ul li {
	width: 365px;
	padding: 0 14px 0 0;
	float: left;
}
body.xw #side-column #tag-cloud ul li a ,
body.xw #tag-list ul li a {font-size: 12px;}

body.xw #main-column .main-cntent-tab {display: none!important;}
body.xw #main-column .tab-section {display: block!important;}
body.xw #main-column #syame ul {width: auto!important;}

body.xw #container #sdxNewReport {
  width: 253px;
  float: right;
}
body.xw #container #sdxNewReport .surface {width: 243px;}
body.xw #container #sdxNewReport .tn {
	width: calc(100% - 16px);
  height: 124px;
	margin: 1px 8px 0;
	float: left;
}
body.xw #container #sdxNewReport .tn img {
  width: 100%;
	height: 100%;
  object-fit: cover;
	vertical-align: top;
}
body.xw #container #sdxNewReport dl {
	margin: 4px 0 0;
	overflow: hidden;
}
body.xw #container #sdxNewReport dl dt {
  padding: 4px 0 4px;
  font-size: 13px;
}
body.xw #container #sdxNewReport dl dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.xw #container #sdxDiscount {
  width: 507px;
  float: left;
}
body.xw #container #sdxDiscount h2 {
  height: 38px;
  line-height: 38px;
}
body.xw #container #sdxDiscount .surface {width: 497px;}
body.xw #container #sdxDiscount .tn {
  width: 270px;
  float: left;
}
body.xw #container #sdxDiscount .tn img {
  height: 100%!important;
  max-height: 158px;
  object-fit: cover;
}
body.xw #container #sdxDiscount dl {
  width: 200px;
  padding-left: 0;
  float: right;
}
body.xw #container #sdxDiscount dl dt/* ,
body.xw #container #sdxNewReport dl dt ,
body.xw #container #sdxNewReport dl dd*/ {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}
body.xw #container #sdxDiscount dl .price .before ,
body.xw #container #sdxDiscount dl .price .after {display: block;}
body.xw #container #sdxDiscount dl .period {position: static;}
body.xw #container #beginner h2 {border-bottom: 1px solid #ccc;}
body.xw #container .section.split3 {
	width: 253px!important;
	height: 310px!important;
}
body.xw #container .section.split3 .surface {
	width: 243px!important;
	height: 300px!important;
}
body.xw #container #sdx-mov.section.split3 .surface ,
body.xw #container #sdx-selfie.section.split3 .surface {width: 244px!important;}
body.xw .section.split3 .surface a.tn {height: 146px!important;}
body.xw #sdx-mov.section.split3 .surface a.tn .icon ,
body.xw #sdx-selfie.section.split3 .surface a.tn .icon {
	top: 85px!important;
	left: 100px!important;
}
body.xw #sdx-mov.section .surface a.tn .box ,
body.xw #sdx-selfie.section .surface a.tn .box {
	width: 226px;
	height: 146px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
body.xw #sdx-mov.section .surface a.tn .box img ,
body.xw #sdx-selfie.section .surface a.tn .box img {
	max-width: 226px;
	max-height: 146px;
}

body.xw #main-column .section h2.nm-ti {font-size: 14px;}
body.xw #main-column #mct-1 .nm-ti {display: none;}
body.xw #main-column #soap-kuchikomi {padding: 0 0 9px 0;}
body.xw #soap-kuchikomi ul {
	width: 500px;
	min-height: 350px;
	border: none;
	border-left: 1px solid #ccc;
	float: right;
}
body.xw #soap-kuchikomi div.contribute {
	width: 220px;
	height: auto;
	padding: 40px 0 0 14px;
}
body.xw #soap-kuchikomi div.contribute.fixed {
	position: fixed;
	top: 0;
}
body.xw #soap-kuchikomi div.contribute h3 {
	padding: 18px 0 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	color: #111;
}
body.xw #soap-kuchikomi div.contribute p {
	padding: 10px 0 0 5px;
	line-height: 1.6em;
	border-top: 1px solid #fff;
	font-size: 12px;
}
body.xw #soap-kuchikomi div.contribute .a {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
}
body.xw #soap-kuchikomi .contribute a {
	display: block;
	color: #000;
	text-decoration: none;
}
body.xw #soap-kuchikomi .contribute a:hover {color: #fff;}
body.xw #kuchikomi-form ol li #kps a img {
	width: 180px;
	margin: 0 15px 15px 0;
	float: left;
}
body.xw #kuchikomi-form ol li #kps .ps p {
	padding: 0 0 0 10px;
	float: left;
}
body.xw #kuchikomi-form ol li #kps .ps label {margin: 0 0 0 30px;}
body.xw #kuchikomi-form ol li #kps dl {overflow: hidden;}
body.xw #kuchikomi-form ol li #kps dl dt {padding: 0 0 4px;}
body.xw #container #sdx-ranking .period {
	position: absolute;
	top: 77px;
	right: 40px;
	z-index: 10;
}
body.xw #container #sdx-ranking .rgp h3 {
	height: 44px;
	margin: 0 10px;
	padding: 0 0 0 20px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	line-height: 46px;
	left: 20px;
}
body.xw #container #sdx-ranking .rgp ol {min-height: 182px;}
body.xw #container #sdx-ranking .rgp ol li dl dd.sn {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.xw #container #sdx-ranking .rgp .sees-more a .icon {top: 80px;}
body.xw #container #sdx-ranking #rankpage {
	border-top: 1px dotted #ccc;
	position: relative;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
body.xw #container #sdx-ranking #rankpage a {
	width: 200px;
	margin: 10px;
	padding: 4px 0;
	float: right;
	text-align: center;
}
body.xw #sdx-guide {
	width: 750px;
	margin: 4px 0 0;
	background: #fff;
	border: 1px solid #ddd;
  box-shadow: 0 0 3px 0 #e2dbc7;
	text-shadow: none;
}
body.xw #sdx-guide h2 {padding: 0;}
body.xw #sdx-guide .sentence {display: block!important;}
body.xw #sdx-guide .sentence p:first-child {border: none;}
body.xw #sdx-guide .sentence ul li {line-height: 1.8em;}
/*body.xw #sdx-guide .sentence ul li h3 {color: #a96;}*/

body.xw #sdx-guide .btx ,
body.xw #sdx-guide .closebtn {display: none!important;}
body.xw #outside ul {width: 750px!important;}

body.xw #kuchikomi-form {
	width: 700px!important;
	margin: 0 auto 10px;
	padding: 15px 0 0;
}
body.xw #kuchikomi-form div.kf-ti {margin: 0 0 4px;}
body.xw #kuchikomi-form .close {
	top: 15px;
	right: 0;
}
body.xw #kuchikomi-form .manners {
	width: 450px;
	border-bottom: none;
	line-height: 1.4em;
	font-size: 13px;
}
body.xw #kuchikomi-form .manners p {
	padding: 10px 0;
	font-size: 16px;
}
body.xw #kuchikomi-form .manners .member-reg {
	position: absolute;
	right: 15px;
}
body.xw #kuchikomi-form .manners .member-reg a {
	margin: 0;
	padding: 5px 10px;
}


body.xw #footer {
	min-width: 1000px;
	padding: 20px 0 30px;
	border-top: 5px solid #ba7;
}
body.xw #footer .pagetop {
	width: 1000px;
	height: 50px;
	border: none;
	position: fixed;
	right: 0;
	bottom: -50px;
	display: none;
	z-index: 90;
}
body.xw #footer .pagetop a {
	width: 160px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	background: #000;
	position: absolute;
	top: -40px;
	right: 20px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 3px 3px 0 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	font-size: 10px;
	outline: none;
}
body.xw #footer .pagetop a:hover {
	background: #06c;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	border-color: #fff;
	color: #fff;
}
body.xw #footer .pagetop a span.icon {height: 16px;}
body.xw #footer .printing {
	margin: 0 10px;
	border-top: 1px solid #ccc;
	text-align: left;
}
body.xw #footer .printing li {padding: 0 20px;}
body.xw #footer #display-change {
	width: 300px;
	margin: 0;
	padding: 0 7px 0 0;
	border: none;
	position: absolute;
	top: 12px;
	right: 0;
	text-align: right;
}
body.xw #footer #display-change dd a {padding: 4px 15px;}

body.xw #footer div.caution {
	margin: 0 10px;
	padding: 24px 32px 10px 205px;
	clear: both;
	text-align: left;
	font-size: 11px;
}
/*body.xw.kf #footer div.caution {padding: 20px 15px 10px;}*/
body.xw #footer div.cp {
	padding: 2px 42px 10px 215px;
	background: none;
	text-align: left;
	font-size: 8px;
}
body.xw.kf #footer div.cp {text-align: center;}

body.xw #footer #fgn {
	width: 976px;
	margin: 0 auto;
	padding: 0 0 20px 24px;
	display: block;
	text-align: left;
	letter-spacing: -0.4em;
}
body.xw #footer #fgn dl {
	padding: 8px 30px 8px 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
}
body.xw #footer #fgn dl.soap-area {width: 950px;}
/*body.xw #footer #fgn dl.soap-girl {width: 300px;}*/
body.xw #footer #fgn dl dt {
	padding: 0 0 10px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
body.xw #footer #fgn dl dd {
	margin: 0 0 7px;
	float: left;
	font-size: 11px;
}
body.xw #footer #fgn dl dd {border-right: 1px solid #ccc;}
body.xw #footer #fgn dl dd:last-child {border: none;}
body.xw #footer #fgn dl dd a {
	margin: 0 10px;
	padding: 2px 0;
	display: block;
	text-decoration: none;
}
body.xw #footer #fgn ul {
	padding: 14px 0 0 40px;
	overflow: hidden;
	list-style-type: none;
}
body.xw #footer #fgn ul li {float: left;}
body.xw #footer #fgn ul li a {
	margin: 0 14px;
	text-decoration: none;
}
body.xw #footer .ft-logo {
	width: 140px;
	display: block;
	position: absolute;
	top: 61px;
	left: 40px;
	text-decoration: none;
	font-size: 9px;
}
body.xw #footer .ft-logo:hover {text-decoration: none!important;}
body.xw #footer .ft-logo img {
	width: 140px;
	vertical-align: top;
	border: none;
}
body.xw #footer .ft-logo span {
	margin: -4px 0 0;
	display: block;
	color: #333;
}
body.xw a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
body.xw #age-att {
	padding: 0;
	margin: 0;
}
body.xw #age-att .ht {
	margin: 0 0 14px;
	padding: 20px 5px 0;
	background: #fff;
	font-size: 11px;
}
body.xw #age-att #aa-logo {
	width: 310px;
	margin: 0 0 20px;
	position: absolute;
	top: 50px;
	left: 480px;
}
body.xw #age-att #aa-logo img {width: auto;}
body.xw #age-att .idc {
	width: 430px;
	margin: 20px 0 0 20px;
	padding: 0 0 7px;
	text-align: center;
}
body.xw #age-att .idc .gn ,
body.xw #age-att .idc .sn {font-size: 12px;}
body.xw #age-att .txt {
	margin: 20px;
	padding: 10px;
	line-height: 1.7em;
	font-size: 12px;
}
body.xw #age-att #enter-btn {
	width: 300px;
	margin: 0;
	position: absolute;
	top: 140px;
	left: 480px;
}
body.xw #age-att #enter-btn span {font-size: 11px;}
body.xw #age-att #leave-btn {
	width: 270px;
	margin: 7px auto;
	padding: 0 0 0 45px;
	position: absolute;
	top: 220px;
	left: 480px;
}
body.xw #age-att #leave-btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body.xw #age-att #leave-btn a {
	font-size: 10px;
	outline: none;
}
body.xw #age-att #leave-btn a .btn {font-size: 14px;}
body.xw #age-att #leave-btn a:hover .btn {color: #03f;}
body.xw #age-att .cp {margin: 0;}
body.xw #age-att #fw {
	width: 820px;
	margin: 0 0 0 -400px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 0 10px 0 #000;
	overflow: auto;
	position: fixed;
	top: 40px;
	bottom: 40px;
	left: 50%;
	z-index: 150;
}
body.xw #age-att #fwbg {
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 140;
}
body.xw #age-att #sdx-enterban {
	width: 400px;
	margin: 0 auto;
}
body.xw #age-att #sdx-indexban {width: 750px;}
body.xw #age-att #sdx-indexban ul {width: 750px!important;}
body.xw #age-att #sdx-indexban ul li {
	padding: 5px;
	float: left;
}
body.xw #age-att.cvn #fw {
	top: 70px;
	bottom: 70px;
}
body.xw #age-att.cvn .txt {
	width: 380px;
	margin: 40px 0 50px;
	border: none;
	position: relative;
	left: 380px;
}
body.xw #age-att.cvn #aa-logo ,
body.xw #age-att.cvn #enter-btn ,
body.xw #age-att.cvn #leave-btn {
	left: 36px;
	right: auto;
}
body.xw #age-att.cvn #aa-logo {top: 65px;}
body.xw #age-att.cvn #enter-btn {top: 150px;}
body.xw #age-att.cvn #leave-btn {top: 230px;}
body.xw #age-att.cvn #sdx-enterban {clear: both;}


body.xw #age-att #underbanner {
	width: 400px;
	padding: 20px 0 10px;
	margin: 0 auto;
}
body.xw #age-att #underbanner a {display: block;}
body.xw #age-att #underbanner ul {display: none;}



/*　SDXリニューアル一時対応
─────────────────────────────────────────*/
body.xw .rn-fig {
	position: absolute;
	top: 317px;
	left: 0;
	border: 8px solid #fff;
	box-shadow: 0 0 3px 0 #e2dbc7;
}
body.xw #main-column.rn-layout {padding: 176px 0 5px!important;}

body.xs .rn-fig {
	width: 100%;
	vertical-align: top;
}
