@charset "utf-8";
/*===========================================
netkeiba オーナーズ
セリ情報
---------------------------------------------
目次
■セリ情報TOP
============================================*/

/*---------------------------------
セリ情報TOP
---------------------------------*/
/* formリセット */
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:transparent;
}
/* セリ情報一覧 */
.AuctionListWrap {

}
.AuctionListWrap ul {

}
.AuctionListWrap > ul > li {
	background: #fff;
}
.AuctionListWrap > ul > li + li {
	border-top: 1px solid #e0e0e0;
}
.AuctionListWrap li.AuctionListMain > a,
.AuctionListWrap li.AuctionListMain > span.NoLink,
.AuctionListWrap li.AuctionListSub > a,
.AuctionListWrap li.AuctionListSub > span.NoLink{
	display: block;
	padding: 10px;
	height: 100%;
}
li.AuctionListMain .AuctionListPhotoWrap {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #cacaca;
}
li.AuctionListSub .AuctionListPhotoWrap {
	display: none;
}
.AuctionListPhotoWrap::after {
	content: "";
	display:block;
	padding-top:56.25%;
}
.AuctionListPhotoWrap a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.AuctionListPhotoWrap img {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
span.AuctionTitle {
	display: block;
	color: #444;
	font-size: 83.34%;
	font-weight: bold;
}
a span.AuctionTitle {
	color: var(--TxtStrongColor);
}
li.AuctionListMain .AuctionListDataWrap span.AuctionTitle {
	font-size: 100%;
	margin: 10px 0 0;
}
span.AuctionTitle span.IconLiveNow{
	position: relative;
	display: inline-block;
	background: #f14c2e;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	top: -2px;
	padding: 0 8px;
	margin: 0 6px 0 4px;
	transform: skewX(-12deg);
}
span.AuctionData {
	display: block;
	color: #444;
	font-size: 66.67%;
	margin: 6px 0 0;
}
.AuctionListDataWrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin: 6px 0 0;
}
.AuctionListDataWrap ul li + li {
	margin-left: 5px;
}
.AuctionListDataWrap ul li a,
.AuctionListDataWrap ul li span.NoLink {
	display: block;
	color: var(--TxtStrongColor);
	font-size: 0.75rem;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid var(--TxtStrongColor);
	border-radius: 24px;
	text-align: center;
	padding: 9px 20px;
}
.AuctionListDataWrap ul li span.NoLink {
	color: #ddd;
	border: 1px solid #BFBFBF;
}
.AuctionListSub .AuctionListDataWrap a {
	display: block;
	padding: 13px 10px;
}
.AuctionListSub .AuctionListDataWrap ul {
	display: none;
}
.AuctionListWrap.AuctionList01 ul li:nth-child(n+6) {
	display: none;
}
.AuctionListWrap .LinkBtn_03{
	margin-top: 18px;
}

