@charset "utf-8";

* {
   margin: 0;
  padding: 0;
     }

html {
   height: 100%;
   overflow-y: scroll;
     }

body {
      height: 100%;
      background: #c8d2e3;
      font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
     line-height: 1.6em;      
     }

#wrapper {
       width: 820px;
       min-height: 100%;
       margin: 0 auto;
       background: #fff;
       box-shadow: 0 0 5px rgba(0,0,0,0.3);
       }

table {
       margin: 0 auto;
       padding-top: 20px;
       background: #fff;
       }

td {
       width: 650px;
       }

td.image { height: 360px; background: #fff; text-align: center; vertical-align: bottom; }

img { margin-bottom: 0px; }

td.caption {
      height: 3em;
      text-align: center;
      vertical-align: middle;
      background: #fff;
      font-size: 1.1em;
      font-weight: bold;
      line-height: 2em;
      color: #000080;
         }

td.paper { height: 3em; text-align: center; vertical-align: top;  background: #fff; }

td.paper a {
      font-size: 0.96em;
      font-weight: normal;
      line-height: 1.6em;
      color: #0000ff;
         }

td.paper a:hover { color: #f00; }

td.paper p { display: inline-block; text-align: left; background: #fff; }

span.num { color: #b94047; }

td.close {height: 70px; text-align: center; vertical-align: middle; background: #fff; border-top: #6595d7 solid 1px; }

td.close p { display: inline-block; text-align: center; background: #fff; }

td.close a {font-size: 0.96em; color: #00f; line-height: 1.6em; text-decoration: underline;}

td.close a:hover {color: #f00;}