@charset "utf-8";



.postingArea {
	width: 650px;
	background: #FFF;
	padding: 20px;
	border: 1px solid #666;
	box-shadow: 5px 5px 10px #333;
	position: absolute;
}

a.btn_close {
	background: #999;
	font-size: 18px;
	text-align: center;
	padding: 5px 7px;
	color: #FFF;
	position: absolute;
	top: 7px;
	right: 20px;
}

a:hover.btn_close, a:active.btn_close, a:focus.btn_close {
	background: #EA5405;
	text-decoration: none;
}


.postingTitle {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.explain {
	margin: 20px 0px;
	padding-left: 5px;
	font-size: 11px;
}

.explain ul {
	margin: 0px;
	padding: 0px;
}

.explain li {
	background: url(../img/icon_exp.png) no-repeat left;
	padding-left: 10px;
	line-height: 15px;
}


.postingArea table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0px;
}

.postingArea table th {
	padding: 5px;
	width: 120px;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

.postingArea table td {
	padding: 5px;
}

.postingArea table th .memo {
	font-size: 11px;
	display: block;
}

.postingArea table td .memo {
	font-size: 11px;
	color: #999;
	text-align: right;
	display: block;
}



.postingArea input[type="text"].commonText {
	width: 480px;
}

.postingArea input[type="text"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #999;
	padding: 3px;
}
.postingArea input[type="file"] {
	width: 480px;
}

.editIntroBox {
	border: 1px dashed #999;
	width: 480px;
}
.editIntroBox textarea {
	width: 460px;
	border: none;
	min-height: 80px;
	padding: 5px;
	resize: none;
	overflow: hidden;
}

.countText {
	background: #F6F6F6;
	border-top: 1px dotted #CCC;
	color: #999;
	font-size: 11px;
	padding: 0px 5px 0px 0px;
	text-align: right;
}


.postingArea select {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #999;
	padding: 3px;
}

.postingArea select.time {
	width: 60px;
}

.buttonArea {
	margin: 20px;
	text-align: center;
}

a.btn_post {
	display: inline-block;
	background: #999;
	font-size: 18px;
	text-align: center;
	padding: 10px 0px;
	width: 320px;
	margin: 20px auto;
	color: #FFF;
}
a:hover.btn_post, a:active.btn_post, a:focus.btn_post {
	background: #EA5405;
	text-decoration: none;
}


.imgPrev {
	width: 140px;
	margin-bottom: 10px;
}
