@charset "UTF-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css";

#right_box a:hover img{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

#right_box ul li{
	list-style-type: none;
}

#right_box p strong{
	color: #FF0000;
}

#right_box div.inquiry{
	margin: 20px 0;
}



/* ガス案内
*********************************************************/
#right_box dl{
	margin-bottom: 40px;
}

#right_box dt{
	margin-bottom: 10px;
}

#right_box dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #0071BC;
	overflow: hidden;
}
#right_box dd:last-child{
	border-bottom: 0px;
}

#right_box dd ul.indent1 li{
	text-indent: -1em;
	margin-left: 1em;
}

#right_box .borderbox{
	padding: 15px;
	margin-bottom: 20px;
	border: 2px dashed #004097;
}

#right_box .borderbox table{
	width: 100%;
}