/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=634802b8cd497c15fb93)
 * Config saved to config.json and https://gist.github.com/634802b8cd497c15fb93
 *
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
 */
html {
	font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
body {
	margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none
}
a {
	background-color: transparent
}
a:active,a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em; margin: 0.67em 0;
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible
}
button,select {
	text-transform: none
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal
}
input[type="checkbox"],input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*
 * General
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	background-color: #000;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #009fa8;
	text-decoration: none;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a:focus {
	color: #00575c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 2em;
}
.video > iframe,
.video > object,
.video > embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
[role="button"] {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1,
h2,
h3 {
	margin-top: 1.5em;
}
h4,
h5,
h6 {
  margin: 1em 0;
}
h1 {
	font-size: 39px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
p {
	margin: 0 0 1em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.6em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/*
 * Grid
 */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

/*
 * Table
 */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*
 * HEADER
 */
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	background-color: #202020;
}
.navbar-main {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1030;
}
.navbar-main ul{
	display: table;
	margin: 0 auto;
}
.navbar-main ul li {
	margin-right: 10px;
}
.navbar-main ul li:last-child {
	margin-right: 0;
}
.navbar-main ul > li > a {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	background-color: transparent;
}

.navbar-main .brand {
	margin: 5px auto;
}
@media (min-width: 430px) {
	.navbar-main .nav2top {
		padding: 0 15px 0 15px;
	}
}
.nav-toggle {
    position: absolute;
    display: block;
    top: 22px;
    right: 5px;
    width: 30px;
    height: 25px;
    padding: 20px 0  ;
    z-index: 999999;
    padding: 0;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -8px
}
.nav-toggle span:after {
    bottom: -8px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
/* Overlay style */
.overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}
/* Menu style */
.overlay nav {
    position: relative;
    top: 43%;
    height: 60%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
}
.overlay ul li:last-child {
    margin-bottom: 0px
}
.overlay ul li a {
    display: block;
    padding: 4px 0 4px 15px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transform: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/* Effects */
.overlay-conan {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-conan.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-conan nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-conan.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
 * Fonts
 */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-rvuocb');
	src:url('../fonts/icomoon.eot?#iefix-rvuocb') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?-rvuocb') format('truetype'),
		url('../fonts/icomoon.woff?-rvuocb') format('woff'),
		url('../fonts/icomoon.svg?-rvuocb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
	content: "\e90a";
}
.icon-hatena:before {
	content: "\e900";
}
.icon-chevron-down:before {
	content: "\e901";
}
.icon-chevron-left:before {
	content: "\e902";
}
.icon-chevron-right:before {
	content: "\e903";
}
.icon-chevron-thin-down:before {
	content: "\e604";
}
.icon-chevron-thin-left:before {
	content: "\e605";
}
.icon-chevron-thin-right:before {
	content: "\e606";
}
.icon-chevron-thin-up:before {
	content: "\e607";
}
.icon-chevron-up:before {
	content: "\e904";
}
.icon-open-book:before {
	content: "\e905";
}
.icon-calendar:before {
	content: "\e60a";
}
.icon-folder:before {
	content: "\e60f";
}
.icon-home:before {
	content: "\e906";
}
.icon-info:before {
	content: "\e611";
}
.icon-location-pin:before {
	content: "\e613";
}
.icon-magnifying-glass:before {
	content: "\e614";
}
.icon-map:before {
	content: "\e907";
}
.icon-message:before {
	content: "\e908";
}
.icon-pencil:before {
	content: "\e909";
}
.icon-phone:before {
	content: "\e90b";
}
.icon-popup:before {
	content: "\e90c";
}
.icon-share-alternitive:before {
	content: "\e61a";
}
.icon-ticket:before {
	content: "\e90d";
}
.icon-facebook:before {
	content: "\e61c";
}
.icon-instagram:before {
	content: "\e61d";
}
.icon-twitter:before {
	content: "\e61e";
}
.icon-margin {
	margin-right: 0.3em;
}

/*
 * Waypoints
 */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
	visibility: hidden;
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
	visibility: visible;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

/*
 * PAGE & SECTIONS
 */ 
.home-wrapper {
	position: relative;
	padding-top: 50px;
	overflow: hidden;
}
.page-wrapper,
.page-wrapper-c {
	position: relative;
	padding-top: 50px;
	overflow: hidden;
	background: #000 url(../images/page_bg-mini.jpg) center center no-repeat;
	background-attachment: scroll;
	background-size: 100%;
}
@media (min-width: 768px) {
	.page-wrapper,
	.page-wrapper-c {
		background: #000 url(../images/page_bg.jpg) center center no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
}
.page-title {
	margin: 0 -15px 1em;
	padding: 0;
	line-height: 1;
}
@media (min-width: 768px) {
	.page-title {
		margin: 0 auto 1em;
	}
}
.page-title img {
	max-width: 682px;
	width: 100%;
	height: auto;
	margin: auto;
}
.home-wrapper section,
.page-wrapper-c section {
	position: relative;
	margin: auto;
	padding: 2em 0;
}
.page-wrapper section {
	position: relative;
	margin: auto;
	padding: 0 0 2em;
}

@media (min-width: 768px) {
	.page-wrapper section,
	.home-wrapper section,
	.page-wrapper-c section {
		padding: 4em 0;
	}
}
.home-wrapper section.hero,
.home-wrapper section.hero-sm {
	padding: 0;
}
.section-title {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}
@media (min-width: 768px) {
	.section-title {
		font-size: 34px;
	}
}
.section-title span {
	position: relative;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0 1em;
	text-align: left;
}
.section-title span::before,
.section-title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #fff;
}
.section-title span::before {
	right: 100%;
}
.section-title span::after {
	left: 100%;
}
.page-wrapper section p, 
.home-wrapper section p {
	color: #ccc;
}
.home-wrapper section p {
	text-align: left;
}
@media (min-width: 768px) {
	.home-wrapper section p {
		text-align: center;
	}
}
.home-wrapper-inner {
	background: #000 url(../images/page_bg-sm.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
@media (min-width: 768px) {
	.home-wrapper-inner {
		background: #000 url(../images/page_bg.jpg) center center no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
}

/*
 * HERO
 */
.hero {
	position: relative;
	width: 100%;
	height: 790px;
	overflow: hidden;
	margin: auto;
	padding: 0;
}
.parallax-background{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.hero-bg {
	position: relative;
	width: 100%;
	height: 790px;
	background: url(../images/hero_bg.jpg) center top no-repeat;
	background-size: cover;
}
.hero-main {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 50%;
	margin-left: -234px;
	text-align: center;
}
.hero-scrap {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 18%;	
}
.hero-share {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
.hero-share-sm {
	position: relative;
	margin: 1em 0;
}

/*
 * SHARE
 */
.list-socialbtns {
	display: table;
	margin: 0 auto;
	padding: 0;
}
.list-socialbtns {
	display: table;
	margin: 0 auto;
	padding: 0;
}
.list-socialbtns a {
	display: block;
	height: 20px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	line-height: 20px!important;
	vertical-align: middle
}
.list-socialbtns a.hatena-btn {
	background-color: #008FDE;
	width: 60px;
}
.list-socialbtns a.tweet-btn {
	background-color: #55acee;
	width: 60px;
}
.list-socialbtns a.share-btn {
	background-color: #3B5999;
	width: 60px;
}
.list-socialbtns .icon {
	margin : 0;
}
@media (min-width:768px) {
	.list-socialbtns a.hatena-btn {
		width: 80px;
	}
	.list-socialbtns a.tweet-btn {
		width: 80px;
	}
	.list-socialbtns a.share-btn {
		width: 80px;
	}
	.list-socialbtns .icon {
		margin :0 3px 0 0;
	}
}
.list-socialbtns a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
}

/*
 * FRONT SECTIONS
 */
/* tsuiseki */
.tsuiseki {
	padding-bottom: 0!important;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}
.tsuiseki a {
	display: inline-block;
}
/* news */
.news {
	background-color: rgba(0,0,0,0.4);
}
.newsbox {
	margin-bottom: 20px;
}
.date {
	margin: 0 10px 0 0; 
	padding: 0 10px 0 0;
	color: #ccc;
	font-family: 'Times New Roman',serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-right: 4px double #575757;
}
.date .day {
	font-size: 28px;
	margin-bottom: 5px;
}
.date .month {
	font-size: 14px;
}
.newstext {
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	vertical-align: baseline;
	overflow: hidden;
}
/* story */
.story p {
	font-size: 16px;
}
.story .textillate {
	margin: 0;
	font-size: 20px;
	font-style: italic;
	text-align: center!important;
}
@media (min-width:768px) {
	.story .textillate {
		font-size: 38px;
	}
}
/* aboutConan */
.aboutConan img.pull-left {
	margin: 0 10px 10px 0;
}
.aboutConan p.text-left {
	text-align: left;
}
.aboutConan .banner {
	display: block;
	width: 198px;
	font-size: 12px;
	margin-top: 1em;
}
.aboutConan .banner img {
	margin-bottom: 5px;
}
/* aboutReald */
ul.link2site {
	display: table;
	margin: 2em auto ;
	padding: 0;
	list-style: none;
}
ul.link2site li {
	float: left;
	margin-right: 1em;
}
ul.link2site li:last-child{
	margin-right: 0;
}
ul.link2site li a {
	display: block;
	padding: 0.8em;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	border-radius: 16px;
	line-height: 1;
}
ul.link2site li.link-item-web a {
	background: #2fbb7e;
}
ul.link2site li.link-item-twitter a {
	background: #00acf0;
}
ul.link2site li.link-item-facebook a {
	background: #1d72c2;
}
.link2game {
	margin-bottom: 2em;
}
.link2game p {
	font-size: 12px;
	text-align: center!important;
}
ul.link2site li a:hover,
.link2game a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
}
.link2game a img {
	border: 2px solid #fff;
	margin-bottom: 30px;
}
/* schedule */
.inner {
	position: relative;
	display: block;
	padding: 1em 3px;
	border: 6px double #ccc;
	overflow: hidden;
	cursor: pointer
}
.inner > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
}
.inner:hover,.inner:focus {
	text-decoration: none;
}
.inner:hover > img, .inner:focus img{
	opacity: 0.6;	
}
.inner > time {
	display: block;
	font-size: 11px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	word-break: break-all;
	height: 30px;
}
.inner > p {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	text-align: center!important;
}

.filter-set {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 12px;
}
.filter-set > a {
	display: inline-block;
	margin: 0.3em;
	padding: 0.3em 0.5em;
	border: 1px solid #009fa8;
	border-radius: 3px;
}
.filter-set .current {
	color: #ccc;
	border-color: #ccc;
}
.isotope .item {
	width: 33%;
}
@media (min-width: 768px) {
	.inner > time {
		font-size: 12px;
	}
	.inner > p {
		font-size: 16px;
	}
	.isotope .item {
		width: 20%;
	}
}

/*
 * CONTENTS
 */
.content-main {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.content-main h2,
.content-main h3,
.content-main h4,
.content-main h5 {
	margin-top: 1.5em;
	margin-bottom: 1em; 
	font-weight: 700;
	line-height: 1.2;
}
.content-main h2 {
	padding-bottom: 0.5em;
	font-size: 22px;
	line-height: 1.2;
	border-bottom: 4px double #fff;
}
.content-main h3 {
	font-size: 18px;
}
.content-main h4,
.content-main h5 {
	font-size: 16px;
}
.content-main > h1:first-child,
.content-main > h2:first-child,
.content-main > h3:first-child {
	margin-top: 0;
}
.header-conent-main {
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #fff;
	color: #000;
}
.content-main p {
	line-height: 1.8;
	margin-bottom: 1.6em;
}
.content-main a {
	border-bottom: 1px solid #009fa8;
}
.content-main a:hover,
.content-main a:focus {
	text-decoration: none;
}
.text-highlight {
	position: relative;
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #fff;
	border-bottom: 4px solid #fff;
}
.text-highlight::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: red;
}
.infobox {
	margin-bottom: 20px;
}
.count {
	margin: 0 10px 0 0; 
	color: #fff;
	font-size: 24px;
	font-family: 'Times New Roman',serif;
	font-weight: bold;
	line-height: 1;
}
.infobox p {
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: baseline;
	border-left: 4px double #575757;
	overflow: hidden;	
}
.privilege-wrapper {
	padding: 0 2em;
	border: solid 6px #ffeb00;
	background-color: #fff
}
.privilege-wrapper > p {
	font-size: 14px;
	color: #333!important
}
.privilege-wrapper > h4 {
	color: #333;
}

/*
 * FOOTER
 */
.footer{
	margin: 0;
	padding: 20px 0;
}
.link2conan {
	display: table;
	margin: auto;
	text-align: center;
}
.footer-scrap {
	margin-bottom: 1em;
}
.footer p.copyright{
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 12px;
	text-align: center;
}

/*
 * Helpers
 */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
 * PAGE TOP
 */
#page-top {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
	background-color: #c9151e;
	border-radius: 20px;
}
#page-top:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
}

/*
 * POPUP
 */
.popup-img-xs {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 80px;
	z-index: 3;	
}
.popup-img-sm {
	position: fixed;
	bottom: 70px;
	right: 0;
	width: 80px;
	z-index: 3;	
}
@media (min-width: 768px) {
	.popup-img-sm {
		right: 10px;
		width: 140px;
	}
}
.popup-modal:hover,
.popup-modal:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
	outline: none;
}
.mfp-bg {
    z-index: 2;
}
.mfp-wrap {
	z-index: 5;
}
#popup-inline,
#popup-video {
	position: relative;
	margin: 20px auto;
	padding: 30px 0 0;
	width: auto;
	max-width: 700px;
	height: auto;
	background-color: #000;
	border: 4px double #575757;
}
#popup-video .video {
	margin-bottom: 0;
}


