/**********************************************************/ /* 一覧ページ用CSS(liststyle.css) */ /**********************************************************/ /* 2017/11/06 13:09やめ 評判よくない //2017/11/05追記start http://hikineet.com/font-family/ 【2017年版】これで間違いなし!font-familyのおすすめ設定 をそのままコピペ @import url(https://fonts.googleapis.com/css?family=Lato:400,700); @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); body { font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; } //2017/11/05追記end */ li{ line-height:140%;/* 20091204 add */ } //2015.01.25 ページ最下部のランキング2つのために追加 .clear { clear:both; } #bottom{ } #bottom-left{ clear:both; float:left; width:600px; } #bottom-right{ float:right; width:600px; } #//2020/05/31 記事最上部をテーブルからCSSに ##list-upper{ # margin: 0 0 0 0; # height:380px; #} ##list-upper-left{ # float:left; # padding:0 0 0 0; # width:50%; #background: orange; #} # ##list-upper-center{ # float:left; # padding:0 0 0 0; #// width:25%; # text-align:center; #background: orange; #} # ##list-upper-right{ # float:left; # padding:0 0 0 0; # width:50%; # text-align:left; #background: orange; #}