/*
Theme Name: H.Yoshida's blog Style(twentyfourteen Child)
Description:Twenty Fourteen を利用した子テーマです。
Template:twentyfourteen
Theme URI: -
Author: NAB21
Author URI: http://nab-21.com/
Description: The 2014 H.Yoshida's ORIGINAL Theme.
Version: 1.0
License: -
License URI: -
Tags: Yoshida
Text Domain: H.Yoshida's blog
*/
/* 親にリンク */
@import url("../twentyfourteen/style.css");

body {
	font-size: 16px;
	font-size: 1rem;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.linkcat ul.blogroll li {
	margin-bottom: 16px;
}
.full-width.singular 
.site-content 
.hentry.has-post-thumbnail, 
.full-width.home .site-content 
.hentry.has-post-thumbnail {
	margin-top: 0px;
}
.site-content 
.entry-header, 
.site-content 
.entry-content, 
.site-content 
.entry-summary, 
.site-content 
.entry-meta, 
.page-content {
	max-width: 100%;
}
.full-width .archive-header, 
.full-width .comments-area, 
.full-width .image-navigation, 
.full-width .page-header, 
.full-width .page-content, 
.full-width .post-navigation, 
.full-width .site-content 
.entry-header, 
.full-width .site-content 
.entry-content, 
.full-width .site-content .entry-summary, 
.full-width .site-content footer.entry-meta {
	max-width: 100%;

}
@media only screen and (max-width: 600px) {
	.entry-title {
		font-size: 24px;
		font-weight: bold;
	}
}
.entry-header {
	border-top: 3px solid #2bc600;
	border-bottom: 1px solid #2bc600;
}
.entry-meta {
	text-align: right;
}
.entry-title {
	border-left: 5px solid #2bc600;
	padding-left: 5px;
}
footer .entry-meta {
	border-top: 1px solid #2bc600;
}

.whatsnew_img {
	display: block;
	float: left;
	background-color: #ffffff;
	max-width: 50px;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 5px;
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px; /* CSS3 */
}
.entry-content .whatsnew_img {
	background-color: #ffffff;
	max-width: 100px;
	max-height: 100px;
	margin-right: 16px;
	-moz-border-radius: 15%; /* Firefox */
	-webkit-border-radius: 15%; /* Safari,Chrome */
	border-radius: 15%; /* CSS3 */
}
@media screen and (max-width: 1007px) {
	.whatsnew_img {
		margin-left: 16px;
		margin-right: 16px;
	}
	.primary-sidebar .widget .post_new_five ul li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}
}
.primary-sidebar .widget .post_new_five ul li {
	font-size: 14px;
	font-size: 0.875;
	margin-bottom: 20px;
}
.primary-sidebar .widget .date {
	font-size: 12px;
	font-size: 0.75rem;
}
article a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.widget-title {
	padding-left: 3px;
	border-left: 5px solid #2bc600;
}
.widget_mylinkorder ul.blogroll li {
	margin-bottom: 10px;
}
.widget_mylinkorder ul.blogroll li a {
	display:inline-block;
	width: 100%;
}
/*  statics 用追加項目 */
.search-toggle {
	display: none;
}
