@charset "utf-8";

caption {
	display: none;
}

.td-w50{
width: 50px;
}

.td-w60{
width: 60px;
}

.td-w70{
width: 70px;
}

.td-w80{
width: 80px;
}

.td-w100{
width: 100px;
}

.td-w120{
width: 120px;
}

.td-w150{
width: 150px;
}

.td-w200{
width: 200px;
}

.td-w300{
width: 300px;
}

.td-bg001{
background-color: cadetblue;
}


/*----------------------------------------------------
	テーブル左側に太線
----------------------------------------------------*/

table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 2.0;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
	margin-top: 30px;
	font-size: 85.5%;
}
table.type03 th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	color: #FFFFFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: cadetblue;
	text-align: center;

}
table.type03 td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	text-align: center;
}


/*----------------------------------------------------
	上下線＆見出し背景色
----------------------------------------------------*/

table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
table.type05 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type05 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
}
