/* リセット
---------------------------------------- */
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, menu, nav, section, summary {
  display: block;
}

body {
  height: 100%;
}

body {
  font: 12px/1.83 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body {
  color: #231613;
  font-size: 78%;
  -webkit-text-size-adjust: 130%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* リセット
---------------------------------------- */
/* おもにimageBlockの画像エリアの横幅（caotionが入らないなら設定不要）
------------------------------------------------------- */
.wSizeXS {
  width: 50px;
}

.wSizeSS {
  width: 100px;
}

.wSizeS {
  width: 150px;
}

.wSizeM {
  width: 250px;
}

.wSizeL {
  width: 300px;
}

.wSizeLL {
  width: 400px;
}

.wSizeXL {
  width: 500px;
}

/* 見出し
------------------------------------------------------- */
h1.lv1, h2.lv1, h3.lv1, h4.lv1, h5.lv1, h6.lv1 {
  font-size: 250%;
  font-weight: bold;
  margin-bottom: 20px;
}
h1.lv2, h2.lv2, h3.lv2, h4.lv2, h5.lv2, h6.lv2 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px;
}
h1.lv3, h2.lv3, h3.lv3, h4.lv3, h5.lv3, h6.lv3 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 20px;
}
h1.lv4, h2.lv4, h3.lv4, h4.lv4, h5.lv4, h6.lv4 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}
h1.lv5, h2.lv5, h3.lv5, h4.lv5, h5.lv5, h6.lv5 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}
h1.lv6, h2.lv6, h3.lv6, h4.lv6, h5.lv6, h6.lv6 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: inline-block;
}

/* テキスト
------------------------------------------------------- */
p {
  margin: 0;
}

p.para {
  margin-bottom: 1em;
}

p.caption {
  margin: 5px 0 0;
  line-height: 1.1em;
  font-size: 85%;
}

