@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Exo');
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	box-sizing: boder-box;
	font-family: sans-serif;
}
body {
	background: #fff;
	text-align: center;
}
img {
	border: none;
}
header,section,nav,aside,footer,article,time {
	display: block;
}
div#PageTopArrow {
	width: 30px;
	height: 30px;
	background-image: url(../images/pagetop.png);
	background-size: 100% 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.6;
	cursor: pointer;
}

footer {
	max-width: 100%;
	margin: 0px auto;
	text-align: center;
	clear: both;
}
footer p {
	font-size: 12px;
	padding: 15px;
	color: #666;
}
footer p a {
	text-decoration: none;
	color: #666;
}
footer p a:hover {
	text-decoration: underline;
}
footer p select {
	border: solid 1px #CCC;
	border-radius: 3px;
	font-size: 10px;
	color: #666;
	outline: none;
}

header {
	text-align: center;
	background: #FFF;
	margin: 20px 0px;
}
header h1:before {
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-top: -5px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 3px;
	background: url(_images/logo-touch-icon.png);
	background-size: 100% 100%;
	box-shadow: 0px 1px 5px #999;
}
header h1 {
	max-width: 1024px;
	margin: 0px auto;
	text-align: center;
	color: #666;
	font-size: 21px;
	line-height: 21px;
	padding: 30px 15px 15px 15px;
	text-shadow: 0px 2px 0px #FFF;
}
/*サイズを可変に */
main {
	padding: 0px 0px;
	max-width: 100%;
}
/*このナビはどこ？ */
nav {
	display: block;
}
nav ul {
	text-align: center;
}
nav ul li {
	padding: 0px 0px;
	display: inline-block;
}
/*ボタンをオレンジに */
button {
	border-radius: 2px;
	padding: 5px 10px;
	border: solid 1px #ffbb50;
	font-size: 12px;
	min-width: 117px;
	outline: none;
	cursor: pointer;
	outline: none;
	color: #FFF;
	background: #ffbb50;
	margin-bottom: 10px;
}
button:hover {
	opacity: 0.9;
}
input {
	border: solid 1px #D3D3D3;
	padding: 6px 12px;
	margin: 2px;
	vertical-align: middle;
	font-size: 14px;
	outline: none;
}
textarea {
	border: solid 1px #D3D3D3;
	padding: 6px 12px;
	margin: 2px;
	vertical-align: middle;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	line-height: 1.7em;
}
input:hover,textarea:hover {
	border: solid 1px #B9B9B9;
}
input:focus,textarea:focus {
	border: solid 1px #167AC6;
}
form#add {
	padding: 30px;
	margin: 0px 10px;
	border: solid 1px #E8E8E8;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
