/*
 * 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;
	-webkit-text-size-adjust: 100%;
	-ms-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 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
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 {
	padding: 0;
	border: 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-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}

/*
 * scaffolding
 */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Arial, Roboto, 'Droid Sans', 'Mplus 1p', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	background: #f8f8f8;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #2ab9d1;
	text-decoration: none;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a:focus {
	color: #2ab9d1;
	text-decoration: none;
	cursor: pointer;
}
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: 800;
	line-height: 1.2;
	color: inherit;
}
h1,
h2,
h3 {
	margin-top: 2em;
}
h4,
h5,
h6 {
	margin: 1em 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
p {
	margin: 0 0 1em;
	line-height: 1.7;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 1.6em;
}
.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 {
	position: relative;
	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: 1180px;
	}
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.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: 5px;
  padding-right: 5px;
}
@media (min-width:768px) {
	.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 {
	  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%;
  }
}

/*
 * helpers
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: 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;
	}
}

/*
 * form
 */
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
}
.form-group {
	margin-bottom: 2em;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
.required {
	color: red;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.btn:focus,
.btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*
 * 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";
}

/*
 * waypoints
 */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7 {
	visibility: hidden;
}
.visible, .bounceInLeft, .bounceInRight, .fadeIn, .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;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

/*
 * assets
 */
.list-sharebtn {
	display: table;
	margin: 2em auto 0;
}
.list-sharebtn li {
	width: 96px;
} 
@media (min-width:768px) {
	.list-sharebtn li {
		width: 120px;
	} 
}
.list-sharebtn li a {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	border: none;
}
.list-sharebtn li a span.icon {
	font-size: 16px;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}
@media (min-width:768px) {
	.list-sharebtn li a {
		font-size: 14px;
	}
	.list-sharebtn li a span.icon {
		font-size: 18px;
	}
}
.list-sharebtn li a.line-btn {
	background-color: #5ae628;
}
.list-sharebtn a.tweet-btn {
	background-color: #55acee;
}
.list-sharebtn a.share-btn {
	background-color: #3B5999;
}
.list-sharebtn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border: none!important;
}


/*
 * header
 */
.site-header {
	position: relative;
	padding: 2em 0 ;
}
@media (min-width:768px) {
	.site-header {
		padding: 4em 0 ;
	}
}
.site-header h1 {
	margin: 0;
	text-align: center;
}

/*
 * footer
 */
.site-footer {
	position: relative;
	padding: 0;
	background: #333;
}
.site-footer .list-sharebtn {
	margin: 0 auto;
	padding: 2em 0;
}
.footer-bottom {
	background: #222;
}
.footer-bottom .logo{
	margin: 2em 0;
	text-align: center;
}
.footer-bottom p {
	margin: 0 0 1em;
	color: #fff;
	font-size: 10px;
	text-align: center;	
}
.list-link {
	display: table;
	margin: 2em auto;
}
.list-link li a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	border: none;
}
.list-link li a span.icon {
	font-size: 16px;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}

/*
 * main
 */
.site-wrapper-t2 {
	position: relative;
}
.site-wrapper-t2:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background: url(../images/site-bg.jpg) repeat-x #000;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}
@media (min-width:768px) {
	#site-wrapper:before {
		height: 510px;
		background-size: auto;
	}
}

#site-wrapper main {
	position: relative;
}
.section-hero .poster-wrapper {
	text-align: center;
}
.section-hero .poster-wrapper img {
	display: inline-block;
}

