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

/**ボタン部分**/
#button_wrapper {
  position: absolute;
  left:215px;
  top:139px;
}
.button {
  position: absolute;
}
.button.col_1 {
	left: 0;
}
.button.col_2 {
	left: 195px;
}

.button.row_1 {
	top: 0;
}


/* テキスト */
.main_text {
position: absolute;
width:100%;
text-align: center;

}
#main_text_1 {
top: 38px;
font-size: 20px;
line-height: 26px;
}
