@charset "utf-8";
/* CSS Document */
.contents .article_list h3 {
	padding-left: 0.4em;
	border-left: 2px solid #920784;
}

.contents .txt_u{
	text-decoration: underline;
}

.contents table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.contents .tbl_guideline {
	margin-bottom: 2em;
}

.contents .tbl_guideline th,
.contents .tbl_guideline td{
  padding: 0.8em 0.4em;
}

.contents .tbl_guideline th.th01{
	width: 20%;
}

.contents .tbl_guideline th.th02,
.contents .tbl_guideline th.th03{
	width: 10%;
}

.contents .tbl_guideline th{
	font-weight: bold;
}

.contents .tbl_guideline td{
	vertical-align: text-top;
}

.contents .tbl_guideline tr:nth-child(even) td {
  background: #f9f9f9;
}