
		@charset "UTF-8";
		
		
							/* 背景画像 左 */
							#page_contents:before{
								content    : "" ;
								position   : absolute;
								height     : 100%;
								width      : 100%;
								left       : -1001px;
								/*left       : -100%;*/
								background : url(./img/img_20170402163936098_7411931109345890880.png) no-repeat top right;
								
							}
							
							.toppage#page_contents:before{
								top: 480px;
							}
						
							/* 背景画像 右 */
							#page_contents:after{
								content    : "" ;
								position   : absolute;
								height     : 100%;
								width      : 100%;
								top        : 0;
								left       : 1001px;
								/*left       : 100%;*/
								background : url(./img/img_20170402163945162_97454680151692688.png) no-repeat top left;
							}
							
							.toppage#page_contents:after{
								top: 480px;
							}
						
							#wrapper {
								background: #000 !important;
							}
						