.gas-frame{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  display: table;  /* ブロックレベル要素をtableと同じように表示にする */
}
.gas-box{
  width: 22%;
  display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
  border: 1px solid #666;
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  border: 1px solid #ccc;
}

.gas-box-t{
  width: 12%;
  display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
  border: 1px solid #666;
  background: #F0FFFF;
  padding: 5px 5px 5px 5px;
  border: 1px solid #ccc;
}

/* カスタム /* カスタム CSS をここに入力してください */
/* single table */
table.s-table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.s-table th {
	width: 147px;
	padding: 10px;
	font-weight: bold;
	vertical-align: center;
	color: #000000;
    background-color: #f5f5f5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.s-table td {
	width: 200px;
	padding: 10px;
	vertical-align: center                                                                                                                                                                                                                                                                                                                ;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* トップページ検索 */
*
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input, button 
{
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px #cccccc double;
  outline: 0;
}
input 
{
  line-height: normal;
}
input:focus 
{
  outline: none;
}
input::-webkit-search-decoration, 
input::-webkit-search-cancel-button, 
input::-ms-clear,
input::-ms-reveal 
{
  display: none;
}
input::-moz-focus-inner 
{
  padding: 0;
  border: 0;
}
button 
{
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}
button::-moz-focus-inner 
{
  padding: 0;
  border: 0;
}

.fluid-input 
{
  display: table;
  width: 100%;
}
.fluid-input > * 
{
  display: table-cell;
  vertical-align: middle;
}
.label, .button 
{
  width: 1%;
  white-space: nowrap;
}
.label, .box, .button > button 
{
  padding: .8em 1.1em;
  line-height: 1.5;
}
.label 
{
  color: #606468;
  background-color: #363b41;
}
.box 
{
  width: 100%;
  background-color: #ffffff;
}
.button > button 
{
  color: #fff;
  background-color: #ea4c88;
}


.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
}

p.img_center{
  text-align: center;
}



/* Global menu #001(home) */
.top-menu01 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav01.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu01 a {
    width: 60px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav01.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu01 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav01-hover.png");
}

/* Global menu #002(年間レンタル) */
.top-menu02 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav02.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu02 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav02.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu02 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav02-hover.png");
}

/* Global menu #003(レンタル) */
.top-menu03 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav03.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu03 a {
    width: 165px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav03.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu03 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav03-hover.png");
}

/* Global menu #004(販売) */
.top-menu04 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav04.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu04 a {
    width: 165px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav04.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu04 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav04-hover.png");
}

/* Global menu #005(修理校正) */
.top-menu05 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav05.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu05 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav05.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu05 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav05-hover.png");
}

/* Global menu #006(流れ) */
.top-menu06 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav06.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu06 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav06.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu06 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav06-hover.png");
}

/* Global menu #007(流れ) */
.top-menu07 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav07.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu07 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav07.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu07 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav07-hover.png");
}

/* Global menu #008(運営会社) */
.top-menu08 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav08.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu08 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav08.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu08 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav08-hover.png");
}

/* Global menu #009(お問合せ) */
.top-menu09 {
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav09.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}

