.slider-pro {
    font-family: 'Open Sans', Arial;
}

/* Promotion */
#promotion {
	width: 95% !important;
overflow:hidden;

}
/*======= BUTTON ======*/
.sp-thumbnail {
width: 25%;
position: relative;
display: inline-block;
padding: 0.5em 0.5em;
text-decoration: none;
color: #FFFFFF;
background: #2d2d2d;
/*border-bottom: solid 3px #CCCCCC;*/
border-radius: 10px;
/*box-shadow: inset 0 3px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
font-weight: bold;
}.sp-thumbnail:active {
/*border-bottom: solid 4px #836900;*/
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);*/
}

#promotion .sp-thumbnail {
	width: 100%;
	padding: 8px;
/*	background-color: #262626;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#promotion .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #fff;
    font:14px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuProN-W3','メイリオ','Meiryo','ＭＳ ゴシック','MS Gothic',Osaka,Verdana,arial,helvetica,sans-serif;
    letter-spacing: 0px;
}

#promotion .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 860px) {
	#promotion .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#promotion .sp-layer {
		font-size: 12px;
	}

	#promotion .hide-small-screen {
		display: none;
	}
}

@media (max-width: 500px) {
	#promotion .sp-thumbnail {
		text-align: center;
	}

	#promotion .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#promotion .sp-thumbnail-description {
		display: none;
	}
}

/* Example 3 */

#example3 .sp-selected-thumbnail {
	border: 4px solid #000;
}

/* Example 4 */

#example4 .sp-slides-container {
	background-color: #F4F4F4;
}

#example4 h3 {
	margin: 0 0 10px 0;
}

#example4 p {
	margin: 0 0 30px 0;
}

#example4 .sp-thumbnail-container {
	width: 180px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}

#example4 .sp-image-text {
	background: rgba( 80, 80, 80, 0.5 );
	color: #FFF;
	padding: 20px;
}

.links {
	text-align: center;
	margin-top: 10px;
}

/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}