@charset "shift_jis";

/*-- local --*/
.p_more {margin-bottom:0.4em;}

/* tableTypeA01 はお問い合わせ専用テーブル ------------------------- */
table.tableTypeA01 {
	width:700px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C2C2C2;
}

table.tableTypeA01 th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #C2C2C2;
	background-color: #C5D5EF;
}

table.tableTypeA01 td {
	/*width:50%;*/
	font-weight: normal;
	padding: 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #C2C2C2;
	background-color: transparent;
}
/* Nest Clear ------- */
table.tableTypeA01 table th,
table.tableTypeA01 table td {
	margin: 0;
	padding: 0;
	border: none;
	width:auto;
}


/* 注釈インデント
 ------------------------- */
.cautionC01 {
	padding-left: 0.9em !important;
	text-indent: -0.9em !important;
}

.indent05 {
padding-left: 0.5em;
text-indent: -0.5em;
}
.indent17 {
padding-left: 1.7em;
text-indent: -1.7em;
}

