@charset "utf-8";
/* CSS Document */
.ST_image_list{
	width:94%;
	float:right;
	border-radius:5px; 
	margin-top:-0.8em;
}
.ST_image_list_magazine{
	width:94%;
	float:right;
	border-radius:5px; 
}
#ST_popular_images{
margin-left:22px;	
color:#A60002;
border-bottom:1px solid #F0F0F0;
padding-bottom:10px;

}
.spot-image { 
    float: left; 
	margin-left:21px;
	margin-bottom:12px;
    width: 120px; 
    height: 120px; 
    text-align: center; 
    overflow: hidden;
	border-radius:5px;
	background-color:#F0F0F0;
	box-shadow: 1px 3px 7px #424242;
}
 
.box-image {
    margin: 0px; 
    width: 120px; 
    height: 120px; 
    overflow: hidden;
}  
  
.box-image > img { 
    margin: 0px; 
    padding: 0px; 
    height: 180px;
	
}

.box-image_plus > img { 
    margin: 0px; 
    padding: 0px; 
    height: 120px;
	
}
.ST_all_photo_insert{
	float:left;
	width:100%;
	display:block;
	background-color:#F0F0F0;
	text-align:center;
	display:none;
}
.ST_all_photo{
	float:left;
	width:100%;
	height:35px;
	display:block;
	text-align:center;
    padding-top:5px;
	background-color:#F0F0F0;
	text-align:center;
}
.ST_all_photo:hover{
	float:left;
	width:100%;
	display:block;
	background-color:#F5F5F5;
	text-align:center;
}
.ST_view{
	position:absolute;
	margin-top:90px;
	background-image:url(/page/author/css/images/view.png);
	background-position: right center;
	background-repeat:no-repeat;
	background-color:hsla(0,0%,0%,0.60);
	width:110px;
	padding-left:5px;
	padding-right:5px;
	height:30px;
	border-radius:0px 0px 5px 5px ;
  	text-align:left;
	color:#FFFFFF;
	display:none;
}


