@charset "UTF-8";

/*子テーマ用「rwd.css」*/

/*解像度737px以上950px以下*/

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

	.site-title{
		padding: 15px 15px 0;
		font-size: 1.3em;
	}

.article-body p{

font-size: 14px;
line-height: 28px;
}

}