﻿

#contents #mailform * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contents #mailform dt span {
	line-height: 1.2;
	display: inline-block;
	padding: 0.25em 0.5em;
	background: #fff;
	color: #b81c22;
	margin-right: 0.5em;
	border: 2px solid #b81c22;
}

#contents #mailform dt span.requir {
	background: #b81c22;
	color: #fff;
}

#contents #mailform dt span.note {
	color: #b81c23;
	font-weight: normal;
	border: none;
	background: none;
	margin-top: 0.5em;
}

#contents #mailform h2.form_title {
	border-left: 5px solid #b81c23;
	font-size: 20px;
	margin: 0 0 10px;
	padding-left: 10px;
}

#contents #mailform ul.form_list {
	margin: 1.5em 0;
}

#contents #mailform ul.form_list li dl {
}

#contents #mailform ul.form_list li dl dt {
	font-weight: bold;
}

#contents #mailform ul.form_list li dl dd {
}

#contents #mailform ul.form_list li dl dd span {
	display: inline-block;
	margin: 0 0.25em;
}

#contents #mailform ul.form_list li dl dd input[type="text"],
#contents #mailform ul.form_list li dl dd textarea {
	border: 1px solid #ccc;
	padding: 1.5%;
}

#contents #mailform ul.form_list li dl dd input[type="text"]._short {
	width: 15%;
}

#contents #mailform ul.form_list li dl dd input[type="text"]._middle {
	width: 44%;
}

#contents #mailform ul.form_list li dl dd input[type="text"]._long,
#contents #mailform ul.form_list li dl dd textarea {
	width: 97%;
}

#contents #mailform ul.form_action input[type="button"].back,
#contents #mailform ul.form_action input[type="button"].submit,
#contents #mailform ul.form_action input[type="button"] {
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #c7bcc2;
	font-weight: bold;
}

#contents #mailform ul.form_action input[type="button"].submit,
#contents #mailform ul.form_action input[type="submit"] {
	background: -moz-linear-gradient(top, #b9262c 0%, #96252b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b9262c 0%,#96252b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b9262c 0%,#96252b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	border: 1px solid #c7bcc2;
	font-weight: bold;
}

#contents #mailform ul.form_action input[type="button"].back:hover,
#contents #mailform ul.form_action input[type="button"]:hover {
	background: -moz-linear-gradient(top, #efefef 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efefef 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efefef 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#contents #mailform ul.form_action input[type="button"].submit:hover,
#contents #mailform ul.form_action input[type="submit"]:hover {
	background: -moz-linear-gradient(top, #96252b 0%, #b9262c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #96252b 0%,#b9262c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #96252b 0%,#b9262c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#contents #mailform .form_message {
	line-height: 2;
	text-align: center;
}

#contents #mailform .form_message p {
	margin: 20px 0;
}

#contents #mailform .form_inquiry {
	border: 1px solid #ccc;
	padding: 20px;
}

@media only screen and (min-width:760px) {

	#contents #mailform ul.form_list {
		background: #fff;
		border: 5px solid #fdeeec;
	}

	#contents #mailform ul.form_list li {
		border-bottom: 1px solid #ccc;
	}

	#contents #mailform ul.form_list li:last-child {
		border: none;
	}

	#contents #mailform ul.form_list li dl {
		background: #fdeeec;
		overflow: hidden;
	}

	#contents #mailform ul.form_list li dl dt {
		float: left;
		font-weight: bold;
		padding: 15px;
		width: 220px;
		display: block;
		background: #fdeeec;
	}

	#contents #mailform ul.form_list li dl dd {
		background: #fff;
		float: left;
		padding: 15px;
		width: 490px;
	}

	#contents #mailform ul.form_action {
		margin: 1em 0;
		text-align: center;
	}

	#contents #mailform ul.form_action li {
		float: left;
		text-align: left;
		width: 50%;
	}

	#contents #mailform ul.form_action li:first-child {
		text-align: right;
	}

	#contents #mailform ul.form_action li.single {
		width: 50%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	#contents #mailform ul.form_list input[type="text"],
	#contents #mailform ul.form_list textarea {
		-webkit-appearance: none;
	}

	#contents #mailform ul.form_action input[type="button"].back,
	#contents #mailform ul.form_action input[type="button"].submit,
	#contents #mailform ul.form_action input[type="button"],
	#contents #mailform ul.form_action input[type="submit"] {
		-webkit-appearance: none;
		padding: 1em;
		min-width: 50%;
		margin: 0 1em;
	}

	#contents #mailform ul.form_list li dl dd textarea {
		height: 32em;
	}

