@charset "UTF-8";

body {
    color:#000;
/*    background: #e5cbae; */
    background: #f0ffff;
    font-size: 13px;
    font-family:'M PLUS 1p',YuGothic, sans-serif; 
}
table {
    color: #fff;         
}
h1,h2,h3,h4,h5,h6 {
    color: #fff;
    font-family:'M PLUS 1p',YuGothic, sans-serif;
}
span {
    font-family:'M PLUS 1p',YuGothic, sans-serif;
}
.box {
    text-align: center;
    margin-bottom: 40px
}
.box1 {
    font-size:12px;
    width: 47%;
}
.box2 {
    font-size:12px;
    width: 100%;
}
.flex{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 9px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
}    
.flex>p{
    width: 49%;
} 
.flex1{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 9px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.flex1>p{
    width: 100%;
} 
form {
    padding-left: 0;
}
a {
    text-decoration: none;
    color:#e31717;
    padding-left:0;
}          
a:active { color: rgb(255, 255, 255) } 
/****************************************/

#go {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);font-size: 16px
}
button{
    width: 120px;
    height: 26px;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius:7%;
    margin-left: 55%;
}
.order{
    margin-top:40px;
    text-align:center;
} 
