@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {border: none;}

body{
	background-color: #282828;
	color: #ffffff;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	height:100vh;
}

#container {
	width: 375px;
	margin: 0 auto;
	line-height: 150%;
	text-align: left;
}

h2{
	margin: 40px 0px;
}

.center {
	text-align: center;
}

th,
td {font-size: 14px;}

.tb01 {
	width: 360px;
	margin: 30px auto 30px;
	border-top: 1px solid #ccc;
	border-spacing: 0;
}

.tb01 th {
	border-bottom: 1px solid #ccc;
	padding: 12px 6px;
	width: 110px;
	font-weight: normal;
	text-align: center;
}

.tb01 td {
	border-bottom: 1px solid #ccc;
	padding: 12px 6px;
	text-align: left;
}

#home {
	text-align: center;
	padding: 15px 0px;
	line-height: 400%;
}


a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}
