@charset "utf-8";
/* CSS Document */

.out-tit0 h1{
	background:#e2eb00;
	color:#00693e;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	padding-left:16px;
	margin-top:50px;
	margin-bottom:40px;
}

.outNote{
	margin-top:10px;
	font-size:14px;
}

.out-update{
	font-size:14px;
	margin-bottom:80px;
}


/*-----------------
table
------------------*/
.out-sec{
	width:100%;
	margin-bottom:40px;
}

.out-sec h2{
	font-size:14px;
	margin-bottom:10px;
}

.out-sec h2 span {
	color:#e2eb00;
}

.out-sec table{
	width:100%;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	font-size:14px;
	line-height:1.6;

}

.out-sec table th,
.out-sec table td{
	padding:10px 10px 10px 20px;
	text-align:left;
	border-bottom:solid 1px #ccc;
}

.out-sec table th{
	width:230px;
	font-weight:normal;
	background:#f6f7ce;
}


