@charset "utf-8";

.red {
	color: #ff0000;
	font-weight: bold;
}

form#mail_form dl {
	overflow: hidden;
}

.form_description {
	padding: 10px;
	background-color: #bebebe;
	text-align: left;
	width: auto;
}

form#mail_form dl dt {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	clear: both;
	float: left;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
	width: 218px;
	background-color: #f1f1f1;
}

form#mail_form dl dt span {
	font-weight: bold;
}

form#mail_form dl dd {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	float: left;
	width: 499px;
}

form#mail_form dl dt:last-of-type {
	border-bottom: 1px solid #cccccc;
}

form#mail_form dl dd:last-of-type div {
	border-bottom: 1px solid #cccccc;
}

form#mail_form dl dd div {
	padding: 25px 0 25px 5%;
}

form#mail_form dl dd div span {
	color: #ff0000;
	display: block;
}

form#mail_form dl dd div span.hide,
form#mail_form dl dd div span.del {
	color: #000;
	display: inline;
}

form#mail_form dl dd div input#prefecture02 {
	width: 96%;
}

form#mail_form dl dd div textarea#mail_contents {
	width: 96%;
}

.sousin {
	text-align: center;
	padding: 0!important;
}

.sousin input#back {
	margin-top: 30px;
	margin-right: 10px;
}

.kakunin {
	text-align: center;
	padding: 0!important;
}

.kakunin input {
	margin-top: 30px;
}



/* スマホ */
@media (max-width : 720px){

form#mail_form dl dt,
form#mail_form dl dd {
	border: 1px solid #cccccc !important;
	width: 99.5% !important;
}

form#mail_form .height_s {
	height: auto !important;
}

.sousin input#back {
	margin-right: 0px;
}

form#mail_form dl dd div input#prefecture02 {
	width: auto;
}

}