/*parallax*/

.parallax {
	position: relative;
	width: 100%
	margin: 0 auto;
	padding: 0;
	/*height: 220px;*/
	height: 500px;
	z-index: 0;
}
#first  { 
	background: url(../images/slide1l.jpg) center 0% no-repeat fixed #fff; 	
}
/* div#first */
.title {
	position: fixed;
	/*margin: 0*/;
	top: 150px;
	/*padding-left: 20px;*/
	padding-left: 10%;
	/*color: rgba(255, 255, 255, 0.7);*/
	font-size:50px;
	z-index: 0;
	color: #FFF;
	font-weight: bold;
}
#first .inner {
	position: absolute;
	top: 200px;

	width: 100%;
	background: rgba(255, 255, 255, 0.7);

}

 /*parallax end */

.osusume{
	margin: 0px auto;
	clear: both;
	position: relative;
	z-index: 5;
	}
.osusume dl{
	/*width : 182px;*/
	width : 18.2%;
	float : left;
	border: 1px solid #ebebeb;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-right : 2px;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.osusume dt{
	font-weight : bold;
	text-align : center;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #999999;

	background-color: #FFC;
	padding-top: 5px;
	padding-bottom : 3px;
}

.osusume dt img{  
  margin-bottom : 10px;
  display : block;
}

.osusume dd.text1{  
  font-size : 90%;   
  text-align : center;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
  margin-bottom : 3px;
  padding-top : 4px;
  padding-bottom : 3px;
}

.osusume dd.text2{  
  font-size : 80%;
  line-height : 1.6;   
  padding-left : 10px;
  padding-right : 10px;
  height : 4.8em;
}

#picts {
	margin-right: auto;
	margin-left: auto;
		}


#picts figure {
			float: left;
			width: 480px;
			margin-left: 20px;
		}

#picts figure:first-child {
			margin-left: 0;
		}

figure h3 {
			padding: 20px 0 5px;
			color: #fff;
			font-size: 24px;
			text-align: center;

			font-weight: 600;
		}
figure p {
			color: #fff;
			text-align: center;
			font-weight: 400;
		}

#ninki_item figure {
			position: relative;
			overflow: hidden;
		}
#ninki_item figcaption {
			position: absolute;
			top: -100%;
			left: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,.6);
			-webkit-transition: .3s;
			transition: .3s;
			opacity: 1;
		}

#ninki_item figure:hover figcaption {
			top: 0;
			left: 0;
		}
