@charset "Shift_JIS";
/*----------------------------------------


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

p{
	font-size:100%;
}

/*----------------------------------------
	caption
-----------------------------------------*/
#caption{
	
}

#caption .container{
	width:870px;
	/*padding: 40px 40px 30px 40px;*/	
	padding: 10px 40px 30px 40px;		
}

#caption h1{
	float: left;
}

#caption .sub{
	float: left;
	margin:20px 0 0 10px;
}

#caption .box{
}

#caption p{
	margin-top:15px;
}

@media screen and (max-width: 640px) {

#caption .container{
	width:100%;
	padding: 0;	
}

#caption h1{
	float: none;
	margin:40px 0 0 -20px;
	text-align:center;
}

#caption p.sub{
	padding: 0px;
	float: none;
	margin:5px 0px 0 0px;
	text-align:center;
}

#caption .box{
}

#caption p{
	padding: 0 25px;
	margin:15px 0 30px 0;
}

}

/*----------------------------------------
	works
-----------------------------------------*/

#works .container{
	background:#FFF;
	padding-bottom:40px;
	
}

#works ul{
	padding: 40px 40px 20px 40px;	
}

#works ul li{
	width: 272px;
	height: 268px;
	margin: 0 18px 18px 0;
	float: left;
	border:solid 1px #e2e2e2;
	background: #f8f8f8;
}

#works ul li:nth-child(3n+3){
	margin-right: 0px;
}

#works ul li dl{
	width :200px;
	float: left;
	padding:15px;
}

#works ul li dt{
	font-size: 12px;
	font-weight: bold;
	color: #e59100;
}

#works ul li dd{
	margin-top:5px;
	font-size: 16px;
}

#works .zoom{
	float: right;
	margin:35px 15px 15px 0; 
}

#works .other{
	padding: 0 20px;
	text-align: center; 
}

@media screen and (max-width: 640px) {

#works ul{
	padding: 40px 0 20px 0;	
}


#works ul li{
	float: none;
	margin: 0 auto 18px auto;
}

#works ul li:nth-child(3n+3){
	margin: 0 auto 18px auto;
}

}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
	
	-webkit-box-shadow: 0 0 1.25em rgba( 0, 0, 0, .25 ); /* 40 */
	box-shadow: 0 0 1.25em rgba( 0, 0, 0, .25 ); /* 40 */	
}

/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 1.25em; /* 40 */
	height: 1.25em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

}
#imagelightbox-loading div
{
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;

	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
	from { opacity: .5;	-webkit-transform: scale( .75 ); }
	50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
	to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
	from { opacity: .5;	transform: scale( .75 ); }
	50%	 { opacity: 1;	transform: scale( 1 ); }
	to	 { opacity: .5;	transform: scale( .75 ); }
}