@charset "utf-8";
/* CSS Document */

.list-title {
	width: 790px;
	height: 28px;
	padding-left: 10px;
	border-left: 10px solid #02025b;
	background-color: #E7F6EE;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 17px;
}

.list_area{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.listTB{
	width: 100%;
/*	border: 1px solid #3A3A3A;*/

}

.list_area th{
	font-size: 15px;
	line-height: 28px;
	background-color: #D7D7D7;
	letter-spacing: 0.4em;
	border: 1px dotted #3A3A3A;
	font-weight: normal;
}

.list_area .modelTL{
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dotted #3A3A3A;
	border-right: 1px dotted #3A3A3A;
	border-left: 1px dotted #3A3A3A;
	padding-top: 2px;
	letter-spacing: 0.05em;
}
.list_area .modelPDF{
	font-size: 14px;
	border-bottom: 1px dotted #3A3A3A;
	border-right: 1px dotted #3A3A3A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}
