


html, body {
	width: 100%;
	height: 100%;
	position: relative;
}


body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	min-width:1000px;
}



/* Bad and ugly reset */
*{ margin: 0; padding: 0; border: 0; }
h1,h2,h3,h4,p,ul.li{
	margin:0;
	padding:0;
	font-size:1.0em;
}
ul,li{ list-style:none;}

.fl{ float:left;}
.fr{ float:right;}



.clearfix {
	clear:both;
	float:none;
}


.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.box{
	width:940px;
	height:100%;
	margin:0 auto;
	position:relative;
}

.page{
	position:absolute;
	top:48%;
	left:0;
	height:630px;
	margin-top:-315px;
	width:940px;
}



.itemspec{
	width:444px;
	float:left;
	text-align:left;
	font-size:10px;
	line-height:1.3em;
	color:#4C4C4C;
}


.itemspec ul{
	width:444px;
	
}
.itemspec ul li{
	width:220px;
	height:220px;
	float:left;
	margin:0 2px 2px 0;
	padding:0;
}



h2{ padding:0 0 17px 0;}
h4{ padding:12px 0 2px 0;}


.itemname{
	float:none;
	clear:both;
	width:444px;
	padding-top:10px;
}

.itemname p a{
	width:442px;
	margin:1px 0 0 0;
	padding:3px 0 2px 0;
	display:block;
	color:#4C4C4C;
	line-height:1em;
	text-decoration:none;
}

.itemname p a:hover{
	background:#EEE;
}

.itemname span{
	font-weight:bold;
}






.slides {	
		height: 100%;

		/* Simple clear fix */
		overflow: hidden;

		/**
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);	
				

	
}

.slide {
	float: left;
	clear: none;
	height:100%;
}

.slider-arrows {}

.slider-arrow {
	position: absolute;
	display: block;
	width:20px;
	height:80px;
	margin-bottom:-30px;
	text-indent:-9699px;
}

.slider-arrow--right { bottom: 50%; right: 0px; background:url(../images/next.gif) 0 0 no-repeat; }
.slider-arrow--left { bottom: 50%; left: 0px; background:url(../images/prev.gif) 0 0 no-repeat; }



.slider-arrow:hover { 
	filter:alpha(opacity=60); 
	-moz-opacity:0.60;
	-khtml-opacity: 0.6;
	opacity:0.60
}





.slider-nav {
	position: absolute;
	bottom: 10px;
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 1px;
	background: url(../images/pagination.png) 0 0 no-repeat;
}

.slider-nav__item:hover { background: url(../images/pagination.png) 0 -12px no-repeat; }
.slider-nav__item--current { background: url(../images/pagination.png) 0 -12px no-repeat; }





