@charset "shift_jis";

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-image:none;
}

#base_container{
	display:none;
}
#footer_container{
	display:none;
}

div#site_close{
display:none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
text-align: center;
margin:0 auto;
padding:0 auto;
background-color: rgba(0,0,0, 0);
height:100%;
min-height: 100vh;
}
.site_close_bg{
background-color: rgba(255, 255, 255, 1);
width: 100%;
margin:0 auto 0;
text-align: right;
height:100%;
min-height: 100vh;
}
.close {
text-align: left;
margin: 0 auto;
}

.site_close_none{
  display: none;
}
.site_close_ttl{
font-weight: bold;
font-size: 200%;
margin: 0 auto;
padding: 30px 30px;
text-align: center;
}
.site_close_date{
text-align: right;
font-size: 150%;
padding:0px 30px 0px;
}
.site_close_desc{
text-align:left;
font-size: 150%;
padding: 30px;
}
.site_close_bottom{
text-align: right;
padding: 30px;
}