@charset "utf-8";

header#top {
	background-color: #fff;
	margin-bottom: 20px;
}

header#top .inner {
	width: 805px;
	margin: 0 auto;
	padding: 29px 0;
	display: table;
}

header#top .inner h1 {
	display: table-cell;
        vertical-align:  middle;
}

header#top .inner div {
	display: table-cell;
    vertical-align:  middle;
	padding-left: 15px;
}

section.top {
	width: 805px;
	margin: 0 auto;
}

section.top .box {
	border-radius:  12px;
    -webkit-border-radius:  12px;
    -moz-border-radius:  12px;
	background-color:  #ffffff;
	border:  1px solid #d2d2d2;
	padding: 18px;
}

section.top h1 {
	margin-bottom: 20px;
}

section.top .contents {
	padding: 0 16px;
}

section.top .contents p {
	padding-bottom: 15px;
}

section.top .contents h2 {
	padding-bottom: 5px;
}

section.top .btarea {
	border: 3px solid #eee;
	background-color: #fafafa;
	border-radius:  10px;
    -webkit-border-radius:  10px;
    -moz-border-radius:  10px;
	padding: 20px 0;
	text-align: center;
}

section.top .btarea h3 {
	text-align: center;
	font-size: 1.7em;
	font-weight: 100;
	line-height: 100%;
	padding-bottom: 15px;
}

section.top .btarea img {
	margin: 0 5px;
}

section.top .support {
	padding-top: 10px;
	text-align: center;
}