#main h2#pagetitle{
	font-size: 2.6em;
	line-height: 1;
	padding-bottom: 20px;
}
#main h2#pagetitle span{
	font-size: 0.7em;
}


#main section p{
	font-size: 1.6em;
	margin: 0 20px 15px;
}
#main section h3{
	font-size: 2em;
	background: hsl(var(--muted-600));
	color: hsl(var(--foreground));
	padding: 10px 20px;
	margin-top: 40px;
	border: 1px solid hsl(var(--border));
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#main section h3.firstChild{
	margin-top: 0;
}
#main section h4 {
    color:  hsl(var(--foreground));
    font-size: 1.8em;
    margin: 40px 20px 10px;
}

#main section ul{
	font-size: 1.6em;
	margin: 20px 35px;
}
#main section ul li{
	padding: 0 20px;
	background: url(/common/img/square-brown.gif) no-repeat 5px 7px;
}
#main section ul li p{
	font-size: 1em;
	margin: 0 0 5px;
}


#main section p.link{
	padding-left: 23px;
	position: relative;
	list-style: none;
	background: none;
}
#main section p.link::after{
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 0.25rem solid transparent;
	border-right: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.25rem solid hsl(var(--foreground));
}
#main section p.link:hover::after{
	left: 0.55rem;
}


#main section table{
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border-top: 1px solid hsl(var(--muted));
	border-left: 1px solid hsl(var(--muted));
}
#main section table tr{
	border-bottom: 1px solid hsl(var(--muted));
}
#main section table tbody th,
#main section table tbody td{
	padding: 10px 15px;
	border-bottom: 3px solid hsl(var(--muted));
	border-right: none;
}
#main section table tbody th{
	background: hsl(var(--muted-600));
	vertical-align: middle;
	width: 220px;
}
#main section table tbody td{
	line-height: 1.8;
	background: #FFF;
}
#main section table tbody td .note{
	font-size: 12px;
}



p.center{
	text-align: center;
}


.indispensable{
	color: #C12C20;
}

.btn_orange {
	padding:15px 80px;
}