/* ===========================================
	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;
}

.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}

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

h1 {
	position:relative;
	background-image:url(../img/umv7_bg.svg);
	background-repeat:repeat-x;
	background-position:left top;
	height:90px;
}
h1 a {
	position:absolute;
	display:block;
	background-image:url(../img/umv7_logo.svg);
	background-position:center center;
	width:92px;
	height:30px;
	left:50%;
	top:13px;
	margin-left:-46px;
}

body {
	background-color:#e0ff6f;
}


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 {
	color:#005ca6;
	margin-bottom:0.5em;
}
div.main p.msg {
	font-size:83%;
	margin-bottom:1.5em;
}


p.btn {
	border-radius:17px;
	border:2px solid #ccc;
	width:240px;
	box-sizing:border-box;
	margin:0 auto;
	background-color:#fff;
}
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:87.5%;
	color:#000;
	font-weight:bold;
	height:32px;
	line-height:32px;
	text-align:center;
	text-indent:0.5em;
}


p.copyright {
	text-align:center;
	width:100%;
	background-color:#fff;
	padding:20px 0;
}
p.copyright small {
	display:block;
	color:#7b7b7b;
	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:60px;
		background-size:300px;
		padding-bottom:340px;
	}
}
@media all and (max-width:767px) {
	div.main {
		padding:0 15px 30px;
		/* */
		background-size:240px;
		padding-bottom:260px;
	}
}