@charset "EUC-JP";
#toppage #freespace #freespaceBorder {
		padding: 10px;
		border: 1px dotted #E8EBEC;
		height: 100px;
}

#toppage #Info {
	margin-bottom: 20px;
}

#toppage #Info h2 {
	font-size: 100%;
	color: #900;
	line-height: 1.2;
	margin-bottom: 5px;
}

#toppage #Info dl {
	line-height: 1.5;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#toppage #Info dl dt {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

#toppage #Info dl dd {
	margin-left: 0em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8EBEC;
	padding-left: 6em;
}

#toppage #listPage .SCT {
		margin-bottom: 30px;
}


/* 追加分　 s */

#box_zentai{
	text-align: center;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.box_nakami{
	vertical-align: top;
	text-align: center;
	float:left;
	margin: auto 30px;
}

.box_nakami img{
	width: 285px;
	height: 220px;
}


.voice {
	margin-top:25px;
	margin-bottom:25px;
}
.voice div {
	float:left;
}


/* 追加分　 e */

/* s.w */
#listPage div.listbox .itemPrice {
		color: #000 !important;
}
/* s.w */


/* ==================================================================================

		動画パート

================================================================================== */	

@import url('https://fonts.googleapis.com/css?family=Dosis:800&display=swap');

.top-yotube{
	padding: 30px 0;
	text-align: center;
}
.top-yotube h2{
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'Dosis', sans-serif;
	color: #C8530B;
}
.top-yotube p{
	margin-bottom: 20px;
}

/* Section Separator---------------------------------------------------------

　カテゴリー毎のナビ（3枚横並び）

----------------------------------------------------------------------------*/
.top_cate-nav{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
}
.top_cate-nav li{
	flex-basis: 33%;
}
.top_cate-nav li a{
	transition-duration: 0.3s;
}
.top_cate-nav li a:hover{
	opacity: 0.7;
}
/* Section Separator---------------------------------------------------------

　即売会お知らせ2021年4月

----------------------------------------------------------------------------*/
.bnr-sokubai2021{
	width: 730px;
	height: 260px;
	display: flex;
	margin-bottom: 20px;
}
.bnr-sokubai2021 div{
	flex-basis: 268px;
	height: 260px;
}
.bnr-sokubai2021 div a{
	transition-duration: 0.3s;
}
.bnr-sokubai2021 div a:hover{
	opacity: 0.6;
}
.bnr-sokubai2021 div img{
	width: 100%;
	height: auto;
}