
/*--VA board--*/
table.va_board{
	border-collapse:collapse;
	width:400px;
	height:250px;
	border:2px solid #9400d3;
	border-radius:5px;
	background:rgb(254,252,234,.98);
}

th.va_board{
	background-image:linear-gradient(45deg,#fcf 25%,transparent 25%,transparent 75%,#fcf 75%,#fcf),linear-gradient(-45deg,#fcf 25%,transparent 25%,transparent 75%,#fcf 75%,#fcf);
	background-size:9px 9px;
}

.va_banner{
	width:130px;
	height:43px;
	position:relative;
	top:3px;
	border:1px solid #000;
	border-radius:3px;
	object-fit:cover;
}
/*--//VA board--*/

.va_link{
	color:#00f;
	text-decoration:none;
}
.va_name{
	padding-left:8px;
	font-size:20px;
	font-weight:bold;
	text-shadow:0 0 1px #888;
}

.va_name:hover{
	color:#05f;
	text-decoration:underline;
}

.one_word_board{
	width:230px;
	height:145px;
	border:2px solid #ec9;
	border-radius:8px;
	position:relative;
	left:8px;
	font-size:13px;
	font-weight:bold;
	text-shadow:0 0 1px #888;
	color:#000;
	padding:5px 6px;
	background:#f0e68c;
}

.va_text{
	font-size:18px;
	color:#4b0082;
	opacity:.8;
	padding-right:6px;
}

.va_bu{
	width:135px;
	height:180px;
	border:1px solid #000;
	border-radius:5px;
	background:url(../../img/b.png);
	background-size:cover;
	background-position:center bottom;
}

.mail{
	padding-right:8px;
}
.mail:hover{
	opacity:0.7;
}
