@charset "UTF-8";

input.wpcf7-submit {
  width: 80px;
  height: 30px;
  color: #7c7c7c;
  vertical-align: middle;
  line-height: 1.4;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  font-size: 12px;
}

/* ===================
ここまでWordPressCSSをさらに上書き調整
===================*/

.aTxt {
  color: #ffffff;
  font-weight: bold;
  background: #cc0000;
  font-size: 85%;
  padding: 1px 4px;
  text-align: center;
  width: 30px;
}

table.mailform {
  width: 100%;
  margin: 0px auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.mailform tr {
  width: 150px;
}
table.mailform th,
table.mailform td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
table.mailform th {
  padding: 4px;
  font-size: 92%;
  padding-top: 12px;
}
table.mailform td {
  padding: 4px 4px 4px 20px;
  font-size: 85%;
}
table.mailform th .atTxt {
  color: #ffffff;
  font-weight: bold;
  background: #cc0000;
  font-size: 85%;
  padding: 1px 2px;
  text-align: center;
  display: block;
  width: 28px;
  float: right;
}

table.mailform tr:last-child th {
  border-bottom-style: none;
}
table.mailform tr:last-child td {
  border-bottom-style: none;
}

/*table.mailform tr td {
	border-top: 1px solid #DADADA;
	background: #EEF7FE;
}
table.mailform tr td input.add {
	margin-bottom: 10px;
}*/
table.mailform input,
table.mailform textarea {
  border: 1px solid #d5d5d5;
  vertical-align: middle;
  line-height: 1.4;
  margin-bottom: 2px;
  padding: 2px;
}
/*table.mailform input.radioInput {
	border-style: none;
}
table.mailform input#addBtn {
	font-size:85%;
	line-height:1;
	margin-top:-10px;
	padding:2px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}*/

.btn {
  text-align: right !important;
}
.btn input {
  padding: 2px;
}

form#mailform label {
  padding: 0px;
  overflow: hidden;
  display: block;
  margin-bottom: -3px;
}
form#mailform label input {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
label.label_true {
}
label.label_false {
}
div#mailfrom_hidden_object {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}*/
div.mfp_err {
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 0px;
  color: #cc0000;
  font-size: 12px;
  line-height: normal;
  display: none;
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

/*input.mfp {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}*/

/*textarea.mfp {
	padding: 5px!important;
	border: 1px solid #CCCCCC;
	background: #FF9999;
}*/

/*#mfp_el10 {
	padding: 5px!important;
	border: 1px solid #CCCCCC;
}
div#mfp_buttons {
	padding: 0px 0px 0px 100px;
	margin-bottom: 50px;
	overflow: hidden;
}
div#mfp_buttons input {
	text-align: center;
}
div#mfp_buttons ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#mfp_buttons ul li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	list-style: none;
}
div.mfp_phase_buttons {
	height: 60px;
}
div#mfp_buttons ul li input {
	padding:2px;
}
input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}*/

/*確認画面
//////////////////////////////////////////////////*/
ul.confirm_layer {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
ul.confirm_layer li {
  width: 100%;
  list-style: none;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
li.confirm_middle {
  background: #ffffff;
  padding: 20px;
}
li.confirm_top {
  height: 33px;
  background: #ffffff;
}
li.confirm_bottom {
  height: 20px;
  background: #ffffff;
}

div#disabled_submit {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
div#disabled_submit input {
  margin: 10px;
}
table.infield {
  width: 100%;
  margin: 0px auto 0px auto;
  border: solid 1px #cccccc;
  /*margin:5px;*/
}
table.infield tr th {
  padding: 5px 5px 5px 10px;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #232323;
  vertical-align: middle;
  background: #f5f5f5;
}
table.infield tr td {
  padding: 5px;
  border-bottom: solid 1px #cccccc;
  font-weight: bold;
}
table.infield tr td p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 0px 5px 10px;
  margin: 0px;
}
.mfp_color {
  background: #ffffff;
}

div#confirmWindow {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
  z-index: 1;
  position: fixed !important;
  position/**/: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #ffffff;
  font-size: 12px;
  text-align: center;
  _top: expression(document.documentElement && document.documentElement.scrollTop || document.body && body.scrollTop || 0 + 0 + "px");
}
div#confirmBody {
  width: 1px;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  text-align: center;
  margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
  color: #ffffff;
  margin: 0px auto 0px auto;
  width: 100%;
  height: 33px;
  padding-top: 10px;
}
div.buttons {
  margin: 0px auto 0px auto;
  text-align: center;
}
div.buttons input {
  margin-right: 5px;
  margin-left: 5px;
}

div#twex {
  margin: 0px;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  background-color: #ffffff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
img#loading_proccess_image {
  position: absolute;
  z-index: 1000;
}

/*//////////////////////////////////////////////////*/
/*dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	padding: 0px 10px 0px 0px;
}*/

/*// Phase Input Style //*/
/*div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	clear: both;
}
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
h3.mfp_phase_title {
	background-image: url(../../../images/mfp_h3.png);
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 21px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
ol.mfp_phase_input_proccess {
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	background-color: #CCCCCC;
	border: solid 1px #999999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(../../../images/mfp_h3.png);
	border: solid 1px #FFFFFF;
	background-color: #FFEEEE;
}*/

input.fullSize {
  width: 100% !important;
}
textarea.fullSize {
  width: 100% !important;
}

/* WordPressメールフォーム確認用テーブル */
#wpcf7cpcnf table {
  border: solid 1px #cccccc;
}
#wpcf7cpcnf table tr th {
  padding: 5px 5px 5px 10px;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  width: 150px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #232323;
  vertical-align: middle;
  background: #f5f5f5;
}
#wpcf7cpcnf table tr td {
  padding: 5px;
  border-bottom: solid 1px #cccccc;
  font-weight: bold;
}
