/*
Skin Name: MoguraVR
Version: 1.0.0
Author: Satoshi Suzuki
*/

/*
a.content_cards_link {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 20px auto;
	padding: 4px;
	padding-right: 10px;
	overflow: hidden;
	max-width: 600px;
}
a.content_cards_link:link, a.content_cards_link:visited, a.content_cards_link:hover, a.content_cards_link:active {
	text-decoration: none;
	color: #000;
}
a.content_cards_link:hover {
	background: #eee;
}
a.content_cards_link .content_cards_image {
	box-sizing: border-box;
	margin-right: 12px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
	display: block;
	backgorund: #fff;
}

a.content_cards_link .content_cards_image img,
a.content_cards_link .content_cards_image amp-img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	margin: 0;
}

a.content_cards_link:hover .content_cards_image img,
a.content_cards_link:hover .content_cards_image amp-img {
	opacity: 0.8;
}

a.content_cards_link .content_cards_title {
	height: 80px;
	margin: 4px 0 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	overflow: hidden;
}
a.content_cards_link:hover .content_cards_title {
	color: #666;
}
a.content_cards_link .content_cards_site_name {
	margin: 10px 0 0;
	text-align: right;
	color: #999;
}

@media only screen and (max-width: 400px) {
	a.content_cards_link .content_cards_image {
		width: 100px;
		height: 100px;
	}
	a.content_cards_link .content_cards_title {
		font-size: 16px;
		line-height: 20px;
		height: 60px;
	}
}
*/