@charset "UTF-8";
html {
}

body {
  max-width: 1000px;
  background-color: #ffffff;
  z-index: 1;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #0066cc;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

/*
 * header
 */
header {
  min-height: 50px; /* navbar の高さを確保しておく */
}

/*
 * footer
 */
footer {
  width: 98%;
  margin: 20px auto 10px auto;
}
footer hr {
  border-top: 1px solid #f3f3f3;
}
.footer-contents {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.footer-contents img {
  padding: 2px;
}
.footer-contents a,
.footer-contents a:hover {
  color: #000;
  text-decoration: none;
}

/*
 * container
 */
#containerSingle {
  width: 100%;
  margin: 10px 10px 0 10px;
}

#container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 10px auto 0 auto;
}

#leftcontainer {
  width: 140px;
  margin: 10px 6px 0 6px;
}
#leftcontainer h1 {
  margin-bottom: 10px;
  padding: .20em 0 .15em .35em;
  border-left: 8px solid #f8f5ee;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
}
#leftcontainer h1 span {
  font-size: 8px;
  color: #d6d6d6;
}
#leftcontainer h2 {
  padding-left: 0px; 
  font-size: 12px;
}
#leftcontainer ul.aside-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: square url('../img/dottriangle_arrow.gif') outside;
  padding: 0 0 0 15px;
}
#leftcontainer ul.aside-menu li {
  width: 100%;
  padding-bottom: 8px;
}

#centercontainer {
  width: 1px;
  background-color: #f3f3f3;
}

#rightcontainer {
  width: 100%;
  margin: 0 15px 0 15px;
}

div.ptags {
  display: none;
  margin-top: 15px;
}
div.ptags ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: auto;
  padding-left: 0;
}
div.ptags ul li {
  margin: 0 8px 18px 0;
  /*font-size: 90%;*/
  white-space: nowrap;
  line-height: 1.2em;
}
div.ptags ul li a {
  color: #000;
  text-decoration: none;
  background-color: #f3f3f3;
  padding: 4px 8px 4px 8px;
}
div.ptags ul li a span {
  margin: 2px 0;
  padding: 0 0 0 5px;
  white-space: nowrap;
  border-left: solid 5px #004da1;
  text-decoration: underline;
}
div.ptags ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #f3d673;
}
div.ptags ul li.selected a span {
  border-left: solid 5px #f3d673;
}

.caption01 {
  line-height: 2em;
  vertical-align: middle;
  padding: 0 6px;
  margin: 10px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
}
.caption01 img {
  margin: auto 6px auto 6px;
}
.captionBody01 {
}

.title-image-block {
  margin: 0 auto;
  padding: 0;
  max-width: 636px;
}

@media only screen and (max-width: 798px) { /* navbar に合わせる */
  #containerSingle {
    width: 97%;
  }
  #container {
  }
  #leftcontainer {
    display: none;
  }
  #centercontainer {
    display: none;
  }
  #rightcontainer {
  }
  div.ptags {
    display: block;
    width: 100%;
  }
}

/* /index.html */
.headline {
  background-color: #f3f3f3;
  line-height: 1.6em;
}
.headline a:link {
  color: black;
  font-weight: normal;
  text-decoration: underline;
}
.headline a:visited {
  color: black;
  font-weight: normal;
}
.headline img {
  margin: 4px;
}
.headline > div:first-child {
  display: flex;
  justify-content: space-between;
  vertical-align: bottom;
  padding: 4px;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
.headline table {
  border-collapse: separate;
  border-spacing: 6px 6px;
}
.headline table tr > td:first-child {
  white-space: nowrap;
  vertical-align: top;
}
.headline span {
  color: #ff6666;
  font-weight: bold;
}

/*
 * news
 */
#newsImageBlock {
  position: relative;
  background-image: url("../img/header_news.jpg");
  background-size: cover;
  padding-top: 15.72%; /* 100px/636px*100 */
}
#newsImageBlock span {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0 #444, -1px -1px 0 #444, -1px 1px 0 #444, 1px -1px 0 #444,
    0px 1px 0 #444, 0 -1px 0 #444, -1px 0 0 #444, 1px 0 0 #444;
}

