#NewsBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	width: 780px;
	height: 100px;
	overflow: auto;
	margin-bottom: 20px;
}
#NewsBox ul{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
#NewsBox li{
	list-style-type: none;
	padding: 5px;
}

#NewsBox li:nth-child(odd){
	background-color: #f6f6f6;
}

.NewsRe{
	background-color: #FCF2F2;
	color: #D00003;
}
.NewsRe a{
	color: #D00003 !important;
}
.top2 li{
	width: 395px;
}
#CateBox {
	text-align: center;
	padding-bottom: 30px;
}
#CateBox table{
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	width: 800px;
	margin-bottom: 20px;
}
#CateBox td{
	padding: 8px;
	background-color: #EBEBEB;
	text-align: center;
}
#CateBox ul{
	margin: 0px;
	padding: 0px;
}
#CateBox li{
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.TopCtHd{
	line-height: 0px;
	padding-top: 10px;
}
.list_head{
	padding-top: 50px;
}
.itemlist-table td{
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	border-radius: 4px;
	background-color: #EBEBEB;
}
.itemlist-name{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
}

.itemlist-txt{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
	color: #666;
}
.itemlist-soldout{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}
.itemlist-price{
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
}
a img {
    border: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/*動画用*/
.video{
  transform: scale(1,1);
}
.video a:hover{
  transform: scale(1.03,1.03);
}
.top_youtube{
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		padding-top: 56.25%;
      min-height: 288px;
}
.top_youtube .overlay{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
		background: rgba(0,0,0,0.3);
		z-index: -1;
}
.top_youtube iframe{
		position: absolute;
		top: -30%;
		bottom: 0;
		right: -15%;
		width: 150%;
		height: 150%;
		border: 0;
		z-index: -2;
}
/*動画用ここまで*/