<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*-------------------------------------------------------------------------------------------------
	各種タイトル画像(事業案内・)
-------------------------------------------------------------------------------------------------*/
/* LPガス・供給体制・供給システム */


/* サブタイトル */
.sub_title{
    margin: 30px 0 40px 0;
    padding: 0px;
    color: #333;
    font-size: 27px;
    text-align: center;
}

h4.sub_title{
    margin: 20px 0 20px 0;
    padding: 0px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #333333;

}

.under_line{
  font-size : 18px;
  color : #333333;
  padding-left:1em;
  position:relative;
}
.under_line:after{
	content:"";
	display:block;
	position:absolute;
	top: 50%;
	left:0;
	width:10px;
	height:2px;
	background:#E72420;
}
/* 新エネルギー(太陽光・エネファーム ) energy.html */
#title_energy{
margin-bottom:20px;
}

ul#inline li img{
display:block;
border-style:none;
}

ul#inline li{
float:left;
padding-left:5px;
display:inline-block;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	width: 500px;
}

/* Q&amp;A */
.tabContainer dl {
	clear: both;
	width: 500px;
}

/* Q */
.tabContainer dl dt {
	margin:0px;
	padding-top:10px;
	padding-left: 35px;
	background: url(../images/information/faq/image_q.jpg) no-repeat;
	background-position:10px 10px;
	font-weight: bold;
	width:500px;
	height:75px;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	font-size:11pt;
}

/* A */
.tabContainer dl dd {
	margin:0 0 10px 0;
	padding:10px 10px 10px 35px;
	background: url(../images/information/faq/image_a.jpg) no-repeat;
	background-color:#f5f5f5;
	background-position:10px 10px;
	width:490px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	line-height:1.5em;
	font-size:9pt;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/


/* ページトップ */

#contents .page_top{
	clear:both;
	text-align:right;
	
}

#contents .page_top a{
	color:#ff0000;
	display:none;
}

/* 太字 */

.text_bold{
	font-weight:bold;
}

.text_red_b{
	font-weight:bold;
	color:#f90032;
}

</pre></body></html>