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

************************************************************/
body { padding: 0; margin: 0; text-align: center; font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS Gothic', 'ＭＳ ゴシック', sans-serif; -webkit-text-size-adjust: 100%; }
body, td, th { font-size: 12px; line-height: 20px; color: #333; }
.font_small, .font_small td, .font_small th { font-size: 12px; line-height: 20px; }
.fixed { position: fixed; }
h4 { font-size: 100%; }
.caption { font-size: 9px; line-height: 1.5; }
@media print {
.fixed { position: static; }
body { width: 1080px; }
}

/************************************************************
layout

************************************************************/
#main { width: 900px; margin: auto; overflow: hidden; }
#comment { padding: 10px; border: 1px dotted #ccc; background-color: #eee;}
.section { margin: 60px auto 0;}
.section_title { width: 900px; margin: 0px auto 30px; text-align:left; padding-top: 40px; border-top: 1px solid #ccc;}
#outline { width: 860px; margin: 60px auto 30px; padding: 19px; border: 1px solid #ccc; text-align: left;}
#copyright { width: 900px; margin: 30px auto; text-align: right; font-size: 10px;}
#concept_image { margin: 30px 0px;; position: relative; overflow: hidden; }
#concept_image .inner { position: relative; width: 720px; height: 240px; margin: auto; text-align: left; }
#concept_image .inner div { width: 724px; height: 240px; }
#concept_image .inner div img { margin: 0 1px; }
#listlink { padding: 40px 20px; height: 100px; background: url(../images/listlink_bg.jpg) no-repeat 50% 0%; margin-top: 30px;}
#listlink ul {overflow: hidden; width: 720px; margin: 24px auto 0px;}
#listlink ul li { list-style: none; float: left; width: 240px;}

  div.breadcrumb {
    width: 100%;
    height: 20px;
    margin:0 auto 5px auto;
    width:900px;
    
       
}

div.breadcrumb&gt;ul&gt;li {font-size: 15px;
    float: left;
    list-style:none;}


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