@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
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: #238C23;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #2E6999;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #2E6999;
}
.conv dt.talker3, .conv dd.talker3 {
  color: #218521;
}
.conv dt {
  width: 80px;
  padding: 2em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: white;
}
.conv dt.talker0 {
  letter-spacing: 0;
}
.conv dd {
  padding-top: 2em;
  vertical-align: middle;
  color: white;
}
.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;
}

/*
 * grid
 --------------------------------------------------------------------------------*/
.box-group {
  letter-spacing: -0.4em;
  font-size: 0;
}
.box-group .box {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: 0.075em;
  font-size: 14px;
}
.box-group .box:nth-child(odd) {
  background: #cccccc;
}
.box-group .box:nth-child(even) {
  background: #EEE;
}
.box-group .span-1 {
  width: 4.16667%;
}
.box-group .span-2 {
  width: 8.33333%;
}
.box-group .span-3 {
  width: 12.5%;
}
.box-group .span-4 {
  width: 16.66667%;
}
.box-group .span-5 {
  width: 20.83333%;
}
.box-group .span-6 {
  width: 25%;
}
.box-group .span-7 {
  width: 29.16667%;
}
.box-group .span-8 {
  width: 33.33333%;
}
.box-group .span-9 {
  width: 37.5%;
}
.box-group .span-10 {
  width: 41.66667%;
}
.box-group .span-11 {
  width: 45.83333%;
}
.box-group .span-12 {
  width: 50%;
}
.box-group .span-13 {
  width: 54.16667%;
}
.box-group .span-14 {
  width: 58.33333%;
}
.box-group .span-15 {
  width: 62.5%;
}
.box-group .span-16 {
  width: 66.66667%;
}
.box-group .span-17 {
  width: 70.83333%;
}
.box-group .span-18 {
  width: 75%;
}
.box-group .span-19 {
  width: 79.16667%;
}
.box-group .span-20 {
  width: 83.33333%;
}
.box-group .span-21 {
  width: 87.5%;
}
.box-group .span-22 {
  width: 91.66667%;
}
.box-group .span-23 {
  width: 95.83333%;
}
.box-group .span-24 {
  width: 100%;
}
.box-group .span-d1 {
  width: 100%;
}
.box-group .span-d2 {
  width: 50%;
}
.box-group .span-d3 {
  width: 33.33333%;
}
.box-group .span-d4 {
  width: 25%;
}
.box-group .span-d5 {
  width: 20%;
}
.box-group .span-d6 {
  width: 16.66667%;
}
.box-group .span-d7 {
  width: 14.28571%;
}
.box-group .span-d8 {
  width: 12.5%;
}
.box-group .span-d9 {
  width: 11.11111%;
}
.box-group .span-d10 {
  width: 10%;
}
.box-group .span-d11 {
  width: 9.09091%;
}
.box-group .span-d12 {
  width: 8.33333%;
}
.box-group .span-d13 {
  width: 7.69231%;
}
.box-group .span-d14 {
  width: 7.14286%;
}
.box-group .span-d15 {
  width: 6.66667%;
}
.box-group .span-d16 {
  width: 6.25%;
}
.box-group .span-d17 {
  width: 5.88235%;
}
.box-group .span-d18 {
  width: 5.55556%;
}
.box-group .span-d19 {
  width: 5.26316%;
}
.box-group .span-d20 {
  width: 5%;
}
.box-group .span-d21 {
  width: 4.7619%;
}
.box-group .span-d22 {
  width: 4.54545%;
}
.box-group .span-d23 {
  width: 4.34783%;
}
.box-group .span-d24 {
  width: 4.16667%;
}

.box-group-center {
  text-align: center;
}

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

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

/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* text color */
.gray {
  color: #6c6565;
}

.gray2 {
  color: #cccccc;
}

.red {
  color: red;
}

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em;
}

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em;
}

.xx-large {
  font-size: 2em;
  line-height: 1.53125em;
}

.size-9 {
  font-size: 9px;
  line-height: 1.75em;
}

.size-10 {
  font-size: 10px;
  line-height: 1.75em;
}

.size-11 {
  font-size: 11px;
  line-height: 1.75em;
}

.size-12 {
  font-size: 12px;
  line-height: 1.75em;
}

.size-13 {
  font-size: 13px;
  line-height: 1.75em;
}

.size-14 {
  font-size: 14px;
  line-height: 1.75em;
}

.size-15 {
  font-size: 15px;
  line-height: 1.75em;
}

