@charset "UTF-8";

#slide #pagedown {
width: 100%;
margin: 0 auto 0 auto;
padding: 0px;
 text-align:center; 
position:absolute;
z-index:9;
bottom:-10px;
left:auto;
right:auto;
top:auto;
}

.shadowBox {
width:680px;
margin: 0 auto 0 auto;
padding:30px 30px 30px 30px;
box-shadow: 0 0 5px #333;
-webkit-box-shadow: 0 0 5px #333;
-moz-box-shadow: 0 0 5px #333;
text-align:center;
background-color: rgba(255, 255, 255, 0.9);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
	clear: both;
}


/* menu01
--------------------------------------------------------------------------------------*/
#menu01{
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10% 0%;
	background: url("../img/index/bg01.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}


/* menu02
--------------------------------------------------------------------------------------*/
#menu02{
	width: 100%;
	margin-bottom: 1%;
	padding: 10% 0%;
	background: url("../img/index/bg02.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}


/* menu03
--------------------------------------------------------------------------------------*/
#menu03{
	width: 100%;
	margin-bottom: 1%;
	padding: 10% 0%;
	background: url("../img/index/bg03.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}


/* menu04
--------------------------------------------------------------------------------------*/
#menu04{
	width: 100%;
	margin-bottom: 1%;
	padding: 10% 0%;
	background: url("../img/index/bg04.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}



/* menu04
--------------------------------------------------------------------------------------*/
#menu05{
	width: 100%;
	margin-bottom: 1%;
	padding: 10% 0%;
	background: url("../img/index/bg05.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}



/* menu04
--------------------------------------------------------------------------------------*/
#menu06{
	width: 100%;
	padding: 10% 0%;
	background: url("../img/index/bg06.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}



/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
/*
#main,
	#index_sponsor,
	#index_contents,
	#index_banner{
	width: 90%;
	padding-left:5%;
	padding-right:5%; 
}
*/
}


/* ここからスマホ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

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


	#slide #pagedown {
		display: none;
	}

.shadowBox {
width:70%;
margin: 0 10%;
padding:5%;
clear: both;
}


}
