
/*ページ設定部分（style.cssなどで設定していれば削除する）*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
}

/*ここまでページ設定部分*/


/*ここからjssor sliderの設定*/

/* slider-cluste */
.captionOrange, .captionBlue, .captionBlack, .captionSymbol {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.captionOrange {
	background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);
}

.captionBlue {
	background: #746FBD;
	background-color: rgba(21, 21, 120, 0.6);
}

.captionBlack {
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

.captionSymbol {
	border-radius: 100px !important;
	font-weight: 400 !important;
	font-size: 26px !important;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

.captionTextBlack {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 30px;
}

.captionTextWhite {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

a.captionOrange, a.captionOrange:active, a.captionOrange:visited, a.captionTextWhite, a.captionTextWhite:active, a.captionTextWhite:visited {
	color: #fff;
	text-decoration: none;
}

a.captionOrange:hover {
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}

a.captionTextBlack, a.captionTextBlack:active, a.captionTextBlack:visited {
	color: #000;
	text-decoration: none;
}

a.captionTextWhite:hover {
	color: #eb5100;
	text-decoration: underline;
}

a.captionTextBlack:hover {
	color: #eb5100;
	text-decoration: underline;
}

.bricon {
	background: url(../images/slider-cluster/browser-icons.png);
}

.jssorb01 {
	position: absolute;
}

.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: absolute;
	/* size of bullet elment */
	width: 12px;
	height: 12px;
	filter: alpha(opacity=70);
	opacity: .7;
	overflow: hidden;
	cursor: pointer;
	border: #000 1px solid;
}

.jssorb01 div {
	background-color: gray;
}

.jssorb01 div:hover, .jssorb01 .av:hover {
	background-color: #d3d3d3;
}

.jssorb01 .av {
	background-color: #fff;
}

.jssorb01 .dn, .jssorb01 .dn:hover {
	background-color: #555555;
}

.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/slider-cluster/a17.png) no-repeat;
	overflow: hidden;
}

.jssora05l {
	background-position: -10px -40px;
}

.jssora05r {
	background-position: -70px -40px;
}

.jssora05l:hover {
	background-position: -130px -40px;
}

.jssora05r:hover {
	background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}

.jssora02l, .jssora02r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(../images/slider-cluster/a02.png) no-repeat;
	overflow: hidden;
}

.jssora02l {
	background-position: -3px -33px;
}

.jssora02r {
	background-position: -63px -33px;
}

.jssora02l:hover {
	background-position: -123px -33px;
}

.jssora02r:hover {
	background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
	background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
	background-position: -63px -33px;
}

.jssorb03 {
	position: absolute;
}

.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
	position: absolute;
	/* size of bullet elment */
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: white;
	font-size: 12px;
	background: url(../images/slider-cluster/b03.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb03 div {
	background-position: -5px -4px;
}

.jssorb03 div:hover, .jssorb03 .av:hover {
	background-position: -35px -4px;
}

.jssorb03 .av {
	background-position: -65px -4px;
}

.jssorb03 .dn, .jssorb03 .dn:hover {
	background-position: -95px -4px;
}

.jssora20l, .jssora20r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(../images/slider-cluster/a20.png) no-repeat;
	overflow: hidden;
}

.jssora20l {
	background-position: -3px -33px;
}

.jssora20r {
	background-position: -63px -33px;
}

.jssora20l:hover {
	background-position: -123px -33px;
}

.jssora20r:hover {
	background-position: -183px -33px;
}

.jssora20l.jssora20ldn {
	background-position: -243px -33px;
}

.jssora20r.jssora20rdn {
	background-position: -303px -33px;
}
