@charset "UTF-8";

#wrapper{
	background-image: url(../images/back.jpg);
	background-size: 100%;
	background-attachment: fixed;
}

#container a:hover{
	opacity: 0.5; 
}

#container{
	background-color:#fff;
}

	
/*====================================================
Under 480px for smartphone
====================================================*/
	

/*====================================================
Over 481px for tablet
====================================================*/
@media only screen and (min-width: 30.0625em){	/*481px*/

		
}

/*====================================================
Under 800px for pc
====================================================*/
@media only screen and (min-width: 801px){

	

}

/*====================================================
Over 1060px for wide screen
====================================================*/
@media only screen and (min-width: 66.3125em){	/*1061px*/

	

}

