/* ===========================================
	TBS error docs
=========================================== */


html, body, div, h1, h2, p, strong, small, a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

body {
	font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	line-height: 1;
	background-color:#ecedf0;
}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}

/* link */
a:link {
	text-decoration:underline;
	color:#0050ff;
}
a:visited {
	text-decoration:none;
	color:#0050ff;
}
a:active {
	text-decoration:none;
	color:#0050ff;
}
a:hover {
	text-decoration:none;
	color:#0050ff;
}

h1 {box-sizing:border-box;
	position:relative;
	height:68px;
	background-color:#fff;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	padding:16px 0;
}
h1 a {
	position:absolute;
	display:block;
	/*background-image:url(../img/gh_logo.svg);*/
	background-image:url(/um/v8/img/gh_logo.svg);
	background-position:center center;
	background-repeat:no-repeat;
	left: 0;
	right: 0;
	margin: auto;
}


div.main {
	background-image:url(../img/umv7_boobo.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
div.main p {
	text-align:center;
	line-height:1.5;
}
div.main p.tit {font-size:200%; color:#0050ff; padding:0 0 1%;}
div.main p.msg {font-size:120%; color:#2a2b2e;}
div.main p.tit.ise{font-size:200%;}

p.btn {
	border-radius:5px;
	width:300px;
	margin:5% auto 0;
	background-color:#fff;
	border:1px solid #0050ff;
}
p.btn a {
	display:block;
/*	background-image:url(../img/umv7_icon.svg);
	background-position:8px 8px;
	background-repeat:no-repeat;*/
	text-decoration:none;
	font-size:100%;
	color:#0050ff;
	font-weight:bold;
	text-align:center;
	text-indent:0.5em;
	padding:6% 0;
}


p.copyright {
	text-align:center;
	width:100%;
	background-color:#fff;
	padding:20px 0;
}
p.copyright small {
	display:block;
	color:#81899d;
	padding:0 15px;
	line-height:1.25;
	font-size:75%;
}

@media all and (min-width:768px) {
	div.main {
		max-width:738px;
		margin:0 auto;
		/* */
		padding-top:8%;
		background-size:300px;
		padding-bottom:300px;
	}
h1 a {width:64px; height:36px;}
}
@media all and (max-width:767px) {
	div.main {
		padding:0 5% 55%;
		/* */
		background-size:50%;
	}
div.main p.tit {font-size:6vw; color:#0050ff; padding:20% 0 2%;}
div.main p.tit.ise{font-size:5.2vw;}
h1 {height:50px; padding:0;}
h1 a{width:20%; height:100%; background-size:auto 50%;}
p.btn {width:60%;}
p.copyright {position: fixed; bottom: 0;}
}
@media all and (max-width:320px) {
p.btn {width:75%;}
}