@charset "utf-8";

.participant_table{
	width: 100%;
}
.p0_td1_por{
	width: 480px;
	height: 632px;
}
.p0_td1_blank{
	width: 82px;
}
.p0_td1_info{
	width: 836px;
	vertical-align: top;
}
.p0_td1_thum{
	width: 224px;
	height: 318px;
}
.p0_thum_img_pc{
	
}
.p0_thum_img_mb{
	display: none;
}
.section-box-01-p0{
	top: 40px;
	text-align: left;
	position: relative;
}
.section-box-02-p0{
	display: none;
}

@media screen and (min-width:320px) and (max-width: 1400px)
{
	.p0_td1_por{
		width: 49%;
	}
	.p0_td1_blank{
		width: 4%
	} 
	.p0_td1_info {
		width: 47%;
		vertical-align: top;
	}
	.p0_td1_thum{
		width: 13%;
	}
	
	.p0_thum_img_pc{
		display: none;
	}
	.p0_thum_img_mb{
		width: 31%;
		display: inline;
	}
	.section-box-01-p0{
	top: 40px;
	text-align: left;
	position: relative;
}
	.section-box-02-p0{
	top: 50px;
	display: block;
	position: relative;
	}
	
}