@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body {
  background: #eee;
}
.card {
  
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;

}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 20px;
	position: absolute;
	bottom: 0;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 88%;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}