.section {
	padding: 3.5em 0;
}
@media (min-width:768px) {
	.section {
		padding: 7em 0;
	}
}
.section-present, 
.section-about_reald {
	background: #fff;
}
.section h2 {
	margin: 0 0 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
@media (min-width:768px) {
	.section h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
.section h2 span {
	background: -webkit-linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
    background: -o-linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
    background: linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
}
.section h2.title {
	margin: 2em auto;
	text-align: center;
}
.section h2.title img {
	display: inline-block;
}
.section h3 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
@media (min-width:768px) {
	.section h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
.section-lead .lead-1 {
	margin: 0;
	font-weight: 600;
	text-align: center;
}
.section-lead .lead-2 {
	margin: 1em 0 0;
	font-size: 15x;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.section-lead .lead-2 span {
	background: -webkit-linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
    background: -o-linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
    background: linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
}
@media (min-width:768px) {
	.section-lead .lead-2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.section-lead .lead-2 br {
		display: none;
	}
}
.section-desc {
	background: #fff;
} 
.section p {
	margin: 0 0 1.7em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}
@media (min-width:768px) {
	.section p {
		font-size: 16px;
		font-size: 1.6rem;
	}
} 
.section-desc p.big {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}
.section-desc p.big span {
	background: -webkit-linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
    background: -o-linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
    background: linear-gradient(transparent 75%, rgba(249, 240, 52, 0.7) 75%);
}
@media (min-width:768px) {
	.section-desc p.big {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
.section ul {
	margin: 0;
	padding: 0 0 0 1em;
}
.section-about_conan .img-wrapper {
	text-align: center;
	margin: 3em 0;
}
.section-about_conan .img-wrapper img {
	display: inline-block;
	margin: 0 auto;
}
p.info-label {
	margin: 0 0 0.3em;
	line-height: 1;
}
.section p:last-child {
	margin-bottom: 0;
}
.section-vote p {
	margin-bottom: 3em;
}
.section-reald p.mini {
	margin-bottom: 0.5em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}


.chara-item {
	position: relative;
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 2px dashed #575757;
}
@media (min-width:768px) {
	.chara-item {
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
}
.chara-item:last-child {
	border-bottom: none;
}
.chara-item h3 {
	margin: 1.5em 0 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.chara-item h3 span{
	display: block;
	margin: 0.5em 0 0;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #575757;
}
@media (min-width:768px) {
	.chara-item h3 {
		margin: 0 0 1em;
		font-size: 24px;
		font-size: 2.4rem;
		text-align: left;
	}	
}
.chara-item p {
	margin: 0 0 2.5em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
}
.chara-item .tweet-btn {
	position: relative;
	color: #55acee;
}
.chara-item .tweet-btn:after {
	position: absolute;
	bottom: -4px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background: #55acee;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;   
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chara-item .tweet-btn:hover::after {
	width: 100%;
}
.chara-item .tweet-btn .icon {
	margin-right: 0.3em;
}

button.btn-popup,
button.btn-vote {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;	
	cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center; 
    white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
    background: #5CA5FF;
    background-image: none;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button.btn-popup::before,
button.btn-vote::before {
	position: absolute;
	content: "";
	width: 300%;
	height: 200%;
	background: rgba(255, 255, 255, .2);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10%;
	left: -200%;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
button.btn-popup:hover,
button.btn-popup:focus,
button.btn-vote:hover,
button.btn-vote:focus {
	color: #ffff33;
	outline: none;
	outline-offset: 0;
	background: #86BCFF;
}
button.btn-popup:hover::before,
button.btn-popup:focus::before,
button.btn-vote:hover::before,
button.btn-vote:focus::before {
	left: 60%;
}
button.btn-popup[disabled]::before,
button.btn-popup[disabled]::before,
button.btn-vote[disabled]::before,
button.btn-vote[disabled]::before,
button.btn-popup[disabled]:hover::before,
button.btn-popup[disabled]:focus::before,
button.btn-vote[disabled]:hover::before,
button.btn-vote[disabled]:focus::before {
	display: none;
}
button.btn-popup[disabled],
button.btn-vote[disabled],
button.btn-popup[disabled]:hover,
button.btn-popup[disabled]:focus,
button.btn-vote[disabled]:hover,
button.btn-vote[disabled]:focus {
	cursor: default;
	color: #ccc;
	background: #eee;
	opacity: 1;
}
.remodal {
	padding: 4em 2em;
}
.remodal p {
	font-size: 13px;
	font-weight: 500;
}
.remodal p:last-child {
	margin-bottom: 0;
}

.form-wrapper {
	margin-bottom: 2em;
}
.form-wrapper p {
	margin:1em 0 0;
	color: red;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.btn-submit {
	padding: 1em 2em;
	color: #fff;
	font-weight: 800;
	background: #333;
}
.btn-submit:hover,
.btn-submit:focus {
	color: #ccc;
	background: #000;
}
.btn-submit[disabled] {
	color: #fff;
	background: #ccc;
}
.btn-submit[disabled]:hover,
.btn-submit[disabled]:focus {
	color: #fff;
	background: #ccc;
}

.midterm_report {
	position: relative;
	margin: 0 0 3em;
}