
/*　スライド画像の大きさを調整
----------------------------------------*/
.pix_diapo_single {
	background: #000;
	-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000;
	height: 412px;
	margin: 0 0px;
	overflow: hidden;
	position: relative;
	width: 960px;
	z-index:0;
}

.slide_pic img{
	width:100%;
	}

.pix_diapo {
	background: #000;
	-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000;
	/*height: 370px;*/
	margin: 0 0px;
	overflow: hidden;
	position: relative;
	/*width: 630px;*/
	width: 960px;
	height: 412px;
	z-index:0;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_prev {
	background: url(../image/diapo/diapo/prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(../image/diapo/diapo/next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index: 5;
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 18px 0 0 15px;
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(../image/diapo/diapo/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_stop {
	background: url(../image/diapo/diapo/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_pag_ul {
	float: left;
	margin: -12px 0 0 0;
	padding: 0 0 0 10px;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	.display: inline-block;
	float: left;
	list-style: none;
	margin: 12px 10px 0 0;
	padding: 20px 8px 0;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
}
#pix_pag_ul > li > span {
	background: #080b0d;
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 4px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 4px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 4px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	
	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: 16px;
	width: 16px;
}
#pix_pag_ul > li:hover > span > span {
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
}


#pix_pag_ul > li > span > span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
}


/* ページ送りhoverカラー　スタイリング　
--------------------------------*/


#pix_pag_ul > li.diapocurrent > span > span {
	background: rgb(254,88,21); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,88,21,1) 0%, rgba(255,116,35,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,88,21,1)), color-stop(100%,rgba(255,116,35,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,88,21,1) 0%,rgba(255,116,35,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,88,21,1) 0%,rgba(255,116,35,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(254,88,21,1) 0%,rgba(255,116,35,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5815', endColorstr='#ff7423',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(254,88,21,1) 0%,rgba(255,116,35,1) 100%); /* W3C */
	
	
	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#pix_pag_ul > li > .pix_thumb {
	border: 4px solid #f2f2f2;
	.border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 58px;
 	left: -17px;
	position: absolute;
	top: -40px;
	width: 99px;
}
#pix_pag_ul > li > .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid  #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}
.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
}
.caption {
	background: rgba(0, 0, 0, 0.8);
    .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
    	
	background-image: url("../image/background/stripe_bg.png");    
    
	bottom: 10px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 25px 20px 20px 20px;
	width: 480px;
	margin-bottom:10px;
	
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.68);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.68);
	box-shadow: 0 1px 3px rgba(0,0,0,0.68);
	
	
	-webkit-border-top-right-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
							
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
}
.ui-loader {
	display: none;
}
