@charset "utf-8";
/* CSS Document */

#intro {
	position:relative;
	min-height:594px;
	}
	
.photos {
	width:100%;
	min-height:485px;
	}
	
.photos ul {
	margin:0;
	padding:0;
	}
	
.photos img {
	/*width:235px;
	height:178px;*/
	width: 100%;
	}
	
ul#paging_button  {
	padding:0;
	margin:0;
	}
	
#paging_button li{
	padding:5px;
	cursor:pointer;
	background-color:#FCC;
	}
	
.search-background {
	background-color:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:300;
	}
	
.search-background img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; /* Half the height */
	margin-left: -50px; /* Half the width */
	}
	
.back {
	float:right;
	}
	
.back a{
	color:#F00;
	}
@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;
		}
	
	}