@charset "utf-8";

/* reset
============================================================*/

body {
	line-height: 1.6;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #666;
}

h1, h2, h3, h4, h5, h6, p, table, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ol, ul, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img, object, embed {
	border: 0;
	vertical-align: bottom;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

th, td {
	text-align: left;
}

address {
	font-style: normal;
}

a {
	color: #67b21a;
	text-decoration: none;
}

a:hover {
	color: #90d04d;
	text-decoration: underline;
}

.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

table.search_type {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin: auto;
	margin-bottom: 15px;
}

table.search_type thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #6DAB18;
	text-align: center;
	font-size: 12px;
}

table.search_type thead th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	text-align: center;
}

table.search_type td.number {
	width: 30px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}

table.search_type td.name {
	width: 400px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}

table.search_type td.prefecture {
	width: 70px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
}

table.search_type td.purpose {
	width: 100px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
}

table.search_type td.date {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
}

table.search_type td.search {
	width: 70px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}

table.search_type td.delete {
	width: 30px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}