@charset "utf-8";

/*
	* Name: mailform.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - Mail Form -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 01. 初期設定 - Mail Form -
	======================================== */

	form#mailform table tr th img {
		margin-left: 6px;
		vertical-align: middle;
	}

	form#mailform table tr td p {
		line-height: 140%;
		margin-top: 4px;
	}

	form#mailform table tr td ul,
		form#mailform table tr td ol {
			margin-left: 0;
			margin-right: 0;
			list-style-type: none;
	}

	form#mailform table tr td ol li {
		margin-bottom: 10px;
	}

	form#mailform table tr td ol li span {
		margin-right: 10px;
	}

	form#mailform table tr td ul.separate li {
		float: left;
		width: 50%;
	}

	form#mailform table tr td div.mfp_err {
		color: #9F2B2B;
		font-size: 80%;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: -6px !important;
		margin-top: 4px !important;
		padding-left: 0;
	}

	form#mailform table tr td input {
		margin-right: 2px;
	}

	form#mailform div#mfp_buttons ul {
		height: 40px !important;
		margin: 0 auto 0 auto;
		list-style-type: none;
		width: 408px !important;
	}

	/* IE6 HACK */
	* html form#mailform div#mfp_buttons ul {
		margin-left: 0;
		margin-right: 0;
		width: 440px !important;
	}

	/* IE7 HACK */
	*:first-child+html form#mailform div#mfp_buttons ul {
		width: 438px !important;
	}

	form#mailform div#mfp_buttons ul li {
		margin-left: 12px;
		margin-right: 12px;
		width: 180px;
	}

	/* IE6 HACK */
	* html form#mailform div#mfp_buttons ul li {
		width: 190px;
	}

	/* IE7 HACK */
	*:first-child+html form#mailform div#mfp_buttons ul li {
		width: 190px;
	}

	form#mailform div#mfp_buttons ul li input {
		height: 40px !important;
		width: 178px !important;
	}

	form#mailform div#mfp_buttons ul li input#button_mfp_goconfirm {
		background: url("../../../../../html/css/img/mailformpro/btn_confirm.gif") left top no-repeat;
	}

	form#mailform div#mfp_buttons ul li input#button_mfp_reset {
		background: url("../../../../../html/css/img/mailformpro/btn_reset.gif") left top no-repeat;
	}

	form#mailform div#mfp_buttons ul li input:hover {
		background-position: left -40px !important;
	}

	form table tr td textarea {
		height: 120px !important;
		width: 98% !important;
	}

	form#mailform table tr td label#send_confirm_label {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}

}