@charset "utf-8";

.inquiry_section1 {
    clear:both;
    width:750px;
}
table.table-form {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: initial;
    unicode-bidi: isolate;
	width: 100%;
}
table.table-form tr:nth-child(2n+1) {
    background: #eee;
}
table.table-form tr {
    display: table-row;
    unicode-bidi: isolate;
}
table.table-form th,td {
    box-sizing: border-box;
    padding: 1em;
    vertical-align: top;
}
table.table-form th {
    width: 30%;
    text-align: right;
}
table.table-form td {
    width: 70%;
}
table.table-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
input[type="submit"],[type="button"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
input[type="submit"]:hover,[type="button"]:hover {
    background: #006599;
    box-shadow: none;
}
