@charset "UTF-8";
/* CSS Document */
#auction .wf-inner{
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
}
#auction h1{
	background: url(../img2019/corner2.png) no-repeat;
	background-size: 101px 63px;
	min-height: 63px;
	text-align: left;
	padding:15px 0 0 50px;
	color:#bf003d;
	font-size: 26px;
}
ul.auc_img{
	display: flex;
}
ul.auc_img li:nth-child(1){
	width: 67.2%;
}
ul.auc_img li:nth-child(2){
	width: 32.8%;
}
.auc_copy{
	margin-top: 15px;
}
.auc_ttl{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 15px;
}
.auc_ttl_list{
	background:#F8C1C2;
	padding: 0.5em 1em;
	font-weight: bold;margin-top: 15px;
	font-size: 1.8em;
}
.auc_ttl_part{
	font-weight: bold;
	padding: 1em 0;
	text-align: center;

}
ul.auc_list_wrap li{
	border-bottom:1px dotted #CCC;
	padding: 0.5em 0;
}
ul.auc_list_wrap li .auc_no{
	width: 10%;
	background:#FCE4E5;
	text-align: center;
	padding: 0.25em 0;
}
dl.auc_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5em;
}
dl.auc_list dt{
	width: 30%;
	font-weight: bold;
}
dl.auc_list dd{
	width: 70%;
}
.auc_cap{
	text-align: right;
	font-size: 0.7em;
}
	@media only screen and (min-width:801px){
		.display_sp{
			display: none;
		}
	}	
	
	@media only screen and (max-width:800px){
		.auc_ttl_list{
		font-size: 1.3em;
		}
		ul.auc_list_wrap li .auc_no{
		width: 30%;
		}
		dl.auc_list{
		display: inherit;
		}
		dl.auc_list dt{
		width: 100%;
		}
		dl.auc_list dd{
		width: 100%;
		}

	}