.top-nazo-wrapper {
	position: relative;
}
.list-wrapper {
	width: 100%;
}
.list-nazo {
	display: table;
	max-width: 500px;
	margin: 4px auto 0;
	padding: 0;
	list-style: none;
}
.list-nazo li {
	float: left;
	width: 25%;
	padding: 0 2px;
}
.list-nazo li a {
	display: block;
}

@media (min-width: 992px) and (max-width: 1100px) {
	.navbar-main {
		height: 100px;
	}
	.home-wrapper {
		padding-top: 100px;
	}
	.page-wrapper {
		padding-top: 100px;
	}
	.page-wrapper-c {
		padding-top: 100px;
	}
}

/*
 * CHALLENGE
 */
.c-hero {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 55px 0 0;
	background: url(../images/nazo-bg.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed
}
.c-hero img {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
.c-hero-right {
	position: absolute;
	right: -60px;
	bottom: -70px;
	z-index: 0;
}
.c-catch {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	margin-top: 28px;
	line-height: 1.12;
}
.c-nazo {
	border: 6px double #ccc;
	z-index: 5;
}
.c-hint {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	margin-top: 28px;
	margin-bottom: 0;
	line-height: 1.12;
}
.action-wrapper {
	padding: 30px 0;
	text-align: center;
}
.form-inline {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.form-inline .form-group {
	display: block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-group label ,
.form-inline .form-group input {
	display: inline-block;
    max-width: 100%;
    font-weight: 700;
}
.form-inline .form-group label {
	font-size: 18px;
}
.form-inline .form-group input {
    width: 270px;
    height: 60px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
	display: inline-block;
	padding: 8px;
	margin: 20px auto;
	min-width: 200px;
	height: 44px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-transition: all 200ms;-moz-transition: all 200ms;transition: all 200ms;
}
.btn:hover,
.btn:focus {
	color: #333;
	background-color: #fff;
	border-color: #333;
	text-decoration: none:
}
a.btn:hover {
	text-decoration: none;
}
.c-note {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.12;
	text-decoration: underline;
}
ul.page-share {
	display: table;
	margin: 0 auto;
	padding: 0;
}
.page-share > li {
	float: left;
	margin: 0 3px 0 0;
}
.page-share > li:last-child {
	margin: 0;
}
.page-share > li > a {
	display: block;
	width: 60px;
	height: 44px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    border-radius: 4px;
}
.page-share > li > a > span {
	line-height: 44px;
}
.page-share > li > a.hatena-btn {
	background-color: #008FDE;
}
.page-share > li > a.tweet-btn {
	background-color: #55acee;
}
.page-share > li > a.share-btn {
	background-color: #3B5999;
}
.page-share > li > a.line-btn {
	background-color: #00C300;
}
.deadline > strong{
	display: inline-block;	
	color: #fff;
	font-size: 18px;
	border-bottom: 2px solid #fff;
}