.newsline tr td {
  vertical-align: top;
}
.newsline tr td:first-child {
  min-width: 90px;
}
.newsline tr td img {
  margin: 8px;
}

/*
 * products
 */
#productsImageBlock {
  position: relative;
  background-image: url("../img/header_products.jpg");
  background-size: cover;
  padding-top: 15.72%; /* 100px/636px*100 */
}
#productsImageBlock span {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0 #444, -1px -1px 0 #444, -1px 1px 0 #444, 1px -1px 0 #444,
    0px 1px 0 #444, 0 -1px 0 #444, -1px 0 0 #444, 1px 0 0 #444;
}

ul.product-title {
  display: flex;
  flex-wrap: wrap;
  list-style: square url('../img/dottriangle_arrow.gif') outside;
  padding-left: 20px;
}
ul.product-title li {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 640px) {
  ul.product-title li {
    width: 100%;
  }
}
table.product-title-with-banner tr td:first-child {
  padding-right: 10px;
  padding-bottom: 5px;
}

/* products/*.html */
.product-platform {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 25px;
  background: linear-gradient(to right, #fea037, #fff);
  width: 98%;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0 #b36d08;
  text-indent: 1em;
}
.product-section-2 {
  display: flex;
  justify-content: flex-start;
  width: 98%;
  padding-top: 20px;
}
.product-cover-photo {
  max-width: calc(100% - 420px);
  min-width: 160px;
  margin: 0 auto;
  text-align: center;
}
.product-info {
  border: 1px solid #ff9900;
  border-top-style: none;
  border-bottom-style: none;
  max-width: 420px;
  padding: 0;
  margin: 0 4px;
  font-size: 90%;
}
.product-info-list {
  margin: auto;
  width: 95%;
}
table.product-info-list th {
  width: 110px;
  text-align: left;
  vertical-align: middle;
}
table.product-info-list td {
  text-align: left;
  vertical-align: middle;
}
table.product-info-list img {
  width: 100%;
}
table.product-info-list hr {
  border-top: 1px dotted #bbb;
  margin: 4px;
}
.product-descr {
}
.product-screen-shot {
  float: right;
  margin: 0 0 0 8px;
}
.product-screen-shot > figure {
  margin: 0 0 8px 8px;
}
.product-copyright {
  font-size: 80%;
}

@media (max-width: 640px) {
  .product-section-2 {
    flex-wrap: wrap;
  }
  .product-info {
    margin: 8px auto;
  }
}

/*
 * company
 */
#companyImageBlock {
  position: relative;
  background-image: url("../img/header_company.jpg");
  background-size: cover;
  padding-top: 15.72%; /* 100px/636px*100 */
}
#companyImageBlock span {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0 #444, -1px -1px 0 #444, -1px 1px 0 #444, 1px -1px 0 #444,
    0px 1px 0 #444, 0 -1px 0 #444, -1px 0 0 #444, 1px 0 0 #444;
}

/* corp/corp.html */
table.corp {
  width: 100%;
}
table.corp, table.corp td {
  border: 1px #d3d3d3 solid;
}
table.corp td {
  vertical-align: top;
  padding: 6px 10px 6px 10px;
}
table.corp td:first-child {
  background-color: #f3f3f3;
}
table.corp img {
  margin: 3px;
}
table.corp ul {
  margin: 0;
  padding: 0;
}

/* corp/greeting.html */
.greeting figure {
  float: left;
  margin: 20px 20px 20px 0px;
}

/* corp/history.html */
.history {
  width: 100%;
}
.history tr td:first-child {
  min-width: 70px;
}
.history td {
  vertical-align: top;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px;
}
.history img {
  margin:3px;
}
.history ul {
  margin: 0;
  padding: 0;
}

/* corp/structure.html */
.structure {
  text-align: center;
}
.structure img {
  max-width: 100%;
  display: inline-block;
}

