@charset "utf-8";
/**
 *
 * Common CSS
 *
 * Copyright (c) Mountain Field
 * @package       app.webroot.css
 */

/** Html **/
html,
body {
  height: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', 'Yu Gothic UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  color: #333;
}
body {
  background-color: #94c6f0;
}
li {
  list-style: none;
}
a {
  color: #333;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
}
a:hover { color: #ff6600 !important; }

/** Layout **/
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}
#wrap-body {
  padding-bottom: 10%;
}
header h1 {
  margin-top: 1em;
  margin-left: 1em;
}
nav {
  margin-top: 30px;
}
#admin-menu li, #global-menu-upper li, #global-menu-lower li {
  float: left;
  margin-right: 20px;
}
#admin-menu a {
  display: inline-block;
  margin: 15px 10px 5px;
  color: #fff;
}
.menu-right {
  float: right !important;
}
#global-menu-upper li, #global-menu-lower li {
  width: 140px;
  border: solid 1px #3f5fc3;
  text-align: center;
}
#global-menu-upper li a, #global-menu-lower li a {
  font-size: .9em;
}
#content {
  min-height: 200px;
  margin: 30px 0;
}
#footer {
  height: 60px;
  border-top: solid 1px #000099;
}
#contacts {
  padding: 5px 0;
}
#contacts ul {
  position: absolute;
  right: 0;
}
#contacts li {
  float: left;
  margin-right: 20px;
}
#signeture {
  margin-top: 15px;
}
#signeture p {
  text-align: center;
}

/** Containers **/
.container {
  max-width: none !important;
  width: 970px;
  background-color: #ffffff;
}
.menu-news {
  display: inline-block;
  width: 100%;
  padding: 2px 0 5px 0;
  border-top: solid 15px red;
}
#archives {
  display: inline-block;
  margin-top: 20px;
}
.non-border { border: none !important; }
.menu-news:hover {
  background-color: #efefef;
}
.news-area {
  margin-top: 20px;
  padding: 0 50px !important;
}
.news-area h3 {
  margin-bottom: 1em;
  padding: 0 0 5px .5em;
  border-bottom: solid 4px #bbb;
  color: #333;
  font-weight: bolder;
}
.news-area h4 {
  margin-left: 30px;
  color: #666;
}
.news-list-area {
  margin-top: 20px;
}
.news-list-area ul {
  margin-bottom: 20px;
}
.news-list-area li {
  float: left;
}
.news-list-area li p {
  line-height: .8em;
}
.news_mark {
  min-height: 40px;
  width: 15px;
  border-left: solid 20px #000;
}
.news_line {
  width: 640px;
  margin-right: 30px;
  padding-top: 5px;
  padding-left: 15px;
}
.news_release_date {
  font-size: .9em;
}
.news_title {
  font-size: 1em;
}
.news_title a {
  line-height: 1.4em;
}
.news_category {
  font-size: .9em;
}
.news_count, .news_pdf {
  padding-top: 5px;
}
.news_count_cat, .news_pdf_cat {
  padding-top: 20px;
}
.news_count, .news_count_cat {
  width: 50px;
  margin-right: 30px;
  text-align: right;
}
#sort-area {
  text-align: right;
}
#sort-area div {
  display: inline-block !important;
  margin: 0 10px;
}
#sort-area > div {
  font-size: 14px;
}
#archives-search {
  position: relative;
  display: none;
  width: 600px;
  margin-left: 40px;
}
#close-archives {
  display: inline-block;
  position: absolute;
  right: 5px; top: 1px;
}
.paginator {
  width: 100%;
  text-align: center;
}

/* news color */
.news_pdf, .pdf_mark, .news_pdf:visited, .pdf_mark:visited {
  color: red;
}
.menu-news {
  background-color: #fff;
}
.news_today {
  border-color: #ff3030;
}
.news_tetrapak {
  border-color: #00308c;
}
.news_customer {
  border-color: #3ba5f7;
}
.news_product {
  border-color: #ffad00;
}
.news_trend {
  border-color: #ed6618;
}
.news_environment {
  border-color: #00bd40;
}
.news_competitor {
  border-color: #a442d5;
}
.news_other {
  border-color: #5c00dd;
}
.news_english {
  border-color: #940060;
}

/* cms */
.cms-area {
  padding: 0 40px !important;
}
.cms-area a {
  text-decoration: underline !important;
}
.cms-area .btn {
  text-decoration: none !important;
}
.btn-right {
  text-align: right !important;
}
.datetime-area select {
  margin: 0 5px;
}
.delivery-status {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.3em;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.error-message {
  padding-left: 10px;
  font-size: .9em;
  line-height: .8em;
  color: red;
}
#loading {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9;
  background-color: #000;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  background-image: url(/img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/** clearfix **/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
