@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
dummy
****************************************************************************/

.dummy > div {
	padding-top: 0% !important;
}
.dummy > div:nth-child(n+4) {
	display: none;
}
#dummy_02 .dummy > div {
	background-color: gray;
}

/***************************************************************************
overlay_01/overlay_02
****************************************************************************/

#overlay_01 > .contents,#overlay_02 > .contents {
	padding: 300px 0px 300px 0px;
	background-color: rgba(238,238,238,0.7);
	max-width: 100% !important;
}

#overlay_01 > .contents{
	background-color: rgba(238,255,30,0.7);
}
#overlay_02 > .contents {
	background-color: rgba(1,238,238,0.7);
}

.top_fixed,.bottom_fixed {
	position: fixed;
	width: 100%;
}
.top_fixed {
}
.bottom_fixed {
	bottom: 0;
}
.fixed {
	position: absolute;
	width: 100%;
}
