@charset "Shift_JIS";
.clear, #LayerBody, ol.trans-nav-list, .nippou-header {
  *zoom: 1;
}
.clear:before, #LayerBody:before, ol.trans-nav-list:before, .nippou-header:before {
  content: "";
  display: table;
}
.clear:after, #LayerBody:after, ol.trans-nav-list:after, .nippou-header:after {
  content: "";
  display: table;
  clear: both;
}

/*
reset
***************************************************** */
html, body, h2, p, img, table  {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  html {
    height: auto;
  }
}

h2 {
  font-weight: normal;
}

img {
  font-size: 0%;
  line-height: 0;
  vertical-align: bottom;
}

body {
  position: relative;
  height: 100%;
  font-family: sans-serif;
  line-height: 172%;
}

.bg-black body {
  color: #fff;
  background: #000;
}

/*
Layer
***************************************************** */
#LayerBody {
  width: 1343px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #LayerBody {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #LayerBody {
    margin: auto;
    min-width: 320px;
    padding-bottom: 0 !important;
  }
}

#LayerFooter {
  position: static;
  margin: 0;
  background: none;
}

/*
trans-nav
***************************************************** */
.trans-nav {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #e8eded;
  border-top: 1px solid #dcdfe3 \9;
  border-bottom: 1px solid #dcdfe3;
}
@media only screen and (max-width: 768px) {
  .trans-nav {
    position: absolute;
    margin: 0 0 32px;
    padding: 9px 0 6px;
  }
}

ol.trans-nav-list {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  list-style-type: none;
  font: inherit;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  ol.trans-nav-list {
    margin: 0 10px;
  }
}
li.trans-nav-list-item {
  float: left;
  margin-left: 15px;
  line-height: 185%;
  background: none;
}
@media screen and (min-width: 769px) {
  li.trans-nav-list-item:first-child {
    padding: 0 0 0 280px;
  }
}

li.trans-nav-list-item + li.trans-nav-list-item {
  margin-top: 0;
}
li.trans-nav-list-item + li.trans-nav-list-item:before {
  content: "＞";
  margin-right: 13px;
  font-size: 10px;
}
li.trans-nav-list-item a {
  color: #333333;
}

.bg-black .trans-nav {
  background: #000;
}
.bg-black li.trans-nav-list-item a {
  color: #ff0;
}

/*
heading
***************************************************** */
/* h2 */
h2 {
  position: relative;
  margin: 0 -8px;
  color: #187376;
  font-size: 157.14286%;
  line-height: 119%;
  font-weight: bold;
  border-bottom: 2px solid #19b2a8;
}

* + h2 {
  margin-top: 24px;
}

.bg-black h2 {
  color: #fff;
  border-bottom-color: #fff;
}

/*
p
***************************************************** */
* + p {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  * + p {
    margin-top: 10px;
  }
}

/*
table
***************************************************** */
table {
  border-collapse: separate;
  border-spacing: 0;
}
@media only screen and (max-width: 768px) {
  table {
    width: 100%;
  }
}

h2 + table,
h2 + .responsive-table {
  margin-top: 20px;
}

/*
contents
***************************************************** */
.contents {
  float: right;
  width: 1189px;
  padding: 0 3px;
}

/*
nippou-header
***************************************************** */
.nippou-header {
  width: 1080px;
  margin: 0 auto;
  padding: 6px 0 8px;
  font-size: 14px;
}

/*
sideArea
***************************************************** */
.sideArea {
  float: left;
  width: 146px;
  text-align: center;
  margin: 0px 1px 0;
}

/*
sideArea-nav
***************************************************** */
.sideArea-nav-title {
  display: table;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 22px 0px 17px;
  font-size: 128%;
  line-height: 112%;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  background: #07818f;
  border: none;
  border-bottom: 4px solid #337092;
}

ul.sideArea-nav-list {
  margin: 0;
  padding: 0;
  border: 1px solid #dee2e3;
  border-top: 0 none;
  list-style: none;
  font: inherit;
  vertical-align: baseline;
}

