﻿@charset "utf-8";
/*----------------------------------------------------------------------
	02.html
------------------------------------------------------------------------*/
#n02 .block {
	width: 690px;
	padding-bottom: 30px;
	margin: 30px auto 0 auto;
	border-bottom: 3px #ccc dotted;
	text-align: center;
}
#n02 table.abc {
	width: 680px;
	margin: auto;
	border: 1px #eee solid;
	border: none;
	background: #f9f9f9;
	page-break-inside: avoid;
}
#n02 table.abc td {
	width: 340px;
	padding: 5px 0;
	margin: 0;
	border: none;
	text-align: center;
	background: transparent;
}
#n02 table.list {
	width: 320px;
	height: 212px;
	margin: 0 auto;
	border: 1px red solid;
	font-size: 100%;
}
#n02 table.list th, #n02 table.list td {
	height: auto;
	line-height: auto;
	padding: 0;
	margin: 0;
	border: #c0c0c0 1px solid;
	vertical-align: middle;
}
#n02 table.list th {
	width: 20%;
	letter-spacing: 10px;
	text-align: center;
	text-indent: 10px;
}
#n02 table.list th.head {
	color: #111;
	letter-spacing: 2px;
	text-align: center;
	text-indent: 2px;
	background: #ccc;
}
#n02 table.list td {
	padding-left: 10px;
	text-align: left;
	background: #fff;
}
#n02 table.pictable {
	width: 680px;
	margin: auto;
	page-break-inside: avoid;
}
#n02 table.pictable td {
	width: 25%;
	padding: 0;
	margin: 0;
	border: none;
}
#n02 .box2 {
	width: 660px;
	padding: 0;
	margin: 10px auto 0 auto;
	background: #fffff4;
}
#n02 .box2 p {
	line-height: 1.5;
	padding: 5px 10px;
	margin: 0;
	font-size: 100%;
	text-indent: 0;
}

