@charset "utf-8";
/* CSS Document */

.gallery_new_box{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 15px;
	border-radius: 0px 0px 0px 0px;
}

.gallery_new_box .heading{
	border-left:0px solid #e4e4e4;
	border-right:0px solid #e4e4e4;
	border-top:0px solid #e4e4e4;
	
}

.gallery_new_box .heading h2{
	font-family:'oswald_regularregular', Arial, Verdana;
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	font-size:28px;
	color:#333;
	font-weight:normal;
}

.gallery_new_box .content{
	padding:5px 0px 0px 15px;
	border-left:0px solid #e4e4e4;
	border-right:0px solid #e4e4e4;
	border-bottom:0px solid #e4e4e4;
	border-top:0px solid #e4e4e4;
}

.gallery_new_box .gallery_big{
	width:406px;
	height:306px;
	float:left;
	margin-left:5px;
}

.gallery_new_box .gallery_big div{
	position: absolute;
	display: inline-block;
	width:406px;
	height:306px;
	margin: -3px 0 0 -3px;
	-webkit-transition: all 0.07s;
	-moz-transition: all 0.07s;
	-o-transition: all 0.07s;
	transition: all 0.07s;
	
	border-style: solid;
	border-color: #dadada;
	border-width: 1px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	background-color: #FFF;

}

.gallery_new_box .gallery_big div.sp1{
	
	-webkit-transform:rotate(-4deg);
	z-index:100;
}

.gallery_new_box .gallery_big div.sp2{
	
	-webkit-transform:rotate(-2deg);
	z-index:150;
}

.gallery_new_box .gallery_big div.sp3{
	padding:1px;
	-webkit-transform:rotate(0deg);
	z-index:200;
}

.gallery_new_box .gallery_big div.sp3 span.table{
	width:406px;
	position:absolute;
	bottom:0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.gallery_new_box .gallery_big div.sp3 span.table span.cell{
	display:table-cell;
	vertical-align:bottom;
	padding:10px 5px 5px 5px;
	font-family:'oswald_regularregular', Arial, Verdana;
	font-size:30px;
	color:#fff;
	text-decoration:none;
	text-shadow: 2px 1px #000;
	text-align:center;
	width:406px;
}

.gallery_new_box .gallery_big div.sp3 span.table span.cell span.summary{
	display:table-cell;
	padding:2px 5px 2px 5px;
	font-family:'oswald_regularregular', Arial, Verdana;
	font-size:16px;
	color:#e4e4e4;
	text-decoration:none;
	text-shadow: 2px 1px #000;
	text-align:center;
	width:406px;
}

.gallery_new_box .gallery_big div.sp3 a:hover span.cell{
	color:#e4e4e4;

}

.gallery_new_box .gallery_small{
	width:470px;
	height:306px;
	float:left;
	margin-left:20px;
	border-right:0px solid #000;
}

.gallery_new_box .gallery_small div.item{
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:2px dotted #e4e4e4;
}

.gallery_new_box .gallery_small div.item:last-child{
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:0px dotted #e4e4e4;
}

.gallery_new_box .gallery_small div.item img{
	float:left;
	width:150px;
	height:90px;
	padding:2px;
	border:1px solid #e4e4e4;
}

.gallery_new_box .gallery_small div.item a.title{
	font-family:'oswald_regularregular', Arial, Verdana;
	padding:1px 1px 1px 5px;
	margin:0px 0px 0px 0px;
	font-size:18px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
	float:left;
	width:305px;
	height:25px;
}


.gallery_new_box .gallery_small div.item a.summary{
	font-family:Helvatic,Verdana, 'oswald_regularregular', Arial, Verdana;
	padding:10px 1px 1px 5px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#555;
	font-weight:normal;
	text-decoration:none;
	float:left;
	width:305px;
	height:44px;
	overflow:hidden;
}

.gallery_new_box .gallery_small div.item a.user{
	background:url(../image/user.png) left center no-repeat;
	font-family:Helvatic,Verdana, 'oswald_regularregular', Arial, Verdana;
	padding:5px 1px 1px 17px;
	margin:0px 0px 0px 5px;
	font-size:12px;
	color:#e72742;
	font-weight:normal;
	text-decoration:none;
	float:left;
	width:280px;
	height:17px;
	display:none;
}