form#add dl {
	padding: 0px;
}
form#add dl dt {
	font-size: 12px;
	color: #888;
}
form#add dl dd {
	padding: 0px 0px 20px 0px;
}
form#add dl dd input {
	width: 100%;
	box-sizing: border-box;
}
div#demo {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	background: #900;
	border-radius: 4px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	padding: 5px 10px;
}
/*icon12〜14pxに */
a.icon {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-shadow: 0px 2px 0px #FFF;
	color: #333;
	padding: 6px 10px 5px 10px;
}
div.index ul li ul li a.icon {
	border-radius: 3px;
}
div.index ul li ul li a.icon:hover {
	filter: invert(100%);
	background: #FFF;
}
nav a.icon:hover,
nav a.current {
	border-bottom: solid 3px #CC181E;
}
a.icon:before {
	content: " ";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.3em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 0px 1px 5px #999;
	background-size: 100% 100%;
}
a.index:before {
	background-image: url(_images/icon_index.png);
}
a.add:before {
	background-image: url(_images/icon_add.png);
}
a.login:before {
	background-image: url(_images/icon_login.png);
}
a.logout:before {
	background-image: url(_images/icon_logout.png);
}
a.remove:before {
	background-image: url(_images/icon_remove.png);
}
a.edit:before {
	background-image: url(_images/icon_edit.png);
}
a.link:before {
	background-image: url(_images/icon_link.png);
}
a.error:before {
	background-image: url(_images/icon_error.png);
}
/*添付ファイル関連ぽい */
nav.attached,
nav.attached ol {
	padding: 0px;
	margin: 0px;
	text-align: left;
	clear: both;
}
nav.attached ol {
	padding: 10px;
}
nav.attached ol li {
	margin: 5px 0px;
}
nav.attached ol li a {
	font-size: 12px;
	line-height: 12px;
	background: url(_images/icon_file2.png) no-repeat left center;
	background-size: 2em 2em;
	padding: 0.5em 1em 0.5em 2em;
	color: #167AC6;
	text-decoration: none;
}
nav.attached ol li a:hover {
	text-decoration: underline;
}
nav.attached ol li a.gif,
nav.attached ol li a.jpg,
nav.attached ol li a.png {
	background-image: url(_images/icon_image.png);
}
nav.attached ol li a.zip,
nav.attached ol li a.lzh,
nav.attached ol li a.rar {
	background-image: url(_images/icon_zip.png);
}
nav.attached ol li a.xls,
nav.attached ol li a.xlsx {
	background-image: url(_images/icon_xls.png);
}
nav.attached ol li a.doc,
nav.attached ol li a.docx {
	background-image: url(_images/icon_doc.png);
}
nav.attached ol li a.ppt,
nav.attached ol li a.pptx {
	background-image: url(_images/icon_ppt.png);
}
nav.attached ol li a.pdf {
	background-image: url(_images/icon_pdf.png);
}
nav.attachedImages,
nav.attachedImages ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	clear: both;
}
nav.attachedImages ul li {
	display: inline-block;
	padding: 3px;
	box-sizing: border-box;
	width: 150px;
	margin: 8px;
	background: #EEE;
	box-shadow: 0px 2px 5px #666;
	vertical-align: top;
}
nav.attachedImages ul li a {
	display: block;
	width: 100%;
	height: 80px;
	background-size: cover;
	background-position: center center;
}
nav.attachedImages ul li span {
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 5px;
	color: #999;
	width: 100%;
	word-break: break-all;
}
/*leftをcenterに*/
div.container {
	text-align: center;
}
/*スレッドの枠関連*/
div.index {
	margin: 0px 0px;
	border: solid 1px #E8E8E8;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	text-align: left;
}
div.index ul {
	padding: 0px 0px;
}
div.index ul li {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	border-bottom: solid 1px #E8E8E8;
	padding: 15px 30px;
	clear: both;
}
div.index ul li:last-child {
	border: none;
}
div.index ul li:hover {
	background: #E8EEF9;
}
div.index ul li ul {
	vertical-align: middle;
	float: right;
}
div.index ul li ul,
div.index ul li ul li {
	padding: 0px;
	display: inline-block;
	border: none;
}
div.index ul li ul li span {
	color: #666;
	font-size: 12px;
}
div.index ul li .title {
	color: #167AC6;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}
div.index ul li a.title:hover {
	text-decoration: underline;
}
div.index ul li .title span {
	font-size: 10px;
	color: #999;
}
form#install {
	display: inline-block;
	border-radius: 5px;
	border: solid 1px #CCC;
	padding: 15px;
	background: #FFF;
	text-shadow: 0px 2px 0px #FFF;
	box-shadow: 0px 2px 15px #CCC;
}
form#install table tr th,
form#install table tr td {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 10px;
}
form#install table tr th {
	text-align: left;
}
form#install p.error {
	color: #F00;
	font-size: 12px;
}
div#overlay {
	user-select: none;
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,0.8);
	top: 0px;
	left: 0px;
	z-index: 9999;
	cursor: pointer;
}
iframe#overlay_iframe {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0px;
	z-index: 99999;
	border: none;
	display: none;
}
img#overlay_close {
	user-select: none;
	position: fixed;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 9999999;
	top: 10px;
	right: 10px;
	display: none;
}
div#overlay div#overlay_inner.overlay_loading {
	background: url(_images/loading.gif) no-repeat center center;
}
div#overlay div#overlay_inner.overlay_image {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
div#pagetop {
	width: 32px;
	height: 32px;
	background: url(_images/pagetop.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	bottom: 60px;
	right: 30px;
	cursor: pointer;
	opacity: 0;
	transition-property: all;
	transition-duration: 1.0s;
	transition-timing-function: ease-in-out;
	z-index: 999;
}
div#pagetop:hover {
	opacity: 1;
}
div.right {
	text-align: right;
}
div.postform {
	position: fixed;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 100%;
	bottom: -320px;
	left: 0px;
	border-top: solid 1px #BBB;
	background: url(_images/toggle.gif) no-repeat 20px top #CCC;
	box-shadow: 0px 0px 15px #999;
	z-index: 9999;
	opacity: 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
div#togglebar {
	cursor: pointer;
	height: 30px;
}
form#thread {
	position: relative;
	padding: 0px;
	margin: 0px;
}
form#thread button {
	position: absolute;
}
form#thread button.submit {
	right: 10px;
	bottom: 10px;
}
form#thread button#fileattached {
	bottom: 10px;
	left: 10px;
}
form#thread button#fileattached_cancel {
	bottom: 33px;
	left: 3px;
	padding: 0px;
	width: 15px;
	height: 15px;
	border: none;
	z-index: 999;
	background: url(_images/close.png) no-repeat;
	background-size: 15px 15px;
	display: none;
}
form#thread button#fileattached span {
	padding: 3px 5px 3px 1.7em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.8em 1.8em;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
}
form#thread button#fileattached span.icon_upload {
	background-image: url(_images/icon_upload.png);
}
form#thread button#fileattached span.icon_file {
	background-image: url(_images/icon_file.png);
}
form#thread textarea {
	display: block;
	max-width: 100%;
	height: 320px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 0px;
	font-size: 16px;
	line-height: 1.5em;
	border: none;
	background-color: rgba(255,255,255,0.8);
	outline: none;
	resize: none;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
