.common_box { border-top: 1px solid #7a622a; border-left: 1px solid #7a622a; border-right: 1px solid #7a622a; border-bottom: 1px solid #7a622a; margin-bottom: 1%;background:#fff; }
.common_box2{ border-top: 1px solid #7a622a; border-bottom: 1px solid #7a622a; margin-bottom: 1%;background:#fff; }
.common_box3{ background:#fff; border-bottom: 1px solid #fff;}
.common_box4{ border-top: 4px solid #777; border-bottom: 1px solid #777;  }

.form_title {
	margin-top: 3%;
	line-height: 1.6em;
}

.agree_box {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 10px;
	box-sizing: border-box;
}

caption { display:none; }
table.border thead th { border-left:0; }
table.border tbody th, table.border tbody td { border-left: 1px solid #ddd; }
table.border thead th:first-child, table.border tbody th:first-child, table.border tbody td:first-child { border-left:0; }
table.th_bg th { background-color: #f2f2f2; }


.board_list {
	/* width: 1125px; */
	margin: 0 auto;
	/* padding: 90px 0; */
}

.board_list_article {
	/* margin: 70px auto; */
}

/*
.board_list .write {background-color:#313131;color:#fff;text-align:center;padding: 10px 20px;width: 210px;margin:30px auto;box-sizing:border-box;}
.board_list .write a {display: inline-block;}
*/

.search_wrap {padding: 0 130px 0 200px;}
.search_wrap:after{ display:block; height:0; content:""; clear:both; float:none; }

.search_wrap > * {height:34px;line-height:34px;border: 1px solid #c9c9c9;vertical-align:middle;padding: 0 20px;font-size: 16px;}
.search_wrap select {float:left;width:190px;margin-left: -200px;}
.search_wrap input[type="text"] { float:left; width:100%;}
.search_wrap .submit {float:right;width:120px;margin-right:-130px;background: #535353;color: #fff;}


.board_view {
	width: 1125px;
	margin: 0 auto;
	padding: 70px 0;
}

.board_view_article {
	border-top: 3px solid #c9c9c9;
}

.board_view_article .subject {
	padding: 22px 35px;
	font-weight: bold;
}

.board_view_article .info {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	background: #eeeeee;
	padding:0 35px;
	margin-bottom: 4px;
}

.board_view_article .info:after{ display:block; height:0; content:""; clear:both; float:none; }

.board_view_article .info dl { text-align:right; float:right; height:46px; line-height:46px;}
.board_view_article .info dl dt { float:left; font-weight:bold; margin:0 20px;}
.board_view_article .info dl dd { float:left; font-size:16px; }

.board_view_article .desc {
	clear:both;
	float:none;
	border: 1px solid #cecece;
	padding: 40px;
}

.board_view .link {
	text-align: center;
	margin: 15px auto;
}

.board_view .link a { background: #535353;color: #fff; width:178px; height:48px; line-height:48px; }


.pw_form {
	display: none;
	width: 262px;
	position: absolute;
	top: 380px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 220px 440px;
	background-color: #fff;
}

.pw_form p { text-align:center; margin-bottom:10px; }

.pw_form input[type="password"] { width:100%; padding:5px 10px; }

.pw_form form a {margin-top: 15px;display: inline-block;padding:10px 0;text-align:center;color:#fff;background-color:#7e7e7e;font-size: 0.8em;width: 49%;float: left;margin-left: 2%;}

.pw_form form a.list { margin-left:0; }


ul.board {border-top: 1px solid #c9c9c9;border-bottom: 1px solid #c9c9c9;line-height: 2.5em;}
ul.board li:after { display:block; height:0; float:none; clear:both; content:""; }
ul.board li {border-bottom: 1px solid #ddd;}
ul.board li:last-child { border-bottom:0; }
ul.board li.board_head {
	/* border-bottom: 1px solid #666; */
	font-weight: bold;
}


ul.board li.board_head div {
	text-align: center;
	padding: 0;
	font-size: 18px;
	color: #606060;
	font-weight: bold;
	background-color: #f5f5f5;
}

ul.board li.board_notice {
	background-color: #eeeeee;
	font-weight: bold;
}

ul.board li > div {
	float: left;
	box-sizing: border-box;
	text-align: center;
	color: #757575;
	font-size: 14px;
	padding: 0 20px;
	border-left: 1px solid #c9c9c9;
}
ul.board li > div:first-child {border-left:0; }
ul.board li.board_notice > div { font-weight:bold; }

ul.board li .num {
	width: 100px;
}

ul.board li.board_notice .num span {
	background-color: #ff5114;
	border-radius:5px;
	color: #fff;
	padding: 6px 9px;
}


ul.board li .subject_wrap {
	width: 700px;
	font-size: 16px;
	text-align: left;
}

ul.board li .subject_wrap .subject, ul.board li .subject_wrap2 .subject {
	float:left;
	max-width: 94%;
	margin-right: 3%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

ul.board li .writer {
	width: 140px;
}

ul.board li .date {
	width: 140px;
}

ul.board li .read_count {
	width: 10%;
}

ul.board li .status {
	width: 10%;
}


ul.board li .status span {
	background-color: #ff5114;
	border-radius:5px;
	color: #fff;
	padding: 6px 9px;
}

ul.board li .status.wait span {
	background-color:#c9c9c9;
}
ul.board li .status.complete span {
	background-color: #ff5114;
}

ul.board li .subject_wrap2 {
	width: 60%;
	padding-left: 36px;
	padding-right: 36px;
}

ul.board li .subject_wrap2 .subject {
	float:left;
	max-width: 97%;
	margin-right: 3%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

ul.board li .subject_wrap .reply, ul.board li .subject_wrap2 .reply {
	float:left;
	width: 28px;
	text-align:left;
	margin-right: 10px;
	margin-left: -38px;
}

ul.board li .file {
}


.subject_wrap.re {
	padding-left: 38px;
}

.subject_wrap.cate01, .subject_wrap.cate02, .subject_wrap.cate03 {
	padding-left: 84px;
}

.subject_wrap.cate04 {
	padding-left: 105px;
}

.subject_wrap.cate01 .category, .subject_wrap.cate02 .category, .subject_wrap.cate03 .category {
	float:left;
	width: 74px;
	text-align:left;
	margin-right: 10px;
	margin-left:-84px;
}

.subject_wrap.cate04 .category {
	float:left;
	width: 95px;
	text-align:left;
	margin-right: 10px;
	margin-left:-105px;
}


.subject_wrap.new {
	padding-right: 19px;
}

.subject_wrap.file {
	padding-right: 16px;
}

.subject_wrap.new.file {
	padding-right: 33px;
}

.subject_wrap .icon img {margin-left: 2px;}
.subject_wrap .icon img:first-child { margin-left:0; }

.subject_wrap.new .icon {
	float: left;
	margin-right: -17px;
}

.subject_wrap.file .icon{
	float: left;
	margin-right: -14px;
}

.subject_wrap.new.file .icon {
	float: left;
	margin-right: -33px;
}

#page {
	position: relative;
	text-align: center;
	color: #777;
	margin: 3% auto;
	display: table;
	background-color: #fff;
}
#page a {
	position: relative;
	display: inline-block;
	border: 1px solid #707070;
	/* border-bottom: 1px solid #e8e8e8; */
	/* border-right: 1px solid #e8e8e8; */
	margin: 0 5px;
	color: #707070;
	width: 28px;
	height: 28px;
	line-height: 26px;
	vertical-align: middle;
	float: left;
	box-sizing: border-box;
}
#page a.on, #page a:hover {
	/* background: #5d5d5d; */
	/* color: #fff; */
	font-weight: 700;
	color: #e7430a;
	border-color: #e7430a;
}
#page a.first {
	background: url('../../img/layout/page_navi.png') no-repeat -8px center;
	/* border-left: 1px solid #e8e8e8; */
}
#page a.prev {
	background: url('../../img/layout/page_navi.png') no-repeat -50px center;
}
#page a.next {
	background: url('../../img/layout/page_navi.png') no-repeat -92px center;
}
#page a.last {
	background: url('../../img/layout/page_navi.png') no-repeat -134px center;
}