strong {
  font-size: 120%;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.fontS {
  font-size: 85%;
}

.fontL {
  font-size: 120%;
}

/* リスト
------------------------------------------------------- */
ol.list,
ul.list {
  margin-bottom: 10px;
}
ol.list li,
ul.list li {
  text-align: left;
  margin-bottom: 3px;
}
ol.list li a,
ul.list li a {
  padding-left: 9px;
  background: url(../images/link.png) 0 4px no-repeat;
  display: inline-block;
}
ol.list li a:hover,
ul.list li a:hover {
  text-decoration: none;
}
ol.list li a.black,
ul.list li a.black {
  color: #000;
  background: url(../images/link2.png) 0 4px no-repeat;
}

ol.note,
ul.note {
  margin-bottom: 20px;
}
ol.note li,
ul.note li {
  overflow: hidden;
  *zoom: 1;
}
ol.note li em,
ul.note li em {
  float: left;
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  min-width: 2em;
  _width: 2em;
}
ol.note li span,
ul.note li span {
  display: block;
  overflow: hidden;
  zoom: 1;
}

ul.dot {
  list-style-type: disc;
  margin-left: 2em;
}

ol.mun {
  list-style-type: decimal;
  margin-left: 2em;
}

/* リンク
------------------------------------------------------- */
a {
  color: #a6a6a6;
  text-decoration: underline;
}
a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
a:visited {
  color: #a6a6a6;
}
a.pdf {
  padding-left: 15px;
  background: url(../images/icon/pdf.gif) 0 center no-repeat !important;
  display: inline-block;
  vertical-align: middle;
}
a[target="_blank"].noicon:after {
  content: "";
  display: none;
}
a[target="_blank"] {
  vertical-align: middle;
}
a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/blank_window.png) right center no-repeat;
  display: inline-block;
  margin: 0 5px;
  text-decoration: underline;
  position: relative;
  top: 1px;
}
a[target="_blank"].black {
  color: #000;
  vertical-align: middle;
}
a[target="_blank"].black:after {
  background: url(../images/blank_window2.png) right center no-repeat;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
a[target="_blank"]:hover {
  text-decoration: none;
}
a[target="_blank"].img > span {
  padding-right: 0;
  background-image: none;
}

/* ライン
------------------------------------------------------- */
.line {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.line.dot {
  border-style: dotted;
}
.line.dash {
  border-style: dashed;
}

/* icon */
img.icon {
  vertical-align: middle;
  margin-right: 5px;
}

/* ボタン
------------------------------------------------------- */
/* 横並びの箱（リキッド）
------------------------------------------------------- */
div.grid {
  overflow: hidden;
}
div.grid.x2, div.grid.x3, div.grid.x4, div.grid.x5 {
  overflow: hidden;
  *zoom: 1;
  margin-left: -10px;
  margin-bottom: 10px;
}
div.grid.x2 > div.cell, div.grid.x3 > div.cell, div.grid.x4 > div.cell, div.grid.x5 > div.cell {
  display: block;
  float: left;
  _display: inline;
}
div.grid.x2 > div.cell div.inner, div.grid.x3 > div.cell div.inner, div.grid.x4 > div.cell div.inner, div.grid.x5 > div.cell div.inner {
  margin-left: 10px;
}
div.grid.x2.steps, div.grid.x3.steps, div.grid.x4.steps, div.grid.x5.steps {
  margin-left: -20px;
}
div.grid.x2.steps > div.cell > div.inner, div.grid.x3.steps > div.cell > div.inner, div.grid.x4.steps > div.cell > div.inner, div.grid.x5.steps > div.cell > div.inner {
  margin-left: 20px;
}
div.grid.x2.steps > div.cell > div.inner, div.grid.x3.steps > div.cell > div.inner, div.grid.x4.steps > div.cell > div.inner, div.grid.x5.steps > div.cell > div.inner {
  margin-left: 20px;
  position: relative;
}
div.grid.x2.steps > div.cell > div.inner:before, div.grid.x3.steps > div.cell > div.inner:before, div.grid.x4.steps > div.cell > div.inner:before, div.grid.x5.steps > div.cell > div.inner:before {
  content: ">";
  text-align: center;
  position: absolute;
  top: 20px;
  left: -15px;
  display: block;
  width: 10px;
  height: 10px;
}
div.grid.x2.steps > div.cell:first-child > div.inner:before, div.grid.x3.steps > div.cell:first-child > div.inner:before, div.grid.x4.steps > div.cell:first-child > div.inner:before, div.grid.x5.steps > div.cell:first-child > div.inner:before {
  content: "";
}
div.grid.x2 > div.cell {
  width: 50%;
}
div.grid.x3 > div.cell {
  width: 33.33333%;
}
div.grid.x3 > div.cell.x2 {
  width: 66.666%;
}
div.grid.x4 > div.cell {
  width: 25%;
}
div.grid.x4 > div.cell.x2 {
  width: 50%;
}
div.grid.x4 > div.cell.x3 {
  width: 75%;
}
div.grid.x5 > div.cell {
  width: 20%;
}
div.grid.x5 > div.cell.x2 {
  width: 40%;
}
div.grid.x5 > div.cell.x3 {
  width: 60%;
}
div.grid.x5 > div.cell.x4 {
  width: 80%;
}
div.grid div.grid {
  margin-bottom: 0;
}

/* 枠
------------------------------------------------------- */
div.frameType1 {
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}
div.frameType1.bg01 {
  background: #dddddd;
}
div.frameType1.bg02 {
  background: #bbbbbb;
}
div.frameType1 div.title {
  background: #676767;
  color: #fff;
  padding: 5px;
  zoom: 1;
}
div.frameType1.ttl div.title {
  z-index: -10;
  margin: -10px 0px;
  position: relative;
}
div.frameType1 .bL {
  zoom: 1;
  background: url(../images/frame/type1left.gif) top left repeat-y;
}
div.frameType1 .bR {
  zoom: 1;
  background: url(../images/frame/type1right.gif) top right repeat-y;
}
div.frameType1 .cTL {
  zoom: 1;
  background: url(../images/frame/type1tl.gif) top left no-repeat;
}
div.frameType1 .cTR {
  zoom: 1;
  background: url(../images/frame/type1tr.gif) top right no-repeat;
  padding-top: 5px;
}
div.frameType1 .cBL {
  zoom: 1;
  background: url(../images/frame/type1bl.gif) bottom left no-repeat;
  padding-left: 5px;
}
div.frameType1 .cBR {
  zoom: 1;
  background: url(../images/frame/type1br.gif) bottom right no-repeat;
  padding: 0 5px 5px 0;
}

div.columns ul.co2 div.frameType1,
div.columns ul.co3 div.frameType1,
div.columns ul.co4 div.frameType1,
div.columns ul.co5 div.frameType1 {
  margin-bottom: 0;
}

/* ページャ
------------------------------------------------------- */
div.pager {
  margin: 20px 0;
  text-align: center;
}
div.pager ul li {
  display: inline-block;
}
div.pager ul li span {
  border: 1px solid #383838;
}
div.pager ul li span, div.pager ul li a {
  display: inline-block;
  padding: 0px 8px;
  text-decoration: none;
}
div.pager ul li a:hover {
  text-decoration: underline;
}
div.pager ul li span {
  color: #fff;
  background: #383838;
}
div.pager ul li.prev {
  margin-right: 15px;
}
div.pager ul li.prev a {
  border: 1px solid #383838;
}
div.pager ul li.prev a, div.pager ul li.prev span {
  background: url(/ex/origin/common/images/prev.png) center center no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  padding: 0 0px;
}
div.pager ul li.prev a:hover {
  background: #383838 url(/ex/origin/common/images/prev_o.png) center center no-repeat;
  text-decoration: none;
}
div.pager ul li.next {
  margin-left: 15px;
}
div.pager ul li.next a {
  border: 1px solid #383838;
}
div.pager ul li.next a, div.pager ul li.next span {
  background: url(/ex/origin/common/images/next.png) center center no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  padding: 0 0px;
}
div.pager ul li.next a:hover {
  background: #383838 url(/ex/origin/common/images/next_o.png) center center no-repeat;
  text-decoration: none;
}

/* margin
------------------------------------------------------- */
.rm {
  margin: 0 !important;
}

.rmTop {
  margin-top: 0 !important;
}

.rmBottom {
  margin-bottom: 0 !important;
}

.rmLeft {
  margin-left: 0 !important;
}

.rmRight {
  margin-right: 0 !important;
}

.addTopXS {
  margin-top: 3px !important;
}

.addTopSS {
  margin-top: 5px !important;
}

.addTopS {
  margin-top: 10px !important;
}

.addTopM {
  margin-top: 20px !important;
}

.addTopL {
  margin-top: 30px !important;
}

.addTopLL {
  margin-top: 40px !important;
}

.addTopXL {
  margin-top: 60px !important;
}

.addBottomXS {
  margin-bottom: 3px !important;
}

.addBottomSS {
  margin-bottom: 5px !important;
}

.addBottomS {
  margin-bottom: 10px !important;
}

.addBottomM {
  margin-bottom: 20px !important;
}

.addBottomL {
  margin-bottom: 30px !important;
}

.addBottomLL {
  margin-bottom: 40px !important;
}

.addBottomXL {
  margin-bottom: 60px !important;
}

.addLeftXS {
  margin-left: 3px !important;
}

.addLeftSS {
  margin-left: 5px !important;
}

.addLeftS {
  margin-left: 10px !important;
}

.addLeftM {
  margin-left: 20px !important;
}

.addLeftL {
  margin-left: 30px !important;
}

.addLeftLL {
  margin-left: 40px !important;
}

.addLeftXL {
  margin-left: 60px !important;
}

.addRightXS {
  margin-right: 3px !important;
}

.addRightSS {
  margin-right: 5px !important;
}

.addRightS {
  margin-right: 10px !important;
}

.addRightM {
  margin-right: 20px !important;
}

.addRightL {
  margin-right: 30px !important;
}

.addRightLL {
  margin-right: 40px !important;
}

.addRightXL {
  margin-right: 60px !important;
}

/* padding
------------------------------------------------------- */
.rmPad {
  padding: 0 !important;
}

.rmPadTop {
  padding-top: 0 !important;
}

.rmPadBottom {
  padding-bottom: 0 !important;
}

.rmPadLeft {
  padding-left: 0 !important;
}

.rmPadRight {
  padding-right: 0 !important;
}

.addPadTopXS {
  padding-top: 3px !important;
}

.addPadTopSS {
  padding-top: 5px !important;
}

.addPadTopS {
  padding-top: 10px !important;
}

.addPadTopM {
  padding-top: 20px !important;
}

.addPadTopL {
  padding-top: 30px !important;
}

.addPadTopLL {
  padding-top: 40px !important;
}

.addPadTopXL {
  padding-top: 60px !important;
}

.addPadBottomXS {
  padding-bottom: 3px !important;
}

.addPadBottomSS {
  padding-bottom: 5px !important;
}

.addPadBottomS {
  padding-bottom: 10px !important;
}

.addPadBottomM {
  padding-bottom: 20px !important;
}

.addPadBottomL {
  padding-bottom: 30px !important;
}

.addPadBottomLL {
  padding-bottom: 40px !important;
}

.addPadBottomXL {
  padding-bottom: 60px !important;
}

.addPadLeftXS {
  padding-left: 3px !important;
}

.addPadLeftSS {
  padding-left: 5px !important;
}

.addPadLeftS {
  padding-left: 10px !important;
}

.addPadLeftM {
  padding-left: 20px !important;
}

.addPadLeftL {
  padding-left: 30px !important;
}

.addPadLeftLL {
  padding-left: 40px !important;
}

.addPadLeftXL {
  padding-left: 60px !important;
}

.addPadRightXS {
  padding-right: 3px !important;
}

.addPadRightSS {
  padding-right: 5px !important;
}

.addPadRightS {
  padding-right: 10px !important;
}

.addPadRightM {
  padding-right: 20px !important;
}

.addPadRightL {
  padding-right: 30px !important;
}

.addPadRightLL {
  padding-right: 40px !important;
}

.addPadRightXL {
  padding-right: 60px !important;
}

/* position
------------------------------------------------------- */
.boxCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.boxLeft {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.boxRight {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.floatLeft {
  float: left  !important;
}

.floatRight {
  float: right !important;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.textCenter {
  text-align: center !important;
}

.textLeft {
  text-align: left   !important;
}

.textRight {
  text-align: right  !important;
}

.attentionBox {
  padding: 20px;
  background: #ebebeb;
}

#characterSlide ul li {
  float: left;
  position: relative;
}

.sns li {
  width: 120px;
}

img.border {
  border: 1px solid #B1B1B1;
}

#footer .links ul.list {
  margin-top: 15px;
  padding: 15px 0 0;
  text-align: center;
  border-top: 1px dotted #808080;
}
#footer .links ul.list li {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 0;
}
#footer .links ul.list li:first-child {
  margin-left: 0;
}

/* 定義リスト（日付）
------------------------------------------------------- */
div.dateList > dl {
  margin-bottom: 10px;
}
div.dateList > dl > dt {
  font-size: 85%;
}
div.dateList > dl > dd {
  font-size: 110%;
}

/* 横並びの箱（リキッド）
------------------------------------------------------- */
div.grid.a {
  margin-bottom: 10px;
  overflow: hidden;
}
div.grid.a.x02, div.grid.a.x03, div.grid.a.x04, div.grid.a.x05 {
  overflow: hidden;
  *zoom: 1;
  margin-right: -10px;
}
div.grid.a.x02 > div.cell, div.grid.a.x03 > div.cell, div.grid.a.x04 > div.cell, div.grid.a.x05 > div.cell {
  display: block;
  float: left;
  _display: inline;
  margin-bottom: 10px;
}
div.grid.a.x02 > div.cell div.inner, div.grid.a.x03 > div.cell div.inner, div.grid.a.x04 > div.cell div.inner, div.grid.a.x05 > div.cell div.inner {
  padding: 0 10px;
  margin-right: 10px;
}
div.grid.a.x02.steps, div.grid.a.x03.steps, div.grid.a.x04.steps, div.grid.a.x05.steps {
  margin-top: -20px;
}
div.grid.a.x02.steps > div.cell > div.inner, div.grid.a.x03.steps > div.cell > div.inner, div.grid.a.x04.steps > div.cell > div.inner, div.grid.a.x05.steps > div.cell > div.inner {
  margin-top: 20px;
}
div.grid.a.x02.steps > div.cell > div.inner, div.grid.a.x03.steps > div.cell > div.inner, div.grid.a.x04.steps > div.cell > div.inner, div.grid.a.x05.steps > div.cell > div.inner {
  margin-top: 20px;
  position: relative;
}
div.grid.a.x02.steps > div.cell > div.inner:before, div.grid.a.x03.steps > div.cell > div.inner:before, div.grid.a.x04.steps > div.cell > div.inner:before, div.grid.a.x05.steps > div.cell > div.inner:before {
  content: "▼";
  text-align: center;
  position: absolute;
  top: -20px;
  display: block;
  width: 100%;
  height: 10px;
}
div.grid.a.x02.steps > div.cell:first-child > div.inner:before, div.grid.a.x03.steps > div.cell:first-child > div.inner:before, div.grid.a.x04.steps > div.cell:first-child > div.inner:before, div.grid.a.x05.steps > div.cell:first-child > div.inner:before {
  content: "";
}
div.grid.a div.cell {
  width: 100%;
}
div.grid.a div.cell div.inner img {
  display: block;
  margin: 0 auto;
}
div.grid.a div.cell div.grid > div.cell {
  width: 50%;
}
div.grid.a div.cell div.grid.steps > div.cell {
  width: 100%;
  margin-bottom: 10px;
}
div.grid.a div.grid {
  margin-bottom: 0;
}
div.grid.a div.grid > div.cell {
  margin-bottom: 0;
}

/* 定義リスト
------------------------------------------------------- */
div.defList {
  overflow: hidden;
  border: 1px solid #bfbfbf;
  background: #f2f2f2;
}
div.defList > dl {
  margin-bottom: -1px;
}
div.defList > dl > dt {
  margin-top: -1px;
  padding: 10px;
  font-weight: bold;
  color: #1f1f1f;
}
div.defList > dl > dd {
  padding: 10px;
  border-bottom: 1px dotted #aaa;
}

/* 画像＋テキスト
------------------------------------------------------- */
div.imageBlock {
  margin-bottom: 20px;
}
div.imageBlock div.img.left {
  float: none;
  margin: 0 10px 5px 0;
  width: 100%;
  text-align: center;
}
div.imageBlock div.img.right {
  float: none;
  margin: 0 0 5px 10px;
  width: 100%;
}
div.imageBlock div.note {
  overflow: hidden;
  zoom: 1;
}
div.imageBlock.wrap div.note {
  overflow: visible;
}

.section {
  padding-bottom: 25px;
}
.section:last-child {
  padding-bottom: 10px;
}

h3 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}

