body>header form input[name="query"]::-webkit-input-placeholder
{
	color: #666666;
}

.read #body.vertical #verticalWrapper
{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright-right;
	text-orientation: upright-right;
	letter-spacing: 1px;
	line-height: 130%;
	height: 100%;
}

.read #body.vertical h1
{
	height: auto;
	margin-left: 8px;
}

.read #body.vertical #content
{
	margin-right: 24px;
	margin-bottom: 0px;
}

.read #body.vertical #contentWrapper>address
{
	margin-left: 8px;
	margin-bottom: 0px;
}

.read #body .taketori-ttb span.cjk
{
	width: 1.1em;
	text-align: center;
}

.read #body.vertical #afterword
{
	margin: -8px 64px -8px 0px;
	padding: 8px 8px 8px 0px;
}

.read #contentWrapper
{
	z-index: 1;
}

.read .scrollbar
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 0px 16px 0px 16px;
	height: 16px;
}

.read .scrollbar .lbutton
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 16px;
	background: #999999;
	border-radius: 0px 3px 0px 0px;
}

.read .scrollbar .rbutton
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 16px;
	background: #999999;
	border-radius: 3px 0px 0px 0px;
}

.read .scrollbar .thumb
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #999999;
	border-radius: 3px;
}

.edit section ul.palette
{
	position: relative;
}

input[type="submit"], input[type="reset"], input[type="button"], button
{
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 0px #ffffff inset, -1px 1px 0px #ffffff inset, -1px -1px 0px #ffffff inset, 1px -1px 0px #ffffff inset;
}

input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled], button[disabled]
{
	box-shadow: 1px 1px 0px #ffffff inset, -1px 1px 0px #ffffff inset, -1px -1px 0px #ffffff inset, 1px -1px 0px #ffffff inset !important;
}

form[action="unpost"] button, button.unpost
{
	box-shadow: 1px 1px 0px #ff6633 inset, -1px 1px 0px #ff6633 inset, -1px -1px 0px #ff6633 inset, 1px -1px 0px #ff6633 inset;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="color"],
input[type="number"],
input[type="date"],
textarea,
select
{
	-webkit-box-sizing: content-box;
}

input[type="color"]
{
	margin-bottom: 4px;
}

select
{
	-webkit-box-sizing: border-box;
}
