@charset "utf-8";
/* CSS Document */


div#article p{font-size: 104%;
	line-height:185%; }


img.article_pic {
	width:440px;		/*記事画像、幅の指定、高さは自動*/
	height: auto;
}

/*  SP対応　メディクエリ break point 800*/
@media screen and (max-width:800px) {
	img.article_pic {
	width:65vw;		/*記事画像、幅60vw、高さは自動*/
	height: auto;
}
}