@charset "utf-8";
/* CSS Document */
#loading  {
	position: absolute; z-index:100;
	background: #000;
	img-align:center;
	top: 200px;
	left: 250px;
	display: none;
}

#confirm, #complete, #complete_error {
	display: none;
}

#lean_overlay  {
	position: fixed; z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

#modal-window {
	background-color: #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	padding: 10px;
	width: 615px;
	height: 470px;
	-webkit-text-size-adjust: none;
}

#modal-window h1{
	color:#317bc0;
	margin:5px 15px 15px 15px;
	padding:0;
	background-color:#fff;
}

#modal_confirm {
	position: absolute;
	top: 430px;
	right: 100px;
	display: block;
	width: 132px;
	height: 51px;
	background: url('../img/contents/button_next.gif') no-repeat;
	z-index: 2;
	cursor : pointer;
}

#modal_confirm2 {
	position: absolute;
	top: 535px;
	right: 100px;
	display: block;
	width: 132px;
	height: 51px;
	background: url('../img/contents/button_next.gif') no-repeat;
	z-index: 2;
	cursor : pointer;
}

#modal_insert {
	position: absolute;
	top: 430px;
	right: 84px;
	display: block;
	width: 148px;
	height: 48px;
	background: url('../img/contents/button_save.png') no-repeat;
	z-index: 2;
	cursor : pointer;
}

#modal_insert2 {
	position: absolute;
	top: 535px;
	right: 100px;
	display: block;
	width: 148px;
	height: 48px;
	background: url('../img/contents/button_save.png') no-repeat;
	z-index: 2;
	cursor : pointer;
}

#modal_back {
	position: absolute;
	top: 430px;
	left: 100px;
	display: block;
	width: 132px;
	height: 51px;
	background: url('../img/contents/button_back.gif') no-repeat;
	z-index: 2;
	cursor : pointer;
}

#modal_back2 {
	position: absolute;
	top: 535px;
	left: 100px;
	display: block;
	width: 132px;
	height: 51px;
	background: url('../img/contents/button_back.gif') no-repeat;
	z-index: 2;
	cursor : pointer;
}
.modal_close {
	position: absolute;
	top: 430px;
	left: 100px;
	display: block;
	width: 132px;
	height: 51px;
	background: url('../img/contents/button_close.gif') no-repeat;
	z-index: 2;
	cursor : pointer;
}

 .modal_close2 {
 	position: absolute;
	top: 210px;
	right: 250px;
	display: block;
	width: 132px;
	height: 51px;
	background: url('../img/contents/button_close.gif') no-repeat;
	z-index: -1;
	cursor : pointer;
}

#output_focus, #output_titleC2, #output_commentC2 {
	padding:10px 0px 10px 15px;
	font-size:10px;
}

/*#contents .column_right a {*/
#contents a {
	padding-left:0px;
}

/*#contents .column_right #board_list a {*/
#contents #board_list a {
	padding-left:20px;
}

/*#contents .column_right #board_list {*/
#contents #board_list {
	position:relative;
	display:inline-block;
	margin-bottom:10px;
	/* border:15px solid;*/
	/* padding 上右下左*/
	/* padding:10px 10px 10px 20px;*/
	width:100%;
	border-color:#F5F5F5;
	-webkit-text-size-adjust: none;
}

/*#contents .column_right #board_list ul {*/
#contents #board_list ul {
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
	width:100%;
}

/*#contents .column_right #board_list h1{*/
#contents #board_list h1{
	color:#317bc0;
	margin:15px 25px 25px 15px;
	padding:0;
	background-color:#fff;
}

/*#contents .column_right #board_list table, div{*/
#contents #board_list table, div{
	word-wrap:break-word;
	word-break: break-all;
}

/*#contents .column_right #board_list_new {*/
#contents #board_list_new {
	position:relative;
	display:inline-block;
	margin-bottom:10px;
	/* border:15px solid;*/
	/* padding 上右下左*/
	padding:10px 10px 10px 20px;
	/*width:715px;*/
	height:580px;
	border-color:#F5F5F5;
	-webkit-text-size-adjust: none;
}

/*#contents .column_right #board_list_new ul {*/
#contents #board_list_new ul {
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
	width:100%;
}
/*#contents .column_right #board_list_new h1{*/
#contents #board_list_new h1{
	color:#317bc0;
	margin:15px 25px 25px 15px;
	padding:0;
	background-color:#fff;
}
table.board {
	margin:0 auto 10px auto;
	width:95%;
	float:left;
	border-collapse:collapse;
}
table.board caption {
	text-align:left;
	padding-bottom:5px;
}
table.board th, table.board td {
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	padding:10px 15px;
}
table.board td textarea {
	background-color:#F8F7EE;
	border:1px solid #ccc;
	width:300px;
	height:12em;
	scrollbar-base-color: mistyrose;
}
table.board td select {
	padding:2px;
}

table.board td input {
	width:300px;
	border:1px solid #ccc;
	background-color:#F8F7EE;
}

table.board td.name {
	width:110px;
	padding:10px 0px 10px 15px;
}

table.board td.pic input {
	width:300px;
}

table.board td.title input {
	width:300px;
}

table.board td.save input {
	width:60px;
	border:1px solid #ccc;
	background-color:#F8F7EE;
}

table.board td.nick input {
	width:100px;
}

table.boardPop {
	margin:0 auto 10px auto;
	width:97%;
	float:left;
	border-collapse:collapse;
}

table.boardPop th, table.boardPop td {
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	/* padding 上右下左*/
	padding:10px 0px 10px 15px;
}

table.boardPop td textarea {
	background-color:#F8F7EE;
	border:1px solid #ccc;
	width:300px;
	height:12em;
	scrollbar-base-color: mistyrose;
}
table.boardPop td select {
	padding:2px;
}

table.boardPop td input {
	width:300px;
	border:1px solid #ccc;
	background-color:#F8F7EE;
}

table.boardPop td.name {
	width:95px;
	padding:10px 0px 10px 15px;
}

table.boardPop td.pic input {
	width:300px;
}

table.boardPop td.title input {
	width:300px;
}

table.boardPop td.save input {
	width:60px;
	border:1px solid #ccc;
	background-color:#F8F7EE;
}

table.boardPop td.nick input {
	width:100px;
}