.AuctionListWrap.AuctionList02 .SelectMenu01 {
	width: 180px;
	margin: 0 auto 16px;
}
@media only screen and (min-width: 834px){
	.AuctionTopArea01 .Tab_Select {
		max-width: 680px;
		margin: 16px auto 38px;
	}
	.AuctionTopArea01 .Tab01 ul {
		border-radius: 20px;
	}
	.AuctionTopArea01 .Tab01 ul li a,
	.AuctionListWrap .Tab01 ul li span {
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		display: block;
		height: 40px;
	}
	.AuctionListWrap > ul {
		display: flex;
		flex-wrap: wrap;
	}
	.AuctionListWrap > ul > li {
		width: calc((100% - 20px) / 3);
		border-radius: 10px;
		overflow: hidden;
		margin: 0 10px 10px 0;
	}
	.AuctionListWrap > ul > li > a:hover{
		background: #f9f9f9;
		text-decoration: none;
	}
	.AuctionListWrap > ul > li > a:hover .AuctionTitle{
		color: #c53131;
		text-decoration: underline;
	}
	.AuctionListWrap > ul > li > a:hover .AuctionListPhotoWrap{
		opacity: 0.8;
	}
	.AuctionListWrap > ul > li:nth-of-type(3n) {
		margin-right: 0;
	}
	.AuctionListWrap li.AuctionListMain {
		padding: 0;
	}
	li.AuctionListMain .AuctionListPhotoWrap,
	li.AuctionListSub .AuctionListPhotoWrap {
		border-radius: 10px 10px 0 0;
		margin: -10px -10px 0;
	}
	li.AuctionListSub .AuctionListPhotoWrap {
		position: relative;
		display: block;
	}
	.AuctionListDataWrap {
		padding: 0 20px 20px;
	}
	li.AuctionListMain .AuctionListDataWrap span.AuctionTitle,
	li.AuctionListSub .AuctionListDataWrap span.AuctionTitle {
		font-size: 20px;
		margin: 20px 0 0;
	}
	span.AuctionData {
		font-size: 14px;
	}
	.AuctionListDataWrap ul {
		margin: 18px 0 0;
	}
	.AuctionListSub .AuctionListDataWrap ul {
		display: flex;
	}
	li.AuctionListMain .AuctionListDataWrap ul li a ,
	li.AuctionListSub .AuctionListDataWrap ul li a,
	.AuctionListDataWrap ul li span.NoLink {
		font-size: 15px;
		padding: 13px 20px;
	}
	.AuctionListDataWrap ul li + li {
		margin-left: 10px;
	}
	.AuctionListSub .AuctionListDataWrap > a {
		padding: 0;
		pointer-events: none;
	}
	.AuctionListWrap.AuctionList01 > ul > li:nth-child(n+6) {
		display: block;
	}
	.AuctionListWrap .LinkBtn_03 {
		display: none;
	}
	.AuctionListWrap.AuctionList02 .SelectMenu01,
	.AuctionListWrap.AuctionList02 .SelectMenu01 select {
		height: 38px;
		border-radius: 19px;
	}

}

/* 価格推移 .AuctionTopArea02 */
.AuctionTopArea02 {

}
.AuctionTopArea02 .Tab_Select02 {
	width: 145px; 
}
.AuctionTopArea02 .Tab01 ul {
	border-radius: 16px;
}
.AuctionTopArea02 .DataGraph_List {

}
.GraphList_Title {
	display: none;
}
.AuctionTopArea02 .DataGraph_ListInner {
	background: #fff;
	border-radius: 10px;
	margin: 10px;
	padding: 20px 0 10px ;
	min-height: 350px;
}
.ChartCanvasBox {
	position: relative;
	width: 96%;
	margin: auto;
}
.ChartCanvasBox::after {
	content: "";
	display: block;
	padding-top: 100%;
}
.ChartCanvasBox canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.AuctionTopArea02 .DataGraph_ListInner p {
	font-size: 11px;
	color: #676767;
	margin: 8px 19px 0;
}
.AuctionTopArea02 .Graph_02{
	display: none;
}
@media only screen and (min-width: 834px){
	.AuctionTopArea02 .Tab_Select02 {
		display: none;
	}
	.AuctionTopArea02 .DataGraph_List {
		display: flex;
		flex-wrap: wrap;
	}
	.AuctionTopArea02 .DataGraph_ListInner {
		width: calc((100% - 20px) / 3);
		border-radius: 10px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		padding: 0 0 14px;
	}
	.AuctionTopArea02 .GraphList_Title {
		display: block;
		background: var(--SecondaryColor);
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		border-radius: 10px 10px 0 0;
		padding: 12px 0;
		margin-bottom: 20px;
	}
	.ChartCanvasBox {
		width: 94%;
		margin: auto;
	}
}

