@charset "utf-8";
.contents-area .markArea {
	width: 100%;
	text-align: left;
}
.contents-area .markArea .markBox {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.contents-area .markArea .markBox .markName {
	font-size: 112%;
	font-weight: bold;
	color: #333;
	margin: 5px 0px 10px;
}
.contents-area .markArea .markBox .markDescription {
	text-align: left;
	margin-top: 10px;
	line-height: 1.4em;
	width: 80%;
}

/*-----------------------------------------------------*/
/*  for -480px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 480px) {
.contents-area .markArea .markBox {
	text-align: center;
}
.contents-area .markArea .markBox .markDescription {
	width: 100%;
	line-height: 1.7em;
	margin-top: 20px;
}

}