.size-16 {
  font-size: 16px;
  line-height: 1.75em;
}

.size-17 {
  font-size: 17px;
  line-height: 1.75em;
}

.size-18 {
  font-size: 18px;
  line-height: 1.75em;
}

.size-19 {
  font-size: 19px;
  line-height: 1.75em;
}

.size-20 {
  font-size: 20px;
  line-height: 1.75em;
}

.size-21 {
  font-size: 21px;
  line-height: 1.75em;
}

.size-22 {
  font-size: 22px;
  line-height: 1.75em;
}

.size-23 {
  font-size: 23px;
  line-height: 1.75em;
}

.size-24 {
  font-size: 24px;
  line-height: 1.75em;
}

.size-25 {
  font-size: 25px;
  line-height: 1.75em;
}

.size-26 {
  font-size: 26px;
  line-height: 1.75em;
}

.size-27 {
  font-size: 27px;
  line-height: 1.75em;
}

.size-28 {
  font-size: 28px;
  line-height: 1.75em;
}

.size-29 {
  font-size: 29px;
  line-height: 1.75em;
}

.size-30 {
  font-size: 30px;
  line-height: 1.75em;
}

.size-31 {
  font-size: 31px;
  line-height: 1.75em;
}

.size-32 {
  font-size: 32px;
  line-height: 1.75em;
}

/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #eaf9ea;
  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: #3c3232;
}

del {
  text-decoration: line-through;
  color: #6c6565;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #fab82f;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #fab82f;
  text-decoration: none;
}
a:visited {
  color: #e0a52b;
  text-decoration: none;
}
a:hover {
  color: #fcdb97;
  text-decoration: underline;
}
a:active {
  color: #fcdb97;
  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 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-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: #fab82f;
  text-decoration: none;
}

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

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto;
}
#header #hobo {
  padding: 10px 0;
  text-align: center;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#header #hobo a {
  color: #3c3232;
  text-decoration: none;
}
#header h1 {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

#yodogawa {
  text-align: center;
  font-size: 16px;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px;
}
.contents h2 {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.contents blockquote {
  margin: 40px 0;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #6c6565;
  color: #6c6565;
}
.contents .article {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

.column {
  position: relative;
  width: 800px;
  margin: 50px auto;
}
.column h2 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.column .article {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

.photo {
  margin: 40px auto;
}
.photo p {
  font-size: 12px;
  line-height: 1.5em;
  color: #6c6565;
}

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #6c6565;
}

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

/*
 * TOC - table of contents
 */
#toc {
  margin: 50px auto;
}
#toc h2 {
  text-align: center;
}
#toc ul, #toc li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#toc li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 437px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#toc li:first-child {
  border-top: 1px solid #CCC;
}
#toc li.current {
  color: #30BF30;
}
#toc li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#toc li a:visited, #toc li a:hover {
  color: #fab82f;
  text-decoration: none;
}
#toc li em {
  margin-left: -4em;
  padding-right: 1em;
  font-style: normal;
  font-weight: bold;
}
#toc li span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
  color: #999;
}

/*
 * archive
 */
#past {
  margin: 50px auto;
}
#past h2 {
  text-align: center;
}
#past ul, #past li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#past li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 437px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#past li:first-child {
  border-top: 1px solid #CCC;
}
#past li.current {
  color: #30BF30;
}
#past li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#past li a:visited, #past li a:hover {
  color: #fab82f;
  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-size: 12px;
  color: #999;
}

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

#illust {
  position: absolute;
  top: 0;
  left: 0;
}
#illust ul, #illust li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#illust li {
  position: absolute;
  top: 320px;
  left: 580px;
}
#illust li#i1 {
  left: 580px;
  top: 320px;
}
#illust li#i2 {
  left: 50px;
  top: 350px;
}
#illust li#i3 {
  left: 520px;
  top: 500px;
}
#illust li#i4 {
  left: 30px;
  top: 620px;
}
#illust li#i5 {
  left: 540px;
  top: 720px;
}

.yuri ul {
  overflow: hidden;
  *zoom: 1;
}
.yuri li {
  float: left;
  height: 64px;
}
.yuri li + li {
  padding-left: 20px;
  line-height: 64px;
}

.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: 720px;
  text-align: center;
}
.openBoxPhoto .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

body {
  background-color: #FAE3B4;
}

/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto;
}
#header #hobo {
  height: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
#header h1 {
  position: relative;
  z-index: 1;
  width: 798px;
  height: 257px;
  margin: 0 auto;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/page_title.png);
}

