/*outline*/
.outline{
	width: 100%;
}
.outline th,
.outline td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.outline th{
	width: 200px;
	font-weight: normal;
	background: #f8f7f4;
}
.c-notice{
	padding: 15px;
	border: 1px solid #ccc;
	margin-top: 30px;
}
.box2{
	margin-top: -30px;
	margin-bottom: 20px;
}
/*mq*/
@media (max-width: 767px){
	.outline th,
	.outline td{
		width: 100%;
		display: block;
	}
	.outline th{
		border-bottom: none;
	}
}
.mt20{
	margin-top:20px;
}
