@charset "utf-8";
div.card_frame_row {
	margin: 10px 5px 20px 5px;
}
div.card_frame_col {
	margin: 10px 5px 20px 5px;
	border-bottom: solid 1px #CCCCCC;
}
div.card_item_field_row {
	float: left;
	width:200px;
	padding:0;
	margin: 10px;
	border: solid 1px #CCCCCC;
	border-radius: 10px;
	overflow: hidden;
}
div.card_item_field_col {
	width:100%;
	padding:0;
	margin: 0;
	border-top: solid 1px #CCCCCC;
	overflow: hidden;
}
a.card_item_link {
	display: block;
	width:100%;
	height:auto;
	padding: 0;
	margin: 0;
	text-decoration: none;
	transition: all 0.3s;
}
a.card_item_link:hover {
	background-color: #ffffe0 !important;
}
div.card_item_subject {
	font-size:14px; font-size:1.4rem;
	color: #006dcc;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin: 0;
}
div.card_item_contents {
	font-size:14px; font-size:1.4rem;
	color: #696969;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0;
}
div.card_float_clear {
	clear: both;
}
