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

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


body {
	font-family: "Didot", "游明朝", "YuMincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro M", "A-OTF-ShinGoPro-Medium", "A-OTF ゴシック MB101 Pro B",　"A-OTF-GothicMB101Pro-Bold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	max-width: 100%;

}

a {
	text-decoration: none;
}

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

#container {
	width: 100%;
}