li.sideArea-nav-list-item {
  position: relative;
  width: auto;
  margin-top: 1px;
  padding-left: 0;
}
li.sideArea-nav-list-item + li.sideArea-nav-list-item {
  border-top: 1px solid #dee2e3;
}
li.sideArea-nav-list-item a {
  position: relative;
  display: block;
  width: auto;
  padding: 14px 4px 12px;
  color: #074d75;
  font-size: 100%;
  line-height: 143%;
  background: #fcffff;
}
li.sideArea-nav-list-item a.active, li.sideArea-nav-list-item a:hover {
  text-decoration: none;
  background: #d3ebed;
}
li.sideArea-nav-list-item:before {
  display: none;
}

.bg-black .sideArea-nav-title a {
  color: #ff0;
  background: #000;
  border: 1px solid #fff;
  border-bottom: 4px solid #337092;
}
.bg-black ul.sideArea-nav-list {
  background: #000;
  border-color: #fff;
}
.bg-black li.sideArea-nav-list-item a {
  color: #ff0;
  background: #000;
}
.bg-black li.sideArea-nav-list-item a.active, .bg-black li.sideArea-nav-list-item a:hover {
  color: #000;
  background: #e6e9eb;
}

/*
LayerFooter
***************************************************** */
#LayerFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 68px;
  background: #dae0e0;
}
@media only screen and (max-width: 768px) {
  #LayerFooter {
    margin-top: 33px;
    position: static;
  }
}

.bg-black #LayerFooter {
  background: #000;
}

/*
Layer
***************************************************** */
#LayerFooter {
  position: static;
  margin: 0;
  background: none;
}

/*
nippou-header-logo
***************************************************** */
.nippou-header-logo {
  float: left;
  width: 366px;
  height: 39px;
  padding: 10px 0 11px;
}

@media screen and (max-width: 768px) {
  .nippou-header-logo {
    width: calc(100% - 55px);
    padding: 4px 0 5px;
  }
}

/*
menu-drawer
***************************************************** */
.menu-drawer {
  display: none;
  background: #002063;
}

