@charset "euc-jp";
/* ========================= [ #h-nav ] */
#h-nav {
	height: 32px;
	margin-bottom: 20px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_hnav.gif) top left repeat-x;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}
#h-nav .inner {
	width: 900px;
	margin: 0 auto;
}
#h-nav p {
	float: left;
	margin: 7px 7px 7px 0;
}
#h-nav p a {
    display: block;
    width: 164px;
    height: 18px;
}
#h-nav a.floor-adult {
    background: url(http://p.dmm.co.jp/p/livechat/chat_room/floor_logo.png) -1px -1px no-repeat;
}
#h-nav a.floor-madam {
    background: url(http://p.dmm.co.jp/p/livechat/chat_room/floor_logo.png) -1px -20px no-repeat;
}
#h-nav a.floor-nonadult {
    background: url(http://p.dmm.co.jp/p/livechat/chat_room/floor_logo.png) -1px -39px no-repeat;
}
#h-nav p a span {
    position: relative;
    z-index: -1;
}
#h-nav ul.nav {
	float: right;
	margin-top: 10px;
}
#h-nav ul.nav > li {
	position: relative;
	display: block;
	float: left;
	line-height: 13px;
	border-left: 1px solid #d2d2d2;
	margin-left: 12px;
	padding: 0 0 0 12px;
	font-size: 11px;
}
#h-nav ul.nav > li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
#h-nav ul.nav > li a {
	color: #3e3e3e;
}
#h-nav ul.nav li.account .ico-arrow {
	display: inline-block;
	width: 8px;
	height: 5px;
	margin: -3px 0 0 3px;
	vertical-align: middle;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -81px -20px no-repeat;
}
#h-nav ul.nav li.account .account-nav {
	position: absolute;
	top: 22px;
	right: 0;
	display: block;
	border: 1px solid #dadada;
	box-shadow: 0 1px 3px #ddd;
	background-color: #fff;
	z-index: 10;
}
#h-nav ul.nav li.account .account-nav li {
	padding: 12px;
	white-space: nowrap;
}
#h-nav ul.nav li.account .account-nav li.l-logout {
	background-color: #ececec;
	border-top: 1px solid #e8e8e8;
}
#h-nav ul.nav li.account .account-nav li span {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: -3px 8px 0 0;
	vertical-align: middle;
}
#h-nav ul.nav li.account .account-nav li.l-message span {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) left -66px no-repeat;
}
#h-nav ul.nav li.account .account-nav li.l-fav span {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -17px -66px no-repeat;
}
#h-nav ul.nav li.account .account-nav li.l-movie span {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -34px -66px no-repeat;
}
#h-nav ul.nav li.account .account-nav li.l-chat span {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -51px -66px no-repeat;
}
#h-nav ul.nav li.account .account-nav li.l-logout span {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -68px -66px no-repeat;
}

/* ========================= [ #page ] */
#page {
	width: 900px;
	margin: 0 auto 20px;
	word-wrap : break-word ;
}

/* ========================= [ #screen ] */
#screen {
	margin-bottom: 20px;
	text-align: left;
}
body #screen .area-flash {
	width: 640px;
	z-index: 1;
}
#screen p {
	width: 640px;
	line-height: 24px;
	font-size: 10px;
	color: #898989;
}

/* ========================= [ #content ] */
#content {
	position: relative;
	float: left;
	width: 640px;
	margin-bottom: 20px;
	text-align: left;
	zoom:1;
}

/* ========================= area-alert */
#content .area-alert {
	margin-bottom: 20px;
	zoom:1;
}
#content .area-alert .box-alert {
	padding: 10px;
	background: #ffef83;
	text-align: center;
}
#content .area-alert .box-alert dl {
	padding: 5px;
	border-top: 1px #ccc dotted;
}
#content .area-alert .box-alert dl.input dt,
#content .area-alert .box-alert dl.input dd {
	display: inline;
}
#content .area-alert .box-alert dl.input input {
	width: 20em;
}
/* ========================= .area-alert.situation */
#content .area-alert.t-situation .box-alert {
	background: #ffe4e1;
	color: #6a6a6a;
}
#content .area-alert.t-situation .box-alert p.bold span {
	font-weight: normal;
	font-size: 11px;
	color: #868686;
}

