@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

/* clear */
.clear {
  zoom: 100%;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

.corner-sprite, .corner-bottom-d, .corner-buy, .corner-facebook, .corner-left-bottom, .corner-left-d, .corner-left-top, .corner-right-bottom, .corner-right-d, .corner-right-top, .corner-top-d, .corner-twitter {
  background: url('../images/common/corner-s2e4f03c242.png') no-repeat;
}

.corner-bottom-d {
  background-position: 0 -252px;
  height: 23px;
  width: 198px;
}

.corner-buy {
  background-position: -97px -275px;
  height: 18px;
  width: 53px;
}

.corner-facebook {
  background-position: -168px -275px;
  height: 18px;
  width: 18px;
}

.corner-left-bottom {
  background-position: 0 -369px;
  height: 107px;
  width: 96px;
}

.corner-left-d {
  background-position: -118px 0;
  height: 229px;
  width: 21px;
}

.corner-left-top {
  background-position: 0 0;
  height: 94px;
  width: 97px;
}

.corner-right-bottom {
  background-position: -96px -369px;
  height: 107px;
  width: 96px;
}

.corner-right-d {
  background-position: -97px 0;
  height: 229px;
  width: 21px;
}

.corner-right-top {
  background-position: 0 -275px;
  height: 94px;
  width: 97px;
}

.corner-top-d {
  background-position: 0 -229px;
  height: 23px;
  width: 198px;
}

.corner-twitter {
  background-position: -150px -275px;
  height: 18px;
  width: 18px;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  background: #DAE8DF;
  height: 100%;
  min-height: 600px;
  min-width: 960px;
}

.w {
  width: 100%;
  height: 100%;
}

.f {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

#wrapper {
  position: relative;
  background: url(../images/common/h-line.png) repeat-x;
}

#w2 {
  background: url(../images/common/h-line2.png) repeat-x 0 bottom;
}

#w3 {
  background: url(../images/common/v-line.png) repeat-y;
}

#w4 {
  background: url(../images/common/v-line2.png) repeat-y right 0;
  position: relative;
}

.corner {
  position: absolute;
}

#lt {
  left: 0;
  top: 0;
}

#rt {
  right: 0;
  top: 0;
}

#lb {
  left: 0;
  bottom: 0;
}

#rb {
  right: 0;
  bottom: 0;
}

#ld {
  left: 27px;
  top: 50%;
  margin-top: -124px;
}

#rd {
  right: 27px;
  top: 50%;
  margin-top: -124px;
}

#td {
  left: 50%;
  top: 25px;
  margin-left: -99px;
}

#bd {
  left: 50%;
  bottom: 38px;
  margin-left: -99px;
}

/* header */
header {
  position: absolute;
  z-index: 10;
  right: 110px;
  top: 50px;
}
header.home {
  display: none;
}
header ul {
  float: right;
}
header ul li {
  float: left;
  margin-left: 20px;
  font-size: 11px;
}
header ul li a {
  color: #000;
  padding: 2px 5px;
  border: solid 1px #000;
}
header ul li a:hover, header ul li a.current {
  background: #000;
  color: #D9E8E0;
}
header ul li span {
  color: #999;
}

/* footer */
#footer-link {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
#footer-link #footer-content {
  padding-left: 33px;
  float: left;
}
#footer-link #footer-content a {
  display: block;
  float: left;
  margin-right: 10px;
}
#footer-link #footer-content a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#footer-link #footer-content a.f {
  font-size: 13px;
  color: #000;
  height: 18px;
  line-height: 21px;
}
#footer-link #footer-content a.f:hover {
  text-decoration: underline;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#footer-link #footer-content a.corner-twitter {
  margin-right: 5px;
}
#footer-link #footer-sns {
  float: right;
  margin-right: 33px;
}
#footer-link #footer-sns #footer-facebook,
#footer-link #footer-sns #footer-twitter {
  float: left;
  margin-left: 10px;
}
#footer-link #footer-sns #footer-facebook div {
  width: 71px;
  height: 20px;
  overflow: hidden;
}

html, body {
  height: 900px\9;
  min-height: 900px;
}

#mv {
  width: 800px;
  position: absolute;
  height: 720px;
  top: 50%;
  left: 50%;
  margin: -305px 0 0 -400px;
}
#mv #v {
  width: 560px;
  height: 313px;
  overflow: hidden;
  border: solid 2px #000;
  padding: 4px;
  margin: 0 auto;
}
#mv #v div {
  width: 100%;
  height: 100%;
}
#mv #lyric {
  font-size: 11px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  width: 800px;
  position: absolute;
  left: 0;
  margin-top: 30px;
}
#mv #lyric p {
  text-align: center;
  padding-bottom: 20px;
}
#mv #lyric #l-left {
  width: 400px;
  float: left;
}
#mv #lyric #l-right {
  width: 400px;
  float: right;
}
