@charset "utf-8";

/*--basic--*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px;
	background-color: #000;
	color: #eee;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}


/*--index--*/

table#m_{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td#title {
	padding: 0 0 30px;
	text-align: center;
}

h1#m_h1 {
	font-size: 12px;
	font-weight: bold;
}

td#pc {
	padding: 10px 0;
	text-align: center;
}

td#mobile {
	padding: 10px 0;
	text-align: center;
}

a.m_a {
	color: #eee;
}

td#copyright {
	padding: 30px 0;
	font-size: 10px;
	text-align: center;
}
