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

/*			contactform7
/*-------------------------------------------*/
.wpcf7 {
	margin-top: 20px;
	font-size: 13px;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="date"],.wpcf7 input[type="number"]{
	font-size: 14px;
	line-height: 1.5em;
	padding: 4px 5px 5px 2px;
	margin-bottom:2px;
}
.wpcf7 input[type="submit"]{
	background: #66c3cf;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	width: 120px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}
.wpcf7 input[type="submit"]:hover{
	background: #9BDA23;
}
.wpcf7 input[type="reset"]{
	background: #8e8e8e;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	width: 120px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.wpcf7 input[type="reset"]:hover{
	background: #9E9E9E;
}
form span.wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	clear: both; /*回り込みをしている為*/
	vertical-align: bottom;
}
form span.wpcf7-form-control-wrap .wpcf7-list-item, #content form span.wpcf7-form-control-wrap .wpcf7-list-item label {
	display: block;
	float: left;
}
form span.wpcf7-form-control-wrap .wpcf7-list-item {
	font-size: 14px;
	padding: 4px 10px 4px 0px;
}
form span.wpcf7-not-valid-tip {
	color:#9F0000 !important;
	position: relative;
	display: block;
	overflow: hidden;
	padding:5px 0;
	left: 0px;
	top: 4px;
	margin-bottom: 0px;
}
form dd.address_num span.wpcf7-form-control-wrap {
	display: inline;
}
form div.wpcf7-validation-errors {
	border: 2px solid #c00;
	background-color: #FFeeee;
	text-align: center;
}
.wpcf7 dl {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	border-right: none;
	border-left: none;
	background: #FFF;
}
.wpcf7 dl dl{
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	border-right: none;
	border-left: none;
	background: #FFF;
}
.wpcf7 dl dt {
	display: block;
	overflow: hidden;
	padding: 16px 10px 0px;
	color: #666;
	font-weight: lighter;
	border-top: 1px dotted #999;
	float: left;
	min-width: 13em;
}
.wpcf7 dl dt.hissu{
	color: #9F0000;
}
.wpcf7 dl dt span {
	font-size: 10px !important;
	color: #FFF;
	background: #F30;
	display: inline-block;
	padding: 1px 2px 0px !important;
	margin-left: 3px;
	line-height: 1.2em;
	font-weight: normal;
}
.wpcf7 dl dd {
	display: block;
	padding: 10px;
	margin-bottom: 0px;
	border-top: 1px dotted #999;
}
.wpcf7 dl dd span.example {
	font-size: 90%;
	color: #666;
}
.contact-submit {
	text-align: center;
	padding: 15px 0px;
}
.mailform-select-area{
	padding: 10px;
	border: 2px solid #F60;
	margin-bottom: 15px;
	border-radius: 10px;
}
.mailform-select-area .wpcf7-list-item{
	font-size: 15px;
	display: block !important;
	float: none !important;
	clear: both;
}
.wpcf7-not-valid-tip{
	clear: both;
}
.wpcf7 dl{
	max-width:600px;
	margin-right: auto;
	margin-left: auto;
}
.wpcf7 dl.enquete dt {
	float: none;
	width: 100%;
	font-size: 120%;
	color: #006633;
	background: url(../images/common/icn_q.png) no-repeat 5px 16px;
	padding-left: 30px;
}
.wpcf7 dl.enquete strong{color: #006633;}

.wpcf7 dl.enquete dd {
	display: block;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 0px;
	border-top: 1px dotted #CCC;
}
@media (max-width: 643px) {
	.wpcf7 dl dt {
	float: none;
	width: 100%;
}
.wpcf7 dl dd {
	display: block;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 0px;
	border-top: 1px dotted #CCC;
}
form span.wpcf7-form-control-wrap {
	display: block;
}
}