/* ========================= area-func */
/* =========== func-nav */
#content .area-func {
	margin-bottom: 20px;
	clear: both;
}
#content .area-func input[type="radio"] {
	margin-right: 3px;
}
#content .area-func ul.func-nav {
	overflow: hidden;
}
#content .area-func ul.func-nav li {
	float: left;
	width: 91px;
}
#content .area-func ul.func-nav li > span {
	display: block;
	margin-left: 3px;
	padding: 4px 0;
	background: #CECECE url(http://p.dmm.co.jp/p/livechat/chat_room/bg_grad.png) repeat-x;
	text-align: center;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#content .area-func ul.func-nav li:first-child > span {
	margin-left: -3px;
}
#content .area-func ul.func-nav li:hover > span {
	background-color: #b1b1b1;
}
#content .area-func ul.func-nav li.active > span {
	padding-bottom: 6px;
	background-color: #545554;
	color: #fff;
}
#content .area-func ul.func-nav + .box-gry {
	padding: 0 0 1px;
}
#content .area-func .box-gry-in,
#content .area-func .box-whi-in {
	padding:10px;
}
#content .area-func ul.func-nav .ico-fav{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: -4px 0 0 2px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) 0 -53px no-repeat;
	vertical-align: middle;
}
#content .area-func ul.func-nav .active .ico-fav{
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -12px -53px no-repeat;
}
/* =========== box-profile */
/* cg-info */
#content .area-func .box-profile .cginfo {
	overflow: hidden;
}
#content .area-func .box-profile .cginfo .thum {
	width: 138px;
	float: left;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}
#content .area-func .box-profile .cginfo .thum p {
	text-align: center;
	margin:9px;
	background-color: #e1e1e1;
}
#content .area-func .box-profile .cginfo .thum p img {
	height: 90px;
}
#content .area-func .box-profile .cginfo .thum span.blog {
	display: block;
	margin-bottom: -9px;
	font-size: 10px;
	background-color: #fff;
	zoom:1;
}
#content .area-func .box-profile .cginfo .info  {
	padding: 10px 0 0 140px;
}
#content .area-func .box-profile .cginfo .info .name {
	padding-left: 20px;
	font-size: 16px;
}
#content .area-func .box-profile .cginfo .info .data {
	margin-top: 10px;
	padding: 10px 0 0 20px;
	border-top: 1px #ccc dotted;
}
#content .area-func .box-profile .cginfo .info .data ul {
	margin-bottom: 10px;
	padding: 12px 12px 4px;
	color: #1a1a1a;
	background-color: #fff1c9;
}
#content .area-func .box-profile .cginfo .info .data ul li {
	margin-bottom: 8px;
	line-height: 1em;
}
#content .area-func .box-profile .cginfo .info .data ul li a {
	color: #0058aa;
}
#content .area-func .box-profile .cginfo .info .data ul li span.icon {
	display: block;
	float: left;
	overflow: hidden;
	width: 15px;
	height: 11px;
	margin-right: 6px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -24px -54px no-repeat;
}
#content .area-func .box-profile .cginfo .info .data ul li span.rank {
	padding-left: 4px;
	color: #c50000;
	font-weight: bold;
}
#content .area-func .box-profile .cginfo .info .data dl dt  {
	float: left;
	width: 4.5em;
}
#content .area-func .box-profile .comment,
#content .area-func .box-profile .recomend {
	margin-top: 18px;
	padding-top: 18px; 
	border-top: 1px #ccc dotted;
}
#content .area-func .box-profile .recomend .sub {
	color: #5a5a5a;
	font-weight: bold;
}
#content .area-func .box-profile .recomend dt {
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
}
/* =========== box-detail */
#content .area-func .box-detail dl.data  {
	line-height: 2.2em;
	zoom:1;
}
#content .area-func .box-detail dl.data dt  {
	float: left;
	width: 5em;
}
#content .area-func .box-detail dl.data dd  {
	margin-left: 5.8em;
	text-indent: -1.3em;
}
#content .area-func .box-detail dl.data dd a  {
	padding-right: 6px;
}
#content .area-func .box-detail .option {
	margin-top: 12px;
	padding-top: 12px; 
	border-top: 1px #ccc dotted;
}
#content .area-func .box-detail .option p {
	color: #5a5a5a;
	font-weight: bold;
}
#content .area-func .box-detail .option ul {
	overflow: hidden;
}
#content .area-func .box-detail .option li {
	float: left;
	width: 15em;
	height: 1.8em;
	margin: 12px 12px 0 0;
	white-space: nowrap;
	overflow: hidden;
}
#content .area-func .box-detail .option li span.icon {
	float: left;
	display: block;
	overflow:hidden;
	width: 19px;
	height: 19px;
	margin-right: 4px;
}
#content .area-func .box-detail .option li.sound span.icon {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) left top no-repeat;
}
#content .area-func .box-detail .option li.goods span.icon {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -20px top no-repeat;
}
#content .area-func .box-detail .option li.face span.icon {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -40px top no-repeat;
}
#content .area-func .box-detail .option li.camera span.icon {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -60px top no-repeat;
}
#content .area-func .box-detail .option li.hispeed span.icon {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -80px top no-repeat;
}
#content .area-func .box-detail .option li span.tx {
	font-size:10px;
}
/* =========== box-favorite */
#content .area-func .box-favorite form {
	overflow: hidden;
	zoom: 1;  
}
#content .area-func .box-favorite dl + p {
	padding-top: 6px;
}
#content .area-func .box-favorite dl {
	margin-bottom: -1px;
	padding: 5px;
	border-bottom: 1px #ccc dotted;
}
#content .area-func .box-favorite dl.handle dt,
#content .area-func .box-favorite dl.receive dt,
#content .area-func .box-favorite dl.input dt {
	width: 9em;
	float: left;
}
#content .area-func .box-favorite .notice {
	margin-left: 5px;
}

