@import url("./pc.css") screen and (min-width:769px);
@import url("./tb.css") screen and (min-width:641px) and (max-width:768px);
@import url("./sm.css") screen and (max-width:640px);


/*ここから下はPC・スマホ・タブレット共通項目*/

body{
	margin:0;
	padding:0;
	color:#000000; /* 全体の文字色 */
	text-align:center;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-color:#000;
	letter-spacing:1px;
}
/* --- 全体のリンクテキスト --- */
a:link{color:#0000ff;}
a:visited{color:#000090;}
a:hover{color:#ff8000;}
a:active{color:#ff0000;}
