@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.box{
	width:100%;
	margin-bottom:15px;
}

.date{
	vertical-align:top;
	margin-right:10px;
}

.post{
	width:65%;
	display:inline-block;
}


.box img{ 
	width: 200px;
}


@media only screen and (max-width: 768px) {  
body{
	font-size:16px;
}
}


