@font-face {
  font-family: 'Mochiy Pop One';
  src: url('/fonts/MochiyPopOne-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* 出力画像は拡大せず、狭い画面でもプレビューをカラム内に収める。 */
#logo2 {
  max-width: 100%;
  height: auto;
}

/* 600pxの出力画像が親カラムの幅で縮小されないようにする。 */
div#main.yumeginga-mode #logo2 {
  max-width: 600px;
}

@media only screen and (min-width: 1180px) {
  div#main.yumeginga-mode {
    width: 1140px;
  }

  div#main.yumeginga-mode #right {
    width: 600px;
  }
}

@font-face {
  font-family: 'Averia Serif Libre';
  src: url('/fonts/AveriaSerifLibre-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

/* 7項目のラベルと入力欄が左カラム内に収まるようにする。 */
#thirdMenu {
  width: 100%;
  max-width: 500px;
  table-layout: fixed;
}

#thirdMenu .tableleft {
  width: 130px;
  font-size: 16px;
  padding-right: 6px;
}

#thirdMenu input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
}
