/* reset */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* base */
html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  color: #333;
  line-height: 1.5;
  font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.ro img {
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ro a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#flexNavigation {
  min-width: 1200px;
}

#contents section .wrapper {
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
#contents .contentsWrapper {
  background-color: #EEFCFC;
  background-image: url(/content/images/official/paramili/bg_img1.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-attachment: fixed;
}
#contents .contentsInner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#contents .contentsInner:before {
  content: '';
  position: absolute;
  top: -14px;
  left: -104px;
  width: 151px;
  height: 100%;
  background-image: url(/content/images/official/paramili/bg_content_l.png);
  background-position: 0 0;
  background-repeat: repeat-y;
}
#contents .contentsInner:after {
  content: '';
  position: absolute;
  top: -14px;
  right: -110px;
  width: 151px;
  height: 100%;
  background-image: url(/content/images/official/paramili/bg_content_r.png);
  background-position: 0 0;
  background-repeat: repeat-y;
}
#contents .content {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  padding-top: 22px;
  padding-bottom: 50px;
  background-image: url(/content/images/official/paramili/bg_contents.jpg);
  background-position: center top;
  background-repeat: repeat;
  box-shadow: 0 0 10px rgba(183, 183, 198, 0.91);
}

#mainvisual {
  width: 100%;
  height: 910px;
  background-image: url(/content/images/official/paramili/mainvisual.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #EEFCFC;
}
#mainvisual .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#mainvisual #logo {
  position: absolute;
  top: 17px;
  right: -6px;
}
#mainvisual .auther {
  position: absolute;
  top: 677px;
  right: 241px;
}
#mainvisual .book .cover {
  position: absolute;
  top: 467px;
  left: 99px;
  z-index: 5;
}
#mainvisual .book .btn {
  position: absolute;
  top: 408px;
  left: 198px;
}

#whatsnew {
  position: absolute;
  top: 703px;
  left: 96px;
  z-index: 5;
}
#whatsnew .wrap {
  position: absolute;
  top: 53px;
  left: 19px;
}
#whatsnew .wrap .inner {
  width: 322px;
  height: 72px;
}
#whatsnew ul li {
  margin-top: 5px;
}
#whatsnew ul li:first-child {
  margin-top: 0;
}
#whatsnew .date {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
#whatsnew .text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
#whatsnew .jspDrag {
  background-color: #2ED19C;
  border-radius: 3px;
}
#whatsnew .jspTrack {
  background: transparent;
}
#whatsnew .jspVerticalBar {
  width: 6px;
  background: #fff;
  border-radius: 3px;
}

#gnavi {
  position: relative;
  z-index: 10;
  width: 100%;
  background-image: url(/content/images/official/paramili/bg_gnavi.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#gnavi ul {
  overflow: hidden;
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
}
#gnavi ul li {
  float: left;
}

#intro {
  padding-bottom: 29px;
}
#intro .catch {
  margin-bottom: 22px;
  text-align: center;
}
#intro h2 {
  text-align: center;
}
#intro .wrapper {
  margin-top: -8px;
}
#intro .wrapper p {
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  text-align: center;
}

#character {
  margin-bottom: 58px;
}
#character h2 {
  margin-bottom: 30px;
}
#character .lead {
  margin-bottom: 40px;
  text-align: center;
}
#character .wrapper {
  position: relative;
  width: 933px;
  margin: 0 auto;
}
#character .wrapper .btns ul li {
  position: absolute;
  z-index: 10;
}
#character .wrapper .btns ul li:nth-child(1) {
  top: -29px;
  right: 20px;
}
#character .wrapper .btns ul li:nth-child(2) {
  top: 1px;
  left: 222px;
}
#character .wrapper .btns ul li:nth-child(3) {
  top: 212px;
  left: 429px;
}
#character .wrapper .btns ul li:nth-child(4) {
  top: 191px;
  left: -51px;
}
#character .wrapper .btns ul li:nth-child(5) {
  top: 412px;
  left: 732px;
}
#character .wrapper .btns ul li:nth-child(6) {
  top: 484px;
  left: 305px;
}
#character .wrapper .btns ul li:nth-child(7) {
  top: 469px;
  left: -33px;
}
#character .wrapper .btns ul li a {
  outline: none;
}

