@charset "utf-8";
/* ------------------------------
   for LAYOUT
------------------------------ */
.baseHeader {
	background: none;
}
.baseFooter {
	bottom: 0;
	border-top: none;
	position: relative;
	
}
.baseFooter {
	padding: 15px 0;
	text-align: center;
	background: rgba(0,0,0,0);
}

.baseFooter small {
	color: #fff;
}
h2{
	text-align: center;
	padding-bottom: 1em;
}
a{
	color: #fff;
}
/* ------------------------------
   for fullScreen
------------------------------ */
#fullScreen {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 0;
	overflow: hidden;
}

#fullScreen img {
	top: 50%;
	left: 50%;
	position: absolute;
	visibility: hidden;
}

#wrapper {
	margin: 15px auto;
	padding: 2em;
	width: 85%;
	color: #fff;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	background-color: rgba(100,10,150,0.4)
}

#aisatsu {
	padding-bottom: 1.8em;
	font-size: 1.9em;
	line-height: 1.5em;
	text-align: left;
}
dt{
	float: left;
	clear: both;
	padding-left: 20%;
	font-size: 1.3em;
}
dd{
	overflow: hidden;
	padding-left: 10%;
	font-size: 1.3em;
}
/*------------------------------------------
for responsible
--------------------------------------------*/
@media screen and (max-width: 940px){
	#aisatsu {
		padding-bottom: 1.5em;
		font-size: 1em;
		line-height: 1.5em;
		text-align: left;
}
#wrapper {
	padding: 1.5em;
}
h2{
	font-size: 1.1em;
	margin-top: 2em;
	margin-bottom:1em;
	padding-bottom: 0;
}

dt{
	clear: both;
	padding-left: 5%;
	font-size: 0.8em;
}
dd{
	clear: both;
	padding-left: 10%;
	font-size: 0.9em;
}
.baseFooter {
	padding: 15px 0;
	text-align: center;
	background: rgba(0,0,0,0.9);
}

}