<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
en_US
*/

/* -----------------------------------------------
contents name
----------------------------------------------- */
#service-header {/* reset */
	margin-bottom: 0;
}

/* =========================================================
header
========================================================= */
#guide {
	font-size: 14px;
	line-height: 137%;
}
#guide .header {
	border-top: 5px solid #ff6600;
	background-image: url(/img/eng/help/guide/header.png);
	background-color: #fffce3;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-bottom: 15px;
	height: 144px;
}
#guide .header span {
	display: none;
}
/* =========================================================
desc
========================================================= */
#guide .desc {
	margin-bottom: 20px;
}
/* =========================================================
common
========================================================= */
#guide p {
	margin-bottom: 12px;
}
/* =========================================================
box
========================================================= */
#guide .box {
	clear: both;
	margin-bottom: 30px;
}
#guide .box dt {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff6600;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 8px;
}
#guide .box dd {
	margin-bottom: 15px;
}
#guide .box .head {
	font-weight: bold;
	background-color: #faf7f0;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 8px;
}
#guide .box ul {
	list-style-type: circle;
	padding: 0;
	margin: 0 0 12px 2em;
}
#guide .box ul li {
	border-bottom: 1px dotted #cccccc;
	padding: 12px 0;
}
#guide .box ul li:first-of-type {
	padding-top: 0;
}
#guide .box .pic {
	float: right;
	margin: 0 0 10px 10px;
}
#guide .box .pic img {
	margin-bottom: 6px;
}
/* =========================================================
link
========================================================= */
#guide .link {
	border: 2px solid #efefef;
	padding: 15px;
}
#guide .link dt {
	font-weight: bold;
	margin-bottom: 8px;
}
#guide .link ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#guide .link li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #b6b6b6;
}
#guide .link li:first-of-type {
	padding-left: 0;
}
#guide .link li:last-of-type {
	border-right: none;
}
#guide .link ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}</pre></body></html>