/*----------------------------------
快適ガスライフ共通部分
----------------------------------*/

#bg_area {
  background-color: #edeff1;
}

#wrapper {
  width: 980px;
  overflow: hidden;
  margin: 10px auto 0;
  padding: 10px 0 40px;
}

#contents {
  width: 670px;
  float: right;
  background: #fff;
  padding: 50px;
  line-height: 1.8em;
  font-size: 110%;
}

#sidemenu {
  width: 190px;
  float: left;
  overflow: hidden;
}

#footer {
  margin-top: 0;
}

/*----------------------------------
サイドメニュー
----------------------------------*/
#sidemenu {
  width: 180px;
}

#sidemenu li a {
  text-indent: -9999px;
  display: block;
  height: 50px;
}

#leftNavi #area {
  background-image: url(../image/common/sidebtn_area.gif);
}

#leftNavi #area:hover {
  background-image: url(../image/common/sidebtn_area_on.gif);
}

#leftNavi #setubi {
  background-image: url(../image/common/sidebtn_setubi.gif);
}

#leftNavi #setubi:hover {
  background-image: url(../image/common/sidebtn_setubi_on.gif);
}

#leftNavi #koukan {
  background-image: url(../image/common/sidebtn_koukan.gif);
}

#leftNavi #koukan:hover {
  background-image: url(../image/common/sidebtn_koukan_on.gif);
}

#leftNavi #kanki {
  background-image: url(../image/common/sidebtn_kanki.gif);
}

#leftNavi #kanki:hover {
  background-image: url(../image/common/sidebtn_kanki_on.gif);
}

#leftNavi #haikitou {
  background-image: url(../image/common/sidebtn_haikitou.gif);
}

#leftNavi #haikitou:hover {
  background-image: url(../image/common/sidebtn_haikitou_on.gif);
}

#leftNavi #anzen {
  background-image: url(../image/common/sidebtn_anzen.gif);
}

#leftNavi #anzen:hover {
  background-image: url(../image/common/sidebtn_anzen_on.gif);
}

#leftNavi #danger {
  background-image: url(../image/common/sidebtn_danger.gif);
}

#leftNavi #danger:hover {
  background-image: url(../image/common/sidebtn_danger_on.gif);
}

#leftNavi #mosi {
  background-image: url(../image/common/sidebtn_mosi.gif);
}

#leftNavi #mosi:hover {
  background-image: url(../image/common/sidebtn_mosi_on.gif);
}

#leftNavi #keihou {
  background-image: url(../image/common/sidebtn_keihou.gif);
}

#leftNavi #keihou:hover {
  background-image: url(../image/common/sidebtn_keihou_on.gif);
}

#leftNavi #trouble {
  background-image: url(../image/common/sidebtn_trouble.gif);
}

#leftNavi #trouble:hover {
  background-image: url(../image/common/sidebtn_trouble_on.gif);
}

#leftNavi #earth {
  background-image: url(../image/common/sidebtn_earthquake.gif);
}

#leftNavi #earth:hover {
  background-image: url(../image/common/sidebtn_earthquake_on.gif);
}

#leftNavi #maikon {
  background-image: url(../image/common/sidebtn_maikon.gif);
}

#leftNavi #maikon:hover {
  background-image: url(../image/common/sidebtn_maikon_on.gif);
}

#leftNavi #denai {
  background-image: url(../image/common/sidebtn_denai.gif);
}

#leftNavi #denai:hover {
  background-image: url(../image/common/sidebtn_denai_on.gif);
}

#leftNavi #touketu {
  background-image: url(../image/common/sidebtn_touketu.gif);
}

#leftNavi #touketu:hover {
  background-image: url(../image/common/sidebtn_touketu_on.gif);
}

#leftNavi #tenken {
  background-image: url(../image/common/sidebtn_tenken.gif);
}

#leftNavi #tenken:hover {
  background-image: url(../image/common/sidebtn_tenken_on.gif);
}

#leftNavi #guide {
  background-image: url(../image/common/sidebtn_guide.gif);
}

#leftNavi #guide:hover {
  background-image: url(../image/common/sidebtn_guide_on.gif);
}




/*----------------------------------
コンテンツ
----------------------------------*/

#contents h1 {
  margin: -50px;
  margin-bottom: 25px;
  border-bottom: 6px solid #edeff1;
}

#contents h2 {
  background: url(../image/common/h2back.gif) no-repeat;
  font-weight: bold;
  font-size: 110%;
  line-height: 28px;
  margin: 0 -20px 15px;
  padding: 0 0 4px 20px;
  color: #35383c;
}

#contents h3 {
  font-weight: bold;
  font-size: 110%;
  color: #0ba541;
  margin: 0 0 5px -20px;
}

