@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access-solutions
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	メイン
----------------------------------------------------*/

/*---------- テーブル ----------*/
table.table01 {
	width: 546px;
}
.table01 th {
	padding: 10px;
	border: 1px #ccc solid;
	width: 40%;
	text-align: center;
	background: #f6f6f6;
}
.table01 td {
	padding: 10px;
	border: 1px #ccc solid;
}

.table02 tr.title01 td {
	text-align: center;
	font-weight: 700;
}
.table02 td {
	padding: 10px;
	border: 1px #ccc solid;
}
.table02 td.td01 {
	width: 30%;
	background: #f6f6f6;
}
.table02 td.td02 {
	width: 15%;
}
th.need01 {
	background: #fff9f2;
}
.submit input {
	border: 2px #f60 solid;
	background: #fff7e6;
	padding: 5px 30px;
	margin: 5px;
	cursor: pointer;
	font-weight: 700;
}
.reset input {
	border: 2px #ccc solid;
	background: #f5f5f5;
	padding: 5px 30px;
	margin: 5px;
	cursor: pointer;
}
.form_btn01 {
	text-align: center;
}
.form_btn01 input {
	border: 2px #ccc solid;
	background: #f5f5f5;
	padding: 5px 30px;
	margin: 5px;
	cursor: pointer;
}

/*---------- ページナビゲーション ----------*/
.pageNav {
	padding: 15px 0;
	margin: 20px 0;
	font-size: 12px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
.pageNav ul {
	margin: 5px 10px;
	padding: 0;
}
.pageNav ul li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px #999 dotted;
}