@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: #b7ad70;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
}
.detail {
	color: #000;
	padding: 10px;
}

.detail02 {
	color: #000;
	padding: 10px;
}
.detail02 h3 {
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	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 #a90329;
	color: #a90329;
	font-weight: bold;
	letter-spacing: 3.0px;
}
.step dd {
	margin-bottom: 10px;
}

.txt_01 {
	background: #fff;
	border-radius: 8px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
}


.feature {
	margin-bottom: 20px;
	padding: 0 10px;
}

.feature h2 {
	color: #710a0b;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
}
.feature h3 {
	border-bottom: 1px double #a90329;
	color: #a90329;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0 10px;
}


.feature .txt {
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	padding: 10px;	
}


/* --------------------------------------- */
/* agree-style
/* --------------------------------------- */
.agree {
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.agree li {
	font-size: 12px;
	padding-bottom: 10px;
}