/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: sans-serif;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* common
------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
}

html {
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

h2 {
  text-indent: 0 !important;
  font-size: 30px;
}

a {
  color: #467fb9;
  text-decoration: underline;
}

#header .inner, #contents .inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header .inner::after, #contents .inner::after {
  clear: both;
  content: "";
  display: table;
}

#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
}
#gungho .inner {
  width: 960px;
  height: 31px;
  margin: 0 auto;
  position: relative;
}
#gungho #ragnarok {
  float: left;
}
#gungho #roInfo {
  text-align: right;
}
#gungho #roInfo li {
  display: inline-block;
  line-height: 31px;
  margin-left: 1.5em;
}
#gungho #roInfo li a {
  font-size: 12px;
  font-weight: bold;
}

#sns {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 48px;
  text-align: right;
  z-index: 100;
}
#sns li {
  display: inline-block;
}

#footer {
  padding: 10px;
  background: #000;
  color: #fff;
}
#footer #copy {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#footer #copy::after {
  clear: both;
  content: "";
  display: table;
}
#footer #copy p {
  font-size: 13px;
  font-weight: bold;
}

.toDetail p {
  font-size: 15px;
}

.toentry {
  display: block;
  margin: 0 auto 70px;
  width: 464px;
}

body {
  background: url(../img/content_bg.gif) repeat;
}

#gungho .inner {
  width: 100%;
  padding: 0 30px;
}

/* header
------------------------------------------------- */
#header {
  background: url(../img/header_bg01.png) repeat, url(../img/header_bg02.jpg) repeat-x;
  -pie-background: url(/special/episode-cp201405/img/header_bg01.png) repeat, url(/special/episode-cp201405/img/header_bg02.jpg) repeat-x;
  behavior: url(PIE.htc);
  height: 578px;
  position: relative;
  z-index: 100;
}
#header h1 {
  position: absolute;
  top: 10px;
  left: -90px;
}
#header #date {
  position: absolute;
  top: 380px;
  left: 70px;
  z-index: 10;
}
#header #chara {
  position: absolute;
  right: -55px;
  top: 35px;
}
#header .toAward {
  position: absolute;
  top: 430px;
  left: 70px;
  color: #fff;
}
#header .toAward p {
  font-weight: bold;
}

/* content
------------------------------------------------- */
#content {
  padding-top: 68px;
  background: url(../img/content_bg_onpu.gif) center 20px no-repeat;
}
#content .section {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 70px;
}
#content .section::after {
  clear: both;
  content: "";
  display: table;
}
#content h2 {
  margin-bottom: 12px;
}
#content h2.odd {
  background: url(../img/ttl_bg01.png) left center no-repeat;
}
#content h2.even {
  background: url(../img/ttl_bg02.png) left center no-repeat;
}

#thema ul {
  height: 272px;
}
#thema ul li {
  float: left;
}
#thema ul li + li {
  margin-left: 20px;
}

#award #slideimgWrap {
  background: url(../img/slider_bg.png) no-repeat;
  width: 900px;
  height: 554px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 29px 0;
}
#award #slideimgWrap:before {
  content: url(../img/corner_l.png);
  position: absolute;
  left: 9px;
  top: 23px;
  z-index: 99999;
}
#award #slideimgWrap:after {
  content: url(../img/corner_r.png);
  position: absolute;
  right: 9px;
  top: 23px;
  z-index: 99999;
}
#award #slide {
  width: 882px;
  height: 525px;
  margin: 0 auto;
  overflow: hidden;
}
#award #slideimg {
  position: relative;
  overflow: hidden;
}
#award #slideimg ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#award #slideimg ul li {
  width: 700px !important;
  height: 495px;
}

#present h2 {
  margin-bottom: 0;
}
#present ul {
  padding: 0 50px;
  background: url(../img/present_bg.png) center 22px no-repeat;
  height: 569px;
  position: relative;
  top: -6px;
}
#present ul li {
  display: block;
}

#entry.section {
  margin-bottom: 0;
}

#entry {
  overflow: hidden;
}
#entry ul {
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 265px;
  background: url(../img/step.png) center top no-repeat;
}
#entry ul li {
  display: inline-block;
  width: 259px;
  vertical-align: top;
}
#entry ul li + li {
  margin-left: 56px;
}
#entry .toDetail {
  text-align: center;
  margin-bottom: 50px;
}
#entry .btminner {
  margin-top: -80px;
  padding-top: 100px;
}
#entry .entry {
  display: block;
  width: 464px;
  margin: 0 auto;
}

#news {
  overflow: hidden;
}

#twitter {
  float: left;
  width: 435px;
}

#blog {
  width: 435px;
  float: right;
}
#blog p {
  font-size: 14px;
  line-height: 1.3;
}
#blog ul {
  line-height: 1;
}
#blog ul .rssRow {
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
#blog ul li {
  background-color: #fff;
  line-height: 1.6;
}
#blog ul li h4 {
  font-size: 16px;
}
#blog ul li div {
  font-size: 12px;
  color: #888;
}
#blog h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  line-height: 1;
}

/*#details
----------------------------------------------------------*/
#details.section {
  margin-bottom: 60px;
}

#details h2 {
  margin-bottom: 30px;
}
#details .innerWrap {
  width: 840px;
  border-radius: 5px;
  background: #eee;
  margin: 0 auto;
  padding: 40px;
}
#details .inner {
  height: 413px;
  overflow: scroll;
  padding-right: 12px;
}
#details h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
#details h4 {
  margin: 1.2em 0 0;
  font-size: 16px;
  font-weight: bold;
}
#details h5 {
  font-size: 14px;
}
#details a {
  font-size: 14px;
}
#details p {
  line-height: 1.6;
  margin-bottom: 0.6em;
  font-size: 14px;
}
#details p .note {
  padding-left: 0;
}
#details ul {
  list-style: disc inside;
}
#details ul li {
  font-size: 14px;
}
#details .attention {
  font-size: 13px;
  list-style: none;
}
#details .attention li {
  font-size: 13px;
}