@media screen and (min-width: 769px) {
  .menu-drawer {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .menu-drawer {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 31;
  }
}

/*
menu-nav
***************************************************** */
@media screen and (max-width: 768px) {
  .menu-nav {
    padding: 0 20px;
  }
}

ul.menu-nav-list {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  font: inherit;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  ul.menu-nav-list {
    display: block;
  }
}

html.bg-black ul.menu-nav-list {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html.bg-black ul.menu-nav-list {
    border-left: none;
  }
}

li.menu-nav-list-item {
  display: table-cell;
  width: 180px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

html.bg-black li.menu-nav-list-item {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  li.menu-nav-list-item {
    display: block;
  }
  html.bg-black li.menu-nav-list-item {
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  li.menu-nav-list-item + li.menu-nav-list-item {
    margin-top: 2px;
  }
}

li.menu-nav-list-item:before {
  content: none;
}

.menu-nav-list-item-link {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 50px;
  font-size: 100%;
  line-height: 172%;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .menu-nav-list-item-link {
    min-height: 45px;
    background: #fff;
    color: #222;
    wid
  }
  html.bg-black .menu-nav-list-item-link {
    background: none;
    color: #ff0;
  }
}

.menu-nav-list-item-link:hover, .menu-nav-list-item-link.-active {
  background: #fff;
  color: #002063;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .menu-nav-list-item-link:hover, .menu-nav-list-item-link.-active {
    background: #d2d8f7;
  }
}

html.bg-black .menu-nav-list-item-link:hover, html.bg-black .menu-nav-list-item-link.-active {
  background: #fff;
  color: #000;
}

.menu-nav-list-item-link > span {
  display: table-cell;
  padding: 2px 5px 0;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menu-nav-list-item-link > span {
    padding: 12px 15px 9px;
    text-align: left;
  }
}

/*
rtn-top
***************************************************** */
.rtn-top {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  text-align: right;
}

.rtn-top-body {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .rtn-top-body {
    right: 10px;
  }
}

.rtn-top-body-btn {
  display: block;
  min-width: 160px;
  padding: 8px 4px 7px;
  background: #002063;
  border: 1px solid #002063;
  border-bottom: none;
  font-size: 92.85714%;
  line-height: 185%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rtn-top-body-btn {
    padding: 6px 5px 5px;
  }
}

.rtn-top-body-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

html.bg-black .rtn-top-body-btn {
  background: none;
  border-color: #fff;
  color: #ff0;
}

html.bg-black .rtn-top-body-btn:hover {
  color: #ff0;
}

/* *****************************************************
Print
***************************************************** */
@media print {
  body {
    overflow: hidden;
  }
  .c-drawer {
    display: block !important;
  }
  .trans-nav {
    display: none;
  }
  .sideArea {
    display: none;
  }
  #LayerBody {
    margin: 0 0 0 -146px;
  }
  .rtn-top {
    display: none;
  }
}

/*

***************************************************** */
.date-trans-prelink {
  width: 100px;
  text-align: center;
  font-size: x-large;
}
.date-trans-nextlink {
  width: 100px;
  text-align: center;
  font-size: x-large;
}
.csv-data-download {
  text-align: center;
  padding: 16px 0px 9px 0px;
}
th.header-title {
  color: #ffffff;
  background: #000099;
  text-align: left;
  font-size: x-large;
  font-weight: bold;
  padding: 3px 10px 3px 15px;
  vertical-align: middle;
}
th.header-title-date {
  width: 260px;
  color: #ffffff;
  background: #000099;
  text-align: right;
  font-size: large;
  font-weight: bold;
  padding: 5px 10px 1px 15px;
  vertical-align: middle;
}
.information-link {
  margin: 0 auto;
  text-align: center;
}
th.shikyo-title {
  color: #ffffff;
  background: #000099;
  text-align: center;
  vertical-align: middle;
}

/* トップページ */
.top-page-title {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.top-page-sub-title {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

/* 年月選択ページ */
.nengetu-page {
  width: 684px;
  margin: 0 auto;
}
.nengetu-page-title {
  text-align: center;
}
.nengetu-page-year {
  text-align: left;
  font-weight: bold;
  padding: 12px 0px 0px 0px;
}
.nengetu-page-month {
  width: 57px;
  text-align: center;
}

/* 日付選択ページ */
.hi-page {
  width: 684px;
  margin: 0 auto;
}
.hi-page-title {
  text-align: center;
}
.hi-page-day {
  text-align: left;
  padding: 0 12px;
}

/* 卸売予定数量（水産） */
.yotei-page-sui {
  width: 760px;
  margin: 0 auto;
}
.yotei-page-sui-caption {
  font-size: large;
  font-weight: bold;
}
th.yotei-page-sui-hinmei {
  text-align: center;
}
td.yotei-page-sui-hinmei {
  width: 150px;
  text-align: center;
}
th.yotei-page-sui-tnum {
  text-align: center;
}
td.yotei-page-sui-tnum {
  width: 94px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.yotei-page-sui-hanbai {
  width: 110px;
  text-align: center;
}
th.yotei-page-sui-num {
  text-align: center;
}
td.yotei-page-sui-num {
  width: 92px;
  text-align: right;
  padding: 0 6px 0 0;
}

/* 販売結果（水産） */
.kekka-page-shijou-sui {
  width: 680px;
  margin: 0 auto;
}
.kekka-page-sui-zen {
  width: 770px;
}
.kekka-page-sui-caption {
  font-size: large;
  font-weight: bold;
}
th.kekka-page-sui-hinmei-zen {
  text-align: center;
}
td.kekka-page-sui-hinmei-zen {
  width: 162px;
  text-align: center;
}
th.kekka-page-sui-tnum-zen {
  text-align: center;
}
td.kekka-page-sui-tnum-zen {
  width: 94px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-sui-hanbai-zen {
  text-align: center;
}
td.kekka-page-sui-hanbai-zen {
  width: 110px;
  text-align: center;
}
th.kekka-page-sui-num-zen {
  text-align: center;
}
td.kekka-page-sui-num-zen {
  width: 92px;
  text-align: right;
  padding: 0 6px 0 0;
}
.kekka-page-sui1 {
  width: 860px;
}
.kekka-page-sui1-souba {
  line-height: normal;
}
th.kekka-page-sui-hinmei1 {
  text-align: center;
}
td.kekka-page-sui-hinmei1 {
  width: 142px;
  text-align: center;
}
th.kekka-page-sui-tnum1 {
  text-align: center;
}
td.kekka-page-sui-tnum1 {
  width: 88px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-sui-hanbai1 {
  text-align: center;
}
td.kekka-page-sui-hanbai1 {
  width: 98px;
  text-align: center;
}
th.kekka-page-sui-num1 {
  text-align: center;
}
td.kekka-page-sui-num1 {
  width: 88px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-sui-santi {
  text-align: center;
}
td.kekka-page-sui-santi {
  width: 94px;
  text-align: center;
}
th.kekka-page-sui-meigara {
  text-align: center;
}
td.kekka-page-sui-meigara {
  width: 94px;
  text-align: center;
}
th.kekka-page-sui-num-takane {
  text-align: center;
}
td.kekka-page-sui-num-takane {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-sui-num-takane span {
  font-weight: bold;
  color: #ff0000;
}
th.kekka-page-sui-num-nakane {
  text-align: center;
}
td.kekka-page-sui-num-nakane {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-sui-num-nakane span {
  font-weight: bold;
  color: #336600;
}
th.kekka-page-sui-num-yasune {
  text-align: center;
}
td.kekka-page-sui-num-yasune {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-sui-num-yasune span {
  font-weight: bold;
}

/* 卸売予定数量（青果） */
.yotei-page-sei0 {
  width: 878px;
}
.yotei-page-sei-caption {
  font-size: large;
  font-weight: bold;
}
th.yotei-page-sei-hinmei0 {
  text-align: center;
}
td.yotei-page-sei-hinmei0 {
  width: 127px;
  text-align: center;
}
th.yotei-page-sei-tnum0 {
  text-align: center;
}
td.yotei-page-sei-tnum0 {
  width: 76px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.yotei-page-sei-num0 {
  text-align: center;
}
td.yotei-page-sei-num0 {
  width: 67px;
  text-align: right;
  padding: 0 6px 0 0;
}
.yotei-page-sei1 {
  width: 1010px;
}
th.yotei-page-sei-hinmei1 {
  text-align: center;
}
td.yotei-page-sei-hinmei1 {
  width: 97px;
  text-align: center;
}
td.yotei-page-sei-hanbai1 {
  width: 87px;
  text-align: center;
}
th.yotei-page-sei-tnum1 {
  text-align: center;
}
td.yotei-page-sei-tnum1 {
  width: 76px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.yotei-page-sei-num1 {
  text-align: center;
}
td.yotei-page-sei-num1 {
  width: 67px;
  text-align: right;
  padding: 0 6px 0 0;
}

/* 販売結果（青果） */
.kekka-page-shijou-sei {
  width: 680px;
  margin: 0 auto;
}
.kekka-page-sei-zen {
  width: 1173px;
}
.kekka-page-sei-caption {
  font-size: large;
  font-weight: bold;
}
th.kekka-page-sei-hinmei-zen {
  text-align: center;
}
td.kekka-page-sei-hinmei-zen {
  width: 110px;
  text-align: center;
}
th.kekka-page-sei-tnum-zen {
  text-align: center;
}
td.kekka-page-sei-tnum-zen {
  width: 84px;
  text-align: right;
  padding:0 3px 0 0;
}
th.kekka-page-sei-hanbai-zen {
  text-align: center;
}
td.kekka-page-sei-hanbai-zen {
  width: 92px;
  text-align: center;
}
th.kekka-page-sei-num-zen {
  text-align: center;
}
td.kekka-page-sei-num-zen {
  width: 84px;
  text-align: right;
  padding:0 3px 0 0;
}
.kekka-page-sei1 {
  width: 919px;
}
th.kekka-page-sei-hinmei1 {
  text-align: center;
}
td.kekka-page-sei-hinmei1 {
  width: 126px;
  text-align: center;
}
th.kekka-page-sei-tnum1 {
  text-align: center;
}
td.kekka-page-sei-tnum1 {
  width: 86px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-sei-hanbai1 {
  text-align: center;
}
td.kekka-page-sei-hanbai1 {
  width: 88px;
  text-align: center;
}
th.kekka-page-sei-num1 {
  text-align: center;
}
td.kekka-page-sei-num1 {
  width: 86px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-sei-hinshu {
  text-align: center;
}
td.kekka-page-sei-hinshu {
  width: 120px;
  text-align: center;
}
th.kekka-page-sei-santi {
  text-align: center;
}
td.kekka-page-sei-santi {
  width: 90px;
  text-align: center;
}
th.kekka-page-sei-num-tanka {
  text-align: center;
}
td.kekka-page-sei-num-tanka {
  width: 60px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-sei-num-takane {
  text-align: center;
}
td.kekka-page-sei-num-takane {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-sei-num-takane span {
  font-weight: bold;
  color: #ff0000;
}
th.kekka-page-sei-num-nakane {
  text-align: center;
}
td.kekka-page-sei-num-nakane {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-sei-num-nakane span {
  font-weight: bold;
  color: #336600;
}
th.kekka-page-sei-num-yasune {
  text-align: center;
}
td.kekka-page-sei-num-yasune {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-sei-num-yasune span {
  font-weight: bold;
}

/* 卸売予定数量（花き） */
.yotei-page-kak0 {
  width: 748px;
}
.yotei-page-kak-caption {
  font-size: large;
  font-weight: bold;
}
th.yotei-page-kak-hinmei0 {
  text-align: center;
}
td.yotei-page-kak-hinmei0 {
  width: 150px;
  text-align: center;
}
th.yotei-page-kak-tnum0 {
  text-align: center;
}
td.yotei-page-kak-tnum0 {
  width: 94px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.yotei-page-kak-num0 {
  text-align: center;
}
td.yotei-page-kak-num0 {
  width: 92px;
  text-align: right;
  padding: 0 6px 0 0;
}
.yotei-page-kak1 {
  width: 836px;
}
th.yotei-page-kak-hinmei1 {
  text-align: center;
}
td.yotei-page-kak-hinmei1 {
  width: 130px;
  text-align: center;
}
th.yotei-page-kak-tnum1 {
  text-align: center;
}
td.yotei-page-kak-tnum1 {
  width: 84px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.yotei-page-kak-hanbai1 {
  width: 96px;
  text-align: center;
}
th.yotei-page-kak-num1 {
  text-align: center;
}
td.yotei-page-kak-num1 {
  width: 79px;
  text-align: right;
  padding: 0 6px 0 0;
}

/* 販売結果（花き） */
.kekka-page-shijou-kak {
  width: 680px;
  margin: 0 auto;
}
.kekka-page-kak-zen {
  width: 900px;
}
.kekka-page-kak-caption {
  font-size: large;
  font-weight: bold;
}
th.kekka-page-kak-hinmei-zen {
  text-align: center;
}
td.kekka-page-kak-hinmei-zen {
  width: 180px;
  text-align: center;
}
th.kekka-page-kak-tnum-zen {
  text-align: center;
}
td.kekka-page-kak-tnum-zen {
  width: 88px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-kak-hanbai-zen {
  text-align: center;
}
td.kekka-page-kak-hanbai-zen {
  width: 88px;
  text-align: center;
}
th.kekka-page-kak-num-zen {
  text-align: center;
}
td.kekka-page-kak-num-zen {
  width: 82px;
  text-align: right;
  padding: 0 6px 0 0;
}
.kekka-page-kak1 {
  width: 854px;
}
th.kekka-page-kak-hinmei1 {
  text-align: center;
}
td.kekka-page-kak-hinmei1 {
  width: 174px;
  text-align: center;
}
th.kekka-page-kak-tnum1 {
  text-align: center;
}
td.kekka-page-kak-tnum1 {
  width: 88px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-kak-hanbai1 {
  text-align: center;
}
td.kekka-page-kak-hanbai1 {
  width: 88px;
  text-align: center;
}
th.kekka-page-kak-num1 {
  text-align: center;
}
td.kekka-page-kak-num1 {
  width: 82px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-kak-hinshu {
  text-align: center;
}
td.kekka-page-kak-hinshu {
  width: 76px;
  text-align: center;
}
th.kekka-page-kak-santi {
  text-align: center;
}
td.kekka-page-kak-santi {
  width: 90px;
  text-align: center;
}
th.kekka-page-kak-num-takane {
  text-align: center;
}
td.kekka-page-kak-num-takane {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-kak-num-takane span {
  font-weight: bold;
  color: #ff0000;
}
th.kekka-page-kak-num-nakane {
  text-align: center;
}
td.kekka-page-kak-num-nakane {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-kak-num-nakane span {
  font-weight: bold;
  color: #336600;
}
th.kekka-page-kak-num-yasune {
  text-align: center;
}
td.kekka-page-kak-num-yasune {
  width: 72px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-kak-num-yasune span {
  font-weight: bold;
}

/* 卸売予定数量（食肉） */
.yotei-page-nik {
  width: 594px;
  margin: 0 auto;
}
.yotei-page-nik-caption {
  font-size: large;
  font-weight: bold;
}
th.yotei-page-nik-kubun {
  text-align: right
}
td.yotei-page-nik-kubun {
  width: 140px;
  text-align: center;
  font-weight: bold;
}
td.yotei-page-nik-kubun-shurui {
  text-align: center;
  font-weight: bold;
}
th.yotei-page-nik-shurui {
  text-align: left;
}
td.yotei-page-nik-shurui {
  width: 40px;
  text-align: center;
  font-weight: bold;
}
th.yotei-page-nik-joujou {
  text-align: center;
}
th.yotei-page-nik-num {
  text-align: center;
}
td.yotei-page-nik-num {
  width: 130px;
  text-align: right;
  padding: 0 6px 0 0;
}

/* 販売結果（食肉） */
.kekka-page-nik {
  width: 1057px;
  margin: 0 auto;
}
.kekka-page-nik-caption {
  font-size: large;
  font-weight: bold;
}
.kekka-page-nik-totiku {
  width: 400px;
  margin: 0 auto;
}
th.kekka-page-nik-totikusu {
  text-align: center;
}
th.kekka-page-nik-totikusu-shurui {
  text-align: center;
}
td.kekka-page-nik-totikusu-shurui {
  width: 74px;
  text-align: center;
}
th.kekka-page-nik-totikusu-num {
  text-align: center;
}
td.kekka-page-nik-totikusu-num {
  width: 80px;
  text-align: center;
}
th.kekka-page-nik-shurui1 {
  text-align: center;
}
td.kekka-page-nik-shurui1 {
  width: 52px;
  text-align: center;
}
th.kekka-page-nik-shurui2 {
  text-align: center;
}
td.kekka-page-nik-shurui2 {
  width: 42px;
  text-align: center;
}
th.kekka-page-nik-num {
  text-align: center;
}
td.kekka-page-nik-num {
  width: 55px;
  text-align: right;
  padding: 0 4px 0 0;
}
.kekka-page-nik-buta {
  width: 430px;
  margin: 0 auto;
}
th.kekka-page-nik-buta-kikaku {
  text-align: center;
}
td.kekka-page-nik-buta-kikaku {
  width: 80px;
  text-align: center;
}
th.kekka-page-nik-buta-num {
  text-align: center;
}
td.kekka-page-nik-buta-num {
  width: 80px;
  text-align: right;
  padding: 0 6px 0 0;
}
.kekka-page-nik-omo {
  width: 450px;
  margin: 0 auto;
}
th.kekka-page-nik-omo-santi {
  width: 100px;
  text-align: center;
}
td.kekka-page-nik-omo-santi {
  width: 100px;
  text-align: center;
}
th.kekka-page-nik-omo-num {
  width: 80px;
  text-align: center;
}
td.kekka-page-nik-omo-num {
  width: 80px;
  text-align: right;
  padding: 0 6px 0 0;
}
th.kekka-page-nik-omo-num-takane {
  width: 80px;
  text-align: center;
}
td.kekka-page-nik-omo-num-takane {
  width: 80px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-nik-omo-num-takane span {
  font-weight: bold;
  color: #ff0000;
}
th.kekka-page-nik-omo-num-nakane {
  width: 80px;
  text-align: center;
}
td.kekka-page-nik-omo-num-nakane {
  width: 80px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-nik-omo-num-nakane span {
  font-weight: bold;
  color: #336600;
}
th.kekka-page-nik-omo-num-yasune {
  width: 80px;
  text-align: center;
}
td.kekka-page-nik-omo-num-yasune {
  width: 80px;
  text-align: right;
  padding: 0 6px 0 0;
}
td.kekka-page-nik-omo-num-yasune {
  font-weight: bold;
}