h4 {
  background: url(/ex/origin/common/images/h4@2x.png) left center no-repeat;
  -webkit-background-size: 750px 100px;
  -moz-background-size: 750px 100px;
  -o-background-size: 750px 100px;
  background-size: 750px 100px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 20px;
  padding: 11px 5px 11px 30px;
}

.showPC {
  display: none !important;
}

.showSP {
  display: block !important;
}

body {
  background: #000;
  line-height: 1.3em;
  -webkit-text-size-adjust: 130%;
}

#wrapper {
  background: url(/ex/origin/common/images/bgSP.png) center top;
  padding-bottom: 15px;
}
#wrapper > div {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wrapper > div #header {
  width: 320px;
  margin: 0 auto;
  padding: 7px 9px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
#wrapper > div #header:before, #wrapper > div #header:after {
  content: "";
  display: table;
}
#wrapper > div #header:after {
  clear: both;
}
#wrapper > div #header .logo {
  float: left;
  width: 227px;
  height: 80px;
}
#wrapper > div #header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/ex/origin/common/images/logo_HOME@2x.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
#wrapper > div #header .menu {
  float: left;
  width: 60px;
  height: 80px;
  margin-left: 15px;
  background: url(/ex/origin/common/images/menu.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
#wrapper > div #header div.nav {
  position: absolute;
  top: 95px;
  left: 0;
  padding: 15px 12px 20px;
  background: #000;
  z-index: 1;
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div #header div.nav:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #e7180f url(/ex/origin/common/images/line.png) 645px top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper > div #header div.nav:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #09c947 url(/ex/origin/common/images/line.png) -645px top no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
#wrapper > div #header div.nav ul:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #e7180f url(/ex/origin/common/images/line.png) 645px top no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#wrapper > div #header div.nav ul:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #09c947 url(/ex/origin/common/images/line.png) -645px top no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrapper > div #mainArea {
  display: block;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div #mainArea #contents {
  padding: 0 13px;
  background: #fff;
}
#wrapper > div #mainArea #contents h1 {
  height: 0;
  overflow: hidden;
}

