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

/*	color
------------------------------------------------------------*/

.themeColor,
#sectionNaviArea02 dl dt a,
table.tableStyle03 td b,
table.tableStyle03 td span { color: #d2af3c; }

#headerAddress { color: #754C24; }

.hahahaBox .hahahaText h3,
.topicsBox h3 { color: #b09332; }

#sectionNaviArea03 dl dt a { color: #ef858c; }

/*	background-color
------------------------------------------------------------*/

.themeBackColor,
#headerWrap,
dl.footerNavi dt,
#footer,
.hahahaBox .hahahaButton img,
.imageButton img,
.textButton,
.textButtonSmall,
table.tableStyle03 th span,
ul#globalNavi li a:hover { background: #dbbf63; }/*#d2af3c*/

ul#globalNavi li.listParent span:hover,
ul#globalNavi li a { background: #b09332; }

.footerLink { background: #666; }

/*	border-color
------------------------------------------------------------*/

#copyright { border-bottom: 10px solid #666; }

/*	background-image
------------------------------------------------------------*/

#headerArea h1 a { background: url(../images/h1_title.png) 0 0 no-repeat; }

#sectionNaviArea01 { background: url(../images/index/section001.jpg) left top no-repeat; }
#sectionMainArea01 { background: url(../images/index/section001.jpg) right top no-repeat; }

#sectionNaviArea02 { background: url(../images/index/section002.jpg) left top no-repeat; }
#sectionMainArea02 { background: url(../images/index/section002.jpg) right top no-repeat; }

#sectionNaviArea02 dl dt { background: url(../../images/icon_arrow_lightbrown.png) 0 5px no-repeat; }

#sectionNaviArea02 dl.naviBox001 { background: url(../../images/index/navi_image001.jpg) 0 0 no-repeat; }
#sectionNaviArea02 dl.naviBox002 { background: url(../images/index/navi_image002.jpg) 0 0 no-repeat; }
#sectionNaviArea02 dl.naviBox003 { background: url(../../images/index/navi_image003.jpg) 0 0 no-repeat; }
#sectionNaviArea02 dl.naviBox004 { background: url(../../images/index/navi_image004.jpg) 0 0 no-repeat; }
#sectionNaviArea02 dl.naviBox005 { background: url(../../images/index/navi_image005.jpg) 0 0 no-repeat; }
#sectionNaviArea02 dl.naviBox010 { background: url(../images/index/navi_image010.jpg) 0 0 no-repeat; }

#sectionNaviArea03 { background: url(../images/index/section003.jpg) left top no-repeat; }
#sectionMainArea03 { background: url(../images/index/section003.jpg) right top no-repeat; }

#sectionNaviArea03 dl dt { background: url(../../images/icon_arrow_pink.png) 0 5px no-repeat; }

#sectionNaviArea03 dl.naviBox001 { background: url(../images/index/navi_image006.jpg) 0 0 no-repeat; }
#sectionNaviArea03 dl.naviBox002 { background: url(../../images/index/navi_image007.jpg) 0 0 no-repeat; }
#sectionNaviArea03 dl.naviBox003 { background: url(../../images/index/navi_image008.jpg) 0 0 no-repeat; }
#sectionNaviArea03 dl.naviBox004 { background: url(../../images/index/navi_image009_2.jpg) 0 0 no-repeat; }

#safetyPage h2 { background-image: url(../images/titlebanner/titlebanner_safety.jpg); }
#generalPage h2 { background-image: url(../images/titlebanner/titlebanner_general.jpg); }
#greetingPage h2 { background-image: url(../images/titlebanner/titlebanner_greeting.jpg); }
#refPage h2 { background-image: url(../images/titlebanner/titlebanner_contact.jpg); }
#privacyPage h2 { background-image: url(../images/titlebanner/titlebanner_privacypolicy.jpg); }

#generalMessage { background-image: url(../images/treat/general_image001.jpg); }

/*	複数指定
------------------------------------------------------------*/

#parkingArea {
	padding: 40px 0;
	color: #FFF;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/clinic/parking_bg.jpg);
}

.topicsBackNumTitle b {
	color: #d2af3c;
	border-color: #d2af3c;
}

.recruitArea h4 {
	color: #d2af3c;
	border: 3px solid #d2af3c;
}
</pre></body></html>