@charset "shift_jis";

/* 本体定義 */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #f4f0eb;
	color: #564A41;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 1.6em;
}
div#head {
	width: 100%;
	background: #3b5998;
	color: #fff;
}
div#head-in {
	padding: 8px;
}
div#main {
	width: 100%;
}
div#main-in {
	padding: 8px;
}

/* 掲示板タイトル */
h1 {
	color: #fff;
	font-size: 20px;
	margin: 0 3px;
}
div#head-ttl {
	text-align: left;
	float: left;
}
div#head-cnt {
	text-align: right;
}
div#head-clr {
	clear: both;
}
div#head-cnt img {
	vertical-align: middle;
	margin: 0;
}

/* TOPボタン */
div.top-btn a {
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	color: #564A41;
	background-color: #f4f0eb;
	border: dashed  1px #564A41;
	box-shadow: 0 0 0 4px #f4f0eb;
	border-radius: 8px;
	padding: 0px 10px;
	text-decoration: none;
	display: block;
	float: left;
}
div.top-btn a:hover {
	color: #E9E0D6;
	background-color: #564A41;
	border: dashed  1px #E9E0D6;
	box-shadow: 0 0 0 4px #564A41;
	}


/* 投稿フォーム */
div#reg-box {
	margin: 0;
	padding: 0.7em 0.7em 0.7em 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}
div#reg-area {
	padding: 0;
	width: 90%;
	margin: 1.2em auto;
}
div#reg-tbl {
	margin-bottom: 0 !important;
}
div#reg-tbl{
	font-size: 16px;
	padding: 2px;
	text-align: left;
}
div#reg-tbl input, div#reg-tbl textarea {
	padding: 3px;
}
input.reg-name {
	width: 90%;
}
input.reg-url {
	width: 90%;
}
input.reg-num {
	width: 80px;
}
input.reg-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #C7B299;
	background-color: #564A41;
	padding: 0px 10px;
	border-radius: 4px;
	border: none;
}

input.reg-btn:hover {
	color: #564A41;
	background-color: #E9E0D6;
}

textarea.reg-com {
	width: 90%;
	height: 7em;
}
table.reg-tbl span {
	font-size: 16px;
}
img.capt {
	vertical-align: middle;
}

/* メイン記事装飾 */
div.art {
	width: 90%;
	background: #fff;
	text-align: left;
	padding: 0.7em 0.7em 0.7em 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 1.2em auto;
}
/* メイン記事タイトル */
div.art strong {
	font-size: 18px;
}
/* メイン記事番号色 */
span.num {
/*	color: #008000; */
}
div.art-info {
	text-align: right;
	margin: 6px;
}

/* フォーム内リスト */
div#reg-box ul {
	margin: 0 0 6px 1em;
	padding: 0;
}
div.wide-80 {
	width: 80% !important;
}

/* 留意事項 */
div#note {
	margin: 1em auto;
	width: 98%;
	padding: 6px;
	text-align: left;
	border: 1px solid #462300;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div#note ul {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
	line-height: 140%;
}
div#note ul li{
	list-style: none;
}
div#close {
	margin: 1.2em;
	text-align: center;
}
td.oldlog {
	background: #fff;
}
div.val strong {
	color: #008000;
}

/* 顔アイコン */
img.image {
	margin: 0 8px 8px 0;
	vertical-align: middle;
	border: none;
}

/* popアイコン画面 */
div#pop-icon {
	margin: 8px 8px 16px 8px;
}
/* アイコン枠デザイン設定 */
div.photo {
	border: 1px solid #2b0000;
	background: #fff;
	width: 75px;
	height: 75px;
	float: left;
	margin: 3px;
}
/* アイコンおよびキャプション位置 */
p.image, p.caption {
	text-align: center;
	font-size: 12px;
	margin: 10px;
}
/* 画像廻り込み終了 */
.clear {
	clear: both;
}

/* アイコン位置 */
img.icon {
	vertical-align: middle;
	border: none;
	margin: 0 2px;
}
div.ttl {
	font-weight: bold;
	color: #572c00;
	border-bottom: 1px solid #572c00;
	padding: 2px;
}

