/* Your style */ @charset "UTF-8"; /* * テーブルの上下左右すべての線を非表示 */ .entry-content#layout table, .entry-content#layout tbody, .entry-content#layout th, .entry-content#layout tr, .entry-content#layout td { border: none; } /* * 太字、色=#cd853f */ .td-style-1{ border: none; font-size:120%; font-weight: bold; color: #cd853f;  text-align: left; padding:5px; } /* * ページのTOPへ戻るリンク */ .page_top { position:fixed; bottom:10px; right:10px; width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color:#fff; font-size:20px; text-decoration:none; background:#2EA2CC; border: 3px solid #ffffff; text-align: center; line-height: 50px; } /* * メニューのnoeventの動き設定(2016.6.15) */ a[title=”noevent”] { pointer-events: none; }