@charset "UTF-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* reset form style */
input.reset[type="submit"] {
	border: none;
	border-radius: 0;
	background: none;
	line-height: 1;
}

/* clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* common */
body {
	background: #fcfcfc;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333333;
}

#header {
	margin: 0 auto;
	background: #006699;
	color: #ffffff;
	font-size: 1.2em;
}
#title {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
}
#title a {
	color: #ffffff;
	text-decoration: none;
}
#title i {
	vertical-align: top;
}

#breadcrumbs {
	max-width: 960px;
	margin: 0 auto;
	padding: 6px 10px;
	color: #666666;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

#footer {
	margin: 10px auto 0 auto;
	padding: 8px;
	background: #555555;
	text-align: center;
	font-size: 0.9em;
}
#footer a {
	color: #ffffff;
}

#content h1 {
	padding: 10px 0;
	line-height: 1.25;
	font-size: 1.5em;
}

input, textarea {
	box-sizing: border-box;
}

.add-response,
#responses.add input[type="submit"] {
	display: block;
	width: 8em;
	margin: 1em 0;
	padding: 0.5em;
	background: #eeeeee;
	background-image: linear-gradient(to bottom, #f9f9f9, #dddddd);
	border-radius: 8px;
	box-shadow: 0px 1px 3px  rgba(0, 0, 0, 0.4);
	color: #333333;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}

/* effect */
.shadow {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 1px;
}

/* ad */
#content .ad.boards.index {
	margin: 20px auto;
}
#content .ad.threads.read.top {
	margin: 10px auto;
}
#content .ad.threads.read.bottom {
	margin: 20px auto;
}
#content .ad.label {
	margin-bottom: 5px;
	color: #666666;
}

/* .threads.section */
#content .thread.section {
	margin: 30px 0;
	padding: 10px;
	background-color: #efefef;
	overflow-wrap: break-word;
}

#content .thread.section h3 {
	padding: 10px 0;
	font-size: 1.6em;
}

#content .thread.section h3 a {
	color: #003366;
}

/* .response.section */
#content .response.section .author {
	margin: 20px 0 10px 0;
	font-size: 0.8em;
	line-height: 1.4;
}
#content .response.section .author .name {
	font-size: 1.1em;
	font-weight: bold;
	color: #008000;
	overflow-wrap: break-word;
}
#content .response.section .author .host {
	color: #999999;
	font-size: 0.6em;
}
#content .response.section .author .delete-request {
	display: inline-block;
}
#content .response.section .author .delete-request i {
	color: #bbbbbb;
}
#content .response.section .author .delete-request a i {
	color: #dddd00;
}
#content .response.section .body {
	margin: 10px 0 20px 0;
	line-height: 1.4;
	overflow-wrap: break-word;
}

/* #boards.index */
#boards.index .header.section {
	margin: 10px 0;
	padding: 10px;
	background-color: #ffffff;
}

#boards.index #content ul.threads {
	padding: 1em 3em;
	line-height: 1.4;
	font-size: 0.85em;
	overflow: auto;
	list-style-type:decimal;
}

#boards.index #content .link-to-subback {
	text-align:right;
}

/* #boards.subback */
#boards.subback #content ul.threads {
	margin-bottom: 1em;
	padding: 1em 3em;
	line-height: 1.4;
	font-size: 0.85em;
	overflow: auto;
	list-style-type:decimal;
}

/* #threads.read */
#threads.read {
	background-color: #efefef;
}
#threads.read #content h1 a {
	color: #003366;
}
#threads.read #content .scope {
	padding: 0.5em;
	background: #d8dde2;
	border-radius: 1px;
	line-height: 1.5em;
	text-align: center;
	font-size: 0.9em;
}

/* body.add */
body.add #content p.notice {
	margin: 1em 0;
	line-height: 1.2;
	font-size: 1.2em;
	color: #990000;
}

body.add #content ul {
	margin: 1em 0 3em 1em;
	list-style-type: disc;
	line-height: 1.2;
}
body.add #content ul li {
	margin: 0.5em 0;
}

body.add #content label {
	display: block;
	margin: 10px 0 5px 0;
	font-size: 1.2em;
}

body.add #content .input.text input {
	width: 100%;
	font-size: 1em;
}
body.add #content textarea {
	width: 100%;
	height: 15em;
	font-size: 1em;
}

body.add #content .submit input {
	margin: 10px 0;
}

body.add #content .error-message {
	margin: 0.5em 0;
	font-size: 0.9em;
	color: #990000;
}

/* #responses.report */
#responses.report #content p {
	margin: 10px 0 20px 0;
	line-height: 1.5;
	font-size: 0.9em;
}

#responses.report #content .response.section {
	margin: 20px 0;
	padding: 10px;
	background: #efefef;
}

/* #pages.index */
#pages.index #content h2 {
	font-size: 1.2em;
}

#pages.index #content .introduction {
	margin: 10px 0 15px;
	padding: 15px 15px 15px 9px;
	background: #ffffff;
	border: solid #ffd400;
	border-width: 0 0 0 4px;
	line-height: 1.5;
	font-size: 0.9em;
}
#pages.index #content .introduction h2 {
	margin-bottom: 0.3em;
}
#pages.index #content .introduction p {
	line-height: 1.5;
}

#pages.index #content .boards {
	margin: 10px 0;
	padding: 15px;
	background: #ffffff;
	line-height: 1.5;
}

#pages.index #content .boards ul {
	margin: 0.25em 0 0.75em 0;
}

#pages.index #content .boards ul li {
	float: left;
	margin-right: 0.5em;
}

/* #pages.guide */
#pages.guide #content .section {
	margin: 10px 0 20px 0;
	padding: 20px;
	background: #ffffff;
}

#pages.guide #content .section h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
}

#pages.guide #content .section p {
	line-height: 1.5;
}

#pages.guide #content .section ul {
	margin: 1em 0 1em 1.5em;
	line-height: 1.5;
	list-style-type: disc;
}

#pages.guide #content .section ul li {
	margin: 0.5em 0;
}

#pages.guide #content .section dl {
	margin-top: 0.5em;
	line-height: 1.5;
}

#pages.guide #content p i.fa-exclamation-triangle {
	color: #dddd00;
}

/* #errors */
#errors #content {
	margin-bottom: 60px;
	line-height: 1.5;
}

/* #flash */
#flash p {
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#flash a {
	color: #333333;
	text-decoration: none;
}

/* PC */
@media screen and (min-width: 481px) {
	#pages.index #content .introduction {
		padding: 20px 20px 20px 16px;
	}
	#pages.index #content .boards {
		padding: 20px;
	}
	#boards.index .header.section,
	#boards.index .thread.section {
		padding: 20px;
	}
	#boards.index #content ul.threads li {
		float:left;
		margin-right: 3em;
	}
}

@media screen and (min-width: 481px) {
	#content .response.section .author .host {
		display: inline;
	}
	#content .response.section .body {
		padding-left: 2em;
	}
}
