/*
Theme Name: moratamecontents-about-items
Author: Gunji
Description: モラタメの読みものコンテンツ用のカスタムテンプレートです
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
*/

/************************************
** ブログカードのスタイル
************************************/
.blog-card {
	padding: 4%;
	margin: 10px 0;
	border: 1px solid #ddd;
	word-wrap: break-word;
	max-width: 100%;
	width: 92%;
	border-radius: 5px;
	text-decoration: none ;
}
.blog-card a {
	text-decoration: none;
}
.blog-card-thumbnail {
	float: left;
	width:40%;
	max-width: 170px;
	max-height: 170px;
	margin-right:3%;
}
.blog-card-content {
	line-height: 1.5em;
	text-decoration: none;
}
.blog-card-title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height:1.3em;
	text-decoration: none !important;
}
.blog-card-title a {
	font-weight: bold;
	text-decoration: none;
	color: #111;
}
.blog-card-excerpt {
	color: #333;
}
.blog-card-continuation {
	font-size: 14px;
	text-decoration: underline;
}
.blog-card-footer {
	font-size: 70%;
	color: #777;
	margin-top: 5px;
}
.clear {
	clear: both;
}

/************************************
** 外部リンク枠
************************************/
.btn_area {
}
.btn_area .small_text {
	font-size: 14px;
}
.btn_area .Radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_area .Button {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_area .Button a {
	padding: 10px 0;
	display: block;
	position: relative;
	background: #FFFFFF;
	z-index: 100;
	text-align: center;
	color: #86bf23;
	font-size: 18px;
	line-height: 1.2em;
	text-decoration: none;
	border: 1px solid #86bf23;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_area .Button a:hover {
	background-color: #86bf23;
	color: #fff;
}

@media only screen and (max-width: 640px) {
.btn_area .Button a {
	padding: 10px 0;
	display: block;
	position: relative;
	background: #86bf23;
	z-index: 100;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.2em;
	text-decoration: none;
	border: 1px solid #86bf23;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_area .small_text {
	font-size: 12px;
}
.blog-card-title{
	font-size: 16px;
}
}