@charset "Shift_JIS";

/*----------------------------------------------------

 results

----------------------------------------------------*/
ul.pht	{	padding-bottom:10px;}
ul.pht	li	{	padding:10px 40px;}
ul.pht	img	{	width:100%;}
ul.pht	.cap	{
	padding:6px 0 0;
	text-align:center;
	font-size:1.2rem;
}

@media print, screen and (min-width:40em) {
	ul.pht	{
		display:table;
		width:100%;
		table-layout:fixed;
	}	
	ul.pht	li	{
		display:table-cell;
		vertical-align:top;
		padding:10px;
	}
	ul.pht	img	{	width:100%;}
}

/*.tbl01	{
	width:100%;
}*/
.tblBox	table.tbl01	td:nth-of-type(3)	{	text-align:right;}

@media screen and (max-width:40em) {
	.tblBox	{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tblBox	table.tbl01	{
		white-space:nowrap;
	}
}