@charset "UTF-8";

/*
**************************************************************************
*	rie-cl other.css
**************************************************************************/

.modCts-title:after {
	background-color: #00aeeb;
}
.contentsNav {
	background-color: #bfebfa;
}
.contentsNav li,
.contentsNav li:nth-child(3n+2) {
	width: 50%;
}
a.contentsNav-button {
	color: #00aeeb;
}
a.contentsNav-button:hover {
	color: #ffffff;
	background-color: #00aeeb;
}
a.contentsNav-button.active {
	color: #ffffff !important;
	background-color: #00aeeb !important;
}
.modLink-button02 {
	color: #00aeeb;
	word-break: break-all;
}
.modLink-button02:hover {
	color: #00aeeb;
}
.modLink-button02:before {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background-image: url(/assets/img/icon_arrow03.png);
	background-size: 16px 80px;
	background-position: 0 -48px;
}

@media (max-width: 767px) {
a.contentsNav-button:hover {
	color: #00aeeb;
	background-color: #ffffff;
}
}


/* --------------------------------------------------
		id-hamster
-------------------------------------------------- */
.id-hamster {
}
.id-hamster .hamsterBorder-title {
	font-weight: bold;
	color: #000000;
}

@media screen and (max-width: 767px) {
.id-hamster .hamster-box {
	padding: 40px 0;
}
}


/* --------------------------------------------------
		id-rabbit
-------------------------------------------------- */
.id-rabbit {
}

@media screen and (max-width: 767px) {
}

