/**
 * pikmin3.css
 * scss: ../scss/pikmin3.scss
 */
.link a {
  font-size: 12px;
}

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

.hidden {
  visibility: hidden;
}

body {
  background: white url(../images/bg.png) fixed repeat 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.1em;
}

body.profile {
  background-image: none;
}

/* 
 * link style
 */
a {
  color: #16ae5e;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #16ae5e;
  text-decoration: none;
}
a:visited {
  color: #16ae5e;
  text-decoration: none;
}
a:hover {
  color: #f6ab00;
  text-decoration: underline;
}
a:active {
  color: #f6ab00;
  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: url(../images/bg_content.png) fixed repeat-y center top;
}

.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;
  background: url(../images/ph_main.png) no-repeat 0 15px;
}
#header .logo {
  width: 440px;
  margin-left: 360px;
  margin-bottom: 17px;
  text-align: left;
}
#header h1 {
  width: 440px;
  margin-left: 360px;
  margin-top: 0;
  text-align: left;
}
#header h1 img {
  display: block;
}
#header h1 img:first-child {
  margin-bottom: 35px;
}
#header #yodogawa {
  width: 440px;
  margin-left: 360px;
  margin-top: 41px;
  text-align: left;
}
#header .link {
  width: 440px;
  margin-left: 360px;
  margin-top: 20px;
}

/*
 * contents
 */
.contents {
  position: relative;
  margin-bottom: 50px;
}
.contents h2 {
  margin: 0;
  text-align: center;
}
.contents .date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: gray;
}

#navi {
  width: 800px;
  margin: 20px auto 0;
  background: url(../images/bg_thin_mid.png) repeat-y center top;
}
#navi ul {
  overflow: hidden;
  *zoom: 1;
  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 9px;
}
#navi ul li.first {
  padding-left: 95px;
}
#navi ul li.iine {
  background: url(../images/bg_iine.png) no-repeat center top;
  width: 132px;
  height: 45px;
  padding: 10px 9px 0 29px;
}
#navi ul li.hidden {
  visibility: hidden;
}

/*
 * archive
 */
#archive {
  width: 500px;
  height: auto;
  overflow: hidden;
  margin: 50px auto;
  text-align: left;
}
#archive h2 {
  margin: 10px 0;
}
#archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#archive li {
  margin-bottom: 5px;
}
#archive li a {
  display: block;
  padding: 3px 0;
}
#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: black;
}
#archive li.current a:hover {
  color: black;
}
#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 .kinoue {
  text-align: center;
  margin: 20px 0 35px;
}
#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: gray;
}

.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: #333333;
}
.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: #35354C;
}
.conv .photo {
  margin: 30px 0;
  text-align: center;
}
.conv .continue {
  width: 500px;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
