@charset "utf-8";
/* CSS Document */

.contents{
	margin-top: 50px;
}

article{
	width: 75%;
}

aside{
	width: 20%;
}

.contents{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.info{
	position: relative;
	padding: 10px 15px 6px 15px;
	margin-bottom: 40px;
	background-color: rgb(0,0,0,0.02);
}

.info-date{
	margin-left: 17px;
	font-size: 13px;
}

.info-header{
	display: flex;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 10px;
}

.info-title{
	font-size: 23px;
}

.info-cat{
	font-size: 13px;
}

.info-content{
	margin-top: 8px;
	margin-left: 17px;
	font-size: 17px;
}

.sub-title{
	font-size: 1.3575rem;
	padding: 0 8px 8px;
	border-bottom: 2px rgba(0,18,255,0.37) solid;
}

.sub-menu{
	margin-bottom: 60px;
	list-style: none;
}

.sub-menu li{
	border-bottom: 1px rgba(0,0,0,0.3) solid;
}

.sub-menu a{
	color: #000000;
	padding: 10px;
	display: block;
}

.sub-menu a:hover{
	color: rgba(0,18,255);
}