/* =========== box-msg */
#content .area-func .box-msg form {
	overflow: hidden;
	zoom: 1;  
}
#content .area-func .box-msg .msg-nav {
	margin-bottom: 12px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
#content .area-func .box-msg .msg-nav .sub {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#content .area-func .box-msg .msg-nav .sub + ul {
	float: right;
}
#content .area-func .box-msg .msg-nav li {
	display: inline;
	line-height: 1.2em;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #ddd;
	font-size: 11px;
}
#content .area-func .box-msg .list-nav {
	float: right;
	vertical-align: middle;
	line-height: 17px;
	margin-bottom: 12px;
}
#content .area-func .box-msg .list-nav li {
	position: relative;
	float: left;
	padding-left: 12px;
	font-weight: bold;
}
#content .area-func .box-msg .list-nav li.over {
	background-color:#eaeaea;
}
#content .area-func .box-msg .list-nav li a {
	display: block;
	width: 17px;
	height:17px;
}
#content .area-func .box-msg .list-nav li a.previous {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) 0px -36px no-repeat;
}
#content .area-func .box-msg .list-nav li a.next {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -18px -36px no-repeat;
}
#content .area-func .box-msg .list-nav li a:hover.previous {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -36px -36px no-repeat;
}
#content .area-func .box-msg .list-nav li a:hover.next {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) -54px -36px no-repeat;
}
#content .area-func .box-msg .list-nav li a.next span,
#content .area-func .box-msg .list-nav li a.previous span {
	display: block;
	position: relative;
	z-index: -1;
}
#d-ie7 #content .area-func .box-msg .list-nav li a.next span,
#d-ie7 #content .area-func .box-msg .list-nav li a.previous span {
	widht: 17px;
	height: 17px;
	overflow: hidden;
}
#content .area-func .box-msg .msg-list {
	clear: both;
	margin-bottom: 12px;
	border-top: 1px #ccc dotted;
	zoom:1;
}
#content .area-func .box-msg .msg-list li {
	padding: 10px;
	border-bottom: 1px #ccc dotted;
	text-align: right;
}
#content .area-func .box-msg .msg-list li.new {
	font-weight: bold;
}
#content .area-func .box-msg .msg-list li.over {
	background: #eaeaea;
}
#content .area-func .box-msg .msg-list p {
	float: left;
	text-align: left;
}
#content .area-func .box-msg .subject input {
	width: 98%;
	margin-bottom:3px;
	padding: 3px;
}
#content .area-func .box-msg dl.message dt {
	text-align: right;
}
#content .area-func .box-msg dl.message dt .ttl {
	float: left;
}
#content .area-func .box-msg dl {
	padding: 5px;
}
#content .area-func .box-msg dl.handle dt,
#content .area-func .box-msg dl.select dt {
	width: 9em;
	float: left;
}
#content .area-func .box-msg dl.message dt {
	text-align: right;
}
#content .area-func .box-msg dl.message dt .count {
	font-size: 10px;
	color: #898989;
}
#content .area-func .box-msg dl.message dd textarea {
	display: block;
	height:15em;
	width:98%;
	padding: 4px;
	font-size: 12px;
}
#content .area-func .box-msg dl.message dd .note {
	font-size: 10px;
	color: #898989;
}
#content .area-func .box-msg .notice {
	margin-left: 5px;
}
#content .area-func .box-msg .notice a {
	color: #F60051;
	text-decoration: underline;
}
#content .area-func .box-msg .confirm .subject {
	padding: 5px;
	border-bottom: 1px #ccc dotted;
	font-weight: bold;
	font-size: 14px;
}
#content .area-func .box-msg .confirm .subject span {
	display: block;
	margin-top: 4px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
}
#content .area-func .box-msg .confirm .message {
	padding: 5px;
}
#content .area-func .box-msg .confirm .message p {
	margin-bottom: 12px;
}
#content .area-func .box-msg .confirm .message ul {
	float: right;
}
#content .area-func .box-msg .confirm .message li {
	display: inline;
	margin-left: 12px;
}
#content .area-func .box-msg .sendbox {
	padding: 10px;
	text-align: center;
  background-color: #f1f1f1;
}
#content .area-func .box-msg .sendbox .note {
	color: #F60051;
}
#content .area-func .box-msg .sendbox [class^="stylebt"][class*="-st"] {
	margin:6px;
	width: 200px;
}
#content .area-func .box-msg .reply {
	margin-top: 18px;
	padding: 6px 6px 0;
	background-color: #f1f1f1;  
}
#content .area-func .box-msg .reply .sendbox {
	margin-top: 1px;
	padding: 10px 0;
}
#content .area-func .box-msg .infobox {
	padding: 10px;
	margin-bottom: 6px;
	background-color: #ffef83;
	text-align: center;
}
/* =========== box-ranking */
#content .area-func .box-ranking .sub {
	margin-bottom: 12px;
	color: #5a5a5a;
	font-weight: bold;
}
#content .area-func .box-ranking ul {
	border-bottom: 1px #ccc dotted;
}
#content .area-func .box-ranking ul li {
	line-height: 32px;
	padding: 8px 0;
	border-top: 1px #ccc dotted;
	color: #595959;
	font-size: 16px;
	zoom:1;
}
#content .area-func .box-ranking ul li .numb {
	padding: 0 6px;
	font-size: 32px;
	color: #6a6a6a;
	font-family: "Impact";
}
#content .area-func .box-ranking ul li .numb.best3 {
	color: #f50101;
}
#content .area-func .box-ranking .bolink {
	padding-top: 6px;
	text-align:right;
}

