@charset "utf-8";
/* CSS Document */

/* ---- table_style02 ---- */
table.table_style02 {
	border: 1px solid #666666;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

table.table_style02 th {
	border: 1px solid #666666;
	background-color:#cccccc;
	padding:10px;
}

table.table_style02 td {
	border: 1px solid #666666;
	padding:10px;
}

table.table_style02 .left {
	width:35%;
}

table.table_style02 .left02 {
	width:18%;
}

/* ---- table_style03 ---- */
table.table_style03 {
	border: 1px solid #666666;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

table.table_style03 th {
	border: 1px solid #666666;
	background-color:#dedede;
	padding:7px;
}

table.table_style03 .none {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color:#fff;
	padding:7px;
}

table.table_style03 td {
	border: 1px solid #666666;
	padding:7px;
}

table.table_style03 .left {
	width:35%;
}

table.table_style03 .left02 {
	width:20%;
}

table.table_style03 p{
	margin-bottom:0;
}

.ml45{
	margin-left:45px;
}

.mb05{
	margin-bottom:5px;
}

.txt14{
	font-size:14px;
}