/*Header Edit*/

.l-content > h1.mainvs {
	width: 950px;
	height: 350px;
	background-image: url('../images/mainvs.png');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
}

.l-content .border-style {
	border: 1px solid #dedede;
	box-sizing: border-box;
}

.l-content .border-dashed {
	border: 2px dashed #eeeeee;
	padding: 35px 15px;
	background-color: #fffee0;
}

.l-content .highlight-red {
	color: #ee0000;
}

/*Hover*/

.l-content.hover-style:hover {
	border-color: #ff730a;
}

.l-content .hover-style:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*pagination*/

.l-content .m-pagination {
	width: 950px;
}

.l-content .m-pagination > li.arrow {
	float: right;
	margin: 0px;
}

.l-content .m-pagination > li.arrow:first-child {
	float: left;
	margin: 0px;
}

.l-content .sub_main-block {
	width: 650px;
	margin: 30px auto;
	display: block;
	padding: 15px;
}

.l-content .sub_main-content {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}