@charset "utf-8";


/*==============共通部分==============*/
.form_msg-box {
margin: 0px auto;
display:inline-block;
text-align: left;
}

.form_msg-box ol {
margin: 5px 10px 5px 30px;
}

.form-box {
margin: 0px auto;
padding: 20px;
display: inline-block;
text-align: center;
background: #ffffff;
border: 1px solid #999999;
}

form .btn {
display: inline-block;
font-family: inherit;
padding: 7px 15px;
font-size: 15px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: rgb(180,221,180);
background: -moz-linear-gradient(top,  rgb(180,221,180) 0%, rgb(131,199,131) 15%, rgb(82,177,82) 39%, rgb(0,138,0) 87%, rgb(0,87,0) 100%, rgb(0,36,0) 100%, rgb(0,87,0) 101%);
background: -webkit-linear-gradient(top,  rgb(180,221,180) 0%,rgb(131,199,131) 15%,rgb(82,177,82) 39%,rgb(0,138,0) 87%,rgb(0,87,0) 100%,rgb(0,36,0) 100%,rgb(0,87,0) 101%);
background: linear-gradient(to bottom,  rgb(180,221,180) 0%,rgb(131,199,131) 15%,rgb(82,177,82) 39%,rgb(0,138,0) 87%,rgb(0,87,0) 100%,rgb(0,36,0) 100%,rgb(0,87,0) 101%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 );
}

/*==============連絡フォーム==============*/
.mail_inputform {
display: inline-block;
background: #DAEDE5;
margin: 20px 0px;
padding: 10px;
border : solid 1px #666666;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.mail_inputform_inner {
display: inline-block;
padding: 20px;
border : dashed 2px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.mail_inputform_inner table tbody th,
.mail_inputform_inner  table tbody td {
padding: 10px 5px 10px 5px;
vertical-align: middle;
}

.mail_inputform_inner table tbody th {
font-size: 15px;
font-weight: normal;
color:#000099;
white-space: nowrap;
text-align: right;
}

.mail_inputform_inner table tbody td {
text-align: left;
}

.mail_inputform_inner .type_150 {
font-size: 15px;
line-height: 160%;
outline: none;
width: 150px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_250 {
font-size: 15px;
line-height: 160%;
outline: none;
width: 250px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_350 {
font-size: 15px;
line-height: 160%;
outline: none;
width: 350px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_450 {
font-size: 15px;
line-height: 160%;
outline: none;
width: 450px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_550 {
font-size: 15px;
line-height: 160%;
outline: none;
width: 550px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner textarea {
font-size: 15px;
line-height: 180%;
}

.mail_inputform_inner .dropdown {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 250px;
height: 30px;
}

#templateform tbody th,
#templateform tbody td {
padding: 0px 5px 10px 5px;
vertical-align: middle;
}

#templateform tbody th {
font-size: 14px;
color:#000099;
font-weight: normal;
white-space: nowrap;
text-align: right;
}

#templateform tbody td {
font-size: 14px;
color:#000000;
line-height: 150%;
text-align: left;
}


/********************************************/
@media only screen and (max-width: 640px)
{


/*==============共通部分==============*/
.form_msg-box {
width: 100%;
margin: 0 auto;
text-align: left;
}

.form_msg-box ol {
margin: 5px 10px 5px 20px;
}

.form-box {
width: 100%;
margin: 0px auto;
padding: 10px;
display: inline-block;
background: #ffffff;
border: 1px solid #999999;
}

/*==============連絡フォーム==============*/
.mail_inputform {
width: 100%;
margin: 10px auto;
padding: 20px 10px;
background: #DAEDE5;
border : solid 1px #666666;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.mail_inputform_inner {
width: 100%;
padding: 0px;
border : none;
}

.mail_inputform_inner table {
display: block;
border: none;
width: 100%;
padding: 0px;
}

.mail_inputform_inner table tbody {
display: block;
border: none;
}

.mail_inputform_inner table tbody tr {
 display: block;
margin-bottom: 15px;
border: none;
}

.mail_inputform_inner table tbody th,
.mail_inputform_inner table tbody td {
 display: block;
display: list-item;
list-style-type: none;
padding: 2px 5px 2px 5px;
}

.mail_inputform_inner table tbody th {
width: 100%;
font-size: 15px;
color:#000099;
white-space: nowrap;
text-align: center;
}

.mail_inputform_inner table tbody td {
width: 100%;
text-align: center;
}


.mail_inputform_inner .type_150,
.mail_inputform_inner .type_250,
.mail_inputform_inner .type_350,
.mail_inputform_inner .type_450,
.mail_inputform_inner .type_550 {
font-size: 16px;
line-height: 160%;
outline: none;
width: 100%;
height: 35px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner textarea {
font-size: 16px;
line-height: 180%;
resize: vertical;
width: 100%;
height: 300px;
}

.mail_inputform_inner .dropdown {
font-size: 15px;
line-height: 160%;
width: 100%;
height: 35px;
border: 1px solid #999999;
}

#templateform tbody th,
#templateform tbody td {
display: block;
vertical-align: middle;
}

#templateform tbody th {
font-size: 15px;
color:#000000;
font-weight: bold;
white-space: nowrap;
text-align: left;
padding: 0px 5px;
}

#templateform tbody td {
font-size: 15px;
color:#000099;
line-height: 150%;
text-align: left;
padding: 3px 5px 20px 10px;
}


}

