@charset "utf-8";

h2 span b em {
	display: block;
	font-style: normal;
	font-size: 24px;
}
h3 {
	text-align: center;
	font-size: 30px;
	padding: 70px 0 30px;
	line-height: 1.6;
}
.txtRed {
	color: #d71418;
}
.attention {
	margin-top: 5px;
}
.attention li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
#contents > div {
	background: #fff;
	padding: 30px 20px;
}
#contents .contributeCont + .contributeCont {
	margin-top: 80px;
}
#contents .innerCont + .innerCont {
	margin-top: 40px;
}
#contents .lead {
	margin-bottom: 50px;
}
#contents h5 {
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #d71418;
	padding: 4px 0 1px 15px;
	margin: 0 0 20px 0;
	line-height: 1 !important;
}
#contents dl {
	margin-top: 15px;
}
#contents dl dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents dl dt.require {
	font-size: inherit;
	font-weight: normal;
}
#contents table {
	margin-top: 20px;
}
#contents table th {
	padding: 15px 0;
	text-align: center;
	background: #1d1d1d;
	color: #fff;
	border-bottom: 1px #fff solid;
}
#contents table td {
	border-bottom: 1px solid #fff;
}
#contents table td.red {
	background: #d7000f;
	color: #fff;
	text-align: center;
}
#contents table td.orange {
	background: #f18b10;
	color: #fff;
	text-align: center;
}
#contents table td.yellow {
	background: #f0c600;
	color: #000;
	text-align: center;
}
#contents table td.green {
	background: #45b035;
	color: #fff;
	text-align: center;
}
#contents table td.lightblue {
	background: #00afec;
	color: #fff;
	text-align: center;
}
#contents table td.navy {
	background: #0081cc;
	color: #fff;
	text-align: center;
}
#contents table td.purple {
	background: #654d9d;
	color: #fff;
	text-align: center;
}
#contents ul.list {
	margin: 0 0 0 20px;
}
#contents ul.list > li {
	list-style: outside disc;
}
#contents ul.list > li + li {
	margin-top: 10px;
}
#contents ul.btnList {
	width: 760px;
	margin: 0 auto;
}
#contents ul.btnList li {
	float: left;
}
#contents ul.btnList li:nth-child(even) {
	float: right;
}
#contents .charityList li {
	margin-top: 5px;
}

