@charset "utf-8";
@import url("important.css");
@import url("common.css");

.pTop #cMain .section ul {
	padding: 0;
}
.pTop #cMain .section ul li {
	margin: 0;
	list-style: none;
}
.pTop #cMain .section1 ul li {
	color: #900;
}
.pTop #cMain .section1 .wrap {
	font-size: 100%;
	font-size: 100%;
	height: 12em;
	overflow: auto;
	border: 1px solid  #CCC;
	padding: 20px 20px 0 20px;
}
.pTop #cMain .section1 .wrap h4 {
	margin: 0 0 15px 0;
	padding: 0;
}
.pTop #cMain .section1 .wrap h5 {
	margin: 0 0 2px 0;
	padding: 0;
}
.pTop #cMain .section1 .wrap dl dt {
	font-weight: bold;
	color: #36C;
}
.pTop #cMain .section1 .wrap ul li {
	color: #666;
}
.pTop #cMain .section1 .wrap ul.memo {
	text-align: right;
}
.pTop #cMain .section1 .end {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.pTop #cMain .section table {
	width: 720px;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.pTop #cMain .section table tr th {
	width: 160px;
	padding: 10px 1em 10px 0;
	margin-right: 1em;
	text-align: right;
	font-weight: normal;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: url(../image/bg_midashi.gif);
}
.pTop #cMain .section table tr td {
	padding: 5px 0 5px 10px;
	text-align: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: url(../image/bg_midashi2.gif);
}
* html .pTop #cMain .section table tr td {
		padding: 4px 0 4px 10px;
		vertical-align: middle;
}

.pTop #cMain .section table tr.company td input {
	width: 530px;
	margin: 0;
	border: 1px solid #CCC;
	color: #666;
}
.pTop #cMain .section table tr.post td input {
	width: 223px;
	border: 1px solid #CCC;
	color: #666;
}
.pTop #cMain .section table tr.post td input.inputBoxLeft {
	margin: 0 10px 0 5px;
}
.pTop #cMain .section table tr.post td input.inputBoxRight {
	margin: 0 0 0 5px;
}

.pTop #cMain .section table tr.name {
	color: #F00;
}
.pTop #cMain .section table tr.name td {
	padding-left: 23px;
}
.pTop #cMain .section table tr.name td input {
	width: 223px;
/*
	height: 15px;
	padding: 5px 0 5px 5px;
	line-height: 1.2;
*/
	border: 1px solid #CCC;
	color: #666;
}
.pTop #cMain .section table tr.name td input.inputBoxLeft {
	margin: 0 23px 0 5px;
}
.pTop #cMain .section table tr.name td input.inputBoxRight {
	margin: 0 0 0 5px;
}

.pTop #cMain .section table tr.address td {
	padding-bottom: 0;
}
.pTop #cMain .section table tr.address td input {
	margin-bottom: 5px;
	border: 1px solid #CCC;
	color: #666;
}
.pTop #cMain .section table tr.mail td input {
	width: 530px;
	margin: 0;
	border: 1px solid #CCC;
	color: #666;
}
.pTop #cMain .section table tr.business td input {
	width: 530px;
	margin: 0;
	border: 1px solid #CCC;
	color: #666;
}

.pTop #cMain .section table tr.contents th span {
	color: #F00;
}
.pTop #cMain .section table tr.contents td textarea {
	width: 530px;
	height: 80px;
	margin: 0;
	border: 1px solid #CCC;
	color: #666;
}

.pTop #cMain .section1 .agreement {
	margin-top: 10px;
	line-height: 1.5;
	text-align: center;
	color: #F00;
}
.pTop #cMain .section1 .agreement input {
	vertical-align: bottom;
}
	* html .pTop #cMain .section1 .agreement input {
		vertical-align: middle;
	}

.pTop #cMain .section p.memo {
	margin: 0;
	color: #F00;
}
.pTop #cMain .section p.memo2 {
	margin: 20px 0 20px 0;
	text-align: center;
}


.pTop #cMain .section1 .wrap dl dt img {
	display: block;
	float: left;
	padding: 5px 2px 0 0;
	vertical-align: bottom;
}

.pTop #cMain ul.btnArea {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 34px;
}
.pTop #cMain ul.btnArea li {
	width: 90px;
	list-style: none;
}
.pTop #cMain ul.btnArea li.confirmation {
	position: absolute;
	top: 0;
	left: 320px;
}
.pTop #cMain ul.btnArea li.clear {
	position: absolute;
	top: 0;
	right: 226px;
}
.pTop #cMain ul.btnArea li a {
	display: block;
	width: 90px;
	height: 25px;
	text-indent: -1000em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.pTop #cMain ul.btnArea li.confirmation a {
	background-image: url(../image/btn_send.png);
}
.pTop #cMain ul.btnArea li.clear a {
	background-image: url(../image/btn_clear.png);
}
.pTop #cMain ul.btnArea li a:hover {
	background-position: right top;
}
.error {
	margin: 0 150px 16px 150px;
	padding: 8px;
	border: thin solid silver;
}
