@charset "utf-8";

/*中ア社員が編集したものです*/



h3.midashi{
color:#FFFFFF;
background:#1D417A;
border:none;
}
/*滲の商品使用*/
.content table.shin1 {
	margin: 15px auto 20px auto;
	width: 100%;
	border: 1px solid #ccc;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
}

.content table.shin1 th,
.content table.shin1 td {
	padding: 6px;
	border: 1px solid #ccc;
text-align: left;
	font-size: 95%;
	color: #000;
	vertical-align: top;
	line-height: 1.4em;
}
.content table.shin1 th {
	background: #EEE4D7;
	font-weight: bold;
	width: 35%;
	line-height: 1.4em;
}
/*特定商取引の表示*/
.content table.houritu {
	margin: 15px auto 20px auto;
	width: 100%;
	border: 1px solid #ccc;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFFFFF;
}

.content table.houritu th,
.content table.houritu td {
	padding: 6px;
	border: 1px solid #ccc;
text-align: left;
	font-size: 85%;
	color: #000;
	vertical-align: top;
	line-height: 1.4em;
}
.content table.houritu th {
	background: #CEE1ED;
	font-weight: bold;
	width: 18%;
	line-height: 1.4em;
}
/*送料*/
.content table.souryou {
	margin: 15px auto 20px 0;
	width: 300px;
	border: 1px solid #ccc;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFFFFF;
}

.content table.souryou th,
.content table.souryou td {
	padding: 6px;
	border: 1px solid #ccc;
text-align: left;
	font-size: 85%;
	color: #000;
	vertical-align: top;
	line-height: 1.4em;
}
.content table.souryou th {
	background: #CEE1ED;
	font-weight: bold;
	width: 25%;
	line-height: 1.4em;
}
/*応募フォーム*/
.toiawase_form {
	padding: 0 15px 15px;
	background: #F1E9DC;
	border: 1px solid #000;
	font-size: 12px;
}
@media only screen and (max-width: 780px) {
.toiawase_form {
	padding: 10px;
	background: #F1E9DC;
	border: 1px solid #000;
	font-size: 16px;
	margin : 10px 0;
}
}

.toiawase_form h3 {
	margin: 0 !important;
	padding: 20px 0 10px;
	text-align: center;
	color:#793C3D;
}
.toiawase_form dl {
	margin: 0;
	padding: 0;
}
.toiawase_form dl dt {
	float: left;
	width: 180px;
	padding: 5px 0;
	font-weight:bold;
}
@media only screen and (max-width: 780px) {
.toiawase_form dl dt {
	float: none;
	width: auto;
	padding: 0;
}
}
.toiawase_form dl dd {
	padding: 3px 0;
	margin: 0 0 5px 155px;
	width: 500px;
}
@media only screen and (max-width: 780px) {
.toiawase_form dl dd {
	padding:  0;
	margin: 0;
	width: 100%;
}
}
.toiawase_form dl dd.l2 {
	padding: 3px 0 20px !important;
}
@media only screen and (max-width: 780px) {
.toiawase_form dl dd.l2 {
	padding: 0 !important;
}
}
.toiawase_form dl dd input,
.toiawase_form dl dd textarea {
	font-size: 12px;
}
@media only screen and (max-width: 780px) {
.toiawase_form dl dd input,
.toiawase_form dl dd textarea {
	font-size: 16px;
}
}
.toiawase_form .wpcf7-text {
	width: 75%;
}
.toiawase_form .wpcf7-textarea {
	width: 90%;
}
.toiawase_form .send_btn {
	text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398F14;
	font-size:24px;
	font-weight:bold;
	color:#F00;
}

div.wpcf7-validation-errors {
    border: 2px solid #F00;
		font-size:24px;
	font-weight:bold;
	color:#F00;
}



