/* ========================= area-check */
#content .area-check .box-gry-in {
	padding-top: 18px;
}
#content .area-check p.ch {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico.png) no-repeat left 5px;
}
#content .area-check .box-gry-in p {
	padding-bottom: 18px;
	text-align: center;
}
#content .area-check ul {
	overflow: hidden;
}
#content .area-check li {
	float: left;
	width: 25%;
}
#content .area-check li a {
	display: block;
	width: 112px;
	margin: 0 auto 18px;
	text-align: center;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_pack.png) no-repeat center 0px;
}
#content .area-check li a img {
	height: 60px;
	padding: 10px 0 12px;
	text-decoration: none;
	zoom:1;
}
#content .area-check li a:hover {
	text-decoration: none;
}
#content .area-check li span.name {
	display: block;
	font-size: 10px;
}
/* ========================= #content-side */
#content-side {
	float: left;
	width: 240px;
	padding: 0 0 20px 20px;
	text-align: left;
}
#content-side p.ch {
	padding-left: 20px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico.png) no-repeat left 5px;
}
#content-side li {
	clear: both;
	margin-bottom: 4px;
	padding: 3px;
}
#content-side li.over {
	background: #eaeaea;
}
#content-side li.box-free {
	background: #fae25f;
}
#content-side .area-bnr,
#content-side .area-free,
#content-side .area-movie,
#content-side .area-goods {
	margin-bottom: 20px;
}
#content-side .area-free li {
	margin-bottom: 0;
	background-color: #ffef83;
}
#content-side .area-free li + li {
	border-top: 1px dotted #fff;
}
#content-side .area-movie p.none {
	line-height: 1.5em;
	margin-top: 12px;
	color: #898989;
	font-size: 11px;
}
#content-side .area-movie .box-work,
#content-side .area-free .box-work {
	position: relative;
	float: left;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_pack.png) no-repeat left 0px;
}
#content-side .area-movie .box-work a,
#content-side .area-free .box-work a {
	display: table-cell;
	width: 100px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}
