@charset "UTF-8";
body {
	background-color: #FFCC00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container-fluid {
}
.col-xlg-12 {
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top: -175px;
}
.col-xlg-12 .content {
	word-spacing: 1em;
	margin-top: 0px;
}
.col-xlg-12 .content a {
	font-size: 10px;
	color: rgba(0,0,0,1.00);
}
.col-xlg-12 .content a:hover  {
	font-size: 10px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.edge_logo {
	height: 60px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 125px;
}
p  {
	text-align: center;
	font-size: 10px;
	height: 10px;
	margin-top: 125px;
	word-spacing: normal;
}

@media (max-width:767px){
.col-xlg-12 .content {
	word-spacing: 0.25em;
}
}
