﻿/*
Theme Name:HOT.COM
Description:HOT.COMオリジナルテーマ
Theme URI: none
Author: Naomasa
Author URI: none
Version: 1.00
*/
@import url(pc.css) screen and (min-width: 800px);
@import url(sp.css) screen and (max-width: 799px);
@import url(pc.css) print;
@font-face {
font-family: 'ゴシック';
src: url('font/NotoSansCJKjp-Regular.woff') format('truetype');
}
@font-face {
font-family: '細ゴシック';
src: url('font/NotoSansCJKjp-Light.woff') format('truetype');
}
body{
	-webkit-text-size-adjust: 100%;
	margin:0 0 0px 0;
	padding:0;
	text-align:center;
	color:#333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

