@charset "utf-8";
/* CSS Document */

#faq dl{
	line-height: 1.5;
}


@media screen and (max-width: 640px) {

#secondContents img{
        width:100%; 
    }
	
#pageTitle:before{
	content: '法人・工場等（高圧・特高）のお客様';
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 14px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}
    #faq #secondContents > p > img {
        width: 100%;
    }

.building_L{
	float: left;
}

.building ul li{
	font-size: 16px;
	color: #006cb8;
	font-weight: bold;
	margin-bottom: 15px;
}

.building img {
	max-width:100%; /* 画像の最大幅 */
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:bottom;
}

.jissekibox{
	background-color: #d7e7f6;
	padding: 10px;
}

.jissekibox ul li{
}

.jisseki02{
	margin: 10px 0 0 0;
}

/*.building_R{
	float: right;
}*/
	
}

@media screen and (min-width: 641px) and (max-width: 1000px) {

#secondContents img{
        width:100%; 
    }
	
#pageTitle{
    background: url(images/pagetitle.jpg) no-repeat center;
    background-size: cover;
    /*background: #ccc;*/
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 15px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}
	
.building_L{
	float: left;
}

.building ul li{
	font-size: 16px;
	color: #006cb8;
	font-weight: bold;
	margin-bottom: 15px;
}

.building_R{
	float: right;
}

.building img {
	max-width:100%; /* 画像の最大幅 */
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:bottom;
}

.jissekibox{
	background-color: #d7e7f6;
	padding: 15px;
}

.jissekibox ul li{
	float: left;
	width: 50%;
}

.jissekibox ul li img{
	width: 100%;
}

.jisseki02{
	margin: 0 0 0 0;
}

}

@media screen and (min-width: 1001px){

#pageTitle{
    background: url(images/pagetitle.jpg) no-repeat center;
    background-size: cover;
    /*background: #ccc;*/
}

#faq dl{
	border: dotted 1px #006cb8;
	margin-top: 15px;
}
#faq dl:first-child{
	margin-top: 0;
}
	#faq dt{
		padding: 15px;
		border-bottom: dotted 1px #006cb8;
		color: #006cb8;
		font-weight: bold;
		font-size: 15px;
	}
	#faq dt:before{
		content: 'Q.';
		margin-right: 5px;
	}
	#faq dd{
		padding: 15px;
	}

.building_L{
	float: left;
}

.building ul li{
	font-size: 16px;
	color: #006cb8;
	font-weight: bold;
	margin-bottom: 15px;
}

.building_R{
	float: right;
}

.jissekibox{
	background-color: #d7e7f6;
	padding: 20px;
}

.jissekibox ul li{
	float: left;
}

.jisseki02{
	margin: 0 0 0 10px;
}

}

