@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: #8E1C1C;
	padding-right: 5px;
}

/* --------------------------------------- */
/* detail-style
/* --------------------------------------- */
.ttl-style01 {
	background-color: #D8271C;
	background-image: url(../img/icon_don.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px 13px;
	border-top: 2px solid #000;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
}
.ttl-style01:after {
	content: '';
	position: absolute;
	border-top: 10px solid #D8271C;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -10px;
	left: 49%;
}
.detail {
	color: #000;
	padding: 10px;
}
.detail h3 {
	background: #666;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	text-align: center;
}
.material {
	background: #fff;
	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: #fff;
	border-radius: 8px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
}
.step dt {
	border-bottom: 1px dashed #D8271C;
	color: #D8271C;
	font-weight: bold;
	letter-spacing: 3.0px;
}
.step dd {
	margin-bottom: 10px;
}

/* --------------------------------------- */
/* agree-style
/* --------------------------------------- */
.agree {
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.agree li {
	font-size: 12px;
	padding-bottom: 10px;
}