<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * normalise
 */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * conv-dl
 --------------------------------------------------------------------------------*/
.conv {
  width: 500px;
  margin: 25px auto 25px;
}
.conv dl {
  display: table;
  width: 100%;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dt, .conv dd {
  display: table-cell;
  text-align: left;
}
.conv dt.talker0, .conv dd.talker0 {
  color: #666;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #000;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #000;
}
.conv dt.talker3, .conv dd.talker3 {
  color: #218521;
}
.conv dt {
  width: 80px;
  padding: 2em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #000;
}
.conv dt.talker0 {
  letter-spacing: 0;
}
.conv dd {
  padding-top: 2em;
  vertical-align: middle;
  color: #000;
}
.conv dd.photo {
  padding: 30px 0 10px 80px;
  text-align: left;
}
.conv dd.photo p {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.photoC {
  padding: 30px 0 10px 0;
  text-align: center;
}
.conv dd.photoC p {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.center {
  text-align: center;
}
.conv .continue {
  width: 500px;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}

/*
 * Font
 */
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #3f3f3f;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #3f3f3f;
}

.gray2 {
  color: #CCCCCC;
}

.red {
  color: #FF0000;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/*
 * basic
 */
body {
  background: #FFF url(../images/bg.jpg) center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000;
}

del {
  color: #3f3f3f;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 */
a {
  color: #00A0C6;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #00A0C6;
  text-decoration: none;
}
a:visited {
  color: #91918F;
  text-decoration: none;
}
a:hover {
  color: #7fcfe2;
  text-decoration: underline;
}
a:active {
  color: #7fcfe2;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a *, .opc2 a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a .amazon {
  display: block;
  background: url(../images/icon_amazon.png) no-repeat left center;
  padding-left: 25px;
}
.exlink a {
  display: block;
  background: url(../images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #00A0C6;
  text-decoration: none;
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background: url(../images/bg_content.jpg) repeat-y center top;
}

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  width: 750px;
  height: auto;
  margin: 0 auto;
}
#header #hobo {
  position: absolute;
  top: 15px;
  right: 5px;
  text-align: right;
}
#header h1 {
  margin: 0 auto;
  padding-top: 15px;
}
#header .cap {
  text-align: right;
}

#yodogawa {
  margin: 0 auto;
}

/*
 * contents
 */
.contents {
  width: 800px;
  margin: 30px auto 60px;
  margin-bottom: 50px;
}
.contents h2 {
  width: 500px;
  margin: 30px auto 30px;
  text-align: left;
}
.contents .banner {
  margin: 0 auto 60px;
  text-align: center;
}
.contents .photo {
  margin: 3em 0 1em;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.contents blockquote {
  margin: 20px 0;
  font-weight: bold;
  color: #7283AC;
  border-left: 2px solid #7283AC;
  padding-left: 1em;
}

.section {
  overflow: hidden;
  *zoom: 1;
}

.fltL &gt; p {
  margin-top: 0;
}

.photos {
  margin-left: 480px;
}
.photos ul, .photos li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.photos ul {
  letter-spacing: -0.4em;
  line-height: 0;
}
.photos li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.075em;
  line-height: 1.75em;
}

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: "Droid Sans Mono", "Lucida Console", Monaco, monospace;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
}

#navi {
  text-align: center;
}
#navi ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0 10px;
}

/*
 * archive
 */
#past {
  width: 600px;
  margin: 50px auto;
}
#past h2 {
  text-align: center;
  color: #403400;
  font-size: 16px;
}
#past ul, #past li {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#past li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 500-em2px(4.5);
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#past li:first-child {
  border-top: 1px solid #CCC;
}
#past li.current {
  color: #403400;
}
#past li.off {
  color: #999;
}
#past li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#past li a:visited, #past li a:hover {
  color: #00A0C6;
  text-decoration: none;
}
#past li em {
  margin-left: -4em;
  padding-right: 1em;
  font-style: normal;
  font-weight: bold;
}
#past li span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -12px;
  font-family: "Droid Sans Mono", "Lucida Console", Monaco, monospace;
  font-size: 12px;
  color: #666;
}
#past li span.jp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
 * footer
 */
#footer {
  position: relative;
  padding-bottom: 100px;
  margin-top: 40px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
  line-height: 0;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 20px;
  margin: 0;
  letter-spacing: 0.075em;
  line-height: 1em;
}
#footer .fblike {
  margin: 20px auto;
  text-align: center;
}
#footer .copyright {
  margin: 20px auto;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
}

.openBoxElement {
  display: block;
  width: 800px;
  padding: 40px 40px;
}
.openBoxElement h3 {
  margin-left: 440px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.openBoxElement p {
  margin-left: 440px;
}
.openBoxElement .close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.openBoxPhoto {
  width: auto;
  text-align: center;
}
.openBoxPhoto .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
</pre></body></html>