/*●カレンダー用*/
._white_red {
	color: #FF0000;
	background: #FFFFFF;
}
._white_black {
	color: #000000;
	background: #FFFFFF;
}
._white_blue {
	color: #0000FF;
	background: #FFFFFF;
}
._red_black {
	color: #000000;
	background: #FFCCCC;
}
._red_white {
 color: #FFFFFF;
 background: #FF0000;
}

._redl_blue {
 color: #0000FF;
 background: #FFFF00;
}
._redl_red {
 color: #FF0000;
 background: #FFFF00;
}

/*●カルーセル用*/ 
.sc-rec {
	display:block;
	background: #FFFF00;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	width: 143px;
}
.sc-new {
	display:block;
	background: #FF0000;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	width: 143px;
}
.thumb-wrapper {
	display:block;
	width:143px;
	overflow:visible;
	position: relative;
	border:#AAAAAA 1px solid;
}
.thumb-wrapper ul {
	margin:0;
	padding:0;
}
.thumb-wrapper ul li {
	width:117px;
	list-style:none;
	display:block;
	font-size: 10px;
	padding:0;
	margin-bottom: 5px;
	margin-left: 9px;
}
.thumb-wrapper ul li img {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border:#CCCCCC 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radiust: 3px;
}
.thumb-wrapper li a:hover	{
	background-color: #666666;
	color: #FFFFFF;
}
.carouPrev, .carouNext {
	width: 143px;
	height: 25px;
	display: block;
	cursor:pointer;
	clear:both
}
.carouPrev {
	background:#EEEEEE url(/shop/images/y_up.png) no-repeat center center;
}
.carouNext {
	background:#EEEEEE url(/shop/images/y_down.png) no-repeat center center;
}
.carouPrev:hover, .carouNext:hover {
	background-color: #CCCCCC;
}
.thumb-wrapper #new li a img {
	border-color: #FF0000;
}
.thumb-wrapper #new .bd-y a img {
	border-color: #FFFF00;
}


/*●入荷しました*/ 
.sc-arrTt {
	width:143px;
	overflow:visible;
	position: relative;
	border:#AAAAAA 1px solid;
	margin-top: 10px;
}
.sc-arrTt ul {
	margin:0;
	padding:0;
}
.sc-arrTt ul li {
	width:117px;
	list-style:none;
	display:block;
	font-size: 10px;
	padding:0;
	margin-bottom: 5px;
	margin-left: 9px;
}

.sc-arr {
	display:block;
	background: #0000FF;
	text-align: center;
}
.sc-arrTt ul li img {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border:#0000FF 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radiust: 3px;
}
.sc-arrTt li a:hover	{
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: underline;
}

/*●メニュー*/ 
.mnlst {
	display: block;
	width: 145px;
	margin: 0px;
	overflow:visible;
	position: relative;
}
.mnlst ul {
	margin:0;
	padding:0;
}
.mnlst li {
	list-style: none;
	display: block;
	white-space: nowrap;
	margin: 0px;
}
.mnsrc {
	display: block;
	width: 143px;
	text-align: center;
	padding-top:5px;
	padding-bottom: 5px;
	background: #FFF0F0;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #959595;
	border-right: 1px solid #959595;
	border-left: 1px solid #C9C9C9;
}

/*●SNS*/ 
#sns3 {
	display: block;
	width: 133px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background: #FCFCFC;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border: 1px solid #CCC;
}