/*----------------------------
	index.html
-----------------------------*/

h1{
	font-size: 30%; /*font-size: 130%;*/
	color:#c1ffc1; /*color: #2E8B57;*/	
}

.page_title{
	font-size: 140%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	/*color:black;*/
	color:#FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.title_area{
	display: table;
}

.data2{
	margin: 10px 0px;
}

button {
  width: 100px;
  height: 45px;
}
