@charset "utf-8";
/* CSS Document */

* {
	margin:0; padding:0;
	font-size:12px;
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.5em;
}


body {
	margin:2%;
}

.outer_g{
  text-align: center;
}
.inner_g{
  display: inline-block;
  text-align: left;
}

section {
	width:100%;
	margin-bottom:30px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom:1.5em;
}

p {
	margin-bottom:0.6em;
}

sup {
	color:#BE5B01;
}

table {
	border-collapse:collapse;
}


footer {
	width:100%;
}