@charset "UTF-8";

body{
text-align: center;
background:#000b1c;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
color: #fffafa;}

a{
color: #ffffff;
text-decoration: none;}

.wrapper{
width: 100%;}

.content{
position: relative;
top:20px;}

.section{
margin-bottom: 20px;}

.error{
margin:0 0 0.5em 0;
display:block;
color:#ff4242;}

.errortext{
color: #ff0000;
font-size: 1.5em;
font-weight: bold;}

.required{
color:#ff1493;
font-weight: bold; 
}

.required-2{
margin:0 auto;
width:86%;
height: auto;
background:#ff1493;
color:#ffffff;
font-weight: bold; 
}

.caution{
color:#ff1493;
font-size:0.8em;}

.txt{display: inline-block;
    padding: 0.5em 0.5em;
    line-height: 2;
    border: 1px solid #999;
    box-sizing: border-box;
    font-size:1em;
    margin: 0.5em 0;
}

.txtbox{
font-size: 0.8em;
margin: -30px 0 20px 0;
}

.txtbox a{
color: #ffd700;}

img.banner{
width:90%;}

.barcode{
margin:0 auto;
padding:30px 0;
width:80%;
height:auto;
background:#fff;
}

.barcodebox{
margin: 2em auto 0;
border:dotted 1px #778899;
width:60%;}

.btnbn{
    margin:20px auto;
    width:80%;
    height:auto;
    line-height:80px;
}
.btnbn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#F05A28;
    text-align:center;
    color:#FFFFFF;
    font-size:1.2em;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.btnbn a:hover{
    background:#F05A28;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

input[type="submit"]{
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0.5em 1em 0.5em 1em;
  width: 80%;
  color: #fff;
  font-size: 3em;
    line-height: 1;
  text-align: center;
  font-size:1em;
  background: #d7001d;
  border-radius: 1em;
}

