ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
}
p{
	 margin:0;
    padding: 0;
}
body{
    margin:0;
    padding:0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#888;

}
header {
    height:40px;
	width:100%;
	z-index:9999;/* 重ね順を指定 */
	background: url(vistlogoL.svg),
	            #fff;
	background-position: top 9px center;
	background-repeat: no-repeat;
	text-align:right;/* 画像を右寄せにするため親要素にtext-alignを指定 */
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	position: relative; 
}
header img{
    margin:6px 12px 0 0;
}
.sorry{
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:1em;
	padding:270px 0 0 0;
	background: url(bgSorry.svg);
	background-position: top 10px center;
	background-repeat: no-repeat;
}
.sorry p{
	font-size:1em;
	font-weight:lighter;
}

footer {
    padding:20px 0 60px 0;
	width:100%;
	background-image: url(../images/footerLogoOnly.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.backBtn {
	font-size:14px;    
    background: #bbb;    
    border-radius: 0px;  
    color: #fff;  
    padding: 6px 0;
	display: block;
	text-align:center;
	margin:0px 20px;
	box-shadow:0 0 5px rgba(0,0,0,0.08);
}


