@charset "UTF-8";

/* table-form */
table.form {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
font-size: 16px;
}
table.form td {
border: 1px solid #cccccc;
padding: 6px;
vertical-align: top;
text-align: left;
}
@media all and (max-width: 500px) {
table.form td , table.block col {
display: block;
width: 100%;
border-bottom: none;
}

table.form tr:last-child td:last-child {
border-bottom: 1px solid #cccccc;
}
}


/* input */
input, button, select, option, textarea {
font-size: 16px;
font-family: inherit;
}


/* btn-green */
.btn-green {
display: inline-block;
font-size: 16px;
text-align: center;
font-weight: bold; /*文字の太さ*/
text-decoration: none;
width: 150px;
border-radius: 8px;
border: 2px solid #89c997; /*枠の色*/
background: #f3f9f4; /*背景色*/
padding: 10px;
margin: 5px 0px 5px 0px;
color: #666666;
}


/* btn-orange */
.btn-orange {
display: inline-block;
font-size: 16px;
text-align: center;
font-weight: bold; /*文字の太さ*/
text-decoration: none;
width: 150px;
border-radius: 8px;
border: 2px solid #ffaa22; /*枠の色*/
background: #fff6e8; /*背景色*/
padding: 10px;
margin: 5px 0px 5px 0px;
color: #666666;
}



/* New */
.new{
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #ffffff;
background: #cc0c2f;
border-radius: 4px;
padding: 0 6px;
vertical-align: baseline;
margin-left: 10px;
vertical-align: 1px;
}