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


/*======================================
	事業内容 カーライフ オイル
=======================================*/

#oil_wrap #top_txt{
	margin-top:0.5em;
	width:100%;
}
.top_txt2{
	margin-bottom:1em;
	width:100%;
}
#gasoline img{
	width:100%;
	max-width:704px;
	margin-bottom:1em;
}
.content_img_wrap{
	width:31%;
	max-width:217px;
	float:left;
	margin-bottom:1em;	
	margin-right:3%;
}
.content_img_wrap:nth-child(3),
.content_img_wrap:nth-child(6){
	margin-right:0;
}
.content_img_wrap img{
	width:100%;
}
.oil_wrap h3{
	background:#fbcb67;
	padding:8px 0 8px 20px;
	margin-bottom:1em;	
}
.qa_txt{
	width:100%;
	margin-bottom:1em;	
}
.Q{
	font-weight:bold;
	color:#fc7200;
}
.A{
	font-weight:bold;
	color:#F00;
}
.midashi{
	font-weight:bold;
}
a.store_link{
	color:#a92126;
}

/*======================================
	タブレット・スマホ
=======================================*/
@media screen and (max-width: 640px) {
#oil_wrap #top_txt{
		width:100%;
		float:none;
		margin-bottom:1em;
}
#content_txt{
		width:100%;
		float:none;
		margin-bottom:1em;
}
#content_img{
		width:100%;
		max-width:446px;
		margin:0 auto;
		overflow: hidden;
	}
.content_img_wrap{
		width:48%;
		float:left;
		margin-bottom:0.5em;
}
.content_img_wrap:nth-child(odd){
	margin-right:4%;
}
.content_img_wrap:nth-child(even){
	margin-right:0;
}

}

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