@charset "UTF-8";
#threads {
	margin: 10px 0;
}
#bbs .thread {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f6f3ef;
	margin-bottom: 20px;
}
#bbs .thread header {
	margin-bottom: 10px;
}
#bbs .thread header h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 5px 0 10px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#bbs .thread header h3:before {
	font-family: nantoka2;
	content: "A";
	display: inline-block;
	width: 20px;
	text-align: left;
}
#bbs .thread header p {
	font-size: 12px;
	line-height: 140%;
	padding-left: 20px;
	margin-bottom: 8px;
}
#bbs .thread .author {
	line-height: 16px;
	font-size: 11px;
	margin-bottom: 8px;
	padding-left: 20px;
	text-align: right;
	vertical-align: middle;
}
#bbs .thread .author * {
	vertical-align: middle;
}
#bbs .thread .author img {
	width: 16px;
	height: 16px;
	margin-right: 2px;
	border-radius: 3px;
}
#bbs .thread .author .created {
	margin-left: 6px;
}
#bbs .thread ul {
	margin-bottom: 10px;
}
#bbs li.res {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}
#bbs li.res:last-child {
	margin: 0;
}
#bbs li.res p {
	font-size: 12px;
	border-radius: 3px;
	line-height: 145%;
	padding : 5px 5px 10px 5px;
	word-wrap: break-word;
	word-break: break-all;
}
#bbs li.res footer {
	vertical-align: middle;
	font-size: 11px;
	padding-top: 5px;
	border-top: 1px dotted rgba(0, 0, 0, 0.25);
	line-height: 16px;
	text-align: right;
	display: inline-table;
	width: 100%;
}
#bbs li.res footer .iine {
	margin-left:4px;
}
#bbs li.res img {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	margin-right: 4px;
	vertical-align: middle;
}
#bbs li.res .number {
	margin-right: 6px;
	font-size: 12px;
}
#bbs li.res .name {
	font-weight: bold;
	margin-right: 6px;
}
#bbs li.res .date {
	color: #444;
}
#bbs li.res.deleted p {
	color: #727272;
}
#bbs .nav {
	width: 100%;
}
#bbs .nav .pages {
	text-align: left;
}
#bbs .nav td {
	text-align: left;
}
#bbs .nav td:last-child {
	text-align: right;
}
#threads .more {
	margin-top: 20px;
	text-align: right;
	font-weight: bold;
}
#threads .more * {
	vertical-align: middle;
	line-height: 12px;
	font-size: 12px;
}
#threads .more a:after {
	font-family: nantoka2;
	content: "x";
	display: inline-block;
	width: 14px;
	text-align: right;
	font-weight: normal;
}
#bbs input[type='text'], #bbs textarea {
	width: 100%;
}
#bbs textarea {
	height: 200px;
}
#bbs form p {
	font-size: 12px;
	line-height: 140%;
}
#bbs form .notice {
	margin-top: 3px;
	font-size: 11px;
	line-height: 100%;
}
#newbbs-form table.form {
	margin-top: 10px;
}
#newbbs-form input[type='title'] {
	font-weight: bold;
}
#newbbs-form td, #newbbs-form th {
	padding-bottom: 10px;
}
#newbbs-form th {
	width: 60px;
	text-align: left;
}
#newbbs-form td {
	font-size: 14px;
}
#newbbs-form .confirm {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#newbbs-form .confirm td {
	line-height: 140%;
}
#post-res2 {
	display: none;
}
#bbs input[type='button'] {
	padding: 9px 16px;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	line-height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f2f2f2;
	cursor: pointer;
}
#res-comment {
	margin-top: 5px;
}
#confirm-comment {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin: 10px 0;
	font-size: 12px;
	line-height: 140%;
}