.main {
    font-family: Arial, Helvetica, sans-serif;
}/*元body*/
div {
	font: inherit;
}
#contents a img {
    display: block;
    width: auto;
}
img.hover {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    width: auto;
}
hr.contact {
    border: 0.25px rgba(51,0,0,0.4) solid;
}
span.require {
    color: rgba(181,44,50,1);
}
#contents .post {
    padding: 0em;
}
.content-wrapper2 img {
    max-width: 100%;
    height: auto;
    width: auto;
}
#contents .post {
    padding: 0em;
}
#contents .content2 h2 {
    margin-bottom: 0.5em;
    text-transform: none;
    font-size: 28px;
    color: #2A2A2A;
    margin-top: 0.5em;
    padding-left: 20px;
}
#contents h2.contact {
    margin-bottom: 0.5em;
    text-transform: none;
    font-size: 32px;
    color: rgba(65,33,16,100);
    margin-top: 0.25em;
    padding-left: 0px;
}
#contents h3 {
    margin-bottom: 0.5em;
    text-transform: none;
    font-size: 20px;
    font: inherit;
    color: #2A2A2A;
    margin-top: 0.25em;
    padding-left: 20px;
}
#contents h3.contact {
    margin-bottom: 0;
    text-transform: none;
    font-size: 32px;
    color: rgba(180,180,181,100);
    margin-top: 0.25em;
    padding: 0px;
}
#contents h3.contact2 {
    text-transform: none;
    font-size: 21px;
    color: rgba(35,24,21,100);
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}
#contents h3 {
    margin-bottom: 0.5em;
    text-transform: none;
    font-size: 20px;
    color: #2A2A2A;
    margin-top: 0.25em;
    padding-left: 20px;
}
.btn {
	width: 300px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
#contents h2.contact_info {
    text-align: center;
    max-width: 900px;
    width: 100%;
    height: auto;
    color: rgba(255,255,255,1) !important;
    font-size: 20px;
    background-color: rgba(106,57,6,1);
    border-radius: 15px 15px 0 0 / 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact_info {
    max-width: 900px;
    width: 100%;
    max-height: 220px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: rgba(238,206,72,0.9);
    color: rgba(51,0,0,100);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}
#contents h3.contact_tel {
    text-align: center;
    max-width: 420px;
    width: 100%;
    height: auto;
    color: rgba(67,118,50,1) !important;
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/btn_tel.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 0px;
    margin-top: auto;
    line-height: none;
}
.contact_info2 {
    max-width: 900px;
    width: 100%;
    max-height: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: rgba(238,206,72,0.9);
    color: rgba(51,0,0,100);
    font-size: 15px;
    line-height: 1.75em;
}
table.form {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.form_line {
    border-top: 1px solid rgba(51,0,0,0.3);
    padding-top: 2px;
    padding-bottom: 2px;
}
.icon_require {
    width: 50px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    background-image: url(../images/require.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    padding-bottom: 4px;
}
.left_tb {
    letter-spacing: 5px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 12em;
}
.right_tb {
    letter-spacing: 2px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    /* width: 200px; */
}
p.c {
    text-align: center;
    font-size: 14px;
}

.form_line textarea {
  width: 90%;
}

button[type="submit"] {
    width: 212px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 48px;
    border: none;
    border-radius: 15px;
    background-color: #341220;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#341a20), to(#4e343a));
    background-image: -webkit-linear-gradient(#341a20, #4e343a);
    background-image: linear-gradient(#341a20, #4e343a);
    -webkit-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
    color: #FFF;
    letter-spacing: 0.1em;
}