body#home #mainArea {
  display: block;
  width: 100%;
  padding: 0 9px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body#home #mainArea #contents {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
body#home #mainArea #contents h1 {
  height: 0;
  overflow: hidden;
}
body#home .showSP > .banner {
  padding: 0 9px;
  margin: 0 auto 12px;
}

body div.nav {
  overflow: hidden;
}
body div.nav ul {
  margin: 0 auto;
  width: 298px;
  zoom: 1;
}
body div.nav ul:before, body div.nav ul:after {
  content: "";
  display: table;
}
body div.nav ul:after {
  clear: both;
}
body div.nav ul li {
  display: inline-block;
  float: left;
  margin: 8px 0 0 8px;
  width: 94px;
  height: 127px;
}
body div.nav ul li a, body div.nav ul li span {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../common/images/nav@2x.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
body div.nav ul li.introduction {
  margin-left: 0 !important;
}
body div.nav ul li.introduction a {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 0;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body div.nav ul li.story_character a {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 -127px;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body div.nav ul li.cast_staff a {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 -508px;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body div.nav ul li.gallery {
  margin-left: 0 !important;
}
body div.nav ul li.gallery a {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 -254px;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body div.nav ul li.gallery span {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 -762px;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body div.nav ul li.movie a {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 -381px;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body div.nav ul li.news a {
  background-image: url('../../common/images/nav@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 127px;
  width: 94px;
  background-position: 0 -635px;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
  -o-background-size: 94px auto;
  background-size: 94px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#footer {
  position: relative;
  width: 100%;
  background: #000;
}
#footer:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #e7180f url(/ex/origin/common/images/line.png) 645px top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#footer:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #09c947 url(/ex/origin/common/images/line.png) -645px top no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#footer .inner .tools {
  zoom: 1;
}
#footer .inner .tools:before, #footer .inner .tools:after {
  content: "";
  display: table;
}
#footer .inner .tools:after {
  clear: both;
}
#footer .inner .tools .sns {
  margin: 10px 0;
  border: 1px dotted #8e8e8e;
  border-width: 1px 0;
  padding: 10px;
}
#footer .inner .tools .sns li {
  display: inline-block;
  vertical-align: top;
}
#footer .inner .tools .sns li.showSP {
  display: inline-block !important;
}
#footer .inner .tools .pageTop {
  border-bottom: 1px dotted #8e8e8e;
  margin-bottom: 10px;
}
#footer .inner .tools .pageTop a {
  margin: 15px auto 15px;
}
#footer .inner .banner {
  margin-top: 17px;
}
#footer .inner .banner li {
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
#footer .inner .links {
  padding: 0 10px;
}
#footer .inner .links ul.list {
  display: table;
  margin: 15px auto;
  padding: 15px 0 0;
  border-top: 1px dotted #808080;
}
#footer .inner .links ul.list li {
  display: table-cell;
  line-height: 1.1em;
  width: 50%;
  vertical-align: top;
  margin-left: 0px;
  margin-bottom: 0;
}
#footer .inner .links ul.list li:first-child {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .inner .links ul.list li a {
  background-position: 0 8px;
}
#footer .inner p.copyright {
  margin: 15px auto;
  border-top: 1px dotted #808080;
  padding-top: 15px;
}
#footer .inner p.copyright span {
  line-height: 1;
  display: inline;
  margin: 0;
  padding: 0;
  color: #808080;
  text-align: left;
  font-size: 50%;
}