/* corp/access.html */
.access {
  width: 100%;
}
.access td {
  vertical-align: top;
  padding: 5px;
}
.access h2 {
  font-size: 105%;
  margin-bottom: 10px;
}
.access img {
  margin: 3px;
}

/*
 * recruit
 */
#recruitImageBlock {
  position: relative;
  background-image: url("../img/header_recruit.jpg");
  background-size: cover;
  padding-top: 15.72%; /* 100px/636px*100 */
}
#recruitImageBlock span {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0 #444, -1px -1px 0 #444, -1px 1px 0 #444, 1px -1px 0 #444,
    0px 1px 0 #444, 0 -1px 0 #444, -1px 0 0 #444, 1px 0 0 #444;
}

.recruit h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 140%;
}
.recruit-group-head {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
  line-height: 25px;
}
.recruit-group-head img {
  margin: 0 5px 0 8px;
}
.recruit-group-list {
  margin-left: 10px;
}
.recruit-group-list img {
  margin: 10px 10px;
}

table.recruit {
  width: 100%;
  border-collapse: collapse;
}
table.recruit tr {
  vertical-align: top;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
table.recruit th {
  width: 8em;
  padding: 5px;
}
table.recruit td {
  padding: 5px;
}
table.recruit li {
  list-style-type: square;
  margin-left: 2em;
}
table.recruit img {
  margin: 3px;
}

table.recruit-enclosure {
  margin: auto;
  border: 2px solid #e0e0e0;
}
table.recruit-enclosure tr {
}
table.recruit-enclosure td {
  padding: 20px;
  text-align: left;
}

/*
 * contact
 */
#contactImageBlock {
  position: relative;
  background-image: url("../img/header_contact.jpg");
  background-size: cover;
  padding-top: 15.72%; /* 100px/636px*100 */
}
#contactImageBlock span {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0 #444, -1px -1px 0 #444, -1px 1px 0 #444, 1px -1px 0 #444,
    0px 1px 0 #444, 0 -1px 0 #444, -1px 0 0 #444, 1px 0 0 #444;
}

.contact td {
  vertical-align: top;
  padding: 5px;
}
.contact h2 {
  font-size: 105%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact img {
  margin: 3px;
}

/*
 * guideline
 */
.guideline h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 140%;
  text-align: center;
}
.guideline h2 {
  margin-bottom: 15px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2em;
  padding: .20em 0 .15em .35em;
  border-left: 8px solid #004da1;
}
.guideline li {
  list-style-type: decimal;
}

/*
 * goods
 */
.goods-item {
  clear: both;
  padding-top: 10px;
}
.goods-item h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 140%;
  text-align: center;
}
.goods-item h2 {
  margin-bottom: 15px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2em;
  padding: .20em 0 .15em .35em;
  border-left: 8px solid #004da1;
  border-bottom: 1px solid #004da1;
}
.goods-item h3 {
  text-align: right;
}
.goods-item table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
}
.goods-item table tr td {
  vertical-align: top;
  padding: 8px;
  border: solid 1px;
}
.goods-item table tr td:first-child {
  width: 90px;
  white-space: nowrap;
}
.goods-item:not(.type2) table tr td:nth-child(2) {
  width: 40vw;
}
.goods-item.type2 table tr td:nth-child(n+2) {
  width: 20vw;
}
.goods-item-photo {
  padding: 0;
  margin: 0;
  width: 300px;
  float: left;
  text-align: center;
}
.goods-item-photo img {
  margin: 2px auto;
}
@media (max-width: 640px) {
  .goods-item-photo {
    float: none;
    width: 96%;
    margin-bottom: 20px;
  }
  .goods-item table {
    width: 100%;
  }
  .goods-item:not(.type2) table tr td:nth-child(2),
  .goods-item.type2 table tr td:nth-child(n+2) {
    width: auto;
  }
}

/*
 * sitemap
 */
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 0;
}
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #000;
}
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #000;
}
