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

.allarea{
 width: 90%;
 height: 400px;
 margin: 30px auto;
 /*background-color: antiquewhite;*/
 display: flex;
 align-items:center;
 flex-direction:column;
 justify-content: space-around;
}

.h2{
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
 font-size: 40px;
 margin: 40px auto 0px;
}

.bt_close{
 width: 200px;
 height: 50px;
 text-align: center;
 vertical-align: middle;
 font-size: 18px;
 background-color: #000;
 display: flex;
 align-items:center;
 justify-content: space-around;
 margin: 0px auto 100px;
}

.bt_close a{
 display: block;
 color: #fff;
 text-decoration: none;
 text-align: center;
}