#d-ie7 #content-side .area-movie .box-work a,
#d-ie7 #content-side .area-free li.box-free .box-work a {
	display: block;
	margin-left: 2px;
	padding: 18px 0 10px;
	height: 52px;
	zoom:1;
}
#content-side .area-free li.box-gallery .box-work {
	float: left;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_pack.png) no-repeat left -300px;
}
#content-side .area-free li.box-gallery .box-work a {
	display: block;
	width: 79px;
	height: 72px;
	margin: 8px 13px 0 8px;
	vertical-align:left;
	text-align: center;
	overflow: hidden;
}
#content-side .area-free li.box-gallery .box-work a img {
	height: 60px;
}
#d-ie7 #content-side .area-free li.box-gallery .box-work a img {
	-ms-interpolation-mode: bicubic;
}
#content-side .area-movie .box-work .time {
	position: absolute;
	top: 48px;
	left: 10px;
	display: block;
	width: 77px;
	line-height: 15px;
	padding-right: 3px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_room.png) left -20px no-repeat;
	text-align: right;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}
#content-side .area-movie .box-work .fl-icon {
	display: block;
	position: absolute;
	top: 51px;
	left: 10px;
	width:50px;
	height: 11px;
	cursor: pointer;
}
#content-side .area-movie .box-work .fl-icon.acha {
	background: url(http://p.dmm.co.jp/p/livechat/icon_floor.png) -1px -52px no-repeat;
}
#content-side .area-movie .box-work .fl-icon.macha {
	background: url(http://p.dmm.co.jp/p/livechat/icon_floor.png) -1px -64px no-repeat;
}
#content-side .area-movie .box-work .fl-icon.ocha {
	background: url(http://p.dmm.co.jp/p/livechat/icon_floor.png) -1px -76px no-repeat;
}
#content-side .area-movie .box-work .fl-icon span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	white-space: nowrap;
	font-size: 10px;
}
#d-ie7 #content-side .area-movie .box-work .fl-icon span {
	overflow: hidden;
	height:0;
	width:0;
}
#content-side .area-movie .box-work a:hover {
	text-decoration: none;
}
#content-side .area-goods .box-work {
	float: left;
	height: 141px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_pack.png) no-repeat left -120px;
}
#content-side .area-goods .box-work a {
	position: relative;
	display: block;
	width: 90px;
	height: 130px;
	overflow: hidden;
	margin: 5px;
	text-align: center;
}
#content-side .area-goods .box-work a img[src$="140x105.jpg"] {
	position: relative;
	top: 12px;
	left: -25px;
}
#content-side .area-movie .box-txt {
	padding: 3px 0 0 110px;
}
#content-side .area-free .box-txt {
	padding: 12px 0 0 110px;
}
#content-side .area-goods .box-txt {
	padding: 30px 0 0 110px;
}
#content-side .box-txt .floar,
#content-side .box-txt .date,
#content-side .box-txt .name,
#content-side .box-txt .numb {
	font-size: 10px;
	color: #898989;
}
#content-side .box-txt .name {
	font-size: 10px;
}
#content-side .box-txt .numb {
	font-size: 10px;
}
#content-side .box-txt .free {
	font-weight: bold;
	color:#f90661;
}
#content-side .bolink {
	text-align: right;
}
/* ========================= [ #foot ] */
#foot {
	clear: both;
	margin: 0 12px;
}
#foot p.anchor {
	margin: 6px 0;
	text-align: right;
}
#foot a {
	font-size: 11px;
}
#foot a.d-txttopback {
	background:	url(http://p.dmm.co.jp/p/common/ico_toparrow.gif) left no-repeat;
	color: #666;
	padding-left: 12px;
}
#foot .copy {
	margin-bottom: 30px;
	text-align: center;
	font-size: 10px;
	color: #898989;
}

