/*
　PC
*/
.special-page {
	margin: 0 0px 0px;
	padding: 10px;
}
table.formTable {
	border-top: 1px solid #c1b2a9;
	border-left: 1px solid #c1b2a9;
  width: 100%;
  margin: 50px 0px 20px;
}
table.formTable th {
	border-right: 1px solid #c1b2a9;
	border-bottom: 1px solid #c1b2a9;
	padding: 10px 10px;
	font-size: 14px;
	background-color: #dcd2c6;
	vertical-align: middle;
}
table.formTable td {
	border-right: 1px solid #c1b2a9;
	border-bottom: 1px solid #c1b2a9;
	padding: 10px 10px;
	font-size: 14px;
	background-color: #ebe6e0;
	vertical-align: middle;
}
table.formTable td.icon {
	text-align: center;
}
table.formTable input {
	padding: 10px;
	border:1px solid #ded5cb;
	margin-bottom: 0px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
table.formTable input[type="radio"] {
	margin: 0px 5px 0px 10px;
}
table.formTable textarea {
	margin: 0px;
}

.agree {
	text-align: center;
	margin-bottom: 10px;
}
.submit {
	text-align: center;
}
.attention {
	color: #e11e4b;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}



