@charset "utf-8";
/*            */
/* ヘッダー名 */
/*            */
div#header-pname h2 {
	font-size: 18px;
	text-align: right;
	margin-top: 30px;
	margin-right: 10px;
}


/*                  */
/* 新着レポート一覧 */
/*                  */
div#newrep {
}

div#newrep-table {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#newrep-table table {
	text-align: left;
	border: solid 1px #cccccc;
	border-collapse: collapse;
}

div#newrep-table th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #cccccc;
}

div#newrep-table td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #cccccc;
}

div#newrep-table p {
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*                */
/* レポートの検索 */
/*                */
div#report-search {
}

div#report-search form {
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
}

div#report-search p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#report-search input {
	font-size: 14px;
	margin-bottom: 10px;
}

/* コメントです。 */