/* 汎用画面寄せ */
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left !important;
}
.ta-c {
	text-align: center;
}

/* 返信記事 */
div.reslog {
	margin: 0 0 0 auto;
	width: 92%;
	text-align: left;
	border-top: 1px dashed gray;
	padding: 6px;
}
div.rescom {
	margin-top: 5px;
}

/* トピック画面 */
table.topic {
	border-collapse: collapse;
	width: 90%;
	margin: 5px auto 1em auto;
}
table.topic th, table.topic td {
	border: 1px solid #666;
	padding: 4px;
	font-size: 16px;
}
table.topic th {
	background: #c6c6c6;
}
table.topic td {
	background: #fff;
}
.w-s {
	width: 3.5em;
}
.w-m {
	width: 12em;
}
.mini {
	font-size: 16px !important;
}

/* ツリー式 */
dl#tree {
	width: 90%;
	margin-left: 3.5em;
	text-align: left;
}
dl#tree dt {
	margin-top: 1em;
}
dl#tree dd {
	margin-left: 1em;
}

/* 投稿・返信ボタン */
div.new-btn {
	width: 90%;
	text-align: left;
	margin: 1.2em auto 8px auto;
}
div#addform {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
div.res-btn {
	width: 92%;
	text-align: left;
	margin: 1em auto;
}
div.find-form {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}

/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
}
ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #a9bade;
	color: #000;
	border: 1px solid #3b5998;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	font-weight: 400;
	color: #564A41;
	background-color: #f4f0eb;
	border: dashed  1px #564A41;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	color: #E9E0D6;
	background-color: #564A41;
	border: dashed  2px #E9E0D6;
	box-shadow: 0 0 0 4px #564A41;
}

/* 入室画面 */
div#enter {
	margin-left: 3em;
	color: #666;
}
input.enter {
	padding: 5px;
	width: 250px;
}

.button:hover {
  background-color: #eee;
  color: #555;
}

.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], 
.button[disabled]:hover, 
.button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small {
  padding: 4px 12px;
}

/* Larger buttons styles */

.button.large {
  padding: 12px 30px;
  text-transform: uppercase;
}

.button.large:active {
  top: 2px;
}

/* Colored buttons styles */

.button.color {
  color: #fff;
}

/* */

.button.green {
  background-color: #57a957;
  border-color: #57a957;
}

.button.green:hover {
  background-color: #62c462;
}

.button.green:active {
  background: #57a957;
}

/* */

.button.red {
  background-color: #c43c35;
  border-color: #c43c35;
}

.button.red:hover {
  background-color: #ee5f5b;
}

.button.red:active {
  background: #c43c35;
}

/* */

.button.blue {
  background-color: #269CE9;
  border-color: #269CE9;
}

.button.blue:hover {
  background-color: #70B9E8;
}

.button.blue:active {
  background: #269CE9;
}

/* */

.green[disabled], 
.green[disabled]:hover, 
.green[disabled]:active {
  border-color: #57A957;
  background: #57A957;
  color: #D2FFD2;
}

.red[disabled], 
.red[disabled]:hover, 
.red[disabled]:active {
  border-color: #C43C35;
  background: #C43C35;
  color: #FFD3D3;
}

.blue[disabled], 
.blue[disabled]:hover, 
.blue[disabled]:active {
  border-color: #269CE9;
  background: #269CE9;
  color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.button-group {
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 7px;
  border-radius: 7px; 
}

.button-group li {
  margin-right: -1px; /* Overlap each right button border */
}

.button-group .button {
  font-size: 16px; /* Set the font size, different from inherited 0 */
  border-radius: 0; 
}

.button-group .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;   
}

.button-group li:first-child .button {
  border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button {
  border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

/* コメント・返信表示のフォントとサイズを統一（ログ表示の崩れ対策） */
/* 既存スタイルを邪魔しないために重要度を上げています */
div.art p,
div.reslog p,
div.rescom,
div.com,
.art p,
.rescom p,
.reslog .art p {
		font-size: 16px !important;
		line-height: 1.6 !important;
		font-family: "Meiryo", "MS PGothic", "Osaka", Arial, sans-serif !important;
		color: #564A41 !important;
}

