@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
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, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

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;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
End of html5doctor.com Reset Stylesheet
*/
/* ページ基本設定
----------------------------------------------------------------------------*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  background: #300c00 url(../img/bg.jpg) no-repeat top center;
  color: #333;
  font-size: 62.5%;
  text-align: center;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  min-width: 1280px;
}

a, a:link, a:visited, a:active {
  color: #39c;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
  vertical-align: text-top;
}

a:hover {
  color: #39c;
  font-weight: normal;
  text-decoration: underline;
}

th, td {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, address, caption, em, strong, th, td, textarea {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

img {
  vertical-align: top;
}

ol, ul, li {
  list-style: none;
}

caption, th, td {
  text-align: left;
}

textarea {
  vertical-align: middle;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
h1 span {
  display: none;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
h2 span {
  display: none;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
h3 span {
  display: none;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

h6 {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
}

textarea {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  overflow: auto;
  resize: none;
}

/* 汎用クラス
----------------------------------------------------------------------------*/
/* font-style */
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

.normal {
  font-weight: normal;
}

/* font-color */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.green {
  color: #0f0;
}

.blue {
  color: #00f;
}

.gray {
  color: #aaa;
}

.orange {
  color: #f90;
}

/* font-size */
.xx-s {
  font-size: xx-small;
}

.x-s {
  font-size: x-small;
}

.s {
  font-size: small;
}

.m {
  font-size: medium;
}

.l {
  font-size: large;
}

.x-l {
  font-size: x-large;
}

.xx-l {
  font-size: xx-large;
}

/* text-align */
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

td.nowrap {
  white-space: nowrap;
}

.wrap {
  word-wrap: break-word;
}

/* float */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both !important;
}

/* float-image */
img.left {
  margin: 0 15px 8px 0;
}

img.right {
  margin: 0 0 8px 15px;
}

/* display */
.hide {
  display: none;
}

/* indent */
.indent {
  *zoom: 1;
  margin: 0 30px 30px;
}
.indent:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* clearfix
----------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* Fluid Image
----------------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

img, object {
  max-width: 100%;
}

/* IE7 */
.ie7 img,
.ie7 object * {
  width: 100%;
}

/* IE8 */
.ie8 img,
.ie8 object {
  width: auto\9;
}

/* カラム設定
----------------------------------------------------------------------------*/
div#container {
  width: 100%;
  background: url(../img/header_bg.png) no-repeat top center;
  overflow: hidden;
}
div#container header {
  width: 100%;
}
div#container header div.header-inner {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 400px;
}
div#container header div.header-inner .movie {
  float: left;
}
div#container header div.header-inner .movie a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}
div#container header div.header-inner p.free {
  margin-top: 20px;
  float: right;
}
div#container header div.header-inner p.free span {
  display: none;
}
div#container header div.header-inner p.free a {
  display: block;
  background: url(../img/bt_free01.png) no-repeat center;
  width: 260px;
  height: 258px;
}
div#container header div.header-inner p.free a:hover {
  background: url(../img/bt_free01_hover.png) no-repeat center;
}
div#container header div.header-inner nav {
  float: left;
  margin: 20px auto 0px;
}
div#container header div.header-inner nav ul {
  *zoom: 1;
}
div#container header div.header-inner nav ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div#container header div.header-inner nav ul li {
  float: left;
  margin: 0px 4px;
}
div#container header div.header-inner nav ul li a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}
div#container div.contents {
  width: 100%;
  margin: 20px 0px 0px;
  background: url(../img/content_bg2.png) repeat-x bottom;
  padding-bottom: 14px;
}

footer {
  width: 100%;
}
footer div.footer-inner nav ul {
  margin: 20px auto;
  *zoom: 1;
}
footer div.footer-inner nav ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
footer div.footer-inner nav ul li {
  display: inline;
}
footer div.footer-inner nav ul li img {
  margin: 10px 5px;
  width: 210px;
}
footer div.footer-inner nav ul li a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}
footer div.footer-inner div.copyright {
  background-color: #211107;
  border-top: 1px #b0875e solid;
  color: #fff;
  padding: 10px;
  margin-top: 30px;
}
footer div.footer-inner div.copyright small {
  font-family: Helvetica, sans-serif;
  margin-left: 100px;
}
footer div.footer-inner div.copyright p {
  float: right;
}

