/*
Theme Name:ADvance
Template:biz-vektor
Version: 1.12.4
*/

#footer {
    border-top: 1px solid #fff;
    color: #808080;
    background-color: #fff;
}
#headerTop #site-description {
    color: #54595F;
}
#siteBottomInner {
    color: #fff;
}

/*TOP*/
.area-text p {
    line-height: 200% !important;
}

/* コンタクトフォーム */

.coder2 {
    border-spacing: 0;
	
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
    width: 100%;
}

.coder2 th,
.coder2 td {
    padding:10px;
    background:#fff;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder2 th {
    background: #199fe3;
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    width: 29%;
    font-weight: bold;
}

input[type=button], input[type=submit], button {
    cursor: pointer;
    background-color: #199fe3;
    border-style: none;
    color: white;
    font-size: initial;
    padding: 7px 25px;
}

@media only screen and (max-width: 767px) {
.coder2 th { display: block; border-top: none; border-right:solid 0px; width: auto; }
.coder2 td { display: block; border-top: none; border-right:solid 0px; }
}
