@charset "UTF-8";
@media screen and (max-width: 760px) {
		#page {
		clear:both;
		width: 100%;
		background-color:#FFF;
		height:100%;
		margin:0 auto;
		border-bottom: 1px solid #EEE;
		box-shadow:         0px 2px 8px 4px rgba(204, 204, 204, 0.4);
		-moz-box-shadow:    0px 2px 8px 4px rgba(204, 204, 204, 0.4);　/* Firefox用 */  
		-webkit-box-shadow: 0px 2px 8px 4px rgba(204, 204, 204, 0.4);　/* Safari,Google Chrome用 */ 
	}
	#page #wrapper {
		clear:both;
		width:100%;
		height:100%;
		margin:0 auto 50px auto;
		padding:0;
	}

	#wrapper .contentSingle {
		width: 100%;
		margin:0 auto;
		min-height: 600px;
	}
	#wrapper .content{
		width:100%;	
	}
	#wrapper #sidebar {
		display:none !important;
	}
	#header h1{
		margin:0px;
		padding-top:10px;	
	}
	#header p,
	#breadcrumbs{
		display:none !important;	
	}
}
