div{
    font-size: 1.0em;
    line-height: 1.5;
    font-family: "小塚ゴシック Pro L",
    "Kozuka Gothic Pro Light",
    "メイリオ",
    "Meiryo",
    verdana,
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",sans-serif;
    font-weight: normal;
}
.a-link{
    line-height: 1.2;
}

.top_back{
	padding:10px;
	margin: 10px;
}
.full-screen{
	background-image: url("../cp/images/cust_common/kashii_pay_bg.png");
 background-size: auto auto;
  background-repeat : round;
  background-color:rgba(255,255,255,0.4);
  background-blend-mode:lighten;
	padding:0px;
	margin: 0px;
	height: 1000px;
}

.gamen-img{
	float:right;
	width:330px;
}
.gamen-img2{
	width:290px;
	float:center;
	padding:5px 20px;
}
.justify {
  display: flex;
  justify-content: space-between;
}
.font-red {
  font-size: 1.2em;
  padding-top: 10px;
  color: #ff6861;
}
.font-small {
  padding-top: 4px;
  font-size: 1.0em;
}
.btn-tab {
	width:100%;
    text-align: center;
}

table.infomation{
   border-collapse: collapse;
   background-color: #d1c3fc;
   border-radius: 5px;
   font-size: 0.9em;
}
table.infomation th,
table.infomation td{
   text-align: left;
   padding-top: 7px;
   padding-bottom: 7px;
   border-bottom: 2px solid #7472e8;
}
table.infomation th{
  padding-left: 0.5em;
  width:6em;
}
table.infomation tr:last-child th,
table.infomation tr:last-child td{
   border-bottom: none;
}

.explain{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  width: 260px;
  /*margin-right: 20px;*/
  margin: auto;
  /* float: left;*/
}
.explain img{
  width: 100%;
}
.explain.wide{
  /*width: 450px;
  margin-right: 0;*/
   margin: auto;
}
.explain span{
  color:#7472e8;
  font-size: 1.5em;
}
