/* ------------------------------
　　コンテンツ基本設定(レイアウト)
------------------------------ */
.contents{
	background-image: url("../img/chocoBlock.png");
}
.article{
	width: 960px;
	margin: 0px auto 80px;
}
.article:first-child{
	margin: 100px auto 80px;
	}

a {
	color: #ff5a99;
	text-decoration: none;
}

a:hover {
	color: #a63e66;
	text-decoration: none;
}

@media screen and (max-width:768px){
	.contents{
		width: 100vw;
		margin: 0vw auto;
		background-image: url("../img/chocoBlock.png");
		border: none;
		}
	.genga {width: 80vw;}
	.article{
		width: 100vw;
		margin: 0px auto 10vw;
		}
	.article:first-child{
		margin: 15vw auto 10vw;
		}
	}



/* ------------------------------
    　  　　 Genga
------------------------------ */

.eventTitle {
	width: 600px;
	display: block;
	margin: auto;
	padding: 50px 0 0;
	}

h2 {
	color: #ff7fac;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 900;
	}

.sub-c{
	color: #fff;
	text-align: center;
	margin: 25px 0 50px;
	line-height: 1.7;
	}

@media screen and (max-width: 768px) {
.genga-auction {
		width: 90vw;
	}
	
.eventTitle {
	width: 90vw;
	display: block;
	margin: auto;
	padding: 50px 0 0;
	}
h2 {
	text-align: center;
	font-size: 1vw;
	line-height: 1.4;
	font-weight: 900;
	margin: 15px auto;
	width: 80%;
	}
.sub-c{
	width: 86%;
	font-size: 3.5vw;
	margin: 4vw auto 8vw;
	}
}
/* ------------------------------
　　　　　　表組み
------------------------------ */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
	border-collapse: collapse;
	width: 720px;
	margin: 10px auto 50px;
	font-size: 14px;
	}
table th,
table td {
	padding: 10px 10px;
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 1px solid #7b2f44;
	line-height: 1.7;
}
table th {
	text-align: center;
	background-color: rgba(225,75,135,.15);
	color: #fff;
	font-weight: 600;
	width: 30%;
	line-height: 1.5;
	}
@media screen and (max-width: 768px) {
	table {
		border-top: 1px solid #7b2f44;
		font-size: 4vw;
		font-weight: 400;
	width: 100%;
  }
  table td {
    display: block;
	border: 1px solid #7b2f44;
  }
  table th {
	padding: 1vw 10px;
	border: 1px solid #7b2f44;
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}


/* ------------------------------
　　　　　　入札ボタン
------------------------------ */
.btn-form {
	text-align: center;
	margin: 0 0 50px;
	opacity: 0.5;
	}
.nyuusatsuBtn {
	margin: auto;
	width: 480px;
	}


@media screen and (max-width: 768px) {
.nyuusatsuBtn {
	margin: auto;
	width: 80vw;
	}
}




/* ------------------------------
　　　　　auction
------------------------------ */
.auctionsakka{
	width: 720px;
	margin: 0 auto 80px;
	padding: 30px 20px;
	background-color: rgba(225,75,135,.15);
	}
h5{
	color: #ff7fac;
	text-align: center;
	font-size: 24px;
	line-height: 1.1
	}
.txtmini {
	font-size: .65em;
	}

.auctionsakka p{
	color: #ffe59d;
	font-size: 18px;
	width: 93%;
	margin: 10px auto 0;
	font-weight: 600;
	letter-spacing: .2px;
	text-align: center;
	}

@media screen and (max-width: 768px) {
.auctionsakka{
	width: 97%
	}
.auctionsakka p{
	line-height: 1.7;
	font-size: 4.55vw;
	letter-spacing: 0;
	}
	
}


/* ------------------------------
　　　　　notice(注意事項)
------------------------------ */
.notice{
	color: #b4a19b;
	font-size: 13px;
	margin: 10px auto 0;
	}

.kome li {margin-left: 1em;
			list-style-type: none;
			text-indent: -1em;}
.kome li:before {display: inline;
				content: "＊";}

@media screen and (max-width: 768px) {
.notice{
	width: 94%;
	font-size: 3vw;
	}
}


/* ------------------------------
　　　　　041contents
------------------------------ */
.genga {
	width: 100%;
	background-color: rgba(10,10,10,.35);
}

.genga-auction{
	color: #fff;
	width: 960px;
	margin: 50px auto 20px;
	padding: 30px 0;
	}

.kanban {
	width: 520px;
	}

h3{
	width: 800px;
	margin: -20px auto 20px;
	font-size: 18px;
	text-align: center;
	}


.itemsA {
	width: 310px;
	margin: 0 2px 40px;
}

.goods-info {
	padding: 0 20px;
}

.author {
	margin: 10px 0 0;
	color: #e5ceb0;
}

.exp {
	width: 100%;
	color: #b18463;
	line-height: 1.7;
	padding: 0 0 8px;
	margin: 10px 0;
	text-align: left;
	border-bottom: 1px dotted #b18463;
}

.g-spec {
	line-height: 1.7;
	color:#b18463;
}

.g-price {
	margin: 20px 0 0;
	color: #e5ceb0;
}

.cont041:after {
    content:" ";
    display:block;
    clear:both;
	}


@media screen and (max-width: 768px) {
.genga {
	width: 100vw;
	background-color: rgba(10,10,10,.35);
}
	
	.genga-auction {
		width: 90%;
	}
.kanban {
	width: 100%;
	margin: 10vw 0 0;
	}

h3{
	width: 100%;
	margin: 15px auto;
	font-size: 3.8vw;
	text-align: center;
	}

.itemsA {
	width: 80vw;
	margin: 14vw auto;
}

.cont041:after {
    content:" ";
    display:block;
    clear:both;
	}

}

/* ------------------------------
　　　　　　　back to TOP
------------------------------ */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 17px 0 0 2px;
  border-radius: 35px;
  width: 70px;
  height: 70px;
  background-color: #1fb3ff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	line-height: 1.2;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}



/* ------------------------------
　　　　　　　フッター
------------------------------ */
.footer p{
	color: #6e2424;
	font-size: 11px;
	margin: 20px auto;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	}

/* ------------------------------
　　　　　　　文字装飾
------------------------------ */
.uchikeshi {
	text-decoration-line: line-through;
	}