/* ランキング情報 .AuctionTopArea03 */
.AuctionTopArea03 {

}
.AuctionTopArea03 {

}
.AuctionTopArea03 .SelectMenu01 {
	width: 80px;
	height: 32px;
}
.SelectMenu01 {
	position: relative;
	overflow: hidden;
}
.SelectMenu01::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: none;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -8px;
}
.SelectMenu01 select {
	width: 100%;
	height: 32px;
	padding: 0 18px 0 11px;
	color: #444;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", arial, sans-serif;
	font-size: 72.23%;
	font-weight: bold;
	line-height: 2;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #BFBFBF;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.AuctionTopArea03 ul.RankingList {

}
.AuctionTopArea03 ul.RankingList li {
	background: #fff;
}
.AuctionTopArea03 ul.RankingList > li + li {
	border-top: 1px solid #e0e0e0;
}
.AuctionTopArea03 ul.RankingList li a {
	display: block;
	color: #444;
	background-color: #fff;
	min-height: 136px;
}
.RankList_01 .RankingList_ItemWrap {
	display: flex;
}
.RankingList_ItemWrap .RankingList_Img {
	width: 39%;
	max-width: 150px;
	overflow: hidden;
	position: relative;
	margin: 10px 0 10px 10px;
}
.RankingList_ItemWrap .RankingList_Img img{
	display: block;
	border-radius: 6px;
	width: 100%;
}
.RankingList_ItemWrap .Ranking_Num{
	display: inline-flex;
	width: 36px;
	height: 36px;
	font-size: 19px;
	font-weight: bold;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 6px;
}
.RankingList_ItemWrap .RankingList_Img .Ranking_Num{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	border-radius: 0 6px;
}
.RankingList_ItemWrap .Name .Ranking_Num {
	margin-right: 10px;
}
.Ranking_Num {
	background: #cecece;
	color: #444;
}
.Ranking_Num.Rank1{
	color: #fff;
	background: #CC9A15;
}
.Ranking_Num.Rank2{
	color: #fff;
	background: var(--Rank02Color);
}
.Ranking_Num.Rank3{
	color: #fff;
	background: #9F713B;
}

.RankingList_DataBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.RankList_01 .RankingList_DataBox {
	width: 59%;
}
.RankingList_DataBox .Name {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.RankingList_DataBox .Name {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.35;
}
.RankingList_DataBox .TotalMoney {
	font-size: 10px;
	margin-top: 10px;
}
.RankingList_DataBox .TotalMoney strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
}
.RankList_02 .RankingList_DataBox .TotalMoney,
.RankList_03 .RankingList_DataBox .TotalMoney {
	width: calc(57% - 46px);
	margin-left: 46px;
}
.RankList_02 .RankingList_DataBox .MarketingData,
.RankList_03 .RankingList_DataBox .MarketingData {
	width: 41%;
	max-width: 150px;
}
.RankingList_DataBox .MarketingData {
	font-size: 12px;
	margin-top: 4px;
}
.RankingList_DataBox .MarketingData > span {
	display: block;
	line-height: 1.2;
}
.RankingListInner .LinkBtn_03{
	margin-top: 18px;
}

