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

  header

---------------------------------------------------------------------------- */
/* ヘッダー　サイト名 */
#header_site_name {
	width: 120px;
}
/**
-------------------------------------------------------------------------------

フッター

---------------------------------------------------------------------------- */
#footer_info {
	text-align: center;
}
/* フッター　ナビ */
#footer_nav &gt; ul {
	display: block;
	width: 100% !important;
	margin-bottom: 0;
	border-left: none;
}
#footer_nav &gt; ul &gt; li {
	display: block;
	width: 100% !important;
	border-right: none;
}
#footer_nav &gt; ul &gt; li &gt; ul {
	width: 100% !important;
	text-align: center;
}
#footer_nav &gt; ul &gt; li &gt; ul &gt; li:not(:first-child)::before {
	display: none;
}
#footer_nav a {
	display: inline-block;
	padding: 5px;
}
/**
-------------------------------------------------------------------------------

section_greeting

---------------------------------------------------------------------------- */
#section_greeting .greeting_text br {
	display: none;
}
/**
-------------------------------------------------------------------------------

section_business

---------------------------------------------------------------------------- */
.business_list li {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/**
-------------------------------------------------------------------------------

section_info

---------------------------------------------------------------------------- */
/* 新着情報 */
.news_list .news {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/* 新着情報　偶数右寄せ */
.news_list .news:nth-child(even) {
	float: none;
}
/**
-------------------------------------------------------------------------------

section_office

---------------------------------------------------------------------------- */
/* 営業所リスト */
.office_list {
	width: 100%;
}
/* 営業所 */
.office_list .office {
	float: none;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px dotted #000;
}
/* 営業所　営業所名 */
.office_list .office .titlebox {
	text-align: center;
}
/**
-------------------------------------------------------------------------------

secondary_nav

---------------------------------------------------------------------------- */
#secondary_nav &gt; ul {
	text-align: center;
}
#secondary_nav &gt; ul &gt; li {
	border-left: 1px solid #fff;
}
/**
-------------------------------------------------------------------------------

  banaset

---------------------------------------------------------------------------- */
.banaset .bana {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.banaset .bana:nth-child(odd) {
	margin-left: auto;
}
/**
-------------------------------------------------------------------------------

  linkset

---------------------------------------------------------------------------- */
.linkset li {
	display: block;
	margin: 0 auto 20px auto;
}
.linkset li:nth-child(even) {
	margin-left: auto;
}
/**
-------------------------------------------------------------------------------

  callout

---------------------------------------------------------------------------- */
.calloutset.col2 .callout {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #999;
}
.calloutset.col2 .callout .textbox table th,
.calloutset.col2 .callout .textbox table td {
	display: block;
	width: 100%;
	float: left;
}
/**
-------------------------------------------------------------------------------

  tableset

---------------------------------------------------------------------------- */
.tableset th,
.tableset td {
	display: block;
	float: left;
	width: 100%;
}
/**
-------------------------------------------------------------------------------

  mediaset

---------------------------------------------------------------------------- */
.mediaset .imgbox,
.mediaset .titlebox,
.mediaset .textbox {
	float: none !important;
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
/**
-------------------------------------------------------------------------------

  callout

---------------------------------------------------------------------------- */
.calloutset.col3 .callout {
	overflow: hidden;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.calloutset.col3 .callout:nth-child(3n+1) {
	margin-left: auto;
}
/*-------------------------------------------------------------------------- */</pre></body></html>