@charset "UTF-8";
/* CSS Document */

h2.catTtl{
	font-size:182%;
	border-bottom:4px solid #9A9CCA;
	padding-bottom:10px;
	margin-bottom:30px;
	line-height:inherit;
}
#contents .ttl{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:2px solid #9a9cca;
}
#contents .ttl p{
	margin-bottom:10px;
	font-weight:bold;
}
#contents .ttl h1{
	padding-bottom:0px;
	border-bottom:none;
	margin-bottom:10px;
}
#contents .ttl h2{
	border-bottom:none;
	margin-bottom:0px;
}

#contents .icon_ttl{
	margin-bottom:0px;
}
#contents table{
	border-top:none;
	margin-bottom:40px;
}
#contents table th,
#contents table td{
	vertical-align:top;
}
#contents table th{
	font-weight:normal;
	width:9em;
}
#contents table td{
	padding-left:1em;
	min-width:15em;
}
#contents #btn{
	text-align:center;
}
#contents #btn a{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-color:#8183BD;
	color:#fff;
	text-align:center;
	font-size:123.1%;
	font-weight:bold;
	line-height:1em;
	width:230px;
	padding:23px 0 21px 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#contents #btn a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}