@charset "utf-8";

/* Colors */

#nav_forum		{color:#cd5c5c;}

a						{color:#cd5c5c;}
h1					{color:#cd5c5c;}
h2					{border-color:#cd5c5c;}
.bbsinput th		{background-color:#cd5c5c;}


/* images */

h3								{background-image:url(/obj/h3_forum.gif);}
header   						{background-image:url(/obj/forum_title.jpg);}
div#navpanel_bottom	{background-image:url(/obj/forum_image.jpg);}

/* input form */

table {
	margin: auto;
	width: 100%;
	padding: 0;
}

th, td {
	margin: 0
}

.bbsinput th {
	width:120px;
	padding-right: 5px;
	text-align: right;
}
.bbsinput td {
	background-color:#eee;
	padding: 5px;
}

.input-title {
	padding: 1px;
	width: 100%;
}
.input-message {
	padding: 1px;
	width: 100%;
	height: 12em;
}


/********** 投稿フォーム選択ボックス **********/

.form-select {
	display: flex;
	margin: 0;
	padding: 6px;
}
.form-type {
	margin: 5px;
	padding: 0px;
	width: 50%;
	border: 2px solid #cd5c5c;
	list-style: none;
	color: #fff;
	font-size: 16px;
	font-family: 'HeiseiKakuGothic-W5','HiraKakuProN-W6','平成角ゴシック体','平成角ゴシック','中ゴシック体','メイリオ','ＭＳ Ｐゴシック','ＭＳゴシック',sans-serif;
}
.form-type a	{
	color: black;
	text-decoration: none;
}

li.form-type  {
	background-color: #eee;
}
li:hover.form-type  {
	background-color: #fff;
}
.form-description	{
	padding: 3px;
	font-size: 11px;
}
.form-description a	{
	color: black;
}
.form-name {
	padding: 5px;
	color: #fff;
	background-color: #cd5c5c;
}


/********** BBS panel **********/

td.button-post{
	display: flex;
	justify-content: flex-end;
}
input.button-post {
	display: inline-block;
	padding: 2px 40px
}

div.bbsnav{
	margin-top: 30px;
	background-color: #eee;
	width: 100%;
}

/********** BBS main **********/

.bbslist h2 {
	margin-bottom: 5px;
}
.bbsinput h2 {
	margin-bottom: 5px;
}

section.bbsinput, div.bbsinput{
	margin: 20px auto;
	width: 100%;
	max-width: 500px;
}

div.bbslist-page {
	margin: 5px auto;
	width: 100%;
	max-width: 740px;
}

ol.bbssublist{
	margin-bottom: 10px;
	list-style-type: decimal-leading-zero;
}
.bbslist li:hover{
	background-color: #eee;
}
a.bbslist-link, a.bbssublist-link {
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

span.bbslist-subject {
	font-size: 16px;
}
span.bbslist-author {
	color: #333;
	margin-right: 5px;
	margin-left: auto;
	font-weight: normal;
}
span.bbslist-date,
span.bbssublist-date {
	color: #333;
 	font-size: 10px;
 	font-family: serif;
 	font-weight: lighter;
	white-space: nowrap;
}

/********** BBS **********/

section.message {
	margin-bottom: 35px;
}

.message h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.message h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: solid 2px #eee;
	border-bottom: solid 1px #eee;
	text-decoration: none;
	background-image: none;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.message-subject {}
.message-author {
	color: #333;
	margin-right: 5px;
	margin-left: auto;
	font-weight: normal;
}
.message-delete {
	margin-top:auto;
	padding: 2px;
	height:14px;
	border: solid 1px #999;
	border-radius: 2px;
	background-color: #eee;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}
a.message-delete:hover {
	background-color: #c99;
}
 
p.message-date{
	text-align: right;
}


/* .bbsinput table {
	border-collapse:collapse;
} */


/********** Delete Page **********/

.message-del p {
  text-align: right;
}

/*-------------------- 		funs link	-------------------- */

a.link-list {
	padding: 3px;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
}
a.link-list:hover {
	background-color: #eee;
}

ul.link-list {
	margin-left: 10px 10px 30px 10px;
	list-style-type: none;
}

li.link-list {
	margin: 2px;
	padding: 0;
}

div.link-keys {
    border: solid 1px;
    margin: 20px;
	padding: 10px;
}

ul.link-keys {
	display: inline-block;
    vertical-align: top;
	list-style-type: none;
    margin: 10px;
    width: 200px;
}

.link-keys  li{
	padding: 2px;
}
input.link-keys  {
    margin: 10px;
}

.list-date {margin-left: auto;color: #333;}

