@charset 'UTF-8';

/* content */

div.support-bbs-content {
	margin: 100px auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1400px;
}

div.support-bbs-section {
	margin: 20px 0;
}

div.support-bbs-content h2 {
	padding: 0 0 5px 20px;
	border-left: 10px solid #f90;
	border-bottom: 1px solid #f90;
	font-size: 2.4rem;
}

/* navigation */

ul.support-bbs-nav {
	display: flex;
	margin: 50px auto 20px auto;
	padding: 0;
	width: 100%;
}

ul.support-bbs-nav li {
	display: block;
	margin-right: 10px;
	width: 100%;
	max-width: 240px;
	height: 50px;
}

ul.support-bbs-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #eee;
	color: #333;
}

/* readme */

div.readme {
	margin: 50px 10px;
	padding: 20px;
	border: 4px dotted #f99;
}

div.readme h3 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #f66;
}

div.readme ul>li {
	margin-bottom: 20px;
	line-height: 1.5;
}

div.readme ul>li>span {
	font-size: 2rem;
	font-weight: bold;
	background-color: #efe;
}

/* thread list */

div.thread-list {
	width: auto;
}

div.thread-list table {
	margin: 10px 0;
	width: 100%;
	border-spacing: 1px;
	background-color: #ccc;
}

div.thread-list table th {
	padding: 15px;
	width: auto;
	background-color: #fda;
	font-size: 1.6rem;
}

div.thread-list table td {
	padding: 15px;
	background-color: #fff;
	font-size: 1.6rem;
}

div.thread-list table td.subject {
	padding: 0;
	word-wrap: break-word;
	min-width: 240px;
	font-weight: bold;
	transition: all 0.1s linear;
}

div.thread-list table td.right {
	text-align: right;
}

div.thread-list table td.subject a {
	display: block;
	padding: 10px 10px 10px 35px;
	background-image: url(/support/images/topic.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
}

div.thread-list table td.subject a.new {
	background-image: url(/support/images/topic_new.png);
}

div.thread-list table td.subject:hover {
	background-color: #eff;
}

div.scroll-info {
	display: none;
	font-size: 1.4rem;
	background-color: #ffc;
}

/* post */

div.posts {
	margin: 50px 0;
	border: 1px solid #999;
}

div.posts h3.thread {
	margin: 1px;
	padding: 10px;
	background-color: #fda;
	font-size: 2rem;
}

div.posts h3.reply {
	margin: 1px;
	padding: 10px;
	background-color: #cef;
	font-size: 2rem;
}

div.posts h3.thread a,
div.posts h3.reply a {
	display: block;
	color: inherit;
}

div.post-content {
	display: flex;
	border-top: 1px solid #999;
}

div.post-info {
	padding: 30px 10px;
	min-width: 280px;
	border-right: 1px solid #eee;
	font-size: 1.5rem;
	line-height: 1.5;
	word-wrap: break-word;
	background-color: #fafafa;
}

div.post-body {
	padding: 30px;
}

div.post-body p {
	margin: 0 0 1rem 0;
	line-height: 1.7;
	word-wrap: break-word;
}

div.posts a.mini-button {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 8px 16px;
	background-color: #eee;
	border-radius: 5px;
	font-size: 1.3rem;
	line-height: 1;
}

div.posts a.mini-button:hover {
	background-color: #ccc;
}

/* form */

div.form {
	border: 1px solid #999;
	background-color: #fff;
}

div.form-inner {
	padding: 20px;
	border-top: 1px solid #999;
}

div.form h3 {
	margin: 1px;
	padding: 10px;
	background-color: #fef;
	font-size: 2rem;
}

div.form label {
	margin-bottom: 20px;
}

div.form label span {
	font-weight: bold;
}

div.form input[type="submit"].half {
	width: calc(50% - 5px);
	margin-right: 10px;
}

div.form input[type="reset"].half {
	width: calc(50% - 5px);
}

div.form input[type="text"],
div.form input[type="email"],
div.form input[type="search"],
div.form input[type="password"],
textarea {
	background-color: #ffe;
}










@media screen and (max-width: 640px) {

	div.readme ul {
		padding-left: 1rem;
	}

	div.thread-list {
		width: 100%;
		overflow-x: scroll;
	}

	div.scroll-info {
		display: block;
	}

	div.post-content {
		display: block;
	}

	div.post-info {
		padding: 10px 10px;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}

}