#contents .first {
  margin: 0 -20px 20px;
  padding-bottom: 20px;
  border-bottom: #aaa double 3px;
  font-size: 110%;
}


#contents td,
#contents th {
  padding: 5px 8px;
  border: 2px solid #cccccc;
}

#contents th {
  font-weight: bold;
  text-align: center;
  background: #edeff1;
}

#contents p {
  margin-bottom: 20px;
}


.red {
  color: #fe3048;
}

.green {
  color: #0ba541;
}

.green a {
  color: #0ba541;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.fs70 {
  font-size: 70%;
}

.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fw_n {
  font-weight: normal;
}

.ti1 {
  text-indent: -1em;
  padding-left: 1em;
}


#contents a {
  color: #156dbd;
  text-decoration: underline;
}

#contents a:hover {
  color: #46a7ff;
  text-decoration: none;
}



.imgL {
  float: left;
  margin-right: 20px;
}

.imgR {
  float: right;
  margin-left: 20px;
}



/*----------------------------------
故障かなと思ったら
----------------------------------*/
.float_list {
  overflow: hidden;
  margin-bottom: 30px;
}

.float_list dt {
  width: 48%;
  float: left;
  clear: left;
  margin-bottom: 5px;
}

.float_list dd {
  padding-left: 52%;
  background: url(../image/common/arrow.gif) no-repeat 48% top;
  margin-bottom: 5px;
}


/*----------------------------------
地震が起きたとき
----------------------------------*/

.ordered_list li {
  list-style-type: decimal;
  font-weight: bold;
  font-size: 110%;
  color: #0ba541;
  margin-bottom: 20px;
  margin-left: 10px;
}

.ordered_list li div {
  position: relative;
  height: 120px;
}

#contents .ordered_list li h3 {
  margin-left: 0;
  font-size: 100%;
}

.ordered_list li dl,
.ordered_list li p {
  font-weight: normal;
  font-size: 90%;
  color: #646464;
}

.image_right {
  position: absolute;
  right: 0;
  top: 45px;
}

.caution {
  border: 1px solid #fe3048;
  padding: 15px 20px;
  margin: 20px 0;
}


.checkpoint {
  margin-left: -20px;
  margin-bottom: 5px;
}

.wd300 {
  width: 300px;
}

.image-box {
  display: inline-block;
    width: fit-content;
    height: auto!important;
}

.image-box img:first-child {
  margin: 0px 7px 20px;
}

.image-box img:nth-child(2) {
  margin: 0px 0px 20px 20px;

}

.image-box img:nth-child(3) {
  margin: 0px 7px 20px;
}

.if {
  margin-top: 20px;
    margin-bottom: 5px!important;
}

.indent {
  text-indent: -1em;
    margin-left: 1em;
}

.mb0 {
  margin-bottom: 0px!important;
}

.mt20 {
  margin-top: 20px;
}

.mt100 {
  margin-top: 100px;
}

.relative {
  position: relative;
}

.image_right2 {
  position: absolute;
right: 0;
top: -114px;
}

.image_right3 {
  position: absolute;
right: 0;
  top: 122px;
}

.height2 {
  height: 250px;
}

.height3 {
  height: 264px;
}

.fl-right {
  float:right;
}

a.hoan-anchor {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}


/*----------------------------------
マイコンメーター
----------------------------------*/
table.maikon {
  margin-bottom: 30px;
}


.maikon_torituke {
  float: left;
  margin-bottom: 30px;
}

.maikon_torituke dl {
  width: 180px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.maikon_torituke dt {
  font-weight: bold;
  font-size: 110%;
  color: #0ba541;
  margin-bottom: 5px;
}

#maikon_fukki div {
  display: block;
}

#maikon_text {
  font-size: 170% !important;
  line-height: 2.3;
  letter-spacing: 10px;
}

#contents .midashi-maikon-video{
	margin-top: 30px;
}

.maikon_video {
 width: 670px;
	margin:0 auto 20px;
	border: 1px solid #ccc;
}

.maikon_video video{
 width: 670px;
}

/*----------------------------------
警報器
----------------------------------*/

.keihou {
  padding: 5px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 2px solid #cccccc;
}

.keihou dt {
  font-weight: bold;
  padding: 0 3px;
}

.keihou dd {
  margin-bottom: 5px;
  padding: 0 20px;
}

.keihou dd.siren {
  padding: 3px 5px;
  background: #ffe6cc;
}

.yellow {
  color: #FFCC00;
}

.left_area {
  width: 420px;
  float: left;
}

.right_area {
  width: 160px;
  float: right;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  background: #efefef;
}

.right_area li {
  margin-bottom: 30px;
}

