/* CSS Document */
.itemstage {
	margin:0px auto;
	text-align:center;
}
.itembox2,
.itembox{
	max-width:470px;
	min-width:228px;
	border:1px solid #CCCCCC;
	margin-right:15px!important;
	margin-left:15px!important;
	margin-bottom:5px;
	margin-top:5px;
	/* box-shadow */
	box-shadow:rgba(184, 184, 184, 0.4) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(184, 184, 184, 0.4) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(184, 184, 184, 0.4) 2px 2px 4px 0px;
	display:block;
	position:relative;
	overflow-x: hidden;
	overflow: hidden;
	border-radius: 20px;
}
.itembox2 img,
.itembox img {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.imgbox,
.imgbox2 {
	margin:0 0 8px 0;
	padding:auto;
	overflow-x: hidden;
	overflow: hidden;
	position:relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
}

.imgbox::after{
	content: "";
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: block;
	border: 2px solid #FF79D0;
	box-sizing: border-box;
}

.imgbox2::after{
	content: "";
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: block;
	border: 2px solid #64b1ff;
	box-sizing: border-box;
}

.emptybox{
	max-width:470px;
	min-width:228px;
	border:1px solid #FFF;
	margin-right:5px!important;
	margin-left:5px!important;
	margin-bottom:5px;
	margin-top:5px;
	/* box-shadow */
	box-shadow:rgba(184, 184, 184, 0) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(184, 184, 184, 0) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(184, 184, 184, 0) 2px 2px 4px 0px;
	display:block;
	position:relative;
	overflow:hidden;
}

.itemdetails2,
.itemdetails {
	position:absolute;
	margin:0 0 3px 0!important;
	padding:0 0 0 0;
	text-align:left!important;
	z-index:2;
	bottom:2px;
	left:0;
	display:block;
}

.itemdetails2 h3,
.itemdetails2 p,
.itemdetails h3,
.itemdetails p {
	margin:5px 0 5px 0px;
	padding-left:8px;
	line-height:1.2em;
	color:#000000;
}

.itemdetails2 h3,
.itemdetails h3 {
	font-size:11pt;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	text-overflow: "…";
}
.itemdetails2 a,
.itemdetails a{
	text-decoration:none;
}

.itemdetails span5 {
	color:#FF79D0;
}

.itemclose {
	background-image:url(../img/itemclosed.png);
}
.itembox span {
	top:0;
	right:0;
	margin-right:3px;
	max-width:91px;
	max-height:92px;
	background-repeat:no-repeat;
	background-size:contain;
	line-height:100em;
	overflow:hidden;
	float:right!important;
	z-index:3;
}

.itemopen {
	top:0;
	right:0;
	margin-right:3px;
	max-width:91px;
	max-height:92px;
	background-repeat:no-repeat;
	background-size:contain;
	line-height:100em;
	overflow:hidden;
	float:right!important;
	z-index:3;
}


.itemsize {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	justify-content:space-between;
}

#checkbox {
	max-width: 998px;
	border:1px solid #61b3ff;
	text-align:center;
	font-size:10pt;
	margin:0;
	min-height:26px;
	padding-top:9px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#checkbox input {
	vertical-align:middle;
	margin-bottom:4px;
	margin-right:2px;
	margin-top:2px;
}

#check01,
#check02,
#check03,
#check04,
#check05,
#check99 {
	cursor:pointer;
}

#scrollTop {
	width:81px;
	height:82px;
	position:fixed;
	bottom:40px;
	right:10px;
	opacity:0;
	display:none;
	z-index:100;
}
#scrollTop:hover {
	cursor:pointer;
}

/*-----------------------------------------------------------------------------
特定のウィンドウ（View）サイズになったらレイアウトを変更
-----------------------------------------------------------------------------*/
/* より小さい場合 */
@media screen and (max-width: 768px) {
	.itemsize {
		justify-content:space-around;
	}
}


#goods_notice {
	border:1px solid #61b3ff;
	background:#FFFFFF;
	margin-bottom:2px;
}

#test {
	width:100%;
	height:20px;
	border:1px solid #F00;
	background-color:#CCC;
	position:fixed;
	top:10px;
	z-index:1000;
	text-align:center;
}
#test2 {
	width:100%;
	height:20px;
	border:1px solid #F00;
	background-color:#CCC;
	position:fixed;
	top:30px;
	z-index:1000;
	text-align:center;
}

/*-----------------------------------------------------------------------------
特定のウィンドウ（View）サイズになったらレイアウトを変更
-----------------------------------------------------------------------------*/
/* より小さい場合 */
@media screen and (max-width: 447px) {
	#scrollTop {
		bottom:128px;
	}
}
