/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}






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



html, body {
	width: 100%;
	height: 100%;
	position: relative;
}

h1,h2,h3,h4,h5,h6,p,lu.li{ margin:0; padding:0; font-size:1em;}

a img{
	border:0;
}

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;
	color:#4888C7;
	font-size:12px;
	line-height:1.4em;
	position:relative;
	
}


#wrapper {
	position:relative;
	width: 100%;
	min-width:950px;
	height: 650px;
	overflow: hidden;
}

.base{
	position:absolute;
	top:50%;
	left:0;
	height:640px;
	padding-top:10px;
	margin-top:-325px;
	width:100%;
}


/* Demo Syles */

.device {
  width: 100%;
  height:610px;
  padding:0;
  position: relative;

}

.device .arrow-left {
  background: url(../img/prev.png) no-repeat 0 0;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
  width: 60px;
  height: 100px;
  z-index:100;
}

.device .arrow-right {
  background: url(../img/next.png) no-repeat 0 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -50px;
  width: 60px;
  height: 100px;
  z-index:101;
}

.swiper-container {
  height: 610px;
  width: 100%;
  text-align:center;
	
}


.pagination {
  position: absolute;
  text-align: center;
  left:0;
  bottom:-25px;
  width: 100%;
  z-index:10;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 3px;
  border-top:7px solid #FFF;
  border-bottom:7px solid #FFF;
  background: #E6E6E6;
  margin: 0 3px;
  /*cursor: pointer;*/
}

.swiper-active-switch {
  background:#529ADA;
}






/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}







/* ------------------- SIDE ---------------------- */

.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:200;
	width:700px;
	overflow-x:hidden;
	overflow-y:auto;
	color:#4888C7;
	background:#FFF;
}

.sidr.right{
	left:auto;
	right:-700px
}

/*
.sidr.left{
	left:-700px;
	right:auto
}
*/

.menu-overlay01,.menu-overlay02,.menu-overlay03,.menu-overlay04,.menu-overlay05,.menu-overlay06,.menu-overlay07,.menu-overlay08,.menu-overlay09,.menu-overlay10{
	position:fixed;
	top:0;
	right:0;
	background:#000;
	width:100%;
	height:100%;
	display:none;
	z-index:100;
	/*cursor:pointer;*/
	
	filter:alpha(opacity=60); 
	-moz-opacity:0.60;
	-khtml-opacity: 0.6;
	opacity:0.60
}

.close01,.close02,.close03,.close04,.close05,.close06,.close07,.close08,.close09,.close10{
	width:92px;
	height:92px;
	position:fixed;
	right:700px;
	top:0;
	cursor:pointer;
	display:none;
	background:url(../img/close.png) 0 0 no-repeat;
	z-index:1000;
	text-indent:-9999px;
}

.close01:hover,.close02:hover,.close03:hover,.close04:hover,.close05:hover,.close06:hover,.close07:hover,.close08:hover,.close09:hover,.close10:hover{
	background-position:0 -92px;
}

.sidrIn{
	width:6251px;
	text-align:left;
	margin:0 auto;
}





/* --------------- tooltips ----------------- */

#tip_body {
    display:block;
    position:absolute;
    left:0px;
	top:0px;
    background:url(../img/click.png) 0 0 no-repeat;
	width:58px;
	height:58px;
    z-index:9999;
}

.clicktops{
	width:100px;
	height:100px;
	background:#6F0;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1000000;
}



/* --------------------------------------------- */



html {
    /* scrollbar */
    overflow-y: auto;
}

body {
    /* scrollbar */
   /* overflow-y: scroll;*/
 /*   overflow-x: hidden;*/
}


.clearfix{
	float:none;
	clear:both;
}




/* ------------------------ ITEM LIST ------------------------------ */

h3{
	width:625px;
	margin:0 auto;
	padding-top:25px;
	text-align:left;
	background:url(../img/line.gif) 93px 33px no-repeat;
}
/*
h3:nth-child(n+2) {
    border-top:1px solid #4888C7;
}
*/
ul.itemlist{
	list-style:none;
	width:625px;
}
ul.itemlist li{
	width:125px;
	height:180px;
	float:left;
	position:relative;
	
}

ul.itemlist li a{
	width:125px;
	height:180px;
	display:block;
	background:#FFF;
	position:absolute;
	filter:alpha(opacity=0); 
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity:0.0
}

ul.itemlist li p{
	font-size:0.85em;
	line-height:1.3em;
	padding-top:4px;
}
