@charset "UTF-8";

/*
|
|	PC
|
*/
@media print, screen and (min-width: 950px) {
	body{  }

	.l-wrap{ background:#FFF; }
	.l-header{ position:relative;width:1240px;height:130px;margin:auto; }
	.l-contents{ padding-bottom:130px; }
	.l-footer{ position:relative;width:1240px;height:320px;margin:auto; }
}





/*
|
|	タブレット、スマホ
|
*/
@media print, screen and (max-width: 1160px) {
	body{  }
	.l-wrap{ width:100%; }
	.l-footer{ padding:6vw 0 3vw; }
}




/*
|
|	タブレット
|
*/
@media screen and (min-width: 481px) and (max-width: 949px) {
	/*
	|
	|　各ページ共通
	|
	*/
}





/*
|
|	スマホ
|
*/
@media screen and (max-width: 480px) {
	body{  }
	.l-wrap{ width:100%; }
}
