@charset "UTF-8";
/* CSS Document */

/************************/
/*SmartPhoneサイト向けCSS*/
/************************/
@media screen and (min-width: 0px) and (max-width: 480px) {
	
a {text-decoration: none;}	
	
@font-face {
    font-family: 'UtsukushiFONT';  /* フォントにフォント集合名を付ける */
    src: url(./fonts/UtsukushiMincho-FONT/UtsukushiFONT.eot?), 
        url(./fonts/UtsukushiMincho-FONT/UtsukushiMincho.ttf) format('truetype'),
        url(./fonts/UtsukushiMincho-FONT/UtsukushiFONT.otf) format('opentype'); 
}

body{  
    margin: 0;  
    padding: 0;
}  

html, body {
	/*overflow:hidden;*/
	width:100%;
}

div#body {
	background-color:#ffffff;
	text-align:center;
}
	
}
