﻿@import url("../css/common.css");

@charset"utf-8";

#wrap_contents{
	position: relative;
	top: -38px;
	width: 100%;
}

#contents{
	position: relative;
	width: 100%;
	margin:0 auto;
	height: 750px !important;
}


/*========slider========*/

.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
	
.slides {
  height: 750px;
  overflow: hidden;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;



   -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 {
  height: 100%;
  float: left;
  clear: none;
}

.slide figure {
  display: block;
  position: relative;
  text-align: center;
}


.slide figure figcaption a {
  color: #373737;
  text-decoration: none;
}

.slide figure figcaption a:hover { text-decoration: underline; }

.slide img.full_img {
 	width: 100%;
 	height:100%;
}

.slider-nav {
  position: absolute;
  bottom: 78px;
}

.slider-nav__item {
  width: 90px;
  height: 8px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover { background: #373737; }

.slider-nav__item--current, .slider-nav__item--current:hover { background: #373737; }

/*========End slider========*/


/*========select========*/

.family_site ul {
	display: none;
	position: absolute;
	top: -310px; 
	width: 364px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: #fff;
	padding:8px;
}

.family_site ul li{
	font-size: 18px;
	font-weight: bold;
	text-indent: 25px;

}

.family_site ul li a{
	width: 363px;
	height: 45px;
	display: block;
	padding-top: 30px;
}

.family_site ul li a:hover{
	color: #fff;
	background-color: #373737;
}

.family_site {
	position: relative;
	left:40%;
	bottom: 250px;
	height: 80px;
	width: 380px;
}

.family_site button.title {
	height: 80px;
	width: 380px;
	text-align: center;
	border: solid 8px #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(../images/index/select_bg.png);
	text-shadow: 2px 2px 0 rgba(60, 60, 60, 0.43);
}

.family_site button img.list_btn {
	width:25px;
	padding-left: 185px;
}


/*========End select========*/

