#challenge .ttl {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 38px;
	margin: 10px 0;
	padding:0 0 10px 0;
	text-align:center;
	color: #0C549C;
	border-bottom:#178ACD double 3px;
}

#challenge section {
	padding: 10px;
	margin: 0 0 50px 0;
}
#challenge section h3 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 28px;
	margin: 10px 0;
	padding: 0 10px;
	color: #fff;
	background: #0C549C;
}
#challenge section .fLeft {
	width: 450px;
	float: left;
	margin: 10px 0;
}
#challenge section .fRight {
	width: 450px;
	float: right;
	margin: 10px 0;
}
#challenge section .ph {
	text-align: center;
}
#challenge section .ph p {
	text-align: center;
	padding: 5px 0 0 0;
}
#challenge section .clear {
	clear: both;
	border: none;
}
#challenge section .support h4 {
	text-align: center;
	color: #fff;
}
#challenge section .support.this h4 {
	background: #178ACD;
}
#challenge section .support.past h4 {
	background: #999;
}
#challenge section .support ol {
	padding: 10px 20px;
}
#challenge section .support ol li {
	padding: 5px 0;
	list-style-position: inside;
}
#challenge section .this ol {
	background: #F2FAFC;
}
#challenge section .past ol {
	background: #eee;
}
/*-----------------------------------------------------
	reportBox
----------------------------------------------------**/
#challenge section .reportBox {
	border: #cccccc solid 1px;
	padding: 15px;
	border-radius: 8px;
	margin: 10px 0;
}
#challenge section .reportBox img {
	float: right;
	padding: 0 0 0 20px;
}
#challenge section .reportBox h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#challenge section ul.phList02 li {
	width: 48%;
	margin: 10px 1%;
	float: left;
	text-align: center;
}
#challenge section ul.phList03 li {
	width: 31.333333%;
	margin: 10px 1%;
	float: left;
	text-align: center;
}
#challenge section ul img {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
	height: auto !important;
}
#challenge section ul p {
	padding: 5px 0 0 0;
}
/*-----------------------------------------------------
	info
----------------------------------------------------**/
#challenge section.challengeInfo h3 {
	color: #333333;
	background: none;
	padding: 0;
	font-size: 30px;
}
#challenge section.challengeInfo .map {
	float: right;
	padding: 0 0 20px 10px;
}
#challenge section.challengeInfo .itemTbl {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
#challenge section.challengeInfo .itemTbl th.caption {
	background: #0C549C;
	text-align: center;
	color: #fff;
}
#challenge section.challengeInfo .itemTbl th {
	width: 30%;
	padding: 3px;
	border: #ccc solid 1px;
}
#challenge section.challengeInfo .itemTbl td {
	padding: 3px;
	border: #ccc solid 1px;
}
