@media screen and (max-width:1080px){
	
	#header, #contents, #catch section,
	main, .footer_info, .footer_sitemap ul,
	.top_product h1, .top_product ul
	{width: auto; margin: 0 auto;}
	
	#header, #header h1{display: block;}
	#header{padding:0 20px;}
	
	
	#gnav{display: none;}
	#mnav
	{
		position: fixed;
		top:0; left:0;
		width: 100%;
		z-index: 9998;
		background: rgba(64, 64, 64, 0.9);
		display: none;
	}
	#mnav > ul > li
	{
		text-align: center;
		border-bottom: solid 1px #777;
		
		
	}
	#mnav > ul > li > a
	{
		display: block;
		color: #fff;
		padding: 10px;
		
	}
	#mnav > ul > li a:link,
	#mnav > ul > li a:visited
	{color: #fff;}
	#mnav > ul > li a:hover
	{color: #ffb400;}
	
	
	#mnav > ul > li .sub
	{
		width: auto;
		position: relative;
		width: 100%;
		display: none;
		background: rgba(0,0,0,0.5);
	}
	
	#mnav > ul > li .sub a
	{
		display: block;
		padding: 4px;
		font-size: 90%;
	}
	
	#mnav > ul > li .sub li
	{border-top: dotted 1px #777;}
	
	#mnav li a i{margin-right: 1em;}
	
	
	
	#mopen a
	{
		display: block;
		background-color: rgba(0, 0, 0, 0.9);
		width: 50px;
		position: fixed;
		top:10px; right:10px;
		z-index: 9999;
		padding:15px 0 10px;
		border-radius: 4px;
	}

	#mopen span
	{
		display: block;
		width: 20px;
		height: 3px;
		border-radius: 3px;
		margin: 0 auto;
		background-color: #fff;
		margin-bottom: 5px;
	
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}


	#mopen span.for{ transform: translateY(-8px) rotate(45deg); }
	#mopen span.rev{ transform: translateY(8px) rotate(-45deg); }
	
	#catch
	{
		height: auto;
		width: auto;
		padding: 70px 0;
		background: url('_bg/catch_sp.jpg') left bottom no-repeat;
	}
	#catch section > p{display: none;}
	#catch section > div
	{
		position: relative;
		top:0; bottom:0; right:0; left:0;
		width: auto;
		padding: 20px 3%;
		background: rgba(255,255,255,0.4);
	}
	
	#catch section > div h1
	{margin: 10px 0 20px;}
	
	#catch section > div > p
	{
		font-size: 100%;
		font-weight: bold;
		line-height: 1.7em;
		text-shadow:
		1px 1px 0px #fff,
		1px -1px 0px #fff,
		-1px 1px 0px #fff,
		-1px -1px 0px #fff,
		1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		-1px -1px 1px #fff,
		1px 1px 2px #fff,
		1px -1px 2px #fff,
		-1px 1px 2px #fff,
		-1px -1px 2px #fff,
		0px 0px 10px #fff;
	}
	
	#subcatch h2
	{
		padding-left: 10px;
	}
	
	nav.breadcrumbs{display: none;}
	
	nav.pnav ul
	{text-align: center;}
	
	.top_product h1
	{margin-left: 10px;}
	
	.top_product ul li
	{
		padding: 10px;
		width: 50%;
		box-sizing: border-box;
	}
	
	
	main
	{
		box-sizing: border-box;
		padding: 30px 10px;
	}
	
	#footer .footer_info div
	{width: auto;}
	
	.footer_info, .footer_sitemap, .copyright
	{padding-left:10px; padding-right: 10px;}
	
	.footer_info, .footer_info div
	{display: block;}
	
	.footer_info div h1, .footer_info div p
	{display: inline-block; vertical-align: middle;}
	
	.footer_info div h1{margin-right: 3em;}
	
	.fl, .fr{float: none;}
	img.fl, img.fr{display: block;}
	
	.pchidden{display: none;}
	.sphidden{display: block;}
	
}