<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * pikmin3.css
 * scss: ../scss/pikmin3.scss
 */
.link a {
  font-size: 12px;
}

.cap {
  font-size: 12px;
  color: #c8c8cc;
}

.mincho {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
}

body {
  background-color: black;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: white;
}

/* 
 * link style
 */
a {
  color: #ff7e7e;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #ff7e7e;
  text-decoration: none;
}
a:visited {
  color: #ff7e7e;
  text-decoration: none;
}
a:hover {
  color: #d6d6d9;
  text-decoration: underline;
}
a:active {
  color: #d6d6d9;
  text-decoration: underline;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #45454C;
}

.archive #header {
  background: url(../images/ph_main_archive.png) no-repeat 75px 10px;
}
.archive #header .link {
  margin-top: 60px;
}
.archive #navi {
  margin-top: 0;
}
.archive .conv {
  margin-bottom: 0;
}

/*
 * 	header
 */
#header {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px;
}
#header .logo {
  margin-bottom: 17px;
  text-align: center;
}
#header h1 {
  margin-top: 0;
  text-align: center;
}
#header #yodogawa {
  width: 500px;
  height: 417px;
  margin: 0 auto;
  margin-top: -437px;
  text-align: center;
}
#header .photo {
  width: 700px;
  margin: 20px auto;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contents h2 {
  margin: 0;
  text-align: center;
}
.contents .article {
  width: 500px;
  margin: 50px auto;
  text-align: center;
}
.contents .article .info {
  margin: 100px auto;
  text-align: center;
}
.contents .article h2 {
  margin-bottom: 25px;
  font-weight: normal;
  color: #d6d6d9;
}
.contents .column {
  width: 600px;
  background: url(../images/bg_column_mid.gif) repeat-y center top;
}
.contents .column:before {
  display: block;
  width: 600px;
  height: 20px;
  margin-bottom: 30px;
  background: url(../images/bg_column_top.gif) no-repeat center top;
  content: ' ';
}
.contents .column:after {
  display: block;
  width: 600px;
  height: 20px;
  margin-top: 30px;
  background: url(../images/bg_column_btm.gif) no-repeat center top;
  content: ' ';
}
.contents .column h2 {
  margin: 25px auto;
}
.contents .mailColumn {
  background: url(../images/icon_mail.gif) no-repeat center top;
  margin: 50px 0;
  padding-top: 40px;
}
.contents .mailColumn .article {
  margin-top: 0;
  color: #c8c8cc;
}
.contents .send {
  margin: 50px auto;
}
.contents .date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #d6d6d9;
}
.contents .photo {
  margin: 40px auto;
}

#navi {
  width: 600px;
  margin: 50px auto;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
  text-align: center;
}
#navi ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  padding: 0 20px;
}
#navi ul li.hidden {
  visibility: hidden;
}

/*
 * archive
 */
#archive {
  width: 500px;
  height: auto;
  margin: 50px auto;
}
#archive h2 {
  margin: 10px 0;
  text-align: center;
}
#archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#archive li {
  margin-bottom: 5px;
}
#archive li a {
  display: block;
  padding: 3px 0;
  text-align: center;
}
#archive li span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#archive li span.title {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.25em;
}
#archive li span.date {
  float: right;
  margin-top: 5px;
  font-size: 11px;
  color: #999;
  line-height: 1.5em;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
}
#archive li.current {
  cursor: default;
}
#archive li.current a {
  cursor: default;
  color: white;
}
#archive li.current a:hover {
  color: white;
}
#archive li.current span.title {
  color: #666;
  font-weight: bold;
}
#archive li.current span.date {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #00A43C;
}

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

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.conv {
  width: 500px;
  margin: 0 auto 25px;
}
.conv table {
  width: 100%;
}
.conv th {
  width: 80px;
  padding: 2em 10px 0 0;
  padding-top: 2em;
  padding-right: 10px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  color: #d6d6d9;
}
.conv th.talker1 {
  color: #333333;
}
.conv th.talker2 {
  color: #404080;
}
.conv th.talker3 {
  color: #804040;
}
.conv th.talker4 {
  color: #3E943E;
}
.conv th.talker5 {
  color: #4C9980;
}
.conv td {
  padding-top: 2em;
  vertical-align: middle;
  color: #c8c8cc;
}
.conv .photo {
  margin: 30px 0;
  text-align: center;
}
.conv .continue {
  width: 500px;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
</pre></body></html>