form#thread input.file {
	display: none;
}
iframe#entryFrame {
	display: none;
}
label#chat_label {
	position: absolute;
	right: 0px;
	top: -25px;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-shadow: 0px 2px 0px #FFF;
}
div#progress_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	display: none;
}
div#progress_wrapper div#progress {
	margin: 15px auto;
	border: solid 1px #CCC;
	padding: 2px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 7px;
	width: 30%;
}
div#progress_wrapper div#progress_status {
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#progress_wrapper div#progress div#progress_bar {
	width: 100%;
	height: 10px;
	background: #CCC;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	border-radius: 5px;
}
div#status {
	border: solid 1px #167AC6;
	background: #FFF;
	margin: 11px;
	padding: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #666;
}
div.status {
	display: none;
}
/*padding: 30px 0px 10px 0px;*/
h2 {
	padding: 0px 0px 0px 0px;
	color: #167AC6;
	text-shadow: 0px 2px 0px #FFF;
}
p.snippet {
	border: solid 1px #CCC;
	background: #FFF;
	margin: 0px 15px 15px 15px;
	padding: 30px;
	text-align: left;
	font-size: 12px;
	line-height: 1.7em;
	color: #666;
	box-shadow: 0px 2px 5px #CCC;
}
p.warning {
	padding: 0px 0px 30px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-shadow: 0px 2px 0px #FFF;
}
div.wrapper div.posted strong.num {
	font-family: 'Exo', sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #999;
	display: block;
	text-align: left;
}
div.wrapper div.posted strong.num span {
	font-size: 18px;
}
div.wrapper div.posted {
	padding: 30px 50px;
	margin: 0px 10px;
	border: solid 1px #E8E8E8;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
}
div.wrapper div.posted section {
	background: url(_images/hr.gif) repeat-x center bottom;
	padding: 20px 0px;
}
div.wrapper div.posted section:first-child {
	padding: 0px 0px 20px 0px;
}
div.wrapper div.posted section:last-child {
	background: none;
	padding: 20px 0px 0px 0px;
}
div.wrapper div.posted div.youtube {
	width: 100%;
	height: auto;
	position: relative;
}
div.wrapper div.posted div.youtube:before {
	content: " ";
	display: block;
	padding-top: 56%;
}
div.wrapper div.posted div.youtube iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.wrapper div.posted section h3 {
	padding: 20px 0px;
	font-size: 24px;
}
div.wrapper div.posted section p {
	padding: 0px 0px 20px 0px;
}
div.wrapper div.posted section p a {
	color: #167AC6;
	text-decoration: none;
	word-break: break-all;
}
div.wrapper div.posted section p a:visited {
	color: #920783;
}
div.wrapper div.posted section p a:hover {
	text-decoration: underline;
}
div.wrapper div.posted section ul {
	margin: 0px 20px;
}
div.wrapper div.posted section ul li {
	margin: 5px 20px;
	list-style-type: disc;
}
div.guest div.moderator {
	background: url(_images/you.gif) repeat-y left top #FFF;
}
div.guest div.guest {
	background: url(_images/i.gif) repeat-y left top #FFF;
}
div.moderator div.moderator {
	background: url(_images/i.gif) repeat-y left top #FFF;
}
div.moderator div.guest {
	background: url(_images/you.gif) repeat-y left top #FFF;
}
div.wrapper ul.status {
	padding: 5px 5px 5px 5px;
}
div.wrapper ul.status li {
	display: inline-block;
	padding: 5px 8px;
	border: solid 1px #D3D3D3;
	border-radius: 3px;
	font-size: 10px;
	line-height: 10px;
	color: #333;
	background: #F8F8F8;
	margin: 3px 0px;
}
div.wrapper ul.status li span {
	word-break: break-all;
}

