body{
	background-color:#f2f2f2;
}
header{
	text-align:center;
}
header img{
	width:100%;
	max-height:280px;
	max-width:970px;
}
.container{
	margin-top:30px;
}
.midashi{
	background-color:#2c35d4;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	padding:12px 0 12px 15px;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.topic{
	border:1px solid #000895;
	font-weight:700;
	padding:10px 0;
	height:80px;
	margin-bottom:30px;
}
.topic span{
	color:#2c35d4;
	font-size:110%;
}
.topic-etc{
	padding-top:20px;
}
.mt30{
	margin-top:30px;
}
.mb30{
	margin-bottom:30px;
}
.area{
	background:#ffffff;
	padding:30px;
	margin-bottom:30px;
}
.txt-bunya{
	color:#7c83ff;
}
.txt-key{
	color:#4ac882;
}
.txt-gray{
	color:#bdbdbd;
}
.profile{
	font-size:90%;
	margin-bottom:30px;
}
.profile a{
	text-decoration:none !important;
	color:#333333;
}
.profile p{
	text-align:center;
	font-weight:700;
	padding:10px 0;
	margin:0;
}
.profile div{
	padding-left: 1em;
	text-indent: -1em;
}
.footer{
	padding:12px 0;
	background-color:#000338;
	color:#ffffff;
}
.footer .container{
	margin:20px auto;
}
.footer div p{
	font-size:130%;
	font-weight:700;
	margin-bottom:3px;
}
.footer div div{
	font-size:90%;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	z-index: 2;
}
#page-top a {
	background: #666;
	text-decoration: none !important;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	letter-spacing: 3px;
	opacity: 0.8;
}
table.tbl-nittei{
	position:relative;
	left:1em;
}
table.tbl-nittei tr th{
	background-color:#eee;
	padding:3px 5px;
	text-align:center;
	border:1px solid #000;
}
table.tbl-nittei tr td{
	padding:3px 5px;
	text-align:center;
	border:1px solid #000;
}

@media (max-width: 767px) {
	header img{
		max-height:408px;
		max-width:679px;
	}
	.area{
		padding:20px 5px;
	}
	.midashi{
		font-size:18px;
		padding:8px 0 8px 15px;
	}
	.footer div p{
		font-size:110%;
	}
	.footer .container{
		margin:0 auto;
	}
	table.tbl-nittei{
		width:100%;
		left:0em;
	}
	table.tbl-nittei tr th{
		text-align:left;
		border:none;
		font-weight:700;
		border-bottom:1px solid #ccc;
	}
	table.tbl-nittei tr td{
		text-align:left;
		border:none;
		padding-bottom:25px;
	}
}