@charset "utf-8";

#TopBranding {
	margin: 0;
	padding: 0 0 30px;
	background-color: #fff;
}

#ProductShow {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 51.8134715%;
	overflow: visible;
	visibility: hidden;
	z-index: 1;
}

#ProductImages {
	position: static;
}

#ProductImages li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#Controller {
	position: absolute;
	top: 60%;
	left: 15px;
	height: 0;
	width: 3.32%;
	padding-top: 3.32%;
	z-index: 2;
}

#Controller a {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#Controller a.Stop {
	background-image: url("/images/top/slideshow/btn_indicator_pause.gif");
	background-repeat: no-repeat;
	background-size: cover;
}

#Controller a.Stop:hover,
#Controller a.Stop:active {
	background-image: url("/images/top/slideshow/btn_indicator_pause_on.gif");
}

#Controller a.Start {
	background-image: url("/images/top/slideshow/btn_indicator_play.gif");
	background-repeat: no-repeat;
	background-size: cover;
}

#Controller a.Start:hover,
#Controller a.Start:active {
	background-image: url("/images/top/slideshow/btn_indicator_play_on.gif");
}

#Controller a.Off {
	display: none;
}

#Controller a span{
	display:block;
	text-indent:-9999px;
}

#ProductThumbs {
	position: absolute;
	top: 68%;
	left: 2px;
	z-index: 2;
}

#ProductThumbs .Column1 {
	width: 222px;
	position: relative;
	border: 2px solid transparent;
	margin-left: 11px;
}

#ProductThumbs .Column1.Current {
	border: 2px solid #e50027;
}

#ProductThumbs .Column1 ul {
	position: absolute;
	bottom: 0;
	width: 222px;
	margin: 0;
}

#ProductThumbs .Column1 ul li {
	padding:0;
	width: 100%;
	overflow: hidden;
}

#ProductThumbs .Column1 li a {
	display:block;
	padding: 5px 5px 2px 10px;
	color: #fff;
	background-image: none;
	background-color: #1b1b1b\9;
	/*opacity: 0.8;*/
	background-color: rgba(27, 27, 27, 0.8);
	filter: alpha(opacity=80)¥9;
	-ms-filter: "alpha(opacity=80)"¥9;
}
#ProductThumbs .Column1 li a:not(:target) {
	filter: none;
}

#ProductThumbs .Column1 li a:hover,
#ProductThumbs .Column1 li a:active {
	text-decoration: none;
	padding-right: 3px;
}

#ProductThumbs .Column1 li a:hover,
#ProductThumbs .Column1 li a:active {
	background-color: #333;
}

#ProductThumbs .Column1 li a strong {
	display: table-cell;
	height: 40px;
	padding: 0 18px 0 0;
	vertical-align: middle;
	color: #fff;
	background-image: url("/image/jp/r1/icon/icon_link_right_l_white.gif");
	background-repeat: no-repeat;
	background-position: right center;
}

#ProductThumbs .Column1 li a:hover strong,
#ProductThumbs .Column1 li a:active strong {
	padding-right: 20px;
}


@media screen and (min-width: 1px) {
	#ProductThumbs .Column1 ul li a strong {
		background-image: url("/image/jp/r1/icon/icon_link_right_l_white_hd.gif");
		background-size: 16px 16px;
	}
}


@media screen and (max-width: 994px) {
	#ProductThumbs {
		margin: 0 15px 0 0;
		left: 0;
	}

	#ProductThumbs .Column1 {
		margin: 0 0 0 15px;
		padding: 0;
		width: calc(25% - 15px);
		border-style: none;
	}

	#ProductThumbs .Column1 ul {
		width: 100%;
	}

	#ProductThumbs .Column1 li {
		font-size: 83%;
	}

	#ProductThumbs .Column1 li.LongTitle {
		font-size: 67%;
	}

	#ProductThumbs .Column1 li a strong {
		height: 30px;
	}
}

@media screen and (max-width: 767px) {
	#TopBranding {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 20px;
	}

	#Controller {
		top: 57%;
		width: 4.21%;
		padding-top: 4.21%;
	}

	#ProductThumbs {
		margin-left: 11px;
		letter-spacing: -1em;
	}

	#ProductThumbs .Column1 {
		display: inline-block;
		margin: 0 0 -4px 4px;
		width: calc(50% - 4px);
		height: 50px;
		overflow: hidden;
		border: 2px solid #262626;
		letter-spacing: normal;
	}

	#ProductThumbs .Column1 > a {
		display: inline-block;
		width: 30%;
		vertical-align: top;
	}

	#ProductThumbs .Column1 ul {
		display: inline-block;
		width: 70%;
		height: 100%;
	}

	#ProductThumbs .Column1 li {
		padding: 0;
		height: 100%;
	}

	#ProductThumbs .Column1 li.LongTitle {
		font-size: 76%;
	}

	#ProductThumbs .Column1 li a {
		width: 100%;
		height: 100%;
		padding: 2px 5px 5px 10px;
		background-color: #262626;
		opacity: 1;
		box-sizing: border-box;
	}

	#ProductThumbs .Column1 li a:hover,
	#ProductThumbs .Column1 li a:active {
		background-color: #444;
	}

	#ProductThumbs .Column1 li a strong {
		height: 48px;
	}
}

@media screen and (max-width: 579px) {
	#TopBranding {
		padding-bottom: 160px;
	}

	#Controller {
		top: 51%;
		width: 6.5%;
		padding-top: 6.5%;
	}

	#ProductThumbs {
		width: calc(100% - 30px);
		margin-left: 15px
	}

	#ProductThumbs .Column1 {
		display: block;
		margin: 0 0 3px;
		width: 100%;
	}

	#ProductThumbs .Column1 > a {
		width: 22%;
	}

	#ProductThumbs .Column1 ul {
		width: 78%;
	}

	#ProductThumbs .Column1 li {
		font-size: 90% !important;
	}
}

@media screen and (max-width: 399px) {
	#TopBranding {
		padding-bottom: 175px;
	}
}

