@charset "utf-8";

/*----------------------------------
ヘッダー
------------------------------------*/

.green_line{
	border-top: 2px solid #225432;
	padding-top: 10px;
	margin-bottom: 20px

		
}

#header_underline {

	width: 942px;
	border-bottom: solid 1px #666666;
	margin: 0px auto;
}

/*----------------------------------
top
------------------------------------*/

.SF-module-container dl{
	display: flex;
	flex-wrap: wrap;
	color:#666666;
}

.SF-module-container dt{
	width: 17%;
}

.SF-module-container dd{
	width: 83%;
}

/*----------------------------------
お問い合わせ
------------------------------------*/


.section p{
	color: #666666;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	font-weight: normal;
}
 .headlineStyle {
	width: 100%;
	height: 41px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 0px;
	/*background-color:;*/
	background-image:url(../assets/h2_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color: #336600;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 41px;
	text-indent: 0px;
	overflow: hidden;
}

 .headlineStyle_thin {
	width: 100%;
	height: 41px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 0px;
	/*background-color:;*/
	background-image:url(../assets/h2_bar_thin3.png);
	background-position:left top;
	background-repeat:no-repeat;
	color: #336600;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 41px;
	text-indent: 0px;
	overflow: hidden;
}


.headlineStyle_thin span {
	color:#333333;
	font-weight: normal;
}

/*----------------------------------
会社概要
------------------------------------*/
.info_box{
	width: 90%;
	padding: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.info_box li {
  list-style: none;
	font-weight: normal;
	margin-bottom: 5px;
}

.newslistdata dl{
	display: flex;
	flex-wrap: wrap;
	background-color: #cccccc;
}

.newslistdata dt{
	width: 50%;
}
.newslistdata dd{
	width: 50%;
}



/*----------------------------------
防災設備点検
------------------------------------*/

/*　説明テキスト　*/
.description {
	display:block;
	width:680px;
	height:100%;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:inherit;
}


/*----------------------------------
汎用
------------------------------------*/


.mb_10{
	margin-bottom: 10px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_40{
	margin-bottom: 40px;
}


.ml_5{
	margin-left: 5px;
}