/*オレンジの丸いパーツ */
.circlebutton {
	text-decoration: none;
	display: inline-block;
	font-size: 21px;
	line-height: 21px;
	color: #FFF;
	background: #ffbb50;
	border-radius: 300px;
	padding: 45px 15px;
	cursor: pointer;
	margin: 20px auto;
	border: solid 2px #ffbb50;
	min-width: 80px;
}
ul.ui {
	margin-top: -10px;
}
ul.ui li {
	display: inline-block;
}
ul.ui li a {
	color: #666;
	font-family: 'Exo', sans-serif;
	display: block;
	transform: rotate(-90deg);
	font-size: 36px;
	text-decoration: none;
	padding: 5px 5px;
	border-radius: 5px;
	line-height: 36px;
}
ul.ui li a:hover {
	background: #EEE;
}
div.addthread {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
blockquote {
	color: #666;
	display: block;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 5px 10px;
	background: #EEE;
}
/*このナビは右上の上下のスクロールに使うものっぽい*/
nav#ui {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
}
nav#ui div {
	width: 900px;
	max-width: 100%;
	margin: 0px auto;
	text-align: right;
}
nav#ui div ul {
	display: inline-block;
	background: rgba(255,255,255,0.8);
	padding: 5px;
}
nav#ui div ul li {
	display: inline-block;
}
nav#ui div ul li img {
	width: 25px;
	height: 15px;
	cursor: pointer;
	user-select: none;
}
nav#ui div ul li img:hover {
	opacity: 0.5;
	width: 100%;
}
.timeago {
	display: inline-block;
	font-style: normal;
	padding: 0px 20px;
	font-size: 16px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	border-radius: 3px;
}
div.index span.timeago-lebel5 {
	background: #EF0900;
	color: #FFF;
}
div.index span.timeago-lebel4 {
	background: #BF2500;
	color: #FFF;
}
div.index span.timeago-lebel3 {
	background: #834800;
	color: #FFF;
}
div.index span.timeago-lebel2 {
	background: #466B00;
	color: #FFF;
}
div.index span.timeago-lebel1 {
	background: #168800;
	color: #FFF;
}
div#uploader_overlay {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99999999;
	background-color: rgba(0,0,0,0.8);
	background-image: url(_images/droparea.png);
	background-repeat: no-repeat;
	background-size: 240px 240px;
	background-position: center center;
	opacity: 0;
	display: none;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 800px) {
	div.wrapper div.posted {
		padding: 20px 20px 20px 30px;
	}
	nav.attachedImages,
	nav.attachedImages ul {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	nav.attachedImages ul li {
		display: inline-block;
		width: 140px;
	}
	div.index ul li ul {
		vertical-align: middle;
		clear: both;
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
	}
	div.index ul {
	}
	div.index ul li {
		padding: 5px 10px;
	}
	div.index ul li ul {
		text-align: right;
	}
	div.index ul li ul li {
		padding: 0px;
	}
	nav ul li {
		padding: 5px 0px;
	}
}
