@charset "UTF-8";
/* CSS Document */
/* wrapper や header、footer など、ペースとなる部分のCSSを書く */


html {
        color: #ffffff;
        background-color: #2a344c;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', sans-serif;
        line-height: 1.8em;
        max-width: 750px;
        min-width: 750px;
}
*, *::before, *::after {
	box-sizing: border-box;
}
/* content */
.content {
	margin: 0 auto;
}
img {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}
a {
    color: #ffffff;
}
