@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:#fff; /* 全体の文字色 */
	text-align:center;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-color:#262626;
}
/* --- 全体のリンクテキスト --- */
a:link{color:#fff;}
a:visited{color:#fff;}
a:hover{color:#fff;}
a:active{color:#fff;}
