/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Lists
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box; 
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px;
  }
.column,
.columns {
  width: 100%;
  float: left;
  margin-left: 4%
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333; 
  background-color:#333;}
  
 /* img responsive */
 img {
	  max-width:100%;
	  height:auto;
}

/* ----- webfont ----- */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?s20ddn');
	src:url('fonts/icomoon.eot?#iefixs20ddn') format('embedded-opentype'),
		url('fonts/icomoon.ttf?s20ddn') format('truetype'),
		url('fonts/icomoon.woff?s20ddn') format('woff'),
		url('fonts/icomoon.svg?s20ddn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-angle-double-right {
	font-size: 150%;
	padding-left: 4px;
	position: relative;
	top: 2px;
	color:#1579C5;
}
.icon-angle-double-right:before {
	content: "\f101";
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 2.0rem; line-height: 1.6;  letter-spacing: -.1rem; }
h4 { font-size: 2.0rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1579C5; 
  text-decoration:none;}
a:hover {
	opacity: 0.5;	
  }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Larger than desktop */

/* ----- header ----------------------------------- */

.headerArea {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/header_img.jpg) no-repeat top;
	background-size: cover;
}
.logo {
	width: 12%;
	height:12%;
	float: left;
	margin: 2% 2%;
} 
.backToTopWrap { /* for Mobile */
	width: 12%;
	height:12%;
	margin: 2% 2%;
	position: absolute;
	visibility:hidden;
}
.pageTitle {
	padding:2% 12% 0 0;
	position:relative;
	top:1rem;
}
.boxShadow {
	width: 100%;
	height: 1px;
	float: left;
	background-color: #666666;
}
	
/* ----- contentsArea ----------------------------------- */

.contentsArea {
	width: 100%;
	float: left;
	margin-top: 2%;
	padding:2% 2% 0 2%;
	background-color: #fff;
}
.sampleMovieWrap {
	width:100%;
	float: left;
	margin-bottom: 4%;
	border-bottom: 1px solid #eeeeee;
}
.note_caution2 {
	display:none;
}

/* ----- iFrame ----------------------------------- */

.iflameWrap {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*----- Movie ----------------------------------- */

.movieWrap {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 4% 0;
	padding: 0;
	border-bottom: 1px solid #eeeeee;
}
.movieWrap ul {
	width: 100%;
	margin:0;
	float: left;
	padding:0;
}
.movieWrap .moviePadding {
	padding-top: 5px;
}
.categoryLine {
	width: 100%;
	height: 32px;
	border-left: 4px solid rgba(222,0,41,1.00);
	background: url(../images/category_bg.gif) repeat;
}
.categoryLine h2{
	padding-left: 12px;
	font-size: 1.6rem;
	line-height: 2.2;
}
.movie {
	margin-top: 20px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.thumbnail {
	float: left;
	margin-bottom: 10px;
}
.movie .startBtn {
	display: none;
}
.movie h3 {
	padding: 2% 0 0 0;
	font-size: 86%;
}

/* ----- footer ----------------------------------- */

.footerArea {
	height: 60px;
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
}
.footerArea p {
	font-size:86%;
}

/* ----- scrollButton ----------------------------------- */

.scrollButton {
	position: absolute;
	bottom: 0;
	right: 20px;
	text-align: center;
}
.scrollButton p {
	font-size: 70%;
}
.scrollButton a,
.scrollButton a:after{
	opacity:1;
	color:#000000;
}

/* movie link */

.linkArea {
	width: 100%;
	text-align:center;
	background-color: #FFFFFF;
	padding-bottom:20px;
	font-size:86%;
}
.linkArea ul li {
	list-style: none;
}
.linkArea ul.link li.redLink a,
.linkArea ul.link li.redLink a:hover {
	padding: 0px 0px 0px 18px;
	list-style: none;
	color: #ff0000;
	background: url(/shared/images/arrow_middle_right_on.gif) no-repeat 0px 2px;
}
.linkArea ul.link li.redLink a img {
	position:relative;
	bottom:-8px;
}

/* ------------------------------------------------------------------------------ */

@media screen and (max-width:800px){

/* ----- header ----------------------------------- */

.pageTitle {
	width: 80%;
}
.boxShadow {
	display:none;
}

/* ----- contentsArea ----------------------------------- */
	
.twelve.columns, .six.columns, .three.columns {
	width: 100%;
	clear: both;
	margin:0;
}
.contentsArea {
	margin-top: 0%;
}
.sampleMovieWrap {
	margin-bottom: 0;
	border-bottom: none;
	text-align:center;
}
.note_caution,
.iflameWrap {
	display:none;
}
.note_caution2 {
	width:100%;
	float:left;
	/*display:block;*/
  display:none;
	color:red;
	font-weight:bold;
}
.sampleMovieWrap p {
	font-size: 120%;
}

/*----- Movie ----------------------------------- */

.movieWrap {
	border-bottom: none;
}
.movieWrap .moviePadding {
	padding-top: 0;
}
.categoryLine {
	height: 40px;
	border-left: 6px solid rgba(222,0,41,1.00);
	text-align:center;
}
.categoryLine h2 {
	margin-left:-6px;
	font-size:140%;
}
.movie {
	margin-top: 20px;
}
.thumbnail {
	float: none;
	margin-bottom: 0;
}
.movie .startBtn {
	margin-top: -80px;
	padding-top: 20px;
	display: block;
	position: relative;
	top: 180px;
	left: 45%;
	z-index:10;
}
.movie h3 {
	font-size:120%;
}
a:hover {
	opacity: 1;	
  }
  
.linkArea {
	width:80%;
	padding:0 2% 0 2%;
}

}

/* ------------------------------------------------------------------------------ */

@media screen and (max-width:500px){
	
	.contentsArea {
	padding:2% 6% 0 6%;
}

/* ----- header ----------------------------------- */

.logo{
	visibility:hidden;
}	
.backToTopWrap {
	width:15%;
	height:auto;
	visibility:inherit;
}

.sampleMovieWrap p {
	font-size: 110%;
}
.sampleMovieWrap .note_caution2 {
	font-size:100%;
}

/* ----- Movie ----------------------------------- */

.movie .startBtn {
	width:15%;
	top:150px;
	left:40%;
}

/* ----- footer ----------------------------------- */

.footerArea {
	padding-top: 48px;
	height: 68px;
}
.scrollButton {
	position: absolute;
	bottom: 0;
	right: 46%;
}
.footerArea p {
	padding: 20px 0 20px 0;
	background-color: #FFFFFF;
}

}

/* ------------------------------------------------------------------------------ */

@media screen and (max-width:380px){
	
/* ----- Movie ----------------------------------- */
.movie {
	margin-top: 30px;
}
.movie .startBtn {
	width:18%;
	top:124px;
}
}
