@font-face {
	font-family: 'A-OTF-FutoMinA101Pro-Bold';
	src: url('../font/A-OTF-FutoMinA101Pro-Bold.otf');
}

@font-face {
	font-family: 'COM4NRG_';
	src: url('../font/COM4NRG_.TTF');
}





body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "A-OTF-FutoMinA101Pro-Bold", "COM4NRG_", sans-serif;
	color: #666666;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

img {
	/* imgとdivの間の下部の隙間対策 */
	vertical-align: bottom;
}

#container {
	width: 100%;
}

.text-red {
	color: red;
}
