@charset "UTF-8";
/* Body */
body {
	font-family: Meiryo UI,"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../images/bg.jpg);
	-moz-background-size:100% auto;
background-size:100% auto;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	text-align:center;
}
.button {
	background:#A39997;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	text-decoration:none;
	width: 75%;
	display:block;
    border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius:25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  	
	font-size:25px;
}
.button:hover {
	background-color: #FAA;
	color: #933;
	cursor: pointer;
}

.button2 {
	background:#A39997;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	text-decoration:none;
	width: 45%;
	display:block;
    border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius:25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  	
	font-size:25px;
}
.if{
	max-width:560px;
	width: 45%;
}

.button2:hover {
	background-color: #FAA;
	color: #933;
	cursor: pointer;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background-color: #000;
	position:relative;
	
}
/* Navigation */
.main{
height:100%;
widht:100%;
	background-image:url(../images/top.jpg);
	 background-position:center top;
 background-repeat:no-repeat;-moz-background-size:cover;
  background-size:cover;
}

#g_btn{
	width:100%;
	text-align:center;
}
#g_btn img{
	width:15%;
	margin:3px;
}

.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.copyright {
	margin:auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	width:100%;
}

.ber {
position:relative;
	z-index:10;
	background-image:url(../images/ber.png);
	height:68px;
	width:100%;
	text-align: center;
	top:920px;
}

.ber2 {
	width:100%;

	position:absolute;top:0px;
}



/* Mobile */
@media (max-width: 320px) {













}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

.if{
	width: 100%;
}

.button2 {
	background:#A39997;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	text-decoration:none;
	width: 100%;
	display:block;
    border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius:25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  	
	font-size:25px;
}




}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {



}
