@charset "EUC-JP";

/* =======================================

	CommonElements

======================================= */


.wideslider {
	margin: 0 0 30px 0;
	width: 100%;
	height: 530px;
	background: #f2f2f2;
	padding: 20px 0;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider_in {
	position: relative;
	height: 530px;
	text-align: left;
	position: relative;
}

/*
.control{
	top: 243px;
	left: 50%;
	margin: 0 0 0 -578px;
	height: 40px;
	width: 1155px;
	position: absolute;	
}*/

.control {
	position: relative;
	z-index: 9999;
    height: 40px;
    margin: -286px auto 0;
    width: 1155px;
}

.contro_in{
	height: 40px;
	position: relative;	
}

.wideslider  p.prev{
	top: 0;
	left: 0;
	cursor: pointer;	
	position: absolute;
}

.wideslider  p.next{
	top: 0;
	right: 0;
	cursor: pointer;	
	position: absolute;
}

.wideslider ul{
	filter:alpha(opacity=0);
    -moz-opacity: 0;
   	opacity: 0;
	left: 0px;
	position: absolute;
	letter-spacing: -.40em;
	display: inline;
	overflow: hidden;
}

.wideslider ul li {
	letter-spacing: -.40em;
	width:990px;
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li p{
	position: relative;
	padding: 0 0 0 5px;
	vertical-align: top;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	width: 414px;
	height: 530px;
	overflow: hidden;
}

.wideslider ul li p span{
	top: 0;
	left: 5px;
	width: 398px;
	height: 514px;
	border: 9px solid #ed6d00;
	position: absolute;
	display: block;	
	display: none;
}

.wideslider ul li dl{
	margin: 0 0 0 20px;
	vertical-align: top;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 543 px;
}

.wideslider ul li dl dt{
	position: relative;
	width: 543px;
	overflow: hidden;
}

.wideslider ul li dl dt span{
	position: absolute;
	display: none;
	border: 9px solid #ed6d00;
	width: 527px;
}

.wideslider ul li dl dd{
	position: relative;
	margin: 20px 0 0 0;
	width: 543px;
	overflow: hidden;	
}

.wideslider ul li dl dd span{
	position: absolute;
	display: none;
	border: 9px solid #ed6d00;
	width: 527px;
}


.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}

.pagination {
	display: none;
	bottom: 10px;
	right: 30px;
	height: 8px;
	position: absolute;
	z-index: 200;
}

.pagination a {
	text-decoration:none;
	font-size:10px;
	margin: 0 5px;
	display: inline-block;
	color:#cccccc;
}

.pagination a.active {
	color:#000000;
}

/*
.pagination a {
	margin:0 4px;
	width:8px;
	height:8px;
	display: inline-block;
	overflow: hidden;
	background: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-pie-border-radius: 4px;
	behavior: url(http://gigaplus.makeshop.jp/wedding/css/border-radius.htc);//for IE
}

.pagination a.active {
	background: #000;
}
*/

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.left_allow{
	left:25px;
	top:200px;
	z-index:999;
	position:absolute;
	width:50px;
	height:50px;
	background:  url(http://gigaplus.makeshop.jp/hecto/common/images/arrow-left.png) no-repeat;
	cursor:pointer;
}

.right_allow{
	right:25px;
	top:200px;
	z-index:999;
	position:absolute;
	width:50px;
	height:50px;
	background:  url(http://gigaplus.makeshop.jp/hecto/common/images/arrow-right.png) no-repeat;
	cursor:pointer;
}

.slider_wrapper{
	width:auto;
	z-index: 101;
	height:420px;
	left:0;
	top:0;
	position:absolute;	
}