@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1024px){
	header, .min {
		width:98%;
		margin:10px 0 10px 0;
		padding-left:1%;
		padding-right:1%;
		}
		
	#page {
		width:100%;
		}
		
	#intro {
		width:71%;
		}
		
	#slideshow {
		width:100%;
		}
	
	#slideshow img {
		width:99%;
		}

	aside{
		width: 25%;
		}
		
	footer .min{
		width:100%;
		}
	}

@media screen and (max-width:768px){
	
	#intro {
		width:95%;
		margin:0 auto;
		float:none;
		}
		
	#slideshow {
		width:100%;
		}
		
	#slideshow img {
		width:99%;
		}
		
	aside{
		background:rgba(255, 255, 255, 0.7);
		border-left:0px solid #F00;
		position:fixed;
		width:180px;
		top:0px;
		right:-180px;
		z-index:100;
		height:100%;
		}
		
	footer .min p{
		float:none;
		font-size:12px;
		}
		
	footer .min span {
		float:none;
		display:block;
		}
		
	#openaside {
		display:block;
		position:absolute;
		top:10%;
		left:-32px;
		width:32px;
		height:32px;
		background:url(../image/nav-icon.png);
		}	
	}

@media screen and (max-width:480px){
		#logo {
			width:100%;
			text-align:center;
		}
	
	}