.mainPhoto {
  position: relative;
  margin: -66px auto 20px;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.mainPhoto img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/*
 * 	wrapper
 */
#wrapper {
  width: 1000px;
}

#topContent {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
  padding: 0 20px;
}

#yodogawa {
  float: left;
  width: 400px;
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0;
  font-weight: bold;
  color: #437356;
}

#later {
  float: right;
  position: relative;
  width: 480px;
  margin-bottom: 20px;
  background-color: #F34A53;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#later:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 20px;
  left: 20px;
  bottom: -20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/arrow_r.png);
}
#later h2 {
  height: 55px;
  margin: 0;
  padding: 5px 5px 0 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/title_later.png);
}
#later .base {
  background: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0 5px 5px 5px;
  padding: 0 15px 0 15px;
}
#later .base ul.contentsList {
  clear: both;
  padding-bottom: 20px;
}
#later .base ul.contentsList li {
  text-align: left;
}
#later .base ul.contentsList li:nth-child(2n) {
  background-color: #FEF8EC;
}
#later .base ul.contentsList li.nth-2n {
  background-color: #FEF8EC;
}
#later .base ul.contentsList li h4 {
  text-align: right;
}
#later .base ul.contentsList li h5 {
  float: left;
  max-width: 280px;
  margin-right: 1em;
}
#later .base ul.contentsList li .navi {
  clear: both;
}
#later .base .info {
  text-align: center;
}
#later .base .info h3 {
  font-size: 14px;
  color: #F34A53;
  margin: 0;
}
#later .base .info h4 {
  text-align: left;
  margin-bottom: 5px;
}
#later .base .info p {
  font-size: 14px;
  line-height: 1.5em;
}
#later .about {
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 10px 0;
}
#later .about a {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  padding: 0 5px 0 20px;
  line-height: 21px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #AAC789;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-image: url(../images/icon_q.png);
}
#later .about a, #later .about a:link, #later .about a:visited {
  text-decoration: none;
  color: #FFF;
}
#later .about a:hover, #later .about a:active, #later .about a:focus {
  text-decoration: none;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#ranking {
  *zoom: 1;
  position: relative;
  width: 960px;
  margin: 40px auto;
  padding: 5px;
  background-color: #437356;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#ranking:after {
  content: "";
  display: table;
  clear: both;
}
#ranking:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 20px;
  right: 20px;
  bottom: -20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/arrow_g.png);
}
#ranking h2 {
  float: left;
  width: 180px;
  height: 90px;
  margin: 0;
  background-color: #437356;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/title_ranking.png);
}
#ranking .base {
  background: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-left: 185px;
  min-height: 90px;
  height: auto !important;
  height: 90px;
}
#ranking .base > ul {
  width: auto;
  font-size: 0;
  letter-spacing: -0.4em;
}
#ranking .base > ul > li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 175px;
  min-height: 70px;
  height: auto !important;
  height: 70px;
  margin: 10px 10px 10px 0;
  padding: 0 10px 0 30px;
  border: 0 none transparent;
  border-right: 1px solid #CCC;
  background-repeat: no-repeat;
  background-position: left top;
}
#ranking .base > ul > li.no1 {
  background-image: url(../images/icon_1s.png);
}
#ranking .base > ul > li.no2 {
  background-image: url(../images/icon_2s.png);
}
#ranking .base > ul > li.no3 {
  background-image: url(../images/icon_3s.png);
}
#ranking .base > ul > li:first-child {
  margin-left: 10px;
}
#ranking .base ul.navi {
  float: right;
  margin: 0 auto;
}
#ranking .base ul.navi li {
  margin: 0;
  padding: 0;
}
#ranking .base h4 {
  float: left;
}
#ranking .more {
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 10px 10px 10px 0;
}
#ranking .more a {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding: 0 2px;
  line-height: 1.5em;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #AAC789;
}
#ranking .more a, #ranking .more a:link, #ranking .more a:visited {
  text-decoration: none;
  color: #FFF;
}
#ranking .more a:hover, #ranking .more a:active, #ranking .more a:focus {
  text-decoration: none;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/**
 * 	#ranking in popup
 */
