@charset "utf-8";

body,a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #323232;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-ideograph;
}
body {-webkit-text-size-adjust:100%;}
@media only screen and (max-width:750px){
	body,a {font-size:18px; line-height:1.5; letter-spacing:0.08em;}
}

div.blog {
	width:100%;
	}
div.blog .blogSection {
	position:relative;
	margin-top:16px;
	padding:0 0 18px 111px;
	}
div.blog .blogSection:first-child {}
div.blog a {text-decoration:none;}
div.blog a:hover {text-decoration:none;}
div.blog span {
	display:block;
	position:absolute; top:0; left:0;
	padding:0 9px 0 10px;
	font-size:0.9167em; line-height:1.91048em; letter-spacing:0.08em;
	}
div.blog h3 {
    color: #323232;
    font-size: 1.33em;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.08em;
}
div.blog p {
	margin-top:3px;
	font-size:1.167em; line-height:1.7; letter-spacing:0.08em;}
@media only screen and (max-width:750px){
	div.blog {
		border-top:none;
		}
	div.blog .blogSection {
		margin:0;
		padding:0 0 22px;
		border:none;}
	div.blog span {
		position:static;
		padding:8px 0 4px 10px;
		font-size:0.667em; line-height:1em;}
	div.blog h3 {
		margin-top:16px;
		font-size:1em; line-height:1.5;}
	div.blog p {
		margin-top:7px;
		font-size:1em; line-height:1.4985; letter-spacing:0.08em;}
}