@charset "utf-8";

#runner section {
	margin: 0 0 45px;
	clear:both;
}
#runner #zoom{
	margin:0 0 20px;
}
#runner #zoom p.img {
	text-align:center;
	padding:15px 0 0;
	margin:0 0 10px;
}
#runner #zoom p.btn {
	text-align:center;
	margin:0 0 20px;
}
img.cboxPhoto{
	zoom:0.85 !important;
}
#runner ul.anc_group li{
	float:left;
}
#runner ul.anc_group li:last-child{
	float:right;
}
#runner section.flow p,
#runner section.flow2 p{
	text-align:center;
	clear:both;
	margin:0 0 15px;
}
#runner p.blue{
	padding:5px;
	color:#2dbae3;
	border:3px solid #2dbae3;
	font-weight:bold;
	clear:both;
	font-size:16px;
}
#runner section.flow div,
#runner section.flow2 div{
	margin:0 0 20px;
}
#runner section.flow div dl dt,
#runner section.flow2 div dl dt{
	margin:0 0 5px;
}
#runner section.flow div dl dt img,
#runner section.flow2 div dl dt img{
	zoom:0.7;
}
#runner section.flow div dl dd{
	margin:0 0 15px;
}
#runner section.flow div dl dd dl{
	border:1px #CCC solid;
	margin:30px 0 20px;
}
#runner section.flow div dl dd dl dt{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#2DBAE3;
	padding:5px 0;
}
#runner section.flow div dl dd dl dd{
	padding:10px;
	margin:0 0 10px;
}
#runner section.flow div dl dd dl dd.detail{
	margin:0;
	text-align:right;
}
#runner section.flow div dl dd dl dd span{
	font-weight:bold;
}
#runner section.flow p.arrow{
	margin:0 0 20px;
	text-align:center;
}
/*-- テーブル --*/
#runner table caption{
	color:#000000;
	font-size:18px;
	font-weight:normal;
	border:none;
	padding:0 0 10px 0;
	text-align:left;
}		
#runner table {
	font-size:12px;
	border-collapse:separate;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
#runner table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:13px 10px;
	vertical-align:middle;
	text-align:center;
	background:#e7e7e7;
}
#runner table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px 5px 8px 5px;
	vertical-align:middle;
}
#runner table td.left {
	text-align:center;
	border-right:1px solid #ccc;
	padding:22px 5px;
}
#runner table td.dotted {
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
}
#runner table td.red {
	background:#ff3300;
}
#runner table td.orange {
	background:#ff6600;
}
#runner table td.yellow {
	background:#ffcc00;
}
#runner table td.green {
	background:#336600;
}
#runner table td.skyblue {
	background:#00cccc;
}
#runner table td.navy {
	background:#000066;
}
#runner table td.purple {
	background:#663366;
}
#runner table td a {
	color:#000000;
	text-decoration:underline;
}
#runner table td a:hover {
	color:#000000;
	text-decoration:none;
}
/*-- /テーブル --*/