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

/************************/
/*タブレットサイト向けCSS*/
/************************/
@media only screen
 and (min-width: 768px)
 and (max-width: 1024px) {
* {
			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:100%;
    margin: 0;  
	margin: 0px 0 0 0;
} 

#contents {
	height:100%;
	/*overflow:auto;	 */
}

}