@charset "utf-8";
/* CSS Document */

/*ここからcontents3(service)の設定*/
.contains-services {
	width: 960px;
	height: 365px;/*---高さ:365px---*/
	margin: 0 auto;
	background-color: #FFFFFF;
}
.top-index {
	width: 960px;
	height: 50px;
	background-color: #000000;
	margin: 0 auto;
	background-image: url(img/top-index-services.png);
}
.top-index h2 {
	font-size: 16px;
	color: #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	margin: 0;
}
#scroll {
	position:relative;
	width:860px;
	height:365px;
	overflow:hidden;
	background-color: #FFFFFF;
}

#tools {
	position:absolute;
	width:9999em;
	height:330px;
	margin: 0;
}

.tool {
	float:left;
	width:860px;
	height:350px;
	background-color: #FFFFFF;
	margin-left: 0px;
}

.tool img {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -50px;
}

.tool .cut {
	float: left;
	margin-right: 50px;
	margin-left: 80px;
	margin-top: 10px;
}
.tool .shaving {
	float: left;
	margin-right: 50px;
	margin-left: 80px;
	margin-top: 10px;
}
.tool .shampoo {
	float: left;
	margin-right: 50px;
	margin-left: 80px;
	margin-top: 10px;
}
.tool .styling {
	float: left;
	margin-right: 50px;
	margin-left: 80px;
	margin-top: 10px;
}

.tool h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

#container .contains-services #prev {
	width:50px;
	height:365px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.prev {
	width:25px;
	height:25px;
	float:left;
	cursor:pointer;
	margin-top: 150px;
	margin-left: 20px;
	background-image: url(img/prev-01-a.png);
	outline:none;
	background-repeat: no-repeat;
}

.prev:hover {
	background-image: url(img/prev-01-b.png);
}

#container .contains-services #next {
	width:50px;
	height:365px;
	top: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 0px;
}


.next {
	width:25px;
	height:25px;
	float:left;
	cursor:pointer;
	margin-top: 150px;
	margin-left: 0px;
	background-image: url(img/next-01-a.png);
	outline:none;
	background-repeat: no-repeat;
}
.next:hover {
	background-image: url(img/next-01-b.png);
}

#thumbs {
	position:absolute;
	width:860px;
	height:75px;
	top: 290px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#thumbs .navi #t1 {
	width:110px;
	height:75px;
	margin-top: 0px;
	margin-left:150px;
	display:block;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(img/slide-services-navigation.png);
}
#thumbs .navi #t2 {
	width:110px;
	height:75px;
	margin-top: 0px;
	margin-left:40px;
	display:block;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(img/slide-services-navigation.png);

}
#thumbs .navi #t3 {
	width:110px;
	height:75px;
	margin-top: 0px;
	margin-left:40px;
	display:block;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(img/slide-services-navigation.png);

}
#thumbs .navi #t4 {
	width:110px;
	height:75px;
	margin-top: 0px;
	margin-left:40px;
	display:block;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(img/slide-services-navigation.png);

}
.t a.active {
	cursor:default !important;
}


/* CSS sprite for the navigation */

#t1			{ background-position:-150px 0px; }
#t1:hover 	{ background-position:-150px -80px; }
#t1.active	{ background-position:-150px -160px !important; }

#t2			{ background-position:-300px 0px; }
#t2:hover 	{ background-position:-300px -80px; }
#t2.active	{ background-position:-300px -160px !important; }

#t3			{ background-position:-450px 0px; }
#t3:hover 	{ background-position:-450px -80px; }
#t3.active	{ background-position:-450px -160px !important; }

#t4			{ background-position:-600px 0px; }
#t4:hover 	{ background-position:-600px -80px; }
#t4.active	{ background-position:-600px -160px !important; }

