﻿@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  original.css
 style info :  中ページ用cssの定義
=================================================================== */
/* replacement_gas table */
/****************************************************************/
.product_Line{
	font-size: 13px;
}

.product_Line th{
	background-color: #045574;
	color: #ffffff;
	text-align: center;
}

.product_Line .number{
	background-color: #E1EDF0;
}

.product_Line th,
.product_Line td { 
   text-align: center;  
   line-height: 1.2 !important;
   padding: 10px 5px !important;
   border: 1px solid #dddddd;
}

.product_Line .gray_b { 
   background-color: #f5f5f5;  
}

.product_Line .box_l{
	width: 32%;
	float: left;
	margin-right: 2%;
}

.product_Line .box_l:last-child{
	margin-right: 0;
}

.product_Line img{
	width: 120px;
	height: auto;
}

.product_Line .title_box{
	width: 10px;
}


/*gas_stoppercode search*/
/*-----------------------------------------------------------------*/
/* db_area */
/*-----------------------------------------------------------------*/
#db_area .flt {
	width: 32%;
	margin-right: 2%;}
#db_area .flr {
	width: 32%;
	margin-right: 0;}
@media only screen and (max-width: 690px) {
  #db_area .flt, #db_area .flr {
  	width: 100%;
  	margin-right: 0;} }
@media only screen and (max-width: 690px) {
  #db_area .flt {
    margin-bottom: 30px; } }
.db_search {
  margin-bottom: 25px; }
  .db_search input {
    border: medium none;
    border-radius: 0;
    display: block;
    height: 38px;
    padding: 0 2%; }
  .db_search .search_txt {
    width: calc(100% - 40px);
    border: 1px solid #eee; }
  .db_search .submit_btn {
    background: #D6D7D8 url("../image/common/icon_search.png") no-repeat scroll center center/16px auto;
    border: medium none;
    cursor: pointer;
    float: right;
    padding: 0;
    text-indent: -9999px;
    width: 40px; }

#db_area select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px transparent;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../image/common/top_db_arr.gif) no-repeat right center/40px auto; }
  #db_area select[disabled*="disabled"] {
    background: url(../image/common/top_db_arr.gif) no-repeat right center/40px #DDD; }
#db_area select::-ms-expand {
	display: none;
}
.db_search_btn {
  width: 50%;
  margin: auto;
  display: block;
  border: none;
  text-align: center;
  margin-top: 45px; }
  .db_search_btn input {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #045574;
    color: #ffffff;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 12px;
    min-width: 120px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

@media only screen and (max-width: 690px) {
  .db_search_btn {
    margin-top: 20px; } }
.checkb {
  font-size: 0; }
  .checkb li {
    margin-bottom: 8px; }
.db_search input[type=checkbox] {
  display: block; }
  .db_search input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer; }
.db_search input[type=radio] {
  display: none;
  margin: 0; }
.db_search input[type=checkbox] {
  display: none;
  margin: 0; }
  .db_search input[type=checkbox] + label {
    line-height: 1.5;
    padding: 0 0 0 25px;
    width: calc(100% - 14px); }
    .db_search input[type=checkbox] + label::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      box-sizing: border-box;
      display: block;
      width: 14px;
      height: 14px;
      margin-top: -6px;
      border: 1px solid #dddddd; }
  .db_search input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    display: block;
    left: 3px;
    width: 14px;
    height: 7px;
    margin-top: -5px;
    border-left: 2px solid #DF0000;
    border-bottom: 2px solid #DF0000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
	
/*catalog*/
/*-----------------------------------------------------------------*/

.catalog_item:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.catalog_item li{
	float:left;
	width:48%;
	margin:0 0 40px 4%;
}
.catalog_item li:nth-child(odd){
	clear:both;
	margin-left:0;
}

.catalog_title{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:10px;
}
.catalog_title .valign_m{
	display:table-cell;
	vertical-align:middle;
	border-left:5px solid #045574;
	font-weight:bold;
	color:#045574;
	font-size:18px;
	line-height:1.4;
	padding-left:10px;
}

.catalog_table tr > *{
	padding:0 !important;
	border:none;
	vertical-align:top;
}

.catalog_l{
	width:35%;
}
.catalog_l img{
	width:100%;
	height:auto;
}
.catalog_table tr > .catalog_r {
	padding:0 0 15px 4% !important;
	text-align:left;
}

.catalog_table tr > .valign_b{
	padding-left:4% !important;
	vertical-align:bottom;
	text-align:left;
}
.catalog_table tr > .valign_b a{
	display:inline-block;
	border:1px solid #045574;
	background:#FFF;
	color:#045574;
	font-size:13px;
	line-height:1.4;
	text-align:center;
	padding:5px 25px 5px 10px;
	min-width:150px;
	transition:0.3s;
	position:relative;
}
.catalog_table tr > .valign_b a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-bottom:1px solid #045574;
	border-right:1px solid #045574;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 6px);
	transition:0.3s;
}

.catalog_table tr > .valign_b a:hover{
	background-color:#045574;
	color:#FFF;
	text-decoration:none;
}

.catalog_table tr > .valign_b a:hover:after{
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}


.max_img100 .img100 img,
#contents .max_img100 img,
.inner .max_img100 img,
body.dcms_editor .max_img100 .img100 img,
body.dcms_editor #contents .max_img100 img,
body.dcms_editor .inner .max_img100 img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 691px) and (max-width: 980px) {
.catalog_item li{
	clear:none !important;
	width:48.5%;
	margin:0 0 40px 3% !important;
}
.catalog_item li:nth-child(odd){
	clear:both !important;
	margin-left:0 !important;
}

.catalog_table tr > .valign_b a{
	padding:10px 25px 10px 10px;
}

}

@media only screen and (max-width: 690px) {
.catalog_item li{
	float:none;
	width:100%;
	max-width:450px;
	margin:0 auto 40px !important;
}

.catalog_table tr > .valign_b a{
	padding:10px 25px 10px 10px;
}
}