.kensetsu{margin:6px auto 2px;max-width:260px;padding:5px 8px 4px;
  border:1px dashed rgba(255,209,102,.55);border-radius:2px;text-align:center}
.kensetsu canvas{display:block;margin:0 auto;width:240px;height:164px;
  image-rendering:pixelated;border-radius:1px}
.kensetsu-head{margin:4px 0 1px;font-size:11px;line-height:1.4;color:#ffd166;min-height:15px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kensetsu-note{margin:0;font-size:10px;line-height:1.4;color:rgba(234,250,242,.72);min-height:14px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* せの ひくい まど（ノートPCの 720など）では ちずを たたむ。
   ここで ちずを 出すと はじめるボタンが 画面の 下に 落ちて しまう＝いちばん だいじな ボタンを 隠す ことに なる。
   ことばの 1行は のこす ので「よるごとに 建った」ことは どの 画面でも つたわる。 */
@media (max-height:819px){
  .kensetsu canvas{display:none}
  .kensetsu{border:0;padding:0;margin:4px auto 0}
  .kensetsu-head{margin:0}
  .kensetsu-note{display:none}
}
