@import "common.css";

/* 電話の場合 */
.tel {margin: 0 0 15px;}

/* メールの場合 */
.btnWrap {
	width: 170px;
	margin: 15px auto 0;
}
.btnWrap2 {
	width: 90px;
	margin: 15px auto 0;
}
	.btnWrap .reset {
		float: left;
		width: 80px;
	}
		.btnWrap .reset a {
			width: 80px;
			height: 25px;
			display: block;
			text-align: center;
			background: url(../img/contact/btn_reset.gif) no-repeat left top;
			text-indent: -9999em;
		}
		
	.btnWrap .kakunin {
		float: right;
		width: 80px;
	}
		.btnWrap .kakunin a {
			width: 80px;
			height: 25px;
			display: block;
			text-align: center;
			background: url(../img/contact/btn_kakunin.gif) no-repeat left top;
			text-indent: -9999em;
		}
		
	.btnWrap .syusei {
		float: left;
		width: 80px;
	}
		.btnWrap .syusei a {
			width: 80px;
			height: 25px;
			display: block;
			text-align: center;
			background: url(../img/contact/btn_syusei.gif) no-repeat left top;
			text-indent: -9999em;
		}
		
	.btnWrap .sousin {
		float: right;
		width: 80px;
	}
		.btnWrap .sousin a {
			width: 80px;
			height: 25px;
			display: block;
			text-align: center;
			background: url(../img/contact/btn_sousin.gif) no-repeat left top;
			text-indent: -9999em;
		}
		
	.btnWrap2 .toHome {
		float: right;
		width: 90px;
	}
		.btnWrap2 .toHome a {
			width: 90px;
			height: 25px;
			display: block;
			text-align: center;
			background: url(../img/contact/btn_tohome.gif) no-repeat left top;
			text-indent: -9999em;
		}



.reset a:hover,
.kakunin a:hover,
.syusei a:hover,
.sousin a:hover,
.toHome a:hover { background-position: left bottom;}

/* clear */
.btnWrap:after {
	visibility: hidden;
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

table.tableInquiry{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.35em;
}

table.tableInquiry td{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 10px;
}
.textW50{
	width: 50px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.textW100{
	width: 100px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.textW200{
	width: 200px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.textW300{
	width: 300px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.commentArea{
	width: 300px;
	height: 200px;
}
.font_r{
	color:#FF0000;
	font-weight:bold;
	display:inline;
}
input.buttonStyle{
	background-color: #666666;
	border: 1px solid #CCCCCC;
	width: 140px;
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
}