@media only screen and (min-width: 834px){
	.AuctionTopArea03 .Title_Sec h2 {
		margin-right: 20px;
	}
	.AuctionTopArea03 .SelectMenu01 {
		width: 108px;
		height: 38px;
	}
	.AuctionTopArea03 .SelectMenu01 select {
		height: 38px;
		border-radius: 19px;
		padding-left: 18px;
	}
	.AuctionTopArea03 .Tab_Select {
		display: none;
	}
	.AuctionTopArea03 .RankingListWrap {
		display: flex;
		flex-wrap: wrap;
	}
	.AuctionTopArea03 .RankingListWrap li {
		border-radius: 10px;
		overflow: hidden;
	}
	.AuctionTopArea03 ul.RankingList > li + li {
		margin-top: 10px;
		border-top: none;
	}
	.AuctionTopArea03 .RankingListInner {
		width: calc((100% - 20px) / 3);
		border-radius: 10px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		padding: 0 0 14px;
	}
	.AuctionTopArea03 .RankingListInner:nth-of-type(3n) {
		margin-right: 0;
	}
	.AuctionTopArea03 .RankList_Title {
		display: block;
		color: #444;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding: 0 0 12px;
	}
	
	.AuctionTopArea03 ul.RankingList li a:hover {
		background: #f3f3f3;
		text-decoration: none;
	}
	.AuctionTopArea03 ul.RankingList li a:hover .Name .Txt{
		color: #c53131;
		text-decoration: underline;
	}
}
/* せり上場馬検索 .AuctionTopArea04 */
.AuctionTopArea04 {

}
.Search_InputWrap {
	display: flex;
	width: 292px;
	margin: 0 auto 10px;
}
.Search_InputWrap label.Label01{
	width: 60px;
	min-width: 60px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
input.Txt_Form {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	overflow: hidden;
	line-height: 1.4;
	padding: 8px 9px;
	font-size: 15px;
	width: 100%;
	margin: 0;
	color: #444;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: auto;
	user-select: auto;
}
.Search_InputWrap .SelectMenu01 {
	width: 110px;
}
.Search_InputWrap .SelectMenu01 select {
	height: 38px;
	border-radius: 19px;
}
.AuctionTopArea04 .CommonBtn01 {
	max-width: 335px;
	margin: auto;
}
.DetailSearchLink {
	display: block;
	text-align: center;
	margin-top: 14px;
}
.DetailSearchLink a {
	display: inline-block;
	font-size: 88.89%;
	font-weight: bold;
	padding: 6px;
}
.Icon_Plus01 {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.Icon_Plus01::before,
.Icon_Plus01::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #888;
	border-radius: 0.1em;
}
.Icon_Plus01::after {
	transform: rotate(90deg);
}


@media only screen and (min-width: 834px){
	.AuctionTopArea04 .SearchListBox{
		display: flex;
	}
	.Search_InputWrap {
		width: auto;
	}
}

/*---------------------------------
詳細検索モーダル .SearchDetailModal
---------------------------------*/
.Wrap.ViewOut{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.ModalOverlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 7200;
	transition: opacity 0.7s, transform 0s 0.5s;
}

.SearchDetailInner01 .AplHeader_Wrap{
	width: 100%;
	height:44px;
	position: fixed;
	top: 0;
	z-index: 1;
}
.SearchDetailInner01 .AplHeader{
	height: 44px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #d3d7d9;
}
.AplHeader .Close_Link {
	display: block;
	height: 44px;
}
.AplHeader .Close_Link .Icon_Close{
	display: inline-block;
	width: 44px;
	height: 44px;
}
.AplHeader .Close_Link .Icon_Close:before,
.AplHeader .Close_Link .Icon_Close:after {
	width: 20px;
	top: 21px;
	left: 11px;
}
.SearchDetailModal {
	background-color: #fff;
	width: 100%;
	max-width: 640px;
	padding-bottom: 124px;
	position: fixed;
	top: 200%;
	left: 50%;
	margin: 0;
	z-index: 7500;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.SearchDetailModal.OpenDraw {
	top: 0%;
	bottom: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.ModalCloseBtn01 {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 35px;
	height: 35px;
	margin-left: -13px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
}
.ModalCloseBtn01::before,
.ModalCloseBtn01::after {
	content: '';
	height: 3px;
	width: 21px;
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 1px;
	top: 15px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ModalCloseBtn01::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 検索 */
.SearchDetailInner01 {
	position: relative;
	/* overflow: auto; */
	overflow: auto;
	width: 100%;
	height: 100%;
	margin-top: 44px;
	background: #fff;
}
.SearchDetailModal .Title_Sec {
	margin: 21px 10px;
}
.Title_Sec a.ClearBtn {
	font-size: 14px;
	color: #666;
	margin: 0 0 0 auto;
}
.SearchDetail_InputList {
	padding: 0 20px 20px;
}
.SearchDetail_InputWrap .SearchDetailListLabel{
	display: block;
	margin: 12px 0;
}
.SearchDetailListLabel{
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: auto auto auto 20px;
	white-space: nowrap;
}
.SearchDetailNext .SearchDetailListLabel{
	min-width: 70px;
}
ul.SearchDetailList {
	border-top: 1px solid #ebebeb;
	margin-bottom: 20px;
}
ul.SearchDetailList li{
	border-bottom: 1px solid #ebebeb;
}
ul.SearchDetailList .SearchDetailWrap01{
	display: flex;
	height: 50px;
}
ul.SearchDetailList li .CheckLabelWrap {
	display: flex;
	margin-right: 28px;
	align-content: center;
	flex-wrap: wrap;
}
span.CheckboxWrap {
	position: relative;
	display: inline-block;
	min-width: 18px;
	height: 18px;
	cursor: pointer;
	font-variant: tabular-nums
	outline: none;
	white-space: nowrap
}
span.CheckboxWrap .CheckboxInput{
	min-width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
span.CheckboxWrap .CheckboxInner {
	background-color: #fff;
	border: 2px solid #bfbfbf;
	border-collapse: initial;
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 0;
	left: 0;
	transition: all .2s;
}
span.CheckboxWrap .CheckboxInner:after {
	content: " ";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.431 6.386'%3E%3Cpath d='M49.176,53.432a1.121,1.121,0,0,0-1.574.079l-3.537,3.537-1.172-1.172a1.063,1.063,0,1,0-1.5,1.5l1.8,1.8a1.227,1.227,0,0,0,.832.364h.081a1.226,1.226,0,0,0,.831-.364l4.16-4.161a1.121,1.121,0,0,0,.079-1.574' transform='translate(-41.032 -53.146)' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: rotate(-2deg) scale(0) translate(-50%,-50%);
	transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
	width: 8.43px;
	height: 6.39px;
}
span.CheckboxWrap input:checked + .CheckboxInner {
	border: none;
	background-color: var(--TertiaryColor);
}
span.CheckboxWrap input:checked + .CheckboxInner:after {
	opacity: 1;
	transform: rotate(0deg) scale(1) translate(-10%, -50%);
	transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
}
ul.SearchDetailList li .CheckLabel {
	font-size: 14px;
	color: #444;
	line-height: 18px;
	margin-left: 12px;
}
.SearchDetailNext {
	display: flex;
	width: 100%;
	cursor: pointer;
}
.SearchDetailListTxt01 {
	font-size: 11px;
	font-weight: bold;
	color: var(--TxtStrongColor);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
}
.SearchDetailNext .Arrow {
	display: block;
	position: relative;
	width: 24px;
}
.SearchDetailNext .Arrow::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 13px;
	top: 50%;
}
.SearchDetailWrap02 {
	padding: 14px 0 18px;
}
.SearchDetailWrap02 .SearchDetailListLabel{
	display: block;
	margin-bottom: 8px;
}
.SearchItemWrap {
	display: table;
	padding: 0 20px;
	margin-left: auto;
}
.SearchItemWrap .SearchItem {
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	color: var(--TxtStrongColor);
	vertical-align: middle;
}
.SearchItemWrap .SearchItem input.Txt_Form{
	width: auto;
	width: calc(100% - 3em);
	margin-right: 6px;
	text-align: right;
}
.SearchItemWrap .SearchItem.Txt {
	min-width: 2em;
	text-align: center;
}
.SearchDetailWrap02 .meter {
	font-size: 15px;
	font-weight: bold;
	color: var(--TxtStrongColor);
	text-align: center;
}
.SearchDetailWrap02 .meter > span {
	display: inline-block;
	margin: 0 20px;
}
.MeterSliderWrap {
	position: relative;
	height: 32px;
	margin: 24px 30px -4px;
}
.MeterSliderWrap .noUi-pips-horizontal {
	height: 21px;
}
.MeterSliderWrap .noUi-horizontal{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -1px;
}
.DetailSubmitBtnWrap {
	background: #f3f3f3;
	padding: 8px 10px 20px;
}
.DetailSubmitBtnWrap.Fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 84px;
	z-index: 1;
}
/* 項目選択 */
.SearchDetail_Tab01 {
	padding: 12px 8px 0 20px;
	border-top: 1px solid #ebebeb;
}
.SearchDetail_Tab01 ul li {
	float: left;
	margin: 0 12px 12px 0;
}
.SearchDetail_Tab01 ul li {
	float: left;
}
.SearchDetail_Tab01 ul li a {
	display: block;
	width: 4.9em;
	font-size: 12px;
	line-height: 36px;
	border: 1px solid #bfbfbf;
	border-radius: 19px;
	color: #444;
	text-align: center;
	font-weight: bold;
}
.SearchDetail_Tab01 ul li a.Active {
	border: none;
	background: var(--TertiaryColor);
	color: #fff;
}

.SearchDetail_Category01 {

}
.SearchDetail_Category01 .CategoryHeadline {
	font-size: 17px;
	font-weight: bold;
	background: #ebebeb;
	color: #444;
	padding: 6px 20px;
}
.SearchDetail_Category01 ul.SearchDetail_CateCheckList {
	padding: 20px 20px 0;
}
.SearchDetail_Category01 ul.SearchDetail_CateCheckList li {
	margin: 0 0 20px;
}
ul.SearchDetail_CateCheckList li span.CheckboxWrap {
	vertical-align: top;
}
ul.SearchDetail_CateCheckList li .CheckLabel {
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	margin-left: 8px;
}
textarea:focus-within,
input.Txt_Form:focus-within {
	box-shadow: 0 0 5px 0 rgba(202, 202, 202, .6);
}

/* 詳細チェックモーダル */
.SearchDetailInner01[class*="SlideItem"] {
	position: absolute;
	top: 0;
	left: 150%;
	z-index: 10;
	opacity: 0;
	transition: all 0.3s;
	pointer-events: none;
}
.SearchDetailInner01[class*="SlideItem"].SlideIn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 83px;
	opacity: 1;
	height: auto;
	transition: all 0.3s;
	pointer-events: auto;
}
.SearchDetailInner01.SlideIn .ReturnBtn {
	position: relative;
	padding: 10px 10px 10px 40px;
	margin: -10px;
	cursor: pointer;
}
.SearchDetailInner01.SlideIn .ReturnBtn::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2.5px solid #888;
	border-left: 2.5px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	background-image: none;
	position: absolute;
	top: 15px;
	left: 19px;
}
/* 検索結果 */
#AuctionSearchResult .DetailSearch .DetailSearchWrap {
	justify-content: center;
}
.SearchResultDataSummary {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin: 12px 0 12px 10px;
}
.SearchResultDataSummary p{
	padding-right: 20px;
	font-size: 13px;
	color: #444;
}


@media only screen and (min-width: 834px){
	.SearchDetailModal {
		border-radius: 20px;
		max-width: 640px;
		overflow: hidden;
	}
	.SearchDetailModal.OpenDraw {
		top: 50%;
		bottom: auto;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		height: calc(100% - 140px);
		padding-bottom: 124px;
	}
	.AplHeader .Close_Link .Icon_Close:before,
	.AplHeader .Close_Link .Icon_Close:after {
		height: 2px;
		left: 15px;
	}
	.SearchDetailInner01 .AplHeader {
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	.DetailSubmitBtnWrap {
		border-radius: 0 0 10px 10px;
		overflow: hidden;
	}
	.SearchDetailInner01.SlideIn .ReturnBtn::after {
		top: 19px;
	}

}


