@charset "UTF-8";
body {
  margin: 4px;
}

/*************「ｐ」タグのマージン上下を0pxに*************/
p {
  margin-top: 0;
  margin-bottom: 0;
}

#main-contents .pc {
  display: block;
}

#main-contents .sp {
  display: none;
}

/*-------------------------
メインタイトル
--------------------------*/
h1 {
  border: 0 !important;
  font-size: 1.6em !important;
  margin: 0 0 12px;
  padding-bottom: 5px;
}

#container {
  width: 980px;
}

#title-banner {
  margin: 0 0 10px 0;
}

#title-banner_sub {
  margin: 0 0 20px 0;
}

/*************パンくずリストの設定*************/
.breadcrumbs {
  font-size: 0.7em;
  color: #333333;
}

/*************フォントの指定*************/
/*ふと文字*/
.bold {
  font-weight: bold;
}

/*フォントサイズ1文字の大きさと行間*/
.font070 {
  font-size: 0.7em;
  line-height: 1.3em;
}

.font075 {
  font-size: 0.75em;
  line-height: 1.3em;
}

.font080 {
  font-size: 0.8em;
  line-height: 1.3em;
}

.font085 {
  font-size: 0.85em;
  line-height: 1.4em;
}

.font090 {
  font-size: 0.9em;
  line-height: 1.5em;
}

.font100 {
  font-size: 1em;
  line-height: 1.5em;
}

.font110 {
  font-size: 1.1em;
  line-height: 1.5em;
}

/*************フォント見せ方の調整*************/
.i1 {
  /*文字間隔をあける*/
  letter-spacing: 0.7em;
}

.textspace {
  margin: 0;
  padding: 0.5em 0 0 0.5em;
}

/**********まわりこみ**********/
.mawarikomiR {
  float: left;
  margin-right: 0.5em;
}

.mawarikomiL {
  /*文字が画像の左にまわりこむ*/
  float: right;
  margin-left: 0.5em;
}

/************* 罫線 *************/
.border-tap {
  border-top: 1px none #8D8E8D;
  border-right: 1px solid #8D8E8D;
  border-bottom: 1px solid #8D8E8D;
  border-left: 1px solid #8D8E8D;
}

.border-dot {
  border-top: 1px dotted #999999;
  border-right: 1px none #999999;
  border-bottom: 1px none #999999;
  border-left: 1px none #999999;
}

/************* ラインナップ *************/
.lineup {
  border-collapse: collapse;
}

.lineup th {
  border: 1px solid #666666;
  background-color: #E3CCD7;
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
}

.lineup td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 0.8em;
}

/* 看板 */
div.ttl-box {
  background-color: #E70012;
  padding: 0 28px 20px;
  text-align: center;
}

div.ttl-box div.ttl-box-inner {
  background-color: #FFFFFF;
  padding: 30px 35px 40px;
}

div.ttl-box div.ttl-box-inner span {
  display: block;
  text-align: left;
  line-height: 1.6;
  margin: 20px 0 0;
}

/*---------------------------
    ページリンク
---------------------------*/
div.page-link {
  text-align: center;
  margin: 55px 0;
}

div.page-link a.link-box {
  margin: 0 20px;
  height: 100px;
  display: inline-block;
  color: #E70012;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border: 3px solid #E70012;
  border-radius: 10px;
  background: #FFFFFF url("/static/images/seihin_joho/conversion/arrow_red.png") center 90% no-repeat;
  background-size: 7% auto;
  filter: drop-shadow(3px 3px 3px #DDDDDD);
}

div.page-link a.link-box p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 315px;
  height: 90px;
}

div.page-link a.link-box p span {
  display: inline;
}

div.page-link a.link-box:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*---------------------------
    タイトル
---------------------------*/
div.block h2 {
  color: #FFFFFF;
  font-size: 1.7em;
  line-height: 45px;
  height: 45px;
  padding-left: 16px;
  background-color: #E70012;
}

div.block h3 {
  margin: 40px 5px 0;
  font-size: 1.6em;
  line-height: 37px;
  height: 37px;
  padding-left: 10px;
  border-left: 5px solid #E70012;
  border-bottom: 1px solid #E70012;
}

/*---------------------------
    内容
---------------------------*/
div.t-about {
  margin: 15px 35px 0 0;
  font-size: 1.05em;
  line-height: 1.7;
}

div.t-indent {
  padding-left: 25px;
}

