﻿@charset "utf-8";

.toggle_list .list .title {
	line-height:21px;
	height:21px;
	padding:0 15px 2px;
	background-repeat:no-repeat;
	background-position:0 100%;
	background-image:url('http://simg.gpotato.eu/rappelz/common/new/sub/bg_bbs_title.gif');
}
.toggle_list .list.visible .title {
	line-height:25px;
	height:25px;
	background-image:url('http://simg.gpotato.eu/rappelz/common/new/sub/bg_bbs_title2.gif');
}
.toggle_list .list.visible .title.title01 {
	line-height:26px;
	height:26px;
	background-image:url('http://simg.gpotato.eu/rappelz/common/new/sub/bg_bbs_title3.gif');
}
.toggle_list .list .title:after {
	content:' ';
	display:block;
	visibility:hidden;
	clear:both;
}
.toggle_list .list .title a {
	float:left;
}
.toggle_list .list.visible .title a {
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
.toggle_list .list .title .date {
	color:#8b5b50;
	font-size:9px;
	float:right;
	padding-right:22px;
	background-repeat:no-repeat;
	background-position:100% 5px;
	background-image:url('http://simg.gpotato.eu/rappelz/common/new/icon/toggle.etc.gif');
}
.toggle_list .list.visible .title .date {
	color:#fff;
	font-weight:bold;
	background-position:100% -43px;
}
.toggle_list .list .content {
	line-height:16px;
	display:none;
	margin-top:1px;
	padding:10px 15px 30px;
	background-color:#1e262b;
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url('http://simg.gpotato.eu/rappelz/common/new/icon/type1.line.gif');
}
.toggle_list .list.visible .content {
	display:block;
}
.toggle_list .list.visible .content:after {
	content:' ';
	display:block;
	visibility:hidden;
	clear:both;
}
*+ html .toggle_list .list.visible .content { height:1%; }
* html .toggle_list .list.visible .content { height:1%; }

/**/
.paging {
	font-size:10px;
	line-height:0;
	letter-spacing:-1px;
	text-align:center;
	padding-top:18px;
	padding-bottom:3px;
}
.paging span {
	font-size:11px;
	line-height:.9;
	letter-spacing:1px;
	background-repeat:no-repeat;
	background-position:0 50%;
	background-image:url('http://simg.gpotato.eu/rappelz/common/new/sub/line_paging.gif');
}
.paging span.first {
	background-image:none;
}
.paging span.current {
	font-weight:bold;
}
.paging span a {
	display:inline-block;
	width:19px;
}
.paging span.current a,
.paging span a:hover {
	color:#b7822f;
	font-weight:bold;
	text-decoration:underline;
}
.paging span.btn {
	background-image:none;
}
.paging span.btn a {
	width:15px;
	margin-bottom:-3px;
}
.paging span.btn a:hover {
	text-decoration:none;
}
.paging span a img {
	vertical-align:middle;
}
.paging01 {
	font-size:0;
	line-height:0;
	letter-spacing:-1px;
	float:left;
	padding:5px 0 0 10px;
	white-space: nowrap;
}
/*.paging01 .prev, .paging01 .next{top: 0; position: relative;}*/
.paging01 .next{margin-left:3px;}
.paging01 span {
	font-size:11px;
	line-height:.9;
	margin:0 1px;
}
.paging01 span a {
	display:inline-block;
	margin:0 2px;
}
.paging01 span.prev a {
	width: 19px;
}
.paging01 span.next a {
	width: auto;
	margin-left: 2px;
}
.paging01 span a img {
	vertical-align:middle;
	margin-top: 1px;
}
.paging01 span.current {
	font-weight:bold;
}
.paging01 span.current a,
.paging01 span a:hover {
	color:#b7822f;
	text-decoration:underline;
}
/* .paging01 span.prev {padding-right: 10px;} */
.paging01 .prev img, .paging01 .next img{position:relative;margin-top:1px;}


