* {
  padding: 0;
  margin: 0;
}

h1 {
	padding: 5px 0 0 0;
}

h2 {
	padding: 0px;
}

h3 {
	padding: 0px;
}

body {
	background-color: #444;
	min-width: 600px;
	font-family: "MS ゴシック","Courier","monospace";
	position: relative;
}

span {
	display : inline-block;
	float : left;
}

.container {
	max-width: 1400px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header {
	background-color: #fff;
	border-style: solid;
	border-top-color: #888;
	border-top-width: 24px;
	border-bottom-color: #222;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	width: 100%;
	height: 120px;
	max-width: 1400px;
	position: fixed;
	top: 0px;
	padding: 0px;
	z-index: 1;
}

.upperheader {
	padding: 0 0 8px 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-bottom-color: #222;
	background-color: #fff;
}

.subheader {
	padding: 10px 0 0 0;
	background-color: #fff;
	height: 35px;
}



.header-L {
	float: left;
	padding: 0 0 0 30px;
	background-color: #fff;
}

.header-R {
	float: right;
	text-align: right;
	padding: 0 30px 0 0;
}

.clear {
	clear: both;
}

.imgcont{
	padding: 0 0 0 15px;
}

.main {
	padding: 160px 0px 50px 0px;
	margin: 0;
	background-color: #fff;
	min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    overflow: scroll;
    text-align: center;
}

.main_p30 {
	padding: 160px 30px 50px 30px;
	text-align: center;
	margin: 0;
	background-color: #fff;
	min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    overflow: scroll;
}

.footer {
    width: 100%;
    max-width: 1400px;
    background-color: #888;
    color: #fff;
    text-align: center;
    padding: 5px 0;

    position: fixed;
    bottom: 0;
    z-index: 2;
}

.window {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

.lanternmini{
	width:400px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.palette {
	 text-align: left;
	 margin:0 auto;
	 width: 1210px;
}

div.palettemini {
	 text-align: left;
	 display: inline-block;
	 width: 1210px;
}



@media (max-width: 1202px) {
		.palette {
			text-align: left;
			margin:0 auto;
			width: 602px;
		}
		div.palettemini {
			text-align: left;
			margin:0 auto;
			width: 802px;
		}
}

@media (max-width: 802px) {
		div.palettemini {
			text-align: left;
			margin:0 auto;
			width: 402px;
		}
}
	
#time {
	display: none;
}

.hidden {
	display: none;
}

#wrapper{
	    width: 100%;
	    height: 100%;
	    position: fixed;
}



