#box{
    width:90%;
    margin: auto;
    padding-bottom: 10px;
}
#box .head{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color:#990100;
    padding-top: 15px;
    padding-bottom: 10px;
}
#box .head2{
    font-size: 1.2em;
    font-weight: bold;
    color:#00949d;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom:1px dashed #dadada;
}
#box .head3{
    font-size: 1.2em;
    font-weight: bold;
    color:#990100;
    padding-top: 20px;
    padding-bottom: 5px;
}
#box .list{
    border-bottom:1px dashed #dadada;
    min-height: 27px;
    position: relative;

}
#box .list .img{
    vertical-align: top;
    margin-top: 10px;
    min-height: 25px;
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    text-align: center;
}
#box .list .img img{
    height: 15px;
}
#box .list .value{
    display: inline-block;
    font-size: 0.9em;
    max-height: 54px;
    width: calc(100% - 40px);
    padding-top: 9px;
    color: #000;
}
#box .list .value a{
    color: #000;
}
#box .form{

}
#box .form li{
    margin-bottom: 10px;
}
#box .form li span{
    color:#818181;
    font-size: 0.9em;
    display: block;
    font-weight: bold;
}
#box .form input[type="text"],#box .form textarea{
    border: 2px solid #959595;
    padding: 0 1.5%;
    background-color: #edf2f2;
    color: #818181;
    border-radius: 5px;
    width: calc(97% - 4px);
}
#box .form input[type="text"]{
    height: 45px;
}
#box .form textarea{
    height:100px;
    max-height:100px;
    max-width: calc(97% - 4px);
}
#wrap-content-page #box .form ul li .bg-btn{
    position: relative;
    float: left;
    width: calc(100% - 2px);
    height: 60px;
    background-color: #b1b1b1;
    border: 1px solid #959595;
    border-radius: 5px;
    margin-bottom: 20px;
}
#wrap-content-page #box .form ul li .bg-btn input[type="submit"]{
    background: linear-gradient(to bottom, rgba(189,24,23,1) 0%, rgba(189,24,23,1) 50%, rgba(165,0,0,1) 51%, rgba(165,0,0,1) 100%);
    background-repeat: no-repeat;
    text-align: center;
    width: calc(100% - 10px);
    margin: 5px;
    height: 50px;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 1.1em;
}




/* Large desktop */
@media (min-width: 1200px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
@media (max-width: 600px) {
}
@media (max-width: 480px) {

}
@media (max-width: 360px) {

}

/* Iphone 4 - 5s vertical */
@media (max-width: 320px) {
}