body#rankingAll #wrapper {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: transparent;
}
body#rankingAll #ranking {
  width: auto;
  margin: 0 auto;
}
body#rankingAll #ranking .base {
  margin: 0;
}
body#rankingAll #ranking .base ul.contentsList {
  padding: 10px 0;
}
body#rankingAll #ranking .base ul.contentsList > li {
  display: block;
  float: none;
  margin: 10px;
  padding-left: 40px;
  width: auto;
  border-right: 0 none transparent;
  border-bottom: 1px solid #CCC;
}
body#rankingAll #ranking .base ul.contentsList > li.no1 {
  background-image: url(../images/icon_1.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no2 {
  background-image: url(../images/icon_2.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no3 {
  background-image: url(../images/icon_3.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no4 {
  background-image: url(../images/icon_4.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no5 {
  background-image: url(../images/icon_5.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no6 {
  background-image: url(../images/icon_6.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no7 {
  background-image: url(../images/icon_7.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no8 {
  background-image: url(../images/icon_8.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no9 {
  background-image: url(../images/icon_9.png);
}
body#rankingAll #ranking .base ul.contentsList > li.no10 {
  background-image: url(../images/icon_10.png);
}
body#rankingAll #ranking .base ul.contentsList > li:first-child {
  padding-top: 5px;
  margin-top: 0;
}

#dialogue30 {
  clear: left;
  width: 280px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
}
#dialogue30 a {
  display: block;
  height: 60px;
  line-height: 61px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #FAB82F;
  background-image: url(../images/icon_dialogue30.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
}
#dialogue30 a, #dialogue30 a:link, #dialogue30 a:visited {
  text-decoration: none;
  color: #1D4147;
}
#dialogue30 a:hover, #dialogue30 a:active, #dialogue30 a:focus {
  text-decoration: none;
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

ul.contentsList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.contentsList h4, ul.contentsList h5, ul.contentsList h6 {
  margin: 0;
  font-weight: normal;
}
ul.contentsList h4, ul.contentsList h5 {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
ul.contentsList h6 {
  display: none;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  color: #AAC789;
}
ul.contentsList li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.contentsList > li {
  padding: 5px;
  border-bottom: 1px solid #CCC;
}
ul.contentsList > li:first-child {
  border-top: 1px solid #CCC;
}
ul.contentsList ul.navi {
  font-size: 0;
  letter-spacing: -0.4em;
  margin: 5px auto 0;
}
ul.contentsList ul.navi li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
}
ul.contentsList ul.navi li a {
  display: block;
  height: 20px;
  padding: 0 2px;
  margin-right: 5px;
  line-height: 21px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
}
ul.contentsList ul.navi li a, ul.contentsList ul.navi li a:link, ul.contentsList ul.navi li a:visited {
  text-decoration: none;
  color: #1D4147;
}
ul.contentsList ul.navi li a:hover, ul.contentsList ul.navi li a:active, ul.contentsList ul.navi li a:focus {
  text-decoration: none;
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
ul.contentsList ul.navi li.now a {
  width: auto;
  background-color: #FAB82F;
  background-image: url(../images/icon_now.png);
}
ul.contentsList ul.navi li.lat a {
  width: auto;
  background-color: #F34A53;
  background-image: url(../images/icon_lat.png);
}
ul.contentsList ul.navi li.lat a, ul.contentsList ul.navi li.lat a:link, ul.contentsList ul.navi li.lat a:visited {
  color: #FFF;
}
ul.contentsList ul.navi li.lat a:hover, ul.contentsList ul.navi li.lat a:active, ul.contentsList ul.navi li.lat a:focus {
  color: #FFF;
}
ul.contentsList ul.navi li.com a {
  width: auto;
  margin: 0;
  background-color: #AAC789;
  background-image: url(../images/icon_com.png);
}
ul.contentsList ul.navi li.com2 {
  float: right;
}
ul.contentsList ul.navi li.com2 a {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-color: #AAC789;
  background-position: center center;
  background-image: url(../images/icon_com.png);
}
ul.contentsList ul.navi li.del {
  float: right;
}
ul.contentsList ul.navi li.del a {
  width: 20px;
  padding: 0;
  margin: 0;
  background-color: #CCC;
}
ul.contentsList ul.navi li.del a, ul.contentsList ul.navi li.del a:link, ul.contentsList ul.navi li.del a:visited {
  color: #1D4147;
}
ul.contentsList ul.navi li.del a:hover, ul.contentsList ul.navi li.del a:active, ul.contentsList ul.navi li.del a:focus {
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
ul.contentsList .comment {
  padding: 0 8px;
  max-height: 80px;
  overflow: hidden;
}
ul.contentsList .comment ul li {
  position: relative;
  border: 1px solid #AAC789;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 2px;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0;
}
ul.contentsList .comment ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  border: 8px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 8px solid transparent;
}
ul.contentsList .comment ul li:nth-child(odd):before {
  left: -16px;
  border-right-color: #AAC789;
}
ul.contentsList .comment ul li:nth-child(even):before {
  right: -16px;
  border-left-color: #AAC789;
}
ul.contentsList .more {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
ul.contentsList .more a {
  display: block;
  height: 20px;
  padding: 0 2px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #AAC789;
}
ul.contentsList .more a, ul.contentsList .more a:link, ul.contentsList .more a:visited {
  text-decoration: none;
  color: #1D4147;
}
ul.contentsList .more a:hover, ul.contentsList .more a:active, ul.contentsList .more a:focus {
  text-decoration: none;
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#items ul.contentsList {
  font-size: 0;
  letter-spacing: -0.4em;
}
#items ul.contentsList > li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border: 2px solid #FAB82F;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 256px;
  padding: 20px;
  margin: 15px;
}

/*
 * contents
 */
#search {
  width: 940px;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
  background-color: #FCF1D9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
#search .content {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#search .content h2 {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-weight: bold;
  color: #1D4147;
  margin: 0 20px 0 0;
}
#search .content input, #search .content select {
  vertical-align: middle;
}
#search .content select {
  width: 150px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#search .content input[type='search'] {
  width: 150px;
  -webkit-appearance: searchfield;
  font-size: 1rem;
}
#search .content input[type='button'] {
  -webkit-appearance: push-button;
  font-size: 1rem;
}

#random {
  width: 280px;
  margin-left: 40px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
}
#random span {
  display: block;
  font-size: 10px;
}
#random a {
  display: block;
  height: 48px;
  padding-top: 12px;
  line-height: 1.2em;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #FAB82F;
}
#random a, #random a:link, #random a:visited {
  text-decoration: none;
  color: #1D4147;
}
#random a:hover, #random a:active, #random a:focus {
  text-decoration: none;
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#items {
  padding: 5px;
}

/*
 * footer
 */
#footer ul li {
  width: auto;
  padding: 0;
  margin: 0 10px;
  font-weight: bold;
}
#footer ul li a {
  display: block;
  height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #FAB82F;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 26px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
  text-decoration: none;
  color: #1D4147;
}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
  text-decoration: none;
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#footer ul li.mail a {
  background-image: url(../images/icon_mail.png);
}
#footer ul li.tweet a {
  background-image: url(../images/icon_tweet.png);
}
#footer ul li.home a {
  background-image: url(../images/icon_home.png);
}