#chara_popup {
  display: none;
}

.popup {
  position: relative;
  width: 984px;
  height: 305px;
}
.popup .image {
  padding: 6px 0 0 24px;
}
.popup .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.popup .control .prev {
  position: absolute;
  top: 131px;
  left: 0px;
  z-index: 10;
}
.popup .control .next {
  position: absolute;
  top: 131px;
  right: 4px;
  z-index: 10;
}

#cboxContent, #cboxLoadedContent {
  background: transparent;
}

#cboxLoadedContent, #cboxLoadingGraphic, #cboxLoadingOverlay {
  background: transparent;
}

#cboxPrevious,
#cboxNext {
  display: none !important;
}

#info {
  margin-bottom: 40px;
}
#info h2 {
  margin-bottom: 20px;
}
#info ul {
  width: 910px;
  margin: 0 auto;
}
#info ul li {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
#info ul li:last-child {
  margin-bottom: 0;
}
#info .imageWrap {
  float: left;
  width: 273px;
}
#info .imageWrap .image {
  margin-bottom: 10px;
}
#info .imageWrap .title {
  text-align: left;
}
#info .textWrap {
  float: right;
  width: 608px;
}
#info .textWrap .lead {
  margin-bottom: 20px;
}
#info .textWrap .text {
  margin-bottom: 20px;
  padding-left: 7px;
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.2;
}
#info .textWrap .btns {
  text-align: center;
  font-size: 0;
}
#info .textWrap .btns div {
  display: inline-block;
  margin-left: 20px;
}
#info .textWrap .btns div:first-child {
  margin-left: 0;
}

#special h2 {
  margin-bottom: 7px;
}
#special .lead {
  margin-bottom: 30px;
  text-align: center;
}
#special .wrap {
  overflow: hidden;
  *zoom: 1;
  width: 935px;
  margin: 0 auto;
}
#special .wrap .movie {
  float: left;
}
#special .wrap .texts {
  float: right;
}
#special .wrap .texts h3 {
  margin-bottom: 10px;
}
#special .wrap .texts .text {
  padding-left: 6px;
}
#special .wrap .texts .block:first-child {
  margin-bottom: 18px;
}

#download h2 {
  margin-bottom: 7px;
  text-align: center;
}
#download .lead {
  margin-bottom: 28px;
  text-align: center;
}
#download .wrap {
  overflow: hidden;
  *zoom: 1;
  width: 826px;
  margin: 0 auto 30px;
}
#download .wrap .wall {
  float: left;
}
#download .wrap .detail {
  float: right;
  width: 520px;
  padding-top: 26px;
}
#download .wrap .detail .block h3 {
  margin-bottom: 11px;
  text-align: center;
}
#download .wrap .detail #iphone {
  margin-bottom: 37px;
}
#download .wrap .detail #iphone .btns div:first-child {
  margin-bottom: 13px;
}
#download .wrap .detail #android .btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#download .wrap .detail #android .btns div {
  margin-bottom: 18px;
}
#download .about div {
  margin-bottom: 30px;
  text-align: center;
}
#download .about div:last-child {
  margin-bottom: 19px;
}
#download .attr {
  text-align: center;
}

footer {
  position: relative;
  z-index: 10;
  padding-bottom: 52px;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
}
footer .wrap {
  overflow: hidden;
  *zoom: 1;
}
footer .banners {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 12px;
}
footer .banners li {
  float: left;
  margin-left: 30px;
}
footer .banners li:first-child {
  margin-left: 0;
}
footer .snsWrap {
  overflow: hidden;
  *zoom: 1;
}
footer .sns {
  overflow: hidden;
  *zoom: 1;
  float: left;
  margin-right: 14px;
  padding-top: 3px;
}
footer .sns p {
  float: left;
  margin-right: 13px;
}
footer .sns .btnWrap {
  float: left;
  font-size: 0;
  text-align: center;
}
footer .sns .btnWrap > div {
  display: inline-block;
  margin-left: 10px;
}
footer .sns .btnWrap > div:first-child {
  margin-left: 0;
}
footer .copyright {
  float: left;
}
