body {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(bg.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: 0% top;
    background-color: #85a8f8;
}
p {
    padding-top: 10px;
    line-height: 1.7em;
}
a:link { }
a:visited { }
a:hover { color: #ff9500; }
a:active { }

image { margin: 0; padding: 0; border-width: 0; }
a img { border-style: none; border-width: medium; }
#container {
    text-align: center;
    vertical-align: top;
    width: 86%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 30px;
    max-width: 800px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.logo {
    max-width: 96px;
    height: auto;
    border-radius: 48px;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    max-width: 680px;
    width: 100%;
    font-weight: bold;
    clear: both;
    border-radius: 15px;
}
.button:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.button a {
    color: #FFFFFF;
    text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button:hover {
    color: #4d6af9;
    background-color: #FFFFFF;
}


.text-2 {
    font-size: 0.85em;
}


/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
    clear: both;
}  
.clear hr {
    display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}

