/*202003 by pekey*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/


.wrap {
	/* width: 1180px; */
	/*width: 85%;*/
	width: 80%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	max-width: 90rem;
}


@media (max-width: 1350px){
	.wrap {
		/* width: 1180px; */
		/*width: 85%;*/
		width: 85%;
		
		max-width: unset;
	}
}

@media (max-width: 1281px){	
	.wrap {
		/*width: 95%;*/
		width: 85%;
	}	
}

@media (max-width: 1079px){
	.wrap {
		/* width: 95%; */
		/*width: 100%;
		padding: 0px 20px;*/		
	}
} 

/* @media (max-width: 1023px){
	.wrap {
		width: 100%;
	}
} */

@media (max-width: 990px){	
}

@media (max-width: 767px){
	.wrap {
		/*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; */
}