@charset "utf-8";
/* CSS Document */

/* form
---------------------------------*/
.form_text {
	font-size: 15px !important;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -1px;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;
	background-color: #DDDDDD;
	color: #333;
	padding: 10px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
.form_text {
	font-size: 14px !important;
	text-align: left;
}
}
/* 概要
---------------------------------*/

.f_table {
	clear: both;
	width: 95%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
.f_table th {
	width: 20%;
	background-color: #333333;
	color: #FFF;
}
.f_table th p {
	color: #999;
	font-size: 80%;
}
.f_table th span {
	color: #F00;
}
.f_table td {
	width: 80%;
	background-color: #FFF;
}
.f_table th,.f_table td {
	font-size: 150%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}
.central h2.nh2 {
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 220%;
    clear: both;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
	font-size: 110%;
}
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
	font-size: 110%;
}
button {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px;
  
	font-size: 110%;
}

@media only screen and (max-width: 767px) {
.form_ttl {
	width: 70%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
/* .f_table {
	width: 50%;
} */
.f_table tr th {
	width: 100%;
	float: left;
}

.f_table tr td {
	width: 100%;
	float: left;
}
}
.mwform-radio-field label {
    margin-right: 10px; 
}
.mw_wp_form .horizontal-item + .horizontal-item {
     margin-left: 0px; 
}
.mwform-checkbox-field input, .mwform-radio-field input {
     margin-right: 0px; 
}
