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


.fb-like {
	float: right;
}

#top_fb {
	margin-top: 30px;
	padding: 1em 0 0;
	position:relative;
}

#top_fb .column, #top_fb .columns { margin-left: 0;}

#top_fb .row .two.columns { width: 16.65%; }

#top_fb .row {
	padding: 0;
}


#top_fb a p {
	font-size: 11px;
	font-size: 1.1rem;
}

.fb_img {
	margin: 0 auto;
	text-align: center;
	display: none;
}
.fb_img img {
	border: 1px solid #ccc;
}

#top_fb p_m {
	clear: both;
}


.top_fb_waku {
	background-color: #fff;
	position: relative;
	padding: 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: auto;
}

#top_fb a:hover .top_fb_waku {
	background-color: #dbedff;
	border: 1px solid #329bff;
}

#top_fb a:hover p {
	text-decoration: none !important;
}

time {
	font-size: 11px;
	font-size: 1.1rem;
}

#top_fb_title {
	background: #3b5998;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
}



/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

.fb_img {
	display: block
}

.top_fb_waku {
	min-height: 300px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
}
.waku_last {
	border-right: 1px solid #ccc;
}

}