<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 url('/css/main.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/************************************************************************/
/*  File name : baldanders2014.css                                      */
/************************************************************************/
/*  Contents  : Cascading Style Sheet (Customize)                       */
/*                                                                      */
/*  Auther    : Yasuhiro (Spiegel) ARAKAWA , 2014.07.30                 */
/************************************************************************/

/* decolation */
blockquote, pre {
  border: solid thin gray;
}
figure blockquote, figure pre {
  margin: 0rem 0rem 0rem 0.4rem;
}
blockquote ul, blockquote ol {
  margin: 0.2rem 0rem;
}

/* page layout */
#container {
  min-width: 320px;
  max-width: 960px;
  margin: 0 auto;
}

/* header layout */
#container header {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid thin black;
}
header &gt; h1 {
  font-size: x-large;
  margin: 0;
  color: green;
  background-color: transparent;
}
header &gt; p {
  margin: 0;
  padding: 0;
}
header &gt; ul, header &gt; ol {
  list-style: none;
  margin: 0;
  padding: 0
}
header &gt; ul &gt; li, header &gt; ol &gt; li {
  vertical-align: top;
  display: inline-block;
  font-size: larger;
  margin: 0 0 0 0.2rem;
}
header a:link {
  color: green;
  background-color: transparent;
}
header a:visited {
  color: green;
  background-color: transparent;
}
header a:active {
  color: green;
  background-color: transparent;
}
header a:hover {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
header a:link&gt;IMG {
  border-style: none;
  border-width: 0;
}
header a:visited&gt;IMG {
  border-style: none;
  border-width: 0;
}
header a:active&gt;IMG {
  border-style: none;
  border-width: 0;
}
header a:hover&gt;IMG {
  border-style: none;
  border-width: 0;
}

/* footer layout */
#container footer {
  display: block;
  width: 100%;
  font-size: smaller;
  line-height: 1.2;
  margin-top: 0.5rem;
  padding-top: 0.1rem;
  border-top: solid thin black;
}
footer .copyright {
  font-size: inherit;
  line-height: inherit;
  text-align: right;
}

/* contents layout */
#container #contents {
  display: flex;
  flex-direction: row;
}
#contents &gt; #main {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 750px;
  margin-right: 5px;
}
#contents &gt; #sidebar {
  flex: 1 1 0;
  max-width: 210px;
  min-width: 210px;
}
/* content layout */
#main h1, #main h2 {
  border: solid thin gray;
  margin: 0 0 1rem 0;
  padding: 0 0.5rem 2px 2px;
}
#main h3, #main h4, #main h5, #main h6 {
  text-decoration: underline;
}
#main h4, #main h5, #main h6 {
  font-size: medium;
}
#main .offrec {
  color: gray;
  background-color: transparent;
}
article .copyright {
  display: block;
  width: 100%;
  font-size: smaller;
  line-height: 1.2;
  margin: 0.5rem 0 2rem 0;
  padding-top: 0.1rem;
  border-top: solid thin black;
  text-align: right;
}

.copyright a:visited&gt;IMG {
  border-style: none;
  border-width: 0;
}
.copyright a:active&gt;IMG {
  border-style: none;
  border-width: 0;
}
.copyright a:hover&gt;IMG {
  border-style: none;
  border-width: 0;
}

/* sideber layout */
#sidebar &gt; .card {
  width: 100%;
  border: solid thin gray;
  margin: 0 0 0.5rem 0;
  padding: 2px;
  clear: both;
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  font-weight: 400;
  font-size: medium;
  margin: 0;
  padding: 2px;
  border-bottom: solid thin gray;
}
.card p, .card address, .card blockquote, .card pre, .card ul, .card ol, .card dl {
  font-size: small;
  margin: 0.2rem 0;
}
.card ul, .card ol {
    list-style: none;
    padding-left: 1rem;
}
.card.cloud ul, .card.cloud ol {
    padding-left:0;
}

/* hreview */
#main .hreview {
  font-size: small;
  line-height: 1.2;
  color: black;
  background-color: white;
  border: solid thin gray;
  margin: 1rem 0rem;
  padding: 2px;
}
.hreview dl {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  text-align: left;
}
.hreview dl &gt; dt {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  border: none;
  color: inherit;
  background-color: inherit;
}
.hreview dl &gt; dd {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  border: none;
  color: inherit;
  background-color: inherit;
}
.hreview img.photo {
  float:left;
  border: none;
  color: inherit;
  background-color: inherit;
  margin: 0 15px 10px 10px;
  padding: 0.5rem;
}
.hreview p.gtools {
  font-size: smaller;
  line-height: inherit;
  text-align: right;
  margin: 0;
  clear: both;
}

/* viewport -&gt; not supported, yet */
/*@viewport {
  min-width: 480;
}*/

/* condition of medeia */
@media screen and (min-width: 750px) {
  html, body {
    color: black;
    background-color: #FFF8E7; /* Cosmic Latte: http://www.pha.jhu.edu/~kgb/cosspec/ */
  }
  #sidebar {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  html, body {
    color: black;
    background-color: white;
  }
  #sidebar {
    display: none;
  }
}


/***** end of file ******************************************************/
</pre></body></html>