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

* {font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;}

.select-c{
font-size:0.8em;
font-weight:bold;
}

.btn-order{
 width:350px;
 margin:30px auto;
 color:#fff;
 font-weight:bold;
 font-size:2em;
 display:block;
 text-align:center;
 border: 1px solid #ccc;
 border-radius:8px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063181+0,063181+35,365fab+65,365fab+100 */
background: #063181; /* Old browsers */
background: -moz-linear-gradient(top,  #063181 0%, #063181 35%, #365fab 65%, #365fab 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #063181 0%,#063181 35%,#365fab 65%,#365fab 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #063181 0%,#063181 35%,#365fab 65%,#365fab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063181', endColorstr='#365fab',GradientType=0 ); /* IE6-9 */
}
.btn-order a{
 padding:20px 50px;
 color:#fff;
 display:block;
}