@charset "utf-8";
/* css Document */

/*  全体共通*/
.pc-no {
	display: block;
}
.sp-no {
	display: none;
}
article {
 width: 100%;
	padding:20px 1%;
}
section {
	width: 100%;
	margin: 0 auto 30px auto;
}
h1 img {
	width: 100%;
}
h2 {
	font-size: 170%;
	margin-bottom: 20px;
}
h3 {
	font-size: 130%;
	text-align: center;
	margin-bottom: 15px;
}
p {
	font-size: 120%;
	text-align: left;
	margin-bottom: 20px;
}
table{ 
	font-size: 90%;
	text-align: center;
	border-collapse:collapse;
	border-top:solid 1px #1E5CBA;
	border-bottom:solid 1px #1E5CBA;
}
th,td {
	padding: 5px;
}
.cont-wrap{
	padding-top: 30px;
}
.bg-blue,.bg-blue02,.bg-blue02 dl{
	text-align: left;
	padding:20px;
 border-radius: 20px; 
 -webkit-border-radius: 20px;/* Safari,Google Chrome用 */ 
 -moz-border-radius: 20px;/* Firefox用 */
}
.bg-blue02 dl{
	padding: 15px;
}
.bg-blue02 dt{
	font-size: 130%;
}
.bg-blue02 dd{
	font-size: 120%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.copyright{
	font-size: 80%;
	text-align: center;
}

/* pagetop */
#pagetop {
	bottom: 0;
	right: -40px;
}
#pagetop img {
	width: 60%;
}
#pagetop img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
