@charset "UTF-8";

/* -----------------------------------------------
link color
----------------------------------------------- */
a:link {
	color: #0085dd;
}
a:visited {
	color: #0085dd;
}
a:hover {
	color: #ffcc00;
}
/* -----------------------------------------------
pagination
----------------------------------------------- */
.paging .bg {
	background-color: #ff6600;
}
/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	color: #333333;
	background-image: url(/imgm/common/help/service_icon.png);
}
/* =========================================================
return
========================================================= */
.help-return {
	text-align: center;
}
.help-return a {
	position: relative;
	display: inline-block;
	color: #333333;
	padding-left: 15px;
}
.help-return a::before,
.help-return a::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 10px;
	height: 3px;
	border-radius: 2px;
}
.help-return a::before {
	background-color: #666666;
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.help-return a::after {
	background-color: #666666;
	margin-top: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* =========================================================
footer menu
========================================================= */
/* -----------------------------------------------
footer menu
----------------------------------------------- */
.footer-menu .service {
	background-color: #ff6600;
}
/* -----------------------------------------------
footer service menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
#side-left .menu h3 a {
	color: #333333;
	background-image: url(/imgm/common/help/service_icon.png);
}
#side-left .menu div a {
	background-color: #f8b500;
}
#side-left .return {
	border-top: 1px dashed #f8b500;
	border-bottom: 1px dashed #f8b500;
}

/* =========================================================
reset
========================================================= */
.footer-reg {
	display: none;
}
#container {
	word-break: normal;
}