@charset "utf-8";
/*
--------------------------------------------------------
Title:PCA2BBS用CSS
Contents:

supplement:

Lastupdate:5/31/2010
producer:koizumi
Copyright OPENWEBSYSTEM
--------------------------------------------------------
*/

div#bbs-wrap {
	width: 100%;
}

div#bbs-wrap p {
	margin-bottom: 24px;
}

div.bbs-navibox {
	text-align: right;
}
div.bbs-navibox div, div.bbs-navibox a {
	margin: 8px 0;
}

a.contribute {
	padding: 5px;
	background: #7ed403;
	border-top: #8ee314 solid 1px;
	border-bottom: #7bc511 solid 1px;
	border-left: #8ee314 solid 1px;
	border-right: #7bc511 solid 1px;
	color: #FFF;
	font-weight: bold;
}
a.contribute:hover {
	color: #666;
}

/*----- 記事一覧 -----*/
table#bbslist {
	width: 100%;
	overflow: hidden;
	margin: 5px auto;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
}
table#bbslist th {
	padding: 5px;
	background: #d5d4a7;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
table#bbslist img {
	margin-right: 5px;
	vertical-align: middle;
}

table#bbslist td {
	padding: 5px;
	border-bottom: #999999 dotted 1px;
	vertical-align: middle;
}

.bbs_no {
	width: 80px;
	text-align: right;
}
.bbs_title {
}
.bbs_cnt {
	width: 56px;
}
.bbs_name {
	width: 120px;
}
.bbs_last {
	width: 120px;
}
.bbs_update {
	width: 100px;
}
/*td*/
td.bbs_cnt {
	text-align: center;
}
td.bbs_update {
	font-size: 12px;
}


/*----- 記事詳細ページ -----*/
/*共通*/
div.action-box {
	margin-top: 8px;
	margin-bottom: 24px;
	text-align: right;
}
div.action-box a {
	margin-left: 8px;
}
#bbs-wrap dl {
	margin-bottom: 24px;
	margin-left: 24px;
}
#bbs-wrap dl dt {
	padding: 5px;
	font-weight: bold;
	border: #999 solid 1px;
}
#bbs-wrap dl dd {
	padding: 5px;
	border-bottom: #999 solid 1px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
}
.cdate {
	font-size: 10px;
	text-align: right;
}
.cname {
	position: relative;
}
.cname img {
	margin-right: 5px;
}

#bbs-wrap dl dd.ctxet {
	padding: 10px 5px 5px 10px;
	line-height: 140%;

/* Mozilla */  
white-space: -moz-pre-wrap;  
/* Opera 4-6 */  
white-space: -pre-wrap;  
/* Opera 7 */  
white-space: -o-pre-wrap;  
/* CSS3 */  
white-space: pre-wrap;  
/* IE 5.5+ */  
word-wrap: break-word; 
}
.cimg {
	overflow: hidden;
	text-align: center;
}

/*親記事*/
#bbs-wrap dl#parents-article {
	margin-bottom: 0px;
	margin-left: 0;
}
#bbs-wrap dl#parents-article dt {
	padding-left: 24px;
	background: #8ed2e3 url(../img/bbs_arrow.png) left center no-repeat;
	border-color: #84bfcd;
}
#bbs-wrap dl#parents-article dd {
	border-color: #84bfcd;
}
#bbs-wrap dl#parents-article dd.cdate {
	background: #8ed2e3;
}
#bbs-wrap dl#parents-article dd.cname {
	background: #8ed2e3;
}
/*子記事（パートナー）*/
.partner-article {
}
#bbs-wrap dl.partner-article dt {
	background: #dce38e;
	border-color: #c8ce83;
}
#bbs-wrap dl.partner-article dd {
	border-color: #c8ce83;
}
.partner-article dd.cdate {
	background: #dce38e;
}
.partner-article dd.cname {
	background: #dce38e;
}
/*子記事（会員）*/
.member-article {
}
#bbs-wrap dl.member-article dt {
	background: #f9f0d3;
	border-color: #e7dfc6;
}
#bbs-wrap dl.member-article dd {
	border-color: #e7dfc6;
}
.member-article dd.cdate {
	background: #f9f0d3;
}
.member-article dd.cname {
	background: #f9f0d3;
}


/*子記事（一般）*/
.public-article {
}
.public-article dt {
	background: #CCC;
}
#bbs-wrap dl.public-article dd {
}
.public-article dd.cdate {
	background: #CCC;
}
.public-article dd.cname {
	background: #CCC;
}
.public-article dd.ctxet {
}
.public-article dd.cimg {
}


/*特殊*/
div#item_wrap dl dt.teach {
	background: #6699CC;
}

div#item_wrap dl dd.tea_date {
	padding: 0 4px 4px;
	background: #6699CC;
	text-align: right;
	font-size: 10px;
}


/*記事管理フォーム*/
form#change {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	text-align: right;
}
form#change .inputitem {
		border: #333333 solid 1px;
}
form#change select {
	font-size: 12px;
}


/*返信入力フォーム*/
form#resinput {
	width: 580px;
	margin: auto;
	margin-bottom: 15px;
	text-align:left;
}

table#restable {
	width: 580px;
	margin: 0 auto;
	border: #666666 solid 1px;
	text-align: left;
	border-collapse: collapse;
}

table#restable tbody input, table#restable tbody select, table#restable tbody textarea {
	border: #333333 solid 1px;
}

table#restable th {
	width: 8em;
	padding-left: 4px;
	text-align: right;
}
table#restable th, table#restable td{
	padding-top: 4px;
	padding-bottom: 4px;
}

.txt_top {
	vertical-align: top;
}

.top_line {
	border-top: #666666 solid 1px;
}

td.top_line input {
	margin-left: 2px;
	margin-right: 2px;
}



/*********************　入力確認画面　*********************/
table#resconftable {
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
}
table#resconftable th {
	width: 6em;
	padding: 6px 2px 2px;
	border-bottom: #CCC dotted 1px;
	font-weight: bold;
}
table#resconftable td {
	padding: 6px 2px 2px;
	border-bottom: #CCC dotted 1px;
}
form#conf_form {
	margin: 15px auto;
	text-align: center;
}


/*修正削除*/
div#item_wrap dl dt.delet_topic {
	background: #e5e5e5;
}
div#item_wrap dl dt.delet_topic span {
	margin-left: 4px;
	color: #FF9933;
	font-size: 12px;
}
div#item_wrap dl dt.delet_res {
	background: #e5e5e5;
}
div#item_wrap dl dd.ddate {
	padding: 0 4px 4px;
	background: #e5e5e5;
	text-align: right;
	font-size: 10px;
}

form#del_form {
	margin: 15px auto 0;
	text-align: center;
}

/*エラー*/
form#errback {
	margin-bottom: 24px;
	text-align: center;
}


