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

body {
	width: 460px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left : auto;
 	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
	color:#0634C8;
	
}


table.topics {
	background: #ffffff;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin-left: auto;
 	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
}
table.topics th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.topics td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

