@charset "utf-8";
/*
Theme Name: Yoshihiko.com-3.0
Theme URI: http://yoshihiko.com/
Description: yoshihiko.com
Version: 3.0
Author: Yoshihiko Sato
Author URI: http://yoshihiko.com/
Tags: simple
*/

/* Common */
html{
	font-size: 32px;
}

body{
	margin:0;
 	padding:0;
	font-size:0.5rem;
	line-height:1rem;
	font-family: "Noto Sans Japanese";
	font-weight:200;
}
article h2{
	font-size:1rem;
	font-weight:200;
	line-height:1rem;
	margin: 2rem 0 1rem 0;
}
h3{
	font-size:0.5rem;
	line-height:1rem;
	font-weight:300;
	margin:0;
}
p{
	font-size:0.5rem;
	line-height:1rem;
	margin: 0 0 1rem 0;
}
a{
	text-decoration:none;
	color: #06c;
}
a:hover {
	color: #00f;
}
img{
	border: none;
}
/* End Common */



/* layout */
header, article, footer>section{
	max-width: 640px;
	margin:auto;
	padding: 1rem;
}

/* header */
header h1 {
	margin:2rem 0 1rem 0;
	font-size:1rem;
	font-weight:100;
}
header h1 a {
	color:#000;
}


/* article */
a:link, article h1 a:visited {
	color: #06C;
}
article h1 {
	font-size: 1.75rem;
	font-weight:100;
	line-height:2rem;
	-webkit-font-feature-settings: 'pkna' 1; // for Android 4.4
	font-feature-settings: 'pkna' 1;
}
.date{
	font-size: 0.5rem;
	color: #999;
	padding-left:1rem;
}
article img {
	max-width:100%;
}

.nav_goback{
}

/* footer */
footer {
	background-color:#eee;
	padding:1rem 0;
margin-top:1rem
}
footer h2 {
	font-size:0.6rem;
	line-height:1rem;
	margin:1rem 0 0 0;
}
address {
	text-align:center;
	padding-top:1rem;
}

/* comBtns */
#comBtns {
	margin: 0 1rem;
}
#trackback {
	display: none;
}
iframe.twitter-share-button {
	width: 95px !important;
}
#fb-root, .fb-like, .g-plusone {
	display: inline;
}
#fb-root, .fb-like {
	margin-top: 0;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}