/* ========================= [ #content-error ] */
#content-error {
	widht: 640px;
	text-align: left;
}
/* ========================= #area-text */
#content-error .area-text {
	height: 430px;
	padding: 0 0 0 440px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_404_chat.jpg) 100px 33px no-repeat;
}
#content-error .area-text p.read {
	padding-top: 80px;
	line-height: 1.4em;
	color: #0f0f0f;
	font-size: 36px;
}
#content-error .area-text p.read + p {
	line-height: 1.8em;
	margin-top: 20px;
	color: #323232;
	font-size: 14px;
}
/*  .treat */
#content-error .area-text.treat p.read {
	padding-top: 130px;
}
/*  .transfer */
#content-error .area-text.transfer {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_404_chat02.jpg) 100px 33px no-repeat;
}
#content-error .area-text.transfer  p.read {
	padding-top: 100px;
}
#content-error .area-text.transfer p.read {
	font-size: 34px;
}
/* ========================= #area-list */
#content-error .area-list p.ch {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
	color: #0f0f0f;
	font-size: 20px;
}
#content-error .area-list p.ch span {
	float: left;
	display: block;
	width: 22px;
	height: 20px;
	margin-right: 10px;
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_404.png) left top no-repeat;
}
#content-error .tx-link{
	font-size: 13px;
}
/*=============== box-cglist */
#content-error .area-list .box-cglist {
	padding-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
}
#content-error #onlinelist{
	float: left;
	min-width: 665px;
}
#content-error .listgroup{
	height: 220px;
}


/* ========================= [ オンラインリスト : 共通 ]  */

/* =====  リストグループ */

/* 入室人数 */

#content-error .listgroup .listbox .viewer {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(http://p.dmm.co.jp/p/livechat/bg_viewer.png) no-repeat;
}
#content-error .listgroup .listbox.adult .viewer {
    background-position: -1px -75px;
}
#content-error .listgroup .listbox.madam .viewer {
    background-position: -38px -75px;
}
#content-error .listgroup .listbox.nonadult .viewer {
    background-position: -75px -75px;
}
#content-error .listgroup .listbox .viewer.full {
    background-position: -112px -75px;
    content: "";
}
#content-error .listgroup .listbox .viewer span {
    display: block;
    line-height: 1.3em;
    width: 23px;
    color: #fff;
    font-size: 13px;
    font-family: Verdana;
    text-align: center;
}

/* 新人アイコン */

#content-error .listgroup .listbox .new {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url(http://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px -1px no-repeat;
}

/* お気に入りアイコン */

#content-error .listgroup .listbox .favorite {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(http://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px -22px no-repeat;
}

/* 割引背景 */

#content-error .listgroup .listbox .cp-info {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 18px;
    background: url(http://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    text-align: center;
}
#content-error .listgroup .listbox a .cp-info {
    line-height: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
#content-error .listgroup .listbox .cp-info:after {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    border: solid transparent;
    border-width: 3px 0 0 4px;
    content: "";
}
#content-error .listgroup .listbox.adult .cp-info.reg-cp {
    background-color: #f35796;
}
#content-error .listgroup .listbox.adult .cp-info.reg-cp:after {
    border-top-color: #f35796;
}
#content-error .listgroup .listbox.madam .cp-info.reg-cp {
    background-color: #a44492;
}
#content-error .listgroup .listbox.madam .cp-info.reg-cp:after {
    border-top-color: #a44492;
}
#content-error .listgroup .listbox.nonadult .cp-info.reg-cp {
    background-color: #69af46;
}
#content-error .listgroup .listbox.nonadult .cp-info.reg-cp:after {
    border-top-color: #69af46;
}
#content-error .listgroup .listbox .cp-info.imp-cp {
    background-color: #db0318;
}
#content-error .listgroup .listbox .cp-info.imp-cp:after {
    border-top-color: #db0318;
}
#content-error .listgroup .listbox .cp-info.new-cp {
    background-color: #bf870e;
}
#content-error .listgroup .listbox .cp-info.new-cp:after {
    border-top-color: #bf870e;
}

/* 割引テキスト */

#content-error .listgroup .listbox .cp-info span {
    display: block;
    width: 64px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
}
#content-error .listgroup .listbox .cp-info span.tx-large {
    display: none;
}
#content-error .listgroup .listbox .cp-info span:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 18px;
    background: url(http://p.dmm.co.jp/p/livechat/icon_discount.gif) no-repeat;
    content: "";
}
#content-error .listgroup .listbox.adult .cp-info span.firstin:after {
    background-position: -66px -1px;
}
#content-error .listgroup .listbox.adult .cp-info span:after {
    background-position: -1px -1px;
}
#content-error .listgroup .listbox.madam .cp-info span.firstin:after {
    background-position: -66px -20px;
}
#content-error .listgroup .listbox.madam .cp-info span:after {
    background-position: -1px -20px;
}
#content-error .listgroup .listbox.nonadult .cp-info span.firstin:after {
    background-position: -66px -39px;
}
#content-error .listgroup .listbox.nonadult .cp-info span:after {
    background-position: -1px -39px;
}
#content-error .listgroup .listbox .cp-info.imp-cp span.firstin:after {
    background-position: -66px -58px;
}
#content-error .listgroup .listbox .cp-info.imp-cp span:after {
    background-position: -1px -58px;
}
#content-error .listgroup .listbox .cp-info.new-cp span:after {
    background-position: -1px -77px;
}