body h2 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin: 18px auto;
  background: url('../../common/images/h2@2x.png') no-repeat;
}
body h2.news {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 68px;
  background-position: 0 -15px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.movie {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 72px;
  background-position: 0 -107px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.gallery {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 92px;
  background-position: 0 -30px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.cast_staff {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 131px;
  background-position: 0 -76px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.story {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 75px;
  background-position: 0 -92px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.character {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 121px;
  background-position: 0 -61px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.introduction {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 144px;
  background-position: 0 0;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body h2.dvd_blu-ray {
  background-image: url('../../common/images/h2@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 17px;
  width: 126px;
  background-position: 0 -44px;
  -webkit-background-size: 144px auto;
  -moz-background-size: 144px auto;
  -o-background-size: 144px auto;
  background-size: 144px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

p.pageTop a.button, div.pageTop a.button {
  background: url('../../common/images/button@2x.png') no-repeat;
  display: block;
  width: 107px;
  height: 15px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
p.more a.button, div.more a.button {
  background: url('../../common/images/button@2x.png') no-repeat;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url('../../common/images/button@2x.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 56px;
  background-position: 0 -31px;
  -webkit-background-size: 107px auto;
  -moz-background-size: 107px auto;
  -o-background-size: 107px auto;
  background-size: 107px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.bx-wrapper .bx-prev {
  left: 0;
  height: 36px;
  width: 36px;
  background: url('../../common/images/button@2x.png') no-repeat;
  background-position: 0 -127px;
}

.bx-wrapper .bx-next {
  right: 0;
  height: 36px;
  width: 36px;
  background: url('../../common/images/button@2x.png') no-repeat;
  background-position: 0 -91px;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  height: 14px;
  width: 14px;
  background: url('../../common/images/button@2x.png') no-repeat;
  background-position: 0 -235px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-position: 0 -249px;
}

#characterSlide {
  padding-bottom: 1px;
}
#characterSlide .bx-wrapper {
  margin-bottom: 30px !important;
}

body#home dl.news {
  color: #fff;
  padding: 15px 12px;
  margin: 0 9px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.65);
  border: solid 2px #040000;
}
body#home dl.news > dt {
  display: block;
  zoom: 1;
}
body#home dl.news > dt:before, body#home dl.news > dt:after {
  content: "";
  display: table;
}
body#home dl.news > dt:after {
  clear: both;
}
body#home dl.news > dt > span {
  display: block;
  width: 196px;
  height: 13px;
  float: left;
  background: url(/ex/origin/common/images/top_news_text@2x.png) 0 0 no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#home dl.news > dt .more {
  float: left;
  margin-left: 10px;
}
body#home dl.news > dd {
  display: block;
}
body#home dl.news > dd div.dateList dl {
  padding: 5px 0;
  margin: 0;
  position: static;
}
body#home dl.news > dd div.dateList dl dt, body#home dl.news > dd div.dateList dl dd {
  position: static;
  border: 0;
  padding: 0;
}
body#home dl.news > dd div.dateList dl dt a, body#home dl.news > dd div.dateList dl dd a {
  color: #fff;
}

div.pager {
  margin-bottom: 10px;
}

body#movie p.heading01 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 290px;
  height: 54px;
  margin-bottom: 30px;
  background: url(/ex/origin/movie/images/heading01@2x.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body#dvd_blu-ray .grid .package01 {
  text-align: center;
}
body#dvd_blu-ray .grid .package02 {
  text-align: center;
}

body .grid.widthSmall .cell {
  width: auto !important;
  float: none !important;
  margin-bottom: 20px;
}
