@charset "UTF-8";
/* CSS Document */
/* ====================================================================

★ Reset

==================================================================== */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
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, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/* ====================================================================

★ default

==================================================================== */
html {
  background-color: #fff;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header > div,
main,
footer > div {
  width: 970px;
  margin: 0 auto;
  *zoom: 1;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

header > div {
  overflow: hidden;
}
header > div h1 {
  float: left;
  display: inline;
}
header > div nav {
  width: 500px;
  height: 80px;
  float: left;
  display: inline;
  background: url(../images/headerNavBg.png) no-repeat right top;
}
header > div nav ul {
  overflow: hidden;
}
header > div nav ul li {
  float: left;
  display: inline;
  margin-left: 1px;
}
header > div nav ul li:first-child {
  margin-left: none;
}

main {
  display: block;
  position: relative;
  padding-bottom: 37px;
  box-shadow: 0 0 20px #000;
  background-color: #000055;
  background-image: url(../images/mainBg.jpg);
  background-repeat: no-repeat;
  background-position: left 1104px;
  z-index: 9;
}
main article {
  position: relative;
}
main article > h1 {
  padding-top: 440px;
}
main article p#catch {
  position: absolute;
  right: 0;
  top: 0;
}
main article p#comicalize {
  position: absolute;
  left: 485px;
  top: 495px;
}
main article p#shinkanInfo {
  position: absolute;
  right: 0;
  top: 440px;
  cursor: pointer;
}
main article aside#news {
  width: 780px;
  margin: 0 auto 46px;
  background: url(../images/asideRssBotttomBg.png) no-repeat left bottom;
  padding-bottom: 15px;
}
main article aside#news #rssArea {
  background: url(../images/asideRssTopBg.png) no-repeat left top;
  padding-top: 15px;
}
main article aside#news #rssArea ul {
  background: url(../images/asideRssCenterBg.gif) no-repeat left top;
  background-color: #fff;
  height: 170px;
  padding-right: 15px;
  overflow-y: auto;
}
main article aside#news #rssArea ul li {
  margin-left: 222px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 26px;
}
main article aside#news #rssArea ul li a {
  color: #FF0000;
  text-decoration: underline;
}
main article aside#news #rssArea p {
  height: 170px;
  background-color: #fff;
  text-align: center;
  line-height: 170px;
}

section#characters {
  margin-bottom: 43px;
}
section#characters ul {
  text-align: center;
}
section#characters ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px;
  cursor: pointer;
}

section#special {
  width: 970px;
  overflow: hidden;
  background: url(../images/sectionSpecialBg.jpg) no-repeat 18px 67px;
  min-height: 438px;
  *height: 438px;
  margin-bottom: 34px;
}
section#special h2,
section#special ul,
section#special p {
  width: 427px;
  margin-left: 543px;
  color: #fff;
}
section#special p {
  line-height: 1.4;
}
section#special ul {
  overflow: hidden;
}
section#special ul li {
  float: left;
  display: inline;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}

section#books {
  padding: 0 18px 0;
  overflow: hidden;
}
section#books div.book {
  width: 467px;
  margin-bottom: 40px;
  float: left;
  display: inline;
  position: relative;
}
section#books div.book h2,
section#books div.book ul {
  margin-left: 231px;
}
section#books div.book h2 li,
section#books div.book ul li {
  cursor: pointer;
}
section#books div.book h2 li:first-child,
section#books div.book ul li:first-child {
  margin-bottom: 17px;
}
section#books div.book p {
  position: absolute;
  left: 0;
  bottom: 0;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  z-index: 10;
}

footer > div {
  height: 37px;
  background-color: #000;
  overflow: hidden;
}

footer > div small {
  float: left;
  display: inline;
  margin-left: 7px;
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
}

footer > div div#sns {
  float: right;
  display: inline;
  margin: 9px 5px 0 0;
}

/* ====================================================================

★ colorbox

==================================================================== */
/*
    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;
}

#cboxWrapper {
  max-width: none;
}

#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;
  padding: 0;
  margin: 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: url(../js/colorbox/images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#cboxOverlay {
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: none;
  overflow: auto;
}

.cboxIframe {
  background: none;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin: 21px 22px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../js/colorbox/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../js/colorbox/images/loading.gif) no-repeat center center;
}

/* 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: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../js/colorbox/images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../js/colorbox/images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../js/colorbox/images/controls.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: 0 -25px;
}

/*
  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);
}

/*# sourceMappingURL=default.css.map */