/* error */

	#contents #mailform ul.form_list._error {
		border: none;
	}

	#contents #mailform ul.form_list._error li.check {
		margin: 1em 0;
		padding: 10px;
		background: #fdeeec;
		border: 1px dotted #b81c22;
		color: #b81c22;
		font-weight: bold;
	}

}

@media only screen and (max-width:760px) {

	#contents #mailform ul.form_list {
		background: #fdeeec;
		border: 5px solid #fdeeec;
	}

	#contents #mailform ul.form_list li {
		border-bottom: 1px solid #ccc;
	}

	#contents #mailform ul.form_list li:last-child {
		border: none;
	}

	#contents #mailform ul.form_list li dl {
	}

	#contents #mailform ul.form_list li dl dt {
		padding: 3%;
	}

	#contents #mailform ul li dl dd {
		background: #fff;
		padding: 3%;
	}

	#contents #mailform ul.form_action li {
		margin: 1em 0;
		text-align: center;
	}

	#contents #mailform ul.form_list li dl dd input[type="text"]._middle {
		width: 43.2%;
	}

	#contents #mailform ul.form_list input[type="text"],
	#contents #mailform ul.form_list textarea {
		-webkit-appearance: none;
	}

	#contents #mailform ul.form_action input[type="button"].back,
	#contents #mailform ul.form_action input[type="button"].submit,
	#contents #mailform ul.form_action input[type="button"],
	#contents #mailform ul.form_action input[type="submit"] {
		-webkit-appearance: none;
		padding: 1em;
		min-width: 65%;
	}

	#contents #mailform ul.form_list li dl dd textarea {
		height: 32em;
	}

/* error */

	#contents #mailform ul.form_list._error {
		border: none;
		background: #fff;
	}

	#contents #mailform ul.form_list._error li.check {
		margin: 1em 0;
		padding: 10px;
		background: #fdeeec;
		border: 1px dotted #b81c22;
		color: #b81c22;
		font-weight: bold;
	}

}

