/* # common style override
----------------------------------- */
/* # module style override
----------------------------------- */
.mod-ttl-main .sub-txt {
	display: inline-block;
	line-height: 27px;
	padding-left: 25px;
	vertical-align: top;
}

.mod-btn-radius {
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	line-height: 34px;
}

.mod-btn-radius:hover,
.mod-btn-radius.act {
	border: 1px solid #333;
}

@media only screen and (max-width: 767px) {
	.mod-ttl-main .sub-txt {
		display: inline-block;
		line-height: 18px;
		padding-left: 10px;
		vertical-align: top;
	}

	.mod-btn-radius {
		font-size: 10px;
		line-height: 22px;
	}

	.mod-btn-radius:hover {
		border: 1px solid #ddd;
	}
}

/* # wrp-section-release
----------------------------------- */
.wrp-section-release .wrp-cts-area {
	position: relative;
}

.wrp-section-release .wrp-category-btn {
	width: 500px;
	text-align: right;
	letter-spacing: -0.4em;
	position: absolute;
	top: 13px;
	right: 0;
}

.wrp-section-release .wrp-category-btn .category-btn {
	letter-spacing: 0;
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.wrp-section-release {
		width: 100%;
	}

	.wrp-section-release .wrp-category-btn {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
		position: relative;
		top: 0;
		right: 0;
	}

	.wrp-section-release .wrp-category-btn .category-btn {
		margin-left: 5px;
		padding: 0 8px;
	}

	.wrp-section-release .wrp-category-btn .category-btn:first-child {
		margin-left: 0;
	}
}

/* # wrp-product-area
----------------------------------- */
.wrp-product-area {
	background-color: #efefef;
}

/* # wrp-substitute-area
----------------------------------- */
.wrp-substitute-area {
	margin-top: 50px;
}

.wrp-substitute-area .wrp-cts-area {
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.wrp-substitute-area {
		margin-top: 40px;
	}
}

/* # wrp-introduction-area
----------------------------------- */
.wrp-introduction-area {
	margin: 40px 0 50px;
}

@media only screen and (max-width: 767px) {
	.wrp-introduction-area {
		margin: 30px 0 25px;
	}
}

/* # notice-area
----------------------------------- */
.wrp-notice-area {
	padding: 40px 10px 25px;
	color: #ee063c;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.wrp-notice-area {
		padding: 20px 10px 15px;
		font-size: 12px;
	}
}