/* カラム
----------------------------------------------------------------------------*/
div#container div.contents div#column-a section.column-a-inner {
  background: url(../img/content01.png) no-repeat center bottom;
}
div#container div.contents div#column-b section.column-b-inner {
  background: url(../img/content02.png) no-repeat center bottom;
}
div#container div.contents div#column-c section.column-c-inner {
  background: url(../img/content03.png) no-repeat center bottom;
}
div#container div.contents div#column-a, div#container div.contents div#column-b, div#container div.contents div#column-c {
  background: url(../img/content_bg.png) repeat-x;
  width: 100%;
}
div#container div.contents div#column-a section.column-a-inner, div#container div.contents div#column-a section.column-b-inner, div#container div.contents div#column-a section.column-c-inner, div#container div.contents div#column-b section.column-a-inner, div#container div.contents div#column-b section.column-b-inner, div#container div.contents div#column-b section.column-c-inner, div#container div.contents div#column-c section.column-a-inner, div#container div.contents div#column-c section.column-b-inner, div#container div.contents div#column-c section.column-c-inner {
  height: 540px;
  margin: 0 auto;
  overflow: hidden;
  width: 1280px;
}
div#container div.contents div#column-a section.column-a-inner h2, div#container div.contents div#column-a section.column-b-inner h2, div#container div.contents div#column-a section.column-c-inner h2, div#container div.contents div#column-b section.column-a-inner h2, div#container div.contents div#column-b section.column-b-inner h2, div#container div.contents div#column-b section.column-c-inner h2, div#container div.contents div#column-c section.column-a-inner h2, div#container div.contents div#column-c section.column-b-inner h2, div#container div.contents div#column-c section.column-c-inner h2 {
  margin-top: 12px;
}
div#container div.contents div#column-a section.column-a-inner p.start, div#container div.contents div#column-a section.column-b-inner p.start, div#container div.contents div#column-a section.column-c-inner p.start, div#container div.contents div#column-b section.column-a-inner p.start, div#container div.contents div#column-b section.column-b-inner p.start, div#container div.contents div#column-b section.column-c-inner p.start, div#container div.contents div#column-c section.column-a-inner p.start, div#container div.contents div#column-c section.column-b-inner p.start, div#container div.contents div#column-c section.column-c-inner p.start {
  position: relative;
  top: 200px;
  right: 150px;
  float: right;
}
div#container div.contents div#column-a section.column-a-inner p.start a, div#container div.contents div#column-a section.column-b-inner p.start a, div#container div.contents div#column-a section.column-c-inner p.start a, div#container div.contents div#column-b section.column-a-inner p.start a, div#container div.contents div#column-b section.column-b-inner p.start a, div#container div.contents div#column-b section.column-c-inner p.start a, div#container div.contents div#column-c section.column-a-inner p.start a, div#container div.contents div#column-c section.column-b-inner p.start a, div#container div.contents div#column-c section.column-c-inner p.start a {
  display: block;
  background: url(../img/bt_free02.png) no-repeat right;
  width: 260px;
  height: 280px;
}
div#container div.contents div#column-a section.column-a-inner p.start a:hover, div#container div.contents div#column-a section.column-b-inner p.start a:hover, div#container div.contents div#column-a section.column-c-inner p.start a:hover, div#container div.contents div#column-b section.column-a-inner p.start a:hover, div#container div.contents div#column-b section.column-b-inner p.start a:hover, div#container div.contents div#column-b section.column-c-inner p.start a:hover, div#container div.contents div#column-c section.column-a-inner p.start a:hover, div#container div.contents div#column-c section.column-b-inner p.start a:hover, div#container div.contents div#column-c section.column-c-inner p.start a:hover {
  background: url(../img/bt_free02_hover.png) no-repeat right;
}
div#container div.contents div#column-a section.column-a-inner p span, div#container div.contents div#column-a section.column-b-inner p span, div#container div.contents div#column-a section.column-c-inner p span, div#container div.contents div#column-b section.column-a-inner p span, div#container div.contents div#column-b section.column-b-inner p span, div#container div.contents div#column-b section.column-c-inner p span, div#container div.contents div#column-c section.column-a-inner p span, div#container div.contents div#column-c section.column-b-inner p span, div#container div.contents div#column-c section.column-c-inner p span {
  display: none;
}

/* page-top */
#page-top {
  position: fixed;
  right: 30px;
}
#page-top a {
  display: block;
}
