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

body {
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* Font size auto adjust */
	-moz-text-size-adjust: none; /* Font size auto adjust */
	text-align: center;
	margin: 0 25px;
	max-width: 100%;
	
}

.main{
	position:relative;
}

.main h1 {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top:40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 170%;
  letter-spacing: 0.1em;
  font-weight: 100;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	
  }
.main h2 {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top:55%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 80%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  letter-spacing: 0.2em;
	
  }

h3{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 140%;
	font-weight:300;
	margin: 20px 0 20px 0;
	padding: 0;

	letter-spacing: 0.2em;
		
}


table{
	text-align: center;
	margin: 0 100px;
	padding: 0 100px;
	
}


table, td, th {
    border-bottom: 1px solid;
	border-color:#B9B9B9;
	margin:0;
	padding: 15px 0;
	text-align:left;
	font-weight: 200;
	
}

b{font-weight: 400}

