/**********************************************************/ /* 一覧ページスマホ用CSS(liststylesh.css) */ /**********************************************************/ body { word-wrap:break-word; /* table 要素から body 要素に変更 2018/08/20 update */ /* word-breakとword-wrapはややこしい https://w3g.jp/blog/confusing_word-break_word-wrap body{ word-break: break-all; word-wrap: break-word; overflow-wrap: break-word;}のように両方のプロパティを記述した場合は、word-break: break-all;だけを指定した場合と同じ動作 */ } /* 横テーブルになって使えない リスト(ul/li)の修正 https://www.smp-design.com/step8.html リストの黒丸を消す方法 http://marycore.jp/prog/css/ul-li-hide-show-disc/ */ ul { list-style: none; padding-left: 0; } /*//2015.01.25 ページ最下部のランキング2つのために追加*/ .clear { clear:both; } /* ##bottom{ #} ##bottom-left{ # clear:both; # float:left; # width:600px; #} # ##bottom-right{ # float:right; # width:600px; #} */