div.image-box {
  margin: 40px 0 80px;
}

div.m-small {
  margin-top: 15px !important;
}

/*---------------------------
    矢印
---------------------------*/
div.ya {
  width: 100%;
  text-align: center;
}

div.ya img {
  margin: 25px auto;
}

/*---------------------------
    分割
---------------------------*/
div.st-inline-box {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

div.st-inline-box img {
  margin: 0;
  width: 100%;
}

div.st-ya {
  width: 30px !important;
  height: 350px;
  margin: 0 5px !important;
  position: relative;
}

div.st-ya img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.bk-c {
  text-align: center;
  background-color: #F9F9F9;
  height: 320px;
  padding: 40px 0;
  margin-bottom: 60px;
}

div.box-div {
  width: 430px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 20px;
}

div.box-div img {
  margin: 0 auto;
  width: 100%;
}

div.box-div .b-ttl {
  margin: 0 auto;
  width: 94%;
  display: block;
  text-align: center;
}

div.box-div .b-img {
  margin: 20px auto 0;
  width: 70%;
  display: block;
  text-align: center;
}

div.box-div .b-img img {
  margin: 0 auto;
  width: 100%;
}

div.sayuu .b-img {
  width: 95%;
  padding-top: 70px;
}

div.c-box-div {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 5px;
}

div.c-box-div h3 {
  margin-bottom: 25px !important;
}

div.c-box-div div.t-about {
  margin-right: 7px !important;
  margin-left: 16px !important;
}

div.c-box-div .image-box img {
  width: 100%;
}

/*---------------------------
    色
---------------------------*/
span.sky {
  color: #00BAFF;
}

/*---------------------------
    製品一覧
---------------------------*/
div#seihin {
  margin: 10px 0 60px;
}

div#seihin h2 {
  margin: 5px 0 35px;
  text-align: center;
  background-color: #014DA3;
}

div#seihin table.hyo {
  border-collapse: collapse;
}

div#seihin table.hyo td {
  border: 1px solid #E8E8E8;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}

div#seihin table.hyo td.ttl {
  background-color: #F9F9F9;
}

div#seihin table.hyo td.product {
  width: 33%;
}

div#seihin table.hyo td.product img {
  width: 80%;
}

div#seihin table.hyo td.product p {
  text-align: left;
}

div#seihin table.hyo td span.bk-green {
  width: 80%;
  padding: 8px 0;
  display: inline-block;
  background-color: #019E97;
  color: #FFFFFF;
  font-weight: bold;
}

div#seihin table.hyo td span.fr-yellow {
  color: #FDF001 !important;
}

div#seihin table.hyo td span.win {
  width: 38%;
  padding: 7px 0;
  margin: 0 2px;
  display: inline-block;
  background-color: #4489CA;
  color: #FFFFFF;
  font-weight: bold;
}

div#seihin table.hyo td span.mac {
  width: 38%;
  padding: 7px 0;
  margin: 0 2px;
  display: inline-block;
  background-color: #E969A2;
  color: #FFFFFF;
  font-weight: bold;
}

div#seihin table.hyo td span.red {
  width: 34%;
  padding: 7px 0;
  margin: 0 2px;
  display: inline-block;
  background-color: #FFFFFF;
  color: #E1031A;
  font-weight: bold;
  border: 2px solid #E1031A;
  border-radius: 5px;
}

div#seihin table.hyo td span.gray {
  width: 34%;
  padding: 7px 0;
  margin: 0 2px;
  display: inline-block;
  background-color: #FFFFFF;
  color: #7D7D7D;
  font-weight: bold;
  border: 2px solid #7D7D7D;
  border-radius: 5px;
}

div#seihin table.hyo td span.hyphen {
  padding: 7px 0;
  margin: 0 1px;
  display: inline-block;
  color: #7D7D7D;
  font-weight: bold;
  font-size: 1.4em;
}

div#seihin table.hyo td.product p.hinban {
  margin-left: 10px;
}

div#seihin table.hyo td.product p.hinban a {
  padding-left: 16px;
  background: url("/static/images/seihin_joho/conversion/yaji_maru_bl_12.png") left 4px no-repeat;
  font-weight: bold;
  line-height: 1.5;
}

div#seihin table.hyo td.product p.price {
  margin-left: 10px;
  padding-left: 16px;
  font-size: 0.9em;
  line-height: 1.4;
}