.right_area img {
  display: block;
  margin: 0 auto;
}

.caution dl dt {
  font-weight: bold;
  width: 11em;
  float: left;
  clear: left;
}

.caution dl dd {
  padding-left: 12em;
  margin-bottom: 10px;
}

.caution dl ol li {
  margin-left: 20px;
  list-style: decimal;
}



/*----------------------------------
ガス機器使用時はまず換気
----------------------------------*/
.kanki_text {
  overflow: hidden;
}

.chui {
  font-weight: bold;
  margin-bottom: -15px !important;
  color: #fe3048;
  text-align: center;
  font-size: 140%;
  padding-bottom: 3px;
}

.stb {
  text-align: center;
}

.stb img {
  margin: 0 10px;
}


/*----------------------------------
もしも
----------------------------------*/

.right,
.left {
  width: 310px;
}

.right {
  float: right;
}

.left {
  float: left;
}



/*----------------------------------
凍結
----------------------------------*/
#contents .touketu-ol li h3 {
    margin-left: 0;
    font-size: 100%;
}
.touketu-ol li {
  list-style-type: decimal;
  font-weight: bold;
  font-size: 110%;
  color: #0ba541;
  margin-bottom: 20px;
  margin-left: 10px;
	}
.touketu-ol li dl, .touketu-ol li p {
    font-weight: normal;
    font-size: 90%;
    color: #646464;
}
.photo {
  overflow: hidden;
  margin-bottom: 30px;
  width: 640px;
  margin-left: 30px;
}

.photo dl {
  width: 300px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.h4-touketsu span{
    font-size: 110%;
    color: #0ba541;
    margin: 0 0 5px -20px;
	border: 1px solid #0ba541;
	padding: 3px;
}

.pump{
    text-align: center;
}

.pump img{
	width: 300px;
}

.touketsu-pump ul{
	list-style-type: disc;
	list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

/*----------------------------------
ガス臭いと感じたらすぐ広島ガスへ
----------------------------------*/

.kiken_image {
  font-size: 130%;
  text-align: center;
  margin-bottom: 0 !important;
}

.kiken_image img {
  padding: 0 10px;
  vertical-align: middle;
}

/*----------------------------------
排気筒は時々点検を
----------------------------------*/
.haikitou_check ol {
  list-style: none;
  padding-bottom: 20px;
}

/*----------------------------------
こんな使い方は大変危険
----------------------------------*/

.danh2 {
  background: url(../image/common/h2back2.gif) !important;
  background-repeat: no-repeat !important;
  line-height: 18px !important;
  margin: 0 -20px 15px !important;
  padding: 5px 0 4px 20px !important;
}


.danger_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.danger_flex ul{
  margin-left: -20px;
}

/*.danger_flex ul li:before {
  content: "・";
  font-size: 80px;
  position: absolute;
  top: 0px;
  left: 0;
}*/

.danger_flex ul li:before {
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #646464;
  border-radius: 50%;
  margin-right: 3px;
}


.danger_flex ul li{
  position: relative;
  padding-left: 35px;
}

.danger_flex img {
  max-width: 300px;
}


/*----------------------------------
ガス設備安全点検
----------------------------------*/
.nagare ol {
  list-style: none;
  padding-bottom: 30px;
}



.koumoku ul {
  padding-left: 1em;
  list-style: disc;
  padding-bottom: 30px;
}


/*----------------------------------
ガスライフ安心ガイドブック
----------------------------------*/
#saftyeguide {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}

#saftyeguide li {
  float: left;
  margin-right: 50px;
  margin-left: 50px;
  width: 200px;
}

/*----------------------------------
都市ガスの安全な使用方法
----------------------------------*/
.guidemovie {
display: flex;
}

.guidemovie  dl{
background: #fff; border:solid 1px #ccc;
margin: 0px 15px 20px 0;
min-width: 325px;
}
.guidemovie  dl:nth-child(2){
margin: 0px 0 20px 0;
}
.guidemovie  dt{
background: #F0F0F0;
padding:10px;
border-bottom: solid 1px #ccc;
text-align: center;
}
.guidemovie  dd{
text-align: center;
padding: 20px;
}
.moviebox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.moviebox iframe, .moviebox object, .moviebox embed, .moviebox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------------------
点検作業の流れ（作業員の画像）
----------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operator1 img {
  width: 200px;
  height: 270px;
  margin-right: 20px;
}

.operator2 img {
  width: 300px;
  margin-right: 40px;
}

.operator3 img {
  width: 300px;
  height: 200px;
  margin-right: 40px;
}

.mb10 {
  margin-bottom: 10px;
  text-align: center;
}

.car {
  margin-bottom: 10px;
  text-align: center;
}
