@charset "utf-8";

/* オークションインフォメーション */
.BIDInfomation {
	display:block;
	margin:20px 0 40px;
	background:#FFF;
	border:1px solid #EBEBEB;
}
.BIDInfomation dl { display:block; }
.BIDInfomation dt {
	display:block;
	width:65%;
	float:right;
	padding:0 20px 15px 40px;
}
.BIDInfomation dd {
	display:block;
	float:left;
	width:35%;
	line-height:0;
}
.BIDInfomation dt img { margin-top:5px; }
.BIDInfomation dd img { max-width:100%; }

.BIDInfomation p.BIDTitleArea {
	display:block;
	padding:20px 0 10px;
}
.BIDInfomation p.Start {
	width:100%;
	padding:13px 15px 10px;
	margin-bottom:5px;
	text-align:left;
	font-size:155%;
	font-weight:bold;
	background:url(../images/bg06.gif)repeat-x;
	border:1px solid #EBEBEB;
	border-radius: 5px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing:0;
}
.BIDInfomation p.Start span {
	display: inline-block;
	width: 150px;
	font-size:85%;
	padding-right:30px;
	color:#004c8f;
}
.BIDInfomation p.Start span.Close {
	color:#db0817;
}
.BIDInfomation a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* オークションインフォメーション(トップページ用) */
.TopBIDInfomation { margin:40px 0 20px; }

/* 参加方法 */
.BIDParticipation {
	display:block;
	margin:20px 0;
	padding:0;
	border:1px solid #EBEBEB;
	background:url(../images/bg05.gif);
}
.BIDParticipation dl {
	zoom: 100%;
	margin:0;
	padding:0;
}
.BIDParticipation dt {
	float:left;
	min-height:60px;
	width:35%;
	vertical-align:middle;
	font-size:155%;
	font-weight:bold;
	padding-top:45px;
	text-align:center;
	line-height:135%;
}
.BIDParticipation dt.Eng {
	padding-top:35px;
	letter-spacing:0;
	font-size:135%;
}
.BIDParticipation dd {
	float: left;
	width:65%;
	padding:15px 25px;
	background:#FFF;
	line-height:135%;
}
/* 参加規約の振込先 */
.BIDParticipation dt.Bank {
	padding-top:20px;
	font-size:105%;
}
.BIDAgreement .BIDParticipation {
	margin:20px 15px;
}
/* 参加規約 */
.BIDAgreement {
	display:block;
	margin:20px 0;
}
.BIDAgreement h2 {
	margin:40px 0 20px;
	position: relative;
	padding:0 15px 10px;
	border-bottom: 4px solid #ccc;
	font-size:135%;
	line-height: 120%;
}
.BIDAgreement h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #004c8f;
}
.BIDAgreement p {
	padding:0 15px 10px;
	line-height:155%;
}
.BIDAgreement p.Agree {
	background:url(../images/bg08.gif);
	text-align:center;
	padding:30px 0;
	margin:30px 0;
}
.BIDAgreement ol {
	display:block;
	padding:0 0 20px 50px;
}
.BIDAgreement ol li {
	list-style-type: decimal;
}
/* オークションガイド内の参加規約 */
.BIDAgreement .GuideAgreement h2 {
	display:block;
	clear:both;
	font-size:115%;
	font-weight:bold;
	padding:0 10px 10px;
	margin:20px 20px 10px;
	border-bottom:5px dotted #d7d7d7;
}
.BIDAgreement .GuideAgreement h2::after {
	background:none;
}
.BIDAgreement .GuideAgreement p {
	padding:0 30px 10px;
}
.BIDAgreement .GuideAgreement .BIDParticipation {
	margin:20px 30px;
}

/* 引き渡し場所 */
.BIDDelivery dl {
	display:block;
	margin:0 20px;
	text-align:center;
}
.BIDDelivery dt {
	width:48%;
	float:left;
}
.BIDDelivery dd {
	width:48%;
	float:right;
}
.BIDDelivery a {
	font-size:95%;
	letter-spacing:3px;
	padding:7px 0;
	display:block;
}
/* 諸費用 */
table.PriceTable {
	display:block;
	float:left;
	margin:0 15px 15px;
	border-collapse: collapse;
	letter-spacing:1px;
	border:4px solid #d7d7d7;
	background:#FFF;
	font-size:95%;
}
table.PriceTable th,
table.PriceTable td {
	padding:7px 10px 5px;
	border:1px solid #d7d7d7;
}
table.PriceTable th {
	background:url(../images/bg10.gif);
	font-weight:bold;
}
table.PriceTable th.Title {
	background:url(../images/bg02.gif);
	font-size:105%;
	color:#FFF;
}
table.PriceTable th.SubTitle {
	background:url(../images/bg09.gif);
}
table.PriceTable tr.GrayLine {
	background:url(../images/bg08.gif);
}



/* ブラックリスト */
.BlackList {
	display:block;
	border-top:1px dotted #c3c3c3;
	margin:20px 0;
}
.BlackList dl {
	display:block;
	letter-spacing:1px;
	border-bottom:1px dotted #c3c3c3;
	padding:20px 0 5px;
}
.BlackList dt {
	width:110px;
	_width:130px;
	padding:0 0 15px 20px;
	float:left;
	clear:both;
	font-weight:bold;
}
.BlackList dd {
	width:820px;
	_width:830px;
	padding:0 10px 15px 0;
	float:right;
	text-align:left;
}

/*--- PC用 ---*/
@media only screen and (min-width: 960px){
}
@media only screen and (max-width:959px){
	.BIDInfomation h2 { font-size:175%; }
	.BIDInfomation p.Start {
		font-size:145%;
		background:url(../images/bg07.gif);
		line-height:115%;
		padding-bottom:15px;
	}
	.BIDInfomation dd img {
		margin:15px 0 15px 15px;
		border:1px solid #d7d7d7;
	}
	.BIDInfomation p.Start span {
		display:block;
	}
	
	.BlackList dt { width:20%; }
	.BlackList dd { width:80%; }
	table.PriceTable {
		margin:0 10px 10px;
		letter-spacing:0;
	}
	table.PriceTable th,
	table.PriceTable td { padding:5px 5px 3px; }

	.BIDAgreement .GuideAgreement h2 { margin:10px 10px 10px; }
	.BIDAgreement .GuideAgreement p { padding:0 20px 10px; }
	.BIDAgreement .GuideAgreement .BIDParticipation { margin:0 20px 20px; }

}
/*--- スマートフォン 横(ランドスケープ) ---*/
@media only screen and (max-width:640px){
	.BlackList dt, .BlackList dd { float:none; width:100%; }
	.BlackList dt { padding-bottom:3px; }
	.BlackList dd { padding-left:20px; }
	table.PriceTable { font-size:85%; margin:0 2px 10px; }
	table.PriceTable th { font-weight:normal; }
}
/*--- スマートフォン 縦(ポートレート) ---*/
@media only screen and (max-width:480px){
	.BIDInfomation dt,
	.BIDInfomation dd,
	.BIDParticipation dt,
	.BIDParticipation dd {
		width:100%;
		float:none;
		padding:0 15px;
	}
	.BIDParticipation dt { padding-top:25px; }
	.BIDParticipation dd { padding:15px; }
	.BIDInfomation dd img { margin:15px 0; }

	.BIDDelivery dt,
	.BIDDelivery dd {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.BIDDelivery a {
		font-size:85%;
		letter-spacing:0;
	}
	table.PriceTable { font-size:75%;}
}