@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 751px) {
body {
    /*min-width: 1200px;*/
    text-size-adjust: none;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 11.5pt;
    line-height: 1.6;
}

div.article {
    padding: 10px 0;
    text-align: left;
	border-bottom: 1px dotted #ccc;
}
div.article .date{
	display: block;
    margin-bottom: 5px;
    color: #59ad9a;
}
div.article .title{
	margin-bottom: 5px;
}
div.article p{
}


}

@media screen and (max-width: 750px) {
body {
    text-size-adjust: none;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: rgb(0, 0, 0) !important;
    font-size: 10pt !important;
    line-height: 140% !important;
}

div.article {
	padding: 10px 10px;
    text-align: left;
	border-bottom: 1px dotted #ccc;
}
div.article .date{
    display: block;
    margin-bottom: 5px;
    color: #59ad9a;
}
div.article .title{
	margin-bottom: 5px;
}


}