@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

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

/* color
----------------------------------------------- */
/*
・TOP＝ピンク(ムーン)
ed71a2
fadbe8

・原作＝青（マーキュリー）
1f9dc5
c7e6f0

・アニメ＝赤（マーズ）
d61518
f5c4c5

・90'sアニメ＝みどり（ジュピター）
5ddc48
d6f6d1

・グッズ＝黄色（ヴィーナス）
ed7800
faddbf

・ミュージカル＝濃いめ青（ウラヌス）
20518b
c7d3e2

△実写＝エメラルドグリーン（ネプチューン）
00a868
bfe9d9

・おしらせ＝紫（プルート）
643289
d8cce1

・セーラームーンの世界＝濃いめのグレー（サターン）
8e6552
e3d8d4

△？＝???（？）

efb6bb
fbedee


その他

94a4a5
e4e8e8
9eadae 90%



 */
/* cfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /* for IE 6/7 only */ }

.cfix {
  height: inherit;
  margin: auto;
  zoom: 1; }

.cfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*mac\*/
*html .cfix {
  height: 1%; }

.cfix {
  display: block; }

/*end*/
/*
@font-face
{
font-family: rounded;
src: url('../font/roundedxmplus1pmedium.ttf')
     format("truetype");
}
*/
html, body {
  /*min-width:1000px;*/
  /*background-color:#ec008b;*/
  /*background-color:#ffceeb;*/ }

html {
  width: 100%;
  height: 100%; }

body {
  font: 100%/1.6 ArialMT, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  /*font-family: rounded;*/
  letter-spacing: 0.05em;
  font-size: 11px;
  line-height: 1.4em;
  color: #818181;
  overflow-x: visible;
  width: 100%;
  height: 100%;
  /*word-break: break-all;*/ }

#bodyBG {
  display: none; }

strong, b {
  font-weight: 900 !important; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img:not(.hover) {
  opacity: 1; }

a:hover img:not(.hover) {
  opacity: 0.8 !important; }

#container {
  width: 100%;
  overflow: hidden; }

#wrap {
  position: relative;
  top: 0;
  left: auto;
  border-bottom: solid 1px #f3f3f6; }

#main {
  margin: auto;
  height: auto;
  min-height: 100px;
  padding-bottom: 20px;
  position: relative;
  color: #666;
  opacity: 0;
  max-width: 1200px; }

#footer {
  width: 100%;
  min-height: 200px;
  border: solid 0px #f30; }

.layoutMain {
  margin: auto;
  height: auto; }

.layoutContents {
  float: left;
  min-height: 20px;
  clear: none; }

.layoutSide {
  float: right;
  width: 237px;
  min-height: 20px; }

/* common color */
a,
a:visited,
a:hover,
.siteColor {
  color: #ec008b; }

#grid-content-entry .innerBox .entryFooter .btn_more_detail a,
#pageTop a,
.siteColorBG {
  background-color: #ec008b; }

#mainVisual {
  border-color: #ec008b; }

#attention {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: url(../img/ajax/black_80.png); }
