@charset "utf-8";

/* --------------------------------------- */
/* etc-style
/* --------------------------------------- */
.list-menu ul {
	border-top: 1px solid #333;
}
.list-menu li a {
	background: url(../img/icon_link01.png) no-repeat 97% center;
	background-color: #fff;
	background-size: 5px 8px;   
	border-bottom: 1px solid #333;
	border-top: 1px solid #fff;
	color: #000;
	display: block;
	padding: 15px 10px;
}

/* --------------------------------------- */
/* login_err-style
/* --------------------------------------- */
.note h3 {
	background: #cb0000;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.note p {
	color: #cb0000;
	padding: 0 10px 20px;
}

/* --------------------------------------- */
/* list-style
/* --------------------------------------- */
.list li a {
	background: url(../img/icon_link.png) no-repeat 97% center;
	background-color: #fff;
	background-size: 9px 11px;
	border-bottom: 1px solid #ccc;
	color: #000;
	display: block;
	padding: 15px 10px;
}
.list li .icon {
	color: #B5771B;
	padding-right: 5px;
}

/* --------------------------------------- */
/* detail-style
/* --------------------------------------- */
.ttl-style01 {
	background-color: #efefef;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;

}
.ttl-style01:after {
	content: '';
	position: absolute;
	border-top: 10px solid #efefef;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -10px;
	left: 49%;
}


.detail  {
	color: #595757;
	padding: 10px;
}
.detail h3 {
	color: #f73572;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
}
.material {
	background: #fff5cb;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 10px;
}
.material table {
	border-radius: 0 0 8px 8px;
	width: 100%;
}
.material table th,
.material table td {
	font-size: 9px;
	padding: 5px;
	text-align: left;
}
.material table tr:nth-of-type(odd) th,
.material table tr:nth-of-type(odd) td {
	background: #efefef;
}
.material table th {
	width: 70px;
}
.material table td {
	text-align: right;
}
.step {
	background: #fff5cb;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}
.step dt {
	border-bottom: 1px solid #0f7e95;
	color: #0f7e95;
	font-weight: bold;
	font-size: 15px;
}

.step02 dd {
	margin-bottom: 10px;
	color:#595858;
}

.step02 dt {
	border-bottom: 1px dotted #0f7e95;
	color: #0f7e95;
	font-weight: bold;
	font-size: 15px;
}
.step02 dd {
	margin-bottom: 10px;
}

.answer {
	background: #fff5cb;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}

.knowledge {
	color:#FFF;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}

.feature {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}
.feature dt {
	border-bottom: 1px solid #28616d;
	color: #28616d;
	font-weight: bold;
	font-size: 16px;
}



/* --------------------------------------- */
/* agree-style
/* --------------------------------------- */
.agree {
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.agree li {
	font-size: 12px;
	padding-bottom: 10px;
}