@charset "utf-8";
/*
CSS Information
 File name:      bbs_write.css
 Author:         Administrator
 Style Info:     /sp/bbs_write.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */

.compMsg {
	width: 80%;
	margin: 0 auto 10px;
	padding: 10px;
	text-align: left;
}

.compMsg em {
	display: block;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.errMsg {
	padding: 10px 10px 0;
	margin: 0 auto 10px;
	width: 80%;
	border-style: solid;
	border-width: 1px;
	color:#f00;
}

.compMsg p,
.errMsg p {
	margin-bottom: 10px;
}

.errMsg p:before {
	content: "！";
}

#content form {
	text-align: center;
}

#content dl dt {
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#content dl dd {
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#content input[type="text"] {
	width: 80%;
	height: 25px;
}

#content textarea {
	width: 80%;
	height: 8em;
}

#content input[type="submit"]{
	font-size: 123.1%;
}

#content .back {
	margin: 0 auto 10px;
	width: 95%;
	height: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
}

#content .back a {
	display: block;
	color: #000000;
}

.txt_ess_r {
	color: #ff0000;
	font-size: 93%;
	text-align: right;
	margin-right: 10px;
}