@media only print {

	#contents {
		width: 100%;
	}

	#contents #mailform * {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#contents #mailform li {
		width: 100%;
	}

	#contents #mailform dt span {
		line-height: 1.2;
		display: inline-block;
		padding: 0.25em 0.5em;
		background: #fff;
		color: #b81c22;
		margin-right: 0.5em;
		border: 2px solid #b81c22;
	}

	#contents #mailform dt span.requir {
		background: #b81c22;
		color: #fff;
	}

	#contents #mailform dt span.note {
		color: #b81c23;
		font-weight: normal;
		border: none;
		background: none;
		margin-top: 0.5em;
	}

	#contents #mailform h2.form_title {
		border-left: 5px solid #b81c23;
		font-size: 20px;
		margin: 0 0 10px;
		padding-left: 10px;
	}

	#contents #mailform ul.form_list {
		margin: 1.5em 0;
	}

	#contents #mailform ul.form_list li dl {
	}

	#contents #mailform ul.form_list li dl dt {
		font-weight: bold;
	}

	#contents #mailform ul.form_list li dl dd {
	}

	#contents #mailform ul.form_list li dl dd span {
		display: inline-block;
		margin: 0 0.25em;
	}

	#contents #mailform ul.form_list li dl dd input[type="text"],
	#contents #mailform ul.form_list li dl dd textarea {
		border: 1px solid #ccc;
		padding: 1.5%;
		font-size: 90%;
	}

	#contents #mailform ul.form_list li dl dd input[type="text"]._short {
		width: 15%;
	}

	#contents #mailform ul.form_list li dl dd input[type="text"]._middle {
		width: 44%;
	}

	#contents #mailform ul.form_list li dl dd input[type="text"]._long,
	#contents #mailform ul.form_list li dl dd textarea {
		width: 97%;
	}

	#contents #mailform ul.form_action input[type="button"].back,
	#contents #mailform ul.form_action input[type="button"].submit,
	#contents #mailform ul.form_action input[type="button"] {
		background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border: 1px solid #c7bcc2;
		font-weight: bold;
	}

	#contents #mailform ul.form_action input[type="button"].submit,
	#contents #mailform ul.form_action input[type="submit"] {
		background: -moz-linear-gradient(top, #b9262c 0%, #96252b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b9262c 0%,#96252b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #b9262c 0%,#96252b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		color: #fff;
		border: 1px solid #c7bcc2;
		font-weight: bold;
	}

	#contents #mailform ul.form_action input[type="button"].back:hover,
	#contents #mailform ul.form_action input[type="button"]:hover {
		background: -moz-linear-gradient(top, #efefef 0%, #fff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #efefef 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #efefef 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	#contents #mailform ul.form_action input[type="button"].submit:hover,
	#contents #mailform ul.form_action input[type="submit"]:hover {
		background: -moz-linear-gradient(top, #96252b 0%, #b9262c 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #96252b 0%,#b9262c 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #96252b 0%,#b9262c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	#contents #mailform .form_message {
		line-height: 2;
		text-align: center;
	}

	#contents #mailform .form_message p {
		margin: 20px 0;
	}

	#contents #mailform .form_inquiry {
		border: 1px solid #ccc;
		padding: 20px;
	}

	#contents #mailform ul.form_list {
		background: #fff;
		border: 5px solid #fdeeec;
	}

	#contents #mailform ul.form_list li {
		border-bottom: 1px solid #ccc;
	}

	#contents #mailform ul.form_list li:last-child {
		border: none;
	}

	#contents #mailform ul.form_list li dl {
		background: #fdeeec;
		overflow: hidden;
	}

	#contents #mailform ul.form_list li dl dt {
		float: left;
		font-weight: bold;
		padding: 15px;
		width: 220px;
		display: block;
		background: #fdeeec;
	}

	#contents #mailform ul.form_list li dl dd {
		background: #fff;
		float: left;
		padding: 15px;
		width: 490px;
	}

	#contents #mailform ul.form_action {
		margin: 1em 0;
		text-align: center;
	}

	#contents #mailform ul.form_action li {
		float: left;
		text-align: left;
		width: 50%;
	}

	#contents #mailform ul.form_action li:first-child {
		text-align: right;
	}

	#contents #mailform ul.form_action li.single {
		width: 50%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	#contents #mailform ul.form_list input[type="text"],
	#contents #mailform ul.form_list textarea {
		-webkit-appearance: none;
	}

	#contents #mailform ul.form_action input[type="button"].back,
	#contents #mailform ul.form_action input[type="button"].submit,
	#contents #mailform ul.form_action input[type="button"],
	#contents #mailform ul.form_action input[type="submit"] {
		-webkit-appearance: none;
		padding: 1em;
		min-width: 50%;
		margin: 0 1em;
	}

	#contents #mailform ul.form_list li dl dd textarea {
		height: 32em;
	}

/* error */

	#contents #mailform ul.form_list._error {
		border: none;
	}

	#contents #mailform ul.form_list._error li.check {
		margin: 1em 0;
		padding: 10px;
		background: #fdeeec;
		border: 1px dotted #b81c22;
		color: #b81c22;
		font-weight: bold;
	}


	#footerarea,
	#page-top,
	footer,
	#contents aside.pc_only {
		display: none;
	}

	#contents .company {
		margin: 0 auto;
	}

	#categoly_head .breadcrumb p {
		padding: 0;
	}

}

