@charset "UTF-8";

body{
text-align: center;
background:#F4F5F7;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
color: #555555;}

body#loginpage{
background-color: #000blc;}

a{
color: #ffffff;
text-decoration: none;}

.emphasis{
color:#ffcc00;
font-weight:bold;}

.wrapper{
width: 100%;}

.content{
position: relative;
top:20px;}

.section{
margin-bottom: 20px;}

.box{
margin-bottom: 20px;
border-top: #778899 1px dotted;
border-bottom: #778899 1px dotted;}

.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: 1.5;
    border: 1px solid #999;
    box-sizing: border-box;
    font-size:1.0em;
    margin: 0.5em 0;
}

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;
}

.btnbn2{
   display: inline-block;
   position: relative;
   padding: 10px 30px 10px 30px;
   background:#ffa500;
   color:#fff;
   border-radius:10px;
}

.btnbn2:hover{
background:#ffc966;}

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;
}

