/* CSS Document */

.furusato_repo_pane_block {
	display: inline-block;
	width: 990px;
	background: url(/ecoplaza/themes/ecoplaza_2015/images/furusatoPanelBack.png);
}

.furusato_repo_panels {
	display: block;
	width: 170px;
	height: 255px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	box-shadow: 3px 3px 4px 2px rgba(125,125,125,0.4);
	margin-bottom: 18px;
	margin-left: 15px;
	padding: 7px;
	overflow: hidden;
	float: left;
}

.furusato_repo_panels:first-child {
	margin-left: 0px;
}

.frp_margin_left_0px {
	margin-left: 0px !important;
}

.furusato_repo_panels:hover {
	background-color: #FFD0AA;
	border: solid 1px #FF7000;
	box-shadow: 1px 1px 2px 1px rgba(125,125,125,0.4);
}

.thumbnail_image {
	height: 126px;
}

.thumbnail_image img {
	width: 169px;
	height: 126px;
	margin: 0, auto;
}

.furusato_repo_panels dt.title {
	display: block;
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.20em;
	border-bottom: dotted 1px #909090;
	clear: both;
}

.furusato_reporter_name {
	margin-top: 2px;
	font-size: 100%;
}

.furusato_repo_panels dt.tiiki {
	height: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
}

.furusato_repo_panels dt.time {
	margin-top: 4px;
	float: right;
}

.fursato_link_button {
	position: absolute;
	display: block;
	margin-top: -7px;
	margin-left: -7px;
	width: 184px;
	height: 269px;
}

.furusato_repo_new {
	background: url(/ecoplaza/themes/ecoplaza_2015/images/furusato_new_ribbon.png) no-repeat;
}