#vote {
  background-color: #FAE3B4;
}
#vote #wrapper {
  background-color: #FAE3B4;
  width: 500px;
  padding: 40px;
}
#vote #wrapper ul {
  margin: 20px auto;
}
#vote #wrapper .label {
  color: #1D4147;
  font-weight: bold;
}
#vote #wrapper textarea {
  width: 100%;
}
#vote #wrapper #vsubmit {
  margin: 20px auto;
}
#vote #wrapper #vtitle {
  font-size: 16px;
  font-weight: bold;
}
#vote #wrapper #vname {
  font-size: 14px;
  font-weight: bold;
}
#vote #wrapper #vcontent {
  margin-top: 0;
}
#vote #wrapper #voted {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #BFBFB2;
  width: 90%;
  height: 90%;
  /*padding: 10px;*/
  top: 5%;
  left: 5%;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
}
#vote #wrapper #voted .message {
  padding-top: 150px;
}
#vote #wrapper #voted .close {
  padding-top: 20px;
}
#vote #wrapper #voted .close a {
  display: block;
  height: 20px;
  width: 50px;
  margin: 0 auto;
  padding: 0 2px;
  padding-left: 25px;
  line-height: 21px;
  font-size: 14px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-image: url(../images/icon_del.png);
}
#vote #wrapper #voted .close a, #vote #wrapper #voted .close a:link, #vote #wrapper #voted .close a:visited {
  text-decoration: none;
  color: #1D4147;
}
#vote #wrapper #voted .close a:hover, #vote #wrapper #voted .close a:active, #vote #wrapper #voted .close a:focus {
  text-decoration: none;
  color: #1D4147;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#cboxLoadedContent {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 30px;
}

#cboxTitle {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 1.25em;
  padding: 0;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 150px;
  color: #999;
  line-height: 1.5em;
}

#cboxLoadingOverlay {
  background: white url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 75px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
