/*202003 by pekey*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/


.wrap {
	width: 85%;
	margin: 0 auto;
	padding: 0;
}


@media (max-width: 1281px){	
	.wrap {
		width: 90%;
	}	
}

@media (max-width: 1079px){
	.wrap {
		width: 95%;
	}
}

@media (max-width: 990px){
	.wrap{
		width: 90%;
	}
}

@media (max-width: 767px){
	.wrap {
		width: auto;
		padding: 0px 15px;
	}
}


body {
	/* background: transparent;
	background-image: url(../../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat; */
}

body #body {
	/* background: transparent;
	background-image: url(../../images/main_deco.png);
	background-position: top center;
	background-repeat: repeat; */
}