	@charset "UTF-8";
	
	
/*デバイスの横幅が979px以下の場合*/
@media only screen and (max-width: 979px) {
     
   
 
} 
 
	
/*デバイスの横幅が321以上768以下の場合*/
@media only screen and (min-width: 321px) and (max-width: 768px) {
     
    
 
} 

 
/* デバイスの横幅が320px以下の場合 */
@media only screen and (max-width: 640px) {
	
	
body {
	min-width:inherit!important;
}

a {
	word-break:break-all;
}

.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.spImg {
	height:auto;
	width:100%;
}

.spLeft {
	text-align:left!important;
}



	
/*----------------------------------------------------
	☆base
----------------------------------------------------*/
	
	









}
