/*ページトップ*/
#page-top {
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:40px;
}
#page-top p {
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	width:50px;
	height:50px;
	-webkit-border-radius: 25px;/* width,heightの半分 */
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #0062db;
}
#page-top p:hover {
	background-color: #4699FF;
}
#move-page-top {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 50px;
    text-decoration: none;
}

h1 {
	text-align: center;
	padding: 40px;
}
.wrapper {
	margin: auto;
	clear: both;
	width: 850px;
}
ul.wrapper li {
	float: left;
	width: 170px;
	text-align: center;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;
	box-sizing: border-box;
	margin-bottom: 55px;
}
ul.wrapper li:last-child {
	border:none;
}ul.wrapper li a {
	display: block;
}
h2 img {
	width: 100%;
	max-width:1000px;
}
section {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	overflow: hidden;
}
.wrapper h3 {
	text-align: center;
	padding-bottom: 60px;
}
h2 {
	text-align: center;
}
section p {
	padding-bottom: 30px;
	line-height: 2;
	color: #333;
}
table {
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
th {
	color: #333;
	background-color: #DDECFF;
	text-align:center;
	font-weight:bold;
}
th,td {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	font-size:80%;
}
footer address {
	background-color: #0062db;
	font-size: 90%;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box50 {
	text-align: center;
	float: left;
	width: 50%;
	overflow: hidden;
	padding-top: 30px;
}
