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

/* NAVIGATION */
#Nav { background: #00A497;}
#Nav ul li:hover a { color:#00A497;}

/* ADDRESS */
#footer .add { background: #00A497;}

/* PAGE */
#page a { background-color: #00A497;}


/*====================================================================================================
  TOPPAGE
====================================================================================================*/

/* CONTBOX */
#toppage .cont_box h3::before,
#toppage .cont_box h3::after { background: #00A497; }
#toppage .cont_box .b_more a { background: #00A497; }
#toppage .cont_box .btn_bana p a { background: #00A497; }
#toppage .cont_box .btn_bana p a,
#toppage .cont_box .btn_bana p a:hover { border: 3px solid #00A497;}

#toppage .cont_box.cont1 { background: url(../../image/bg01.jpg) no-repeat; background-size: cover;}
#toppage .cont_box.cont2 {}
#toppage .cont_box.cont3 { background: url(../../image/bg02.jpg) no-repeat;	background-size: cover;}
#toppage .cont_box.cont4 {}
#toppage .cont_box.cont5 {}

/* BLOG */
#toppage .blog_list {}
#toppage .blog_list::after { /*float_clear*/ display:block; clear:both; content:"";}


/*====================================================================================================
  SUBPAGE
====================================================================================================*/

/* MIDASHI */
#subpage h3 { border-bottom:3px solid #00A497;}
#subpage h4.mid { color:#00A497; background:rgba(0,164,151,0.10);}
#subpage h4 { color:#00A497; }

/* BUTTON */
#subpage .btn { background: #00A497;}

/* FLOW */
#subpage ul.flow_box li { background: #00A497;}
#subpage .flow1a li:nth-child(1) { background: #00A497;}
</pre></body></html>