@charset "utf-8";
/* CSS Document */
h4 {
	width: 880px;
	margin: 0px auto;
	margin-top: 20px;
}

.bbsNotice {
	width: 880px;
	margin: 0px auto;
	margin-top: 10px;
}


#mainContentsBody {
	padding-bottom:30px;
}

#bbsWrapper {
	width:880px;
	margin:0px auto;
	margin-top:20px;
	color:#444546;
}

#bbsPostArea {
	background:#f5f5f5;
	height:0px;
	padding:0px 10px;
	overflow:hidden;
}

#bbsPostArea h4 {
	background:#dfdfdf;
	line-height:30px;
	height:30px;
	
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	padding:0px 10px;
}

#bbsPostCaption {
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#fff;
	background:#c4c4c4;
	text-align:center;
	cursor:pointer;
}

#bbsPostCaption img {
	margin-left:5px;
	vertical-align:middle;
}

#bbsAreaController {
	background:#c4c4c4;
	text-align:center;
	height:15px;
	padding-top:5px;
	position:relative;
	cursor:pointer;
}

#bbsForm {
	position:relative;
	padding-bottom:5px;
}

.bbsNotice {
	margin-top:20px;
	padding:0px 10px;
	margin-bottom:10px;
}

.bbsNoticeList {
	margin-top:20px;
	padding-left:0.5em;
}

.bbsNoticeList li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:1em;
}

/* form */
.formHR {
	margin:0px -20px;
	border-top:1px solid #e6e6e6;
	margin-bottom:10px;
}


#formElements {
	position:relative;
}

#formElements li {
	background: #E8E8E8;
	margin-top: 2px;
	padding: 10px;
	min-height: 35px;
	line-height:35px;
	position:relative;
}

#formElements li.error {
	background:#ffacc0;
}

#formElements li.textForm {
	height:auto;
}

#formElements li .caption {
	display: inline-block;
	width: 305px;
	float: left;
	font-size:16px;
}

#formElements li p.caption {
	line-height:normal;
}

#formElements li p.caption span {
	font-size:12px;
}

.elem_username {
	width:200px;
	height: 29px;
	line-height:29px;
}

.elem_prefecture {
	height: 29px;
	line-height:29px;
	min-width: 100px;
}

.elem_comment  {
	padding: 5px;
	overflow: hidden;
	resize: none;
	
	width:400px;
	height:150px;
}

.elem_text{
	border: none;
	height: 23px;
	padding: 5px;
	width: 200px;
	max-width: 515px !important;
}

.elem_area {
	resize: none;
	max-width: 520px !important;
	height: 200px;
	border: none;
}

.elem_select {
	border: none;
	height: 33px;
	line-height:33px;
}

#btnArea {
	text-align:center;
}

.formBtn {
	display:inline-block;
	cursor: pointer;
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	padding:0px 15px;
	background: #FF003C;
	position: relative;
	
	height:36px;
	line-height:36px;
}

.formBtn p.btnText {
	color: white;
	font-size:16px;
	height:36px;
	float:left;
	
	margin-left:auto;
}


.formBtn p.btnArrow {
	color: #353C35;
	margin-left: 6px;
	font-size:12px;
	height:36px;
	float:left;
}

.formBtn.sub {
	background:#fefefe;
	border:1px solid #d3d3d3;
	margin:-1px;
}

.formBtn.sub p.btnText {
	color:#454545;
}

.formBtn.sub p.btnArrow {
	color:#454545;
}


/* postItem */
.postItem {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:20px;
	margin-top:20px;
}

.postNameArea {

}

.postName {
	display:inline-block;
	font-size:16px;
	color:#444546;
	float:left;
	height:24px;
	line-height:24px;
}

.postGender {
	display:inline-block;
	background:#c8c8c8;
	padding:0px 5px;
	color:#fff;
	margin-left:10px;
	margin-top:2px;
	font-size:10px;
	float:left;
	height:20px;
	line-height:20px;

}

.postDate {
	font-size:10px;
	color:#aeaeae;
}

.postText {
	margin-top:18px;
}

.checkText {
	width:500px;
	float:left;
	line-height:1.6em;
}

.inputNotice {
	margin-bottom:10px;
}

.inputNotice span {
	color: #E50D3E;
}

.must {
	color: #E50D3E;
	font-size:16px;
}

#errorCaption {
	background:#e8e8e8;
	text-align:center;
	color:#fe104e;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}

#errorCaption span {
	display:inline-block;
	height:18px;
	width:30px;
	background:#ffacc0;
	margin-right:5px;
	
	position:relative;
	bottom:-4px;
	bottom:-10px\9;
}


#pageNation {
	text-align:center;
	margin-top:20px;
}

#pageNation li {
	display:inline-block;
	margin-left:10px;
	
	background:#ececec;
	padding:0px 15px;
	
	height:45px;
	line-height:45px;
	cursor:pointer;
}

#pageNation li a {
	text-decoration:underline;
}

#pageNation li:hover {
	background:#c8c8c8;
}

#pageNation li.current {
	background:#c8c8c8;
	cursor:default;
}

#pageNation li:first-child {
	margin-left:0px;
}

#pageCount {
	margin-top:15px;
	text-align:center;
}