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

/************************/
/*SmartPhoneサイト向けCSS*/
/************************/
/*@media screen and (min-width: 0px) and (max-width: 480px) {*/
@media screen and (max-width: 480px) {	
* {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			font-weight: normal;
			vertical-align: baseline;
		}		

a {text-decoration: none;}

@font-face {
    font-family: 'Utsukushi_m';  /* フォントにフォント集合名を付ける */
    src: url(./fonts/UtsukushiMincho-FONT/UtsukushiMincho.eot?), 
        url(./fonts/UtsukushiMincho-FONT/UtsukushiMincho.ttf) format('truetype'),
        url(./fonts/UtsukushiMincho-FONT/UtsukushiFONT.otf) format('opentype'); 
}

body{  
    /*width:320px;*/
	width:100%;
    margin: 0;  
	margin: 0px 0 80px 0;
} 

#contents {
	/*height:320px;*/
	/*padding-top:65px;*/
	overflow:auto;	 
}

}