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

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

#contents {
    width:768px;
	height:100%;
    text-align: center;
    margin:0 auto 0 auto;
	/*overflow:auto;*/
}

}