/* ========================= [ オンラインリスト : 分離タイプ ]  */

/* =====  リストグループ */

#content-error .type-separate {
    position: relative;
    overflow: hidden;
}

/* =====  リスト詳細 */

#content-error .type-separate .listbox  {
    display: block;
    position: relative;
    float: left;
    width: 136px;
    height: 190px;
    margin: 0 30px 10px 0;
    border: 1px solid #d8dce0;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #fff;
}
#content-error .type-separate .listbox > a:hover .tmb {
    opacity: 0.7;
}
#content-error .type-separate .listbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}
#content-error .type-separate .listbox a > span {
    display: block;
}
#content-error .type-separate .listbox a > *.none {
    display: none;
}
#content-error .type-separate .listbox .tmb {
    width: 124px;
    height:93px;
    overflow: hidden;
    background-color: #dfe3e9;
    text-align: center;
}
#content-error .type-separate .listbox .tmb img {
    height:93px;
}
#content-error .type-separate .listbox .viewer {
    top: 5px;
    left: 5px;
}
#content-error .type-separate .listbox .new {
    top: 7px;
    right: 6px;
}
#content-error .type-separate .listbox .cp-info {
    top: 80px;
    left: 5px;
}
#content-error .type-separate .listbox .favorite {
    top: 105px;
    left: 6px;
}
#content-error .type-separate .listbox .favorite + .name {
    margin-left: 22px;
}
#content-error .type-separate .listbox .name {
    position: absolute;
    top: 98px;
    left: 0;
    width: 100px;
    line-height: 30px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}
#content-error .type-separate .listbox.adult .name,
#content-error .type-separate .listbox.adult .floor {
    color: #ed5691;
}
#content-error .type-separate .listbox.madam .name,
#content-error .type-separate .listbox.madam .floor {
    color: #9e5090;
}
#content-error .type-separate .listbox.nonadult .name,
#content-error .type-separate .listbox.nonadult .floor {
    color: #65a738;
}
#content-error .type-separate .listbox .comment {
    position: absolute;
    top: 126px;
    display: block;
    line-height: 1.6em;
    width: 110px;
    margin-left: 4px;
    color: #888;
    font-size: 10px;
}
#content-error .type-separate .listbox .floor {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    line-height: 21px;
    padding: 0 6px;
    border-top: 1px dotted #ddd;
    border-radius: 3px;
    text-align: right;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
}
#content-error .type-separate .listbox [class^="st-"] {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6em;
    line-height: 22px;
    text-align: center;
    border-radius: 0 0 0 2px;
    background: url(http://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    font-size: 10px;
    color: #fff;
}
#content-error .type-separate .listbox .st-waiting {
    background-color: #df1d42;
}
#content-error .type-separate .listbox .st-party,
#content-error .type-separate .listbox .st-twoshot {
    background-color: #f48534;
}
#content-error .type-separate .listbox .st-offline {
    background-color: #a5a5a5;
}