.top-menu09 a {
    width: 130px;
    height: 60px;
    background: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav09.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.top-menu09 a:hover {
    background-image: url("https://www.gas-sokuteiki.com/wp-content/themes/gas-sokuteiki-res/images/common/nav09-hover.png");
}




/* 一覧ページ　比較表テーブル */

#container .hikaku01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#container .hikaku01 th {
	width: 103px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#container .hikaku01 td {
	width: 184px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* レンタル機器一覧 */
.list-box {
	float: left;
}

.list-boxContainer {
	overflow: hidden;
}

/* clearfix */
.list-boxContainer:before,
.list-boxContainer:after {
    content: "";
    display: table;
}
 
.list-boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.list-boxContainer {
    zoom: 1;
}

data-tb td,th {
  padding: 5px 5px 5px 5px;
}

/* footer img */
figure {
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}

table.hikaku {
  	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.hikakua th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
    text-align: center;
}
table.hikaku th {
	width: 80px;
	padding: 10px;
	font-weight: bold;
  	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	text-align: center;
}
table.hikaku td {
	padding: 10px 10px 10px 20px;
    vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* サイドバー履歴の枠 */
.box-rireki {
    padding: 5px 5px 5px 5px;
    margin: 1px;
    font-weight: bold;
    background: #fffff0;
    border: solid 3px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box-rireki {
    margin: 0; 
    padding: 0;
}

/* おすすめ機材のテーブル */
.osusume-Table {
    border-collapse: collapse;
    table-layout: fixed;
}
.osusume-Table th,
.osusume-Table td {
    border: 1px solid #CCCCCC;
    text-align: left;
}
.osusume-Table th {
    background-color: #FFFFFF;
}

/* スマホmenu CSS */
ul#spmenu, ul.sub_spmenu{
        list-style:none;
        margin:0;
        padding:0;
}
#spmenu{

        margin:10px;
        border:1px solid #e5e4e6;
        border-bottom:none;
}
.main_spmenu{
        background:#448aff;
        color:#ffffff;
        font-size:11pt;
        font-weight:bold;
        padding:3px 10px 0;
        margin:-1px 0 0 -1px;
        cursor:pointer;

        height:45px;
        line-height:17px;
        border:1px solid #e5e4e6;
}
.sub_spmenu li{
        background:#f9a825;       
        padding:3px 10px 0;
        border:1px solid #e5e4e6;
        font-size:11pt;
        font-weight:bold;

        height:35px;
        margin:-1px 0 0 -1px;
}
.sub_spmenu li a{
        color:#ffffff;
        display:block;
}

/* コラム */
div.column-link {
		width: 100%;
  		margin-top: 30px;
	}

img.column-link-s {
		-webkit-filter: drop-shadow(2px 2px 4px #999);
		filter: drop-shadow(2px 2px 4px #999);
	}

img.column-link-b {
		max-width:100%;
		height:auto;
		display: -webkit-block;
		display:block;
		margin:0 auto 20px;
}

.column-link-img-box img {
	max-width:100%;
	height:auto;	
}

.column-link-title {
		background-color:#3499CC;
		color:#ffffff;
		padding:15px 15px;
		font-weight:bold;
		display: -webkit-block;
		display:block;
		justify-content: space-between;
		align-items:center;  
	}

.column-link-title a:link{
  color:#ffffff;
  text-decoration: none;
}
.column-link-title a:visited{
  color:#ffffff;
  text-decoration: none;
}
.column-link-title a:hover{
  color:#ffffff;
  text-decoration: none;
}

.column-link-title-l {
		font-size:22px;
}

.column-link-title-r	{
		font-size:14px;
		}

.column-link-img-box {		
		display:block;
		margin:10px 0;
	}
.column-link-img-box02 {
		display: -webkit-flex;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items:center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
img.column-link-s-rm{
		margin-right: 0;
	}
.column-link-txtbt {
		margin-top:20px;
  		font-size:14px;
	}

.txt-indent {
	padding-left:1em;
	text-indent:-1em;
}


@media screen and (min-width: 768px) {
/*　画面サイズが768pxからはここを読み込む　*/
	div.column-link {
		width: 678px;
	}
	
	img.column-link-b {
		width: 340px;
		height: 100px;
	}	
	
	.column-link-title {
		display: -webkit-flex;
		display:flex;
	}
	
	.column-link-img-box {
		margin:10px 0 15px;
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
.column-link-img-box02 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;	
		justify-content: space-between;
	}

	img.column-link-b {
		margin:0;
	}

	img.column-link-s-rm {
		margin-right: 10px;
	}
	
	.column-link-txtbt {
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;		
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items:center;		
	}
	
}

div.column-link-allpages{width:86%; padding:10px; background-color:#eee; font-size:12px; line-height:1.7; display:flex; flex-wrap:wrap;}

@media screen and (max-width: 680px) {
  /* 680px以下の画面幅に適用するスタイル */
div.column-link-txtlinklist{width:100%;}
}

/* コラム本文用CSS */
div.column-midashi {font-size:18px; font-weight:bold; margin-bottom:5px; margin-top:15px; border-left:solid 10px #06C; padding-left:8px;}
div.column-midashi02 {font-size:18px; font-weight:bold; margin-bottom:5px; margin-top:25px; border-left:solid 10px #06C; padding-left:8px;}
p.column-txt {font-size:14px; margin-bottom:10px;}
div.column-komidashi {font-size:14px; font-weight:bold; margin-top:10px;}
div.column-komidashi-li {border-left:solid 5px #ccc; padding-left:8px; margin-top:5px; line-height:1.7; font-size:12px;}