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

h2 {
	position: relative;
}
h2:before {
	background: #70add0;/*線の色*/
}

/* news */
.newsbox {
	min-height: 600px
}
.newsbox dt {
	font-weight: bold;
	margin-bottom: 2%;
}
.newsbox dd {
	margin-bottom: 5%;
	border-bottom: solid 1px #ccc;
}
.newsbox dd:last-child {
	margin-bottom: 0;
}
.newsbox a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
span {
	color: #cf0e11;
	margin-left: 1%;
}