/*=============== ranklist */
#content-error .ranklist {
	float: left;
	padding-left: 30px;
	border-left: 1px dotted #bebebe;
}
#content-error .ranklist > div {
	height: 220px;
}
#content-error .ranklist div > a {
	position: relative;
	display: block;
	height: 175px;
	padding: 21px 21px 0;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background-color: #e9e9e9;
	text-decoration: none;
	color: #ba0000;
}
#content-error .ranklist div > a:hover {
	background-color: #dfdfdf;
}
#content-error .ranklist span {
	display: block;
	text-align: center;
}
#content-error .ranklist span.icon {
	position: absolute;
	width: 66px;
	height: 66px;
	top: -15px;
	left: -15px;
	z-index: 10;
}
#content-error .ranklist span.icon.acha {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_404.png) -23px top no-repeat;
}
#content-error .ranklist span.icon.macha {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_404.png) -23px -67px no-repeat;
}
#content-error .ranklist span.icon.wacha {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_404.png) -23px -135px no-repeat;
}
#content-error .ranklist span.icon.ocha {
	background: url(http://p.dmm.co.jp/p/livechat/chat_room/ico_404.png) -23px -203px no-repeat;
}
#content-error .ranklist span.tmb {
	width: 120px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	text-align: center;
	zoom:1;
}
#content-error .ranklist span.tmb img {
	height:90px;
	vertical-align: middle;
}
#content-error .ranklist span.tmb [class^="st-"] {
	display: block;
	width: 65px;
	height: 11px;
	margin: 6px 0 0;
	white-space: nowrap;
	text-align: left;
	zoom:1;
}
#content-error .ranklist span.tmb .st-wait {
	background: url(http://p.dmm.co.jp/p/livechat/ranking/list_02.png) 0 -32px;
}
#content-error .ranklist span.tmb .st-party {
	background: url(http://p.dmm.co.jp/p/livechat/ranking/list_02.png) -66px -32px;
}
#content-error .ranklist span.tmb .st-twoshot {
	background: url(http://p.dmm.co.jp/p/livechat/ranking/list_02.png) -132px -32px;
}
#content-error .ranklist span.tmb .st-full {
	background: url(http://p.dmm.co.jp/p/livechat/ranking/list_02.png) -198px -32px;
}
#content-error .ranklist span.tmb .st-off {
	background: url(http://p.dmm.co.jp/p/livechat/ranking/list_02.png) -264px -32px;
}
#content-error .ranklist span.tmb .st-event {
	background: url(http://p.dmm.co.jp/p/livechat/ranking/list_02.png) -330px -32px;
}
#content-error .ranklist span.tmb [class^="st-"] span {
	position: relative;
	line-height: 1em;
	z-index: -1;
}
#d-ie7 #content-error .ranklist span.tmb [class^="st-"] span {
	display: none;
}
#content-error .ranklist a span.name,
#content-error .ranklist a span.profile {
	text-decoration: none;
	color: #1d1d1d;
}
#content-error .ranklist span.name {
	margin-top: 6px;
	font-size: 13px;
}
#content-error .ranklist span.profile {
	font-size: 11px;
}
/* ========================= 左ナビ位置変更 */
body #content-side {
	margin-top: -494px;
}
body #content-side.adjust {
	margin-top: -470px;
}

/* ========================= 汎用 */
body{
	background:#fff;
	color:#515151;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	margin:0;
	padding:0;
}
table{
	font-size:12px;
	word-break:break-all;
}
a:link{color:#2373cc; text-decoration:none}
a:visited{color:#909; text-decoration:none}
a:hover,a:active{color:#e20; text-decoration: underline}

a img,abbr{border:0}
.rst * {margin:0;padding:0;list-style:none;}
.group:after{display:block;clear:both;height:0;visibility:hidden;content:"."}
.group{zoom:1}

.box-gry,
.box-gry-in {background: url(http://p.dmm.co.jp/p/livechat/chat_room/bg_deco.gif)}
.box-gry {
	margin: 0 1px;
	padding: 1px 0;
	zoom:1;
}
.box-gry-in {
	margin: 0 -1px;
}
.box-whi,
.box-whi-in {background: #fff;}
.box-whi {
	margin: 0 1px;
	padding: 1px 0;
}
.box-whi-in {
	margin: 0 -1px;
}
.box-center {
	text-align: center;
	margin-left: auto;
}
[class^="stylebt"] {
	display: inline-block;
	height: 1.8em;
	background:url(http://p.dmm.co.jp/p/livechat/chat_room/bg_bt.gif) no-repeat left center;
	border:1px solid #B8B8B8;
	cursor:pointer;
	margin:10px 5px;
	padding:0 10px;
	text-align:center;
	width:130px;
	color: #555;
	font-weight: bold;
	zoom:1;
}
[class^="stylebt"][class*="-st"] {
	background:url(http://p.dmm.co.jp/p/livechat/chat_room/bg_bt_st.gif) no-repeat left center;
}
.bolink {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.notice {
	color: #f60051;
}
.subtxt {
	font-size: 10px;
}
.arrow {
	padding-left: 14px;
	background:url(http://p.dmm.co.jp/p/livechat/chat_room/arrow.gif) no-repeat left center;
}
embed {
	outline: none;
}
.center {
	text-align: center;
}