@charset "UTF-8";
/**
 * Compass
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,400,300);
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */;
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;/* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;/* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;/* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
  /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * Font Awesome
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("../fonts/fontawesome-webfont.eot?") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.8571428571em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}
.fa-music:before {
	content: "";
}
.fa-search:before {
	content: "";
}
.fa-envelope-o:before {
	content: "";
}
.fa-heart:before {
	content: "";
}
.fa-star:before {
	content: "";
}
.fa-star-o:before {
	content: "";
}
.fa-user:before {
	content: "";
}
.fa-film:before {
	content: "";
}
.fa-th-large:before {
	content: "";
}
.fa-th:before {
	content: "";
}
.fa-th-list:before {
	content: "";
}
.fa-check:before {
	content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}
.fa-search-plus:before {
	content: "";
}
.fa-search-minus:before {
	content: "";
}
.fa-power-off:before {
	content: "";
}
.fa-signal:before {
	content: "";
}
.fa-gear:before, .fa-cog:before {
	content: "";
}
.fa-trash-o:before {
	content: "";
}
.fa-home:before {
	content: "";
}
.fa-file-o:before {
	content: "";
}
.fa-clock-o:before {
	content: "";
}
.fa-road:before {
	content: "";
}
.fa-download:before {
	content: "";
}
.fa-arrow-circle-o-down:before {
	content: "";
}
.fa-arrow-circle-o-up:before {
	content: "";
}
.fa-inbox:before {
	content: "";
}
.fa-play-circle-o:before {
	content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}
.fa-refresh:before {
	content: "";
}
.fa-list-alt:before {
	content: "";
}
.fa-lock:before {
	content: "";
}
.fa-flag:before {
	content: "";
}
.fa-headphones:before {
	content: "";
}
.fa-volume-off:before {
	content: "";
}
.fa-volume-down:before {
	content: "";
}
.fa-volume-up:before {
	content: "";
}
.fa-qrcode:before {
	content: "";
}
.fa-barcode:before {
	content: "";
}
.fa-tag:before {
	content: "";
}
.fa-tags:before {
	content: "";
}
.fa-book:before {
	content: "";
}
.fa-bookmark:before {
	content: "";
}
.fa-print:before {
	content: "";
}
.fa-camera:before {
	content: "";
}
.fa-font:before {
	content: "";
}
.fa-bold:before {
	content: "";
}
.fa-italic:before {
	content: "";
}
.fa-text-height:before {
	content: "";
}
.fa-text-width:before {
	content: "";
}
.fa-align-left:before {
	content: "";
}
.fa-align-center:before {
	content: "";
}
.fa-align-right:before {
	content: "";
}
.fa-align-justify:before {
	content: "";
}
.fa-list:before {
	content: "";
}
.fa-dedent:before, .fa-outdent:before {
	content: "";
}
.fa-indent:before {
	content: "";
}
.fa-video-camera:before {
	content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}
.fa-pencil:before {
	content: "";
}
.fa-map-marker:before {
	content: "";
}
.fa-adjust:before {
	content: "";
}
.fa-tint:before {
	content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}
.fa-share-square-o:before {
	content: "";
}
.fa-check-square-o:before {
	content: "";
}
.fa-arrows:before {
	content: "";
}
.fa-step-backward:before {
	content: "";
}
.fa-fast-backward:before {
	content: "";
}
.fa-backward:before {
	content: "";
}
.fa-play:before {
	content: "";
}
.fa-pause:before {
	content: "";
}
.fa-stop:before {
	content: "";
}
.fa-forward:before {
	content: "";
}
.fa-fast-forward:before {
	content: "";
}
.fa-step-forward:before {
	content: "";
}
.fa-eject:before {
	content: "";
}
.fa-chevron-left:before {
	content: "";
}
.fa-chevron-right:before {
	content: "";
}
.fa-plus-circle:before {
	content: "";
}
.fa-minus-circle:before {
	content: "";
}
.fa-times-circle:before {
	content: "";
}
.fa-check-circle:before {
	content: "";
}
.fa-question-circle:before {
	content: "";
}
.fa-info-circle:before {
	content: "";
}
.fa-crosshairs:before {
	content: "";
}
.fa-times-circle-o:before {
	content: "";
}
.fa-check-circle-o:before {
	content: "";
}
.fa-ban:before {
	content: "";
}
.fa-arrow-left:before {
	content: "";
}
.fa-arrow-right:before {
	content: "";
}
.fa-arrow-up:before {
	content: "";
}
.fa-arrow-down:before {
	content: "";
}
.fa-mail-forward:before, .fa-share:before {
	content: "";
}
.fa-expand:before {
	content: "";
}
.fa-compress:before {
	content: "";
}
.fa-plus:before {
	content: "";
}
.fa-minus:before {
	content: "";
}
.fa-asterisk:before {
	content: "";
}
.fa-exclamation-circle:before {
	content: "";
}
.fa-gift:before {
	content: "";
}
.fa-leaf:before {
	content: "";
}
.fa-fire:before {
	content: "";
}
.fa-eye:before {
	content: "";
}
.fa-eye-slash:before {
	content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}
.fa-plane:before {
	content: "";
}
.fa-calendar:before {
	content: "";
}
.fa-random:before {
	content: "";
}
.fa-comment:before {
	content: "";
}
.fa-magnet:before {
	content: "";
}
.fa-chevron-up:before {
	content: "";
}
.fa-chevron-down:before {
	content: "";
}
.fa-retweet:before {
	content: "";
}
.fa-shopping-cart:before {
	content: "";
}
.fa-folder:before {
	content: "";
}
.fa-folder-open:before {
	content: "";
}
.fa-arrows-v:before {
	content: "";
}
.fa-arrows-h:before {
	content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}
.fa-twitter-square:before {
	content: "";
}
.fa-facebook-square:before {
	content: "";
}
.fa-camera-retro:before {
	content: "";
}
.fa-key:before {
	content: "";
}
.fa-gears:before, .fa-cogs:before {
	content: "";
}
.fa-comments:before {
	content: "";
}
.fa-thumbs-o-up:before {
	content: "";
}
.fa-thumbs-o-down:before {
	content: "";
}
.fa-star-half:before {
	content: "";
}
.fa-heart-o:before {
	content: "";
}
.fa-sign-out:before {
	content: "";
}
.fa-linkedin-square:before {
	content: "";
}
.fa-thumb-tack:before {
	content: "";
}
.fa-external-link:before {
	content: "";
}
.fa-sign-in:before {
	content: "";
}
.fa-trophy:before {
	content: "";
}
.fa-github-square:before {
	content: "";
}
.fa-upload:before {
	content: "";
}
.fa-lemon-o:before {
	content: "";
}
.fa-phone:before {
	content: "";
}
.fa-square-o:before {
	content: "";
}
.fa-bookmark-o:before {
	content: "";
}
.fa-phone-square:before {
	content: "";
}
.fa-twitter:before {
	content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}
.fa-github:before {
	content: "";
}
.fa-unlock:before {
	content: "";
}
.fa-credit-card:before {
	content: "";
}
.fa-rss:before {
	content: "";
}
.fa-hdd-o:before {
	content: "";
}
.fa-bullhorn:before {
	content: "";
}
.fa-bell:before {
	content: "";
}
.fa-certificate:before {
	content: "";
}
.fa-hand-o-right:before {
	content: "";
}
.fa-hand-o-left:before {
	content: "";
}
.fa-hand-o-up:before {
	content: "";
}
.fa-hand-o-down:before {
	content: "";
}
.fa-arrow-circle-left:before {
	content: "";
}
.fa-arrow-circle-right:before {
	content: "";
}
.fa-arrow-circle-up:before {
	content: "";
}
.fa-arrow-circle-down:before {
	content: "";
}
.fa-globe:before {
	content: "";
}
.fa-wrench:before {
	content: "";
}
.fa-tasks:before {
	content: "";
}
.fa-filter:before {
	content: "";
}
.fa-briefcase:before {
	content: "";
}
.fa-arrows-alt:before {
	content: "";
}
.fa-group:before, .fa-users:before {
	content: "";
}
.fa-chain:before, .fa-link:before {
	content: "";
}
.fa-cloud:before {
	content: "";
}
.fa-flask:before {
	content: "";
}
.fa-cut:before, .fa-scissors:before {
	content: "";
}
.fa-copy:before, .fa-files-o:before {
	content: "";
}
.fa-paperclip:before {
	content: "";
}
.fa-save:before, .fa-floppy-o:before {
	content: "";
}
.fa-square:before {
	content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}
.fa-list-ul:before {
	content: "";
}
.fa-list-ol:before {
	content: "";
}
.fa-strikethrough:before {
	content: "";
}
.fa-underline:before {
	content: "";
}
.fa-table:before {
	content: "";
}
.fa-magic:before {
	content: "";
}
.fa-truck:before {
	content: "";
}
.fa-pinterest:before {
	content: "";
}
.fa-pinterest-square:before {
	content: "";
}
.fa-google-plus-square:before {
	content: "";
}
.fa-google-plus:before {
	content: "";
}
.fa-money:before {
	content: "";
}
.fa-caret-down:before {
	content: "";
}
.fa-caret-up:before {
	content: "";
}
.fa-caret-left:before {
	content: "";
}
.fa-caret-right:before {
	content: "";
}
.fa-columns:before {
	content: "";
}
.fa-unsorted:before, .fa-sort:before {
	content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}
.fa-envelope:before {
	content: "";
}
.fa-linkedin:before {
	content: "";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "";
}
.fa-legal:before, .fa-gavel:before {
	content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}
.fa-comment-o:before {
	content: "";
}
.fa-comments-o:before {
	content: "";
}
.fa-flash:before, .fa-bolt:before {
	content: "";
}
.fa-sitemap:before {
	content: "";
}
.fa-umbrella:before {
	content: "";
}
.fa-paste:before, .fa-clipboard:before {
	content: "";
}
.fa-lightbulb-o:before {
	content: "";
}
.fa-exchange:before {
	content: "";
}
.fa-cloud-download:before {
	content: "";
}
.fa-cloud-upload:before {
	content: "";
}
.fa-user-md:before {
	content: "";
}
.fa-stethoscope:before {
	content: "";
}
.fa-suitcase:before {
	content: "";
}
.fa-bell-o:before {
	content: "";
}
.fa-coffee:before {
	content: "";
}
.fa-cutlery:before {
	content: "";
}
.fa-file-text-o:before {
	content: "";
}
.fa-building-o:before {
	content: "";
}
.fa-hospital-o:before {
	content: "";
}
.fa-ambulance:before {
	content: "";
}
.fa-medkit:before {
	content: "";
}
.fa-fighter-jet:before {
	content: "";
}
.fa-beer:before {
	content: "";
}
.fa-h-square:before {
	content: "";
}
.fa-plus-square:before {
	content: "";
}
.fa-angle-double-left:before {
	content: "";
}
.fa-angle-double-right:before {
	content: "";
}
.fa-angle-double-up:before {
	content: "";
}
.fa-angle-double-down:before {
	content: "";
}
.fa-angle-left:before {
	content: "";
}
.fa-angle-right:before {
	content: "";
}
.fa-angle-up:before {
	content: "";
}
.fa-angle-down:before {
	content: "";
}
.fa-desktop:before {
	content: "";
}
.fa-laptop:before {
	content: "";
}
.fa-tablet:before {
	content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}
.fa-circle-o:before {
	content: "";
}
.fa-quote-left:before {
	content: "";
}
.fa-quote-right:before {
	content: "";
}
.fa-spinner:before {
	content: "";
}
.fa-circle:before {
	content: "";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "";
}
.fa-github-alt:before {
	content: "";
}
.fa-folder-o:before {
	content: "";
}
.fa-folder-open-o:before {
	content: "";
}
.fa-smile-o:before {
	content: "";
}
.fa-frown-o:before {
	content: "";
}
.fa-meh-o:before {
	content: "";
}
.fa-gamepad:before {
	content: "";
}
.fa-keyboard-o:before {
	content: "";
}
.fa-flag-o:before {
	content: "";
}
.fa-flag-checkered:before {
	content: "";
}
.fa-terminal:before {
	content: "";
}
.fa-code:before {
	content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}
.fa-location-arrow:before {
	content: "";
}
.fa-crop:before {
	content: "";
}
.fa-code-fork:before {
	content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}
.fa-question:before {
	content: "";
}
.fa-info:before {
	content: "";
}
.fa-exclamation:before {
	content: "";
}
.fa-superscript:before {
	content: "";
}
.fa-subscript:before {
	content: "";
}
.fa-eraser:before {
	content: "";
}
.fa-puzzle-piece:before {
	content: "";
}
.fa-microphone:before {
	content: "";
}
.fa-microphone-slash:before {
	content: "";
}
.fa-shield:before {
	content: "";
}
.fa-calendar-o:before {
	content: "";
}
.fa-fire-extinguisher:before {
	content: "";
}
.fa-rocket:before {
	content: "";
}
.fa-maxcdn:before {
	content: "";
}
.fa-chevron-circle-left:before {
	content: "";
}
.fa-chevron-circle-right:before {
	content: "";
}
.fa-chevron-circle-up:before {
	content: "";
}
.fa-chevron-circle-down:before {
	content: "";
}
.fa-html5:before {
	content: "";
}
.fa-css3:before {
	content: "";
}
.fa-anchor:before {
	content: "";
}
.fa-unlock-alt:before {
	content: "";
}
.fa-bullseye:before {
	content: "";
}
.fa-ellipsis-h:before {
	content: "";
}
.fa-ellipsis-v:before {
	content: "";
}
.fa-rss-square:before {
	content: "";
}
.fa-play-circle:before {
	content: "";
}
.fa-ticket:before {
	content: "";
}
.fa-minus-square:before {
	content: "";
}
.fa-minus-square-o:before {
	content: "";
}
.fa-level-up:before {
	content: "";
}
.fa-level-down:before {
	content: "";
}
.fa-check-square:before {
	content: "";
}
.fa-pencil-square:before {
	content: "";
}
.fa-external-link-square:before {
	content: "";
}
.fa-share-square:before {
	content: "";
}
.fa-compass:before {
	content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}
.fa-euro:before, .fa-eur:before {
	content: "";
}
.fa-gbp:before {
	content: "";
}
.fa-dollar:before, .fa-usd:before {
	content: "";
}
.fa-rupee:before, .fa-inr:before {
	content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}
.fa-won:before, .fa-krw:before {
	content: "";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "";
}
.fa-file:before {
	content: "";
}
.fa-file-text:before {
	content: "";
}
.fa-sort-alpha-asc:before {
	content: "";
}
.fa-sort-alpha-desc:before {
	content: "";
}
.fa-sort-amount-asc:before {
	content: "";
}
.fa-sort-amount-desc:before {
	content: "";
}
.fa-sort-numeric-asc:before {
	content: "";
}
.fa-sort-numeric-desc:before {
	content: "";
}
.fa-thumbs-up:before {
	content: "";
}
.fa-thumbs-down:before {
	content: "";
}
.fa-youtube-square:before {
	content: "";
}
.fa-youtube:before {
	content: "";
}
.fa-xing:before {
	content: "";
}
.fa-xing-square:before {
	content: "";
}
.fa-youtube-play:before {
	content: "";
}
.fa-dropbox:before {
	content: "";
}
.fa-stack-overflow:before {
	content: "";
}
.fa-instagram:before {
	content: "";
}
.fa-flickr:before {
	content: "";
}
.fa-adn:before {
	content: "";
}
.fa-bitbucket:before {
	content: "";
}
.fa-bitbucket-square:before {
	content: "";
}
.fa-tumblr:before {
	content: "";
}
.fa-tumblr-square:before {
	content: "";
}
.fa-long-arrow-down:before {
	content: "";
}
.fa-long-arrow-up:before {
	content: "";
}
.fa-long-arrow-left:before {
	content: "";
}
.fa-long-arrow-right:before {
	content: "";
}
.fa-apple:before {
	content: "";
}
.fa-windows:before {
	content: "";
}
.fa-android:before {
	content: "";
}
.fa-linux:before {
	content: "";
}
.fa-dribbble:before {
	content: "";
}
.fa-skype:before {
	content: "";
}
.fa-foursquare:before {
	content: "";
}
.fa-trello:before {
	content: "";
}
.fa-female:before {
	content: "";
}
.fa-male:before {
	content: "";
}
.fa-gittip:before, .fa-gratipay:before {
	content: "";
}
.fa-sun-o:before {
	content: "";
}
.fa-moon-o:before {
	content: "";
}
.fa-archive:before {
	content: "";
}
.fa-bug:before {
	content: "";
}
.fa-vk:before {
	content: "";
}
.fa-weibo:before {
	content: "";
}
.fa-renren:before {
	content: "";
}
.fa-pagelines:before {
	content: "";
}
.fa-stack-exchange:before {
	content: "";
}
.fa-arrow-circle-o-right:before {
	content: "";
}
.fa-arrow-circle-o-left:before {
	content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}
.fa-dot-circle-o:before {
	content: "";
}
.fa-wheelchair:before {
	content: "";
}
.fa-vimeo-square:before {
	content: "";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "";
}
.fa-plus-square-o:before {
	content: "";
}
.fa-space-shuttle:before {
	content: "";
}
.fa-slack:before {
	content: "";
}
.fa-envelope-square:before {
	content: "";
}
.fa-wordpress:before {
	content: "";
}
.fa-openid:before {
	content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}
.fa-yahoo:before {
	content: "";
}
.fa-google:before {
	content: "";
}
.fa-reddit:before {
	content: "";
}
.fa-reddit-square:before {
	content: "";
}
.fa-stumbleupon-circle:before {
	content: "";
}
.fa-stumbleupon:before {
	content: "";
}
.fa-delicious:before {
	content: "";
}
.fa-digg:before {
	content: "";
}
.fa-pied-piper:before {
	content: "";
}
.fa-pied-piper-alt:before {
	content: "";
}
.fa-drupal:before {
	content: "";
}
.fa-joomla:before {
	content: "";
}
.fa-language:before {
	content: "";
}
.fa-fax:before {
	content: "";
}
.fa-building:before {
	content: "";
}
.fa-child:before {
	content: "";
}
.fa-paw:before {
	content: "";
}
.fa-spoon:before {
	content: "";
}
.fa-cube:before {
	content: "";
}
.fa-cubes:before {
	content: "";
}
.fa-behance:before {
	content: "";
}
.fa-behance-square:before {
	content: "";
}
.fa-steam:before {
	content: "";
}
.fa-steam-square:before {
	content: "";
}
.fa-recycle:before {
	content: "";
}
.fa-automobile:before, .fa-car:before {
	content: "";
}
.fa-cab:before, .fa-taxi:before {
	content: "";
}
.fa-tree:before {
	content: "";
}
.fa-spotify:before {
	content: "";
}
.fa-deviantart:before {
	content: "";
}
.fa-soundcloud:before {
	content: "";
}
.fa-database:before {
	content: "";
}
.fa-file-pdf-o:before {
	content: "";
}
.fa-file-word-o:before {
	content: "";
}
.fa-file-excel-o:before {
	content: "";
}
.fa-file-powerpoint-o:before {
	content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}
.fa-file-code-o:before {
	content: "";
}
.fa-vine:before {
	content: "";
}
.fa-codepen:before {
	content: "";
}
.fa-jsfiddle:before {
	content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}
.fa-circle-o-notch:before {
	content: "";
}
.fa-ra:before, .fa-rebel:before {
	content: "";
}
.fa-ge:before, .fa-empire:before {
	content: "";
}
.fa-git-square:before {
	content: "";
}
.fa-git:before {
	content: "";
}
.fa-hacker-news:before {
	content: "";
}
.fa-tencent-weibo:before {
	content: "";
}
.fa-qq:before {
	content: "";
}
.fa-wechat:before, .fa-weixin:before {
	content: "";
}
.fa-send:before, .fa-paper-plane:before {
	content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}
.fa-history:before {
	content: "";
}
.fa-genderless:before, .fa-circle-thin:before {
	content: "";
}
.fa-header:before {
	content: "";
}
.fa-paragraph:before {
	content: "";
}
.fa-sliders:before {
	content: "";
}
.fa-share-alt:before {
	content: "";
}
.fa-share-alt-square:before {
	content: "";
}
.fa-bomb:before {
	content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}
.fa-tty:before {
	content: "";
}
.fa-binoculars:before {
	content: "";
}
.fa-plug:before {
	content: "";
}
.fa-slideshare:before {
	content: "";
}
.fa-twitch:before {
	content: "";
}
.fa-yelp:before {
	content: "";
}
.fa-newspaper-o:before {
	content: "";
}
.fa-wifi:before {
	content: "";
}
.fa-calculator:before {
	content: "";
}
.fa-paypal:before {
	content: "";
}
.fa-google-wallet:before {
	content: "";
}
.fa-cc-visa:before {
	content: "";
}
.fa-cc-mastercard:before {
	content: "";
}
.fa-cc-discover:before {
	content: "";
}
.fa-cc-amex:before {
	content: "";
}
.fa-cc-paypal:before {
	content: "";
}
.fa-cc-stripe:before {
	content: "";
}
.fa-bell-slash:before {
	content: "";
}
.fa-bell-slash-o:before {
	content: "";
}
.fa-trash:before {
	content: "";
}
.fa-copyright:before {
	content: "";
}
.fa-at:before {
	content: "";
}
.fa-eyedropper:before {
	content: "";
}
.fa-paint-brush:before {
	content: "";
}
.fa-birthday-cake:before {
	content: "";
}
.fa-area-chart:before {
	content: "";
}
.fa-pie-chart:before {
	content: "";
}
.fa-line-chart:before {
	content: "";
}
.fa-lastfm:before {
	content: "";
}
.fa-lastfm-square:before {
	content: "";
}
.fa-toggle-off:before {
	content: "";
}
.fa-toggle-on:before {
	content: "";
}
.fa-bicycle:before {
	content: "";
}
.fa-bus:before {
	content: "";
}
.fa-ioxhost:before {
	content: "";
}
.fa-angellist:before {
	content: "";
}
.fa-cc:before {
	content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}
.fa-meanpath:before {
	content: "";
}
.fa-buysellads:before {
	content: "";
}
.fa-connectdevelop:before {
	content: "";
}
.fa-dashcube:before {
	content: "";
}
.fa-forumbee:before {
	content: "";
}
.fa-leanpub:before {
	content: "";
}
.fa-sellsy:before {
	content: "";
}
.fa-shirtsinbulk:before {
	content: "";
}
.fa-simplybuilt:before {
	content: "";
}
.fa-skyatlas:before {
	content: "";
}
.fa-cart-plus:before {
	content: "";
}
.fa-cart-arrow-down:before {
	content: "";
}
.fa-diamond:before {
	content: "";
}
.fa-ship:before {
	content: "";
}
.fa-user-secret:before {
	content: "";
}
.fa-motorcycle:before {
	content: "";
}
.fa-street-view:before {
	content: "";
}
.fa-heartbeat:before {
	content: "";
}
.fa-venus:before {
	content: "";
}
.fa-mars:before {
	content: "";
}
.fa-mercury:before {
	content: "";
}
.fa-transgender:before {
	content: "";
}
.fa-transgender-alt:before {
	content: "";
}
.fa-venus-double:before {
	content: "";
}
.fa-mars-double:before {
	content: "";
}
.fa-venus-mars:before {
	content: "";
}
.fa-mars-stroke:before {
	content: "";
}
.fa-mars-stroke-v:before {
	content: "";
}
.fa-mars-stroke-h:before {
	content: "";
}
.fa-neuter:before {
	content: "";
}
.fa-facebook-official:before {
	content: "";
}
.fa-pinterest-p:before {
	content: "";
}
.fa-whatsapp:before {
	content: "";
}
.fa-server:before {
	content: "";
}
.fa-user-plus:before {
	content: "";
}
.fa-user-times:before {
	content: "";
}
.fa-hotel:before, .fa-bed:before {
	content: "";
}
.fa-viacoin:before {
	content: "";
}
.fa-train:before {
	content: "";
}
.fa-subway:before {
	content: "";
}
.fa-medium:before {
	content: "";
}
/**
 * Global
 */
@font-face {
	font-family: 'NotoSansCJKjp';
	src: url('../fonts/NotoSansCJKjp-DemiLight.woff?1435312845') format("woff"), url('../fonts/NotoSansCJKjp-DemiLight.otf?1435312843') format("opentype");
	font-weight: normal;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	src: url('../fonts/NotoSansCJKjp-Medium.woff?1435312827') format("woff"), url('../fonts/NotoSansCJKjp-Medium.otf?1435312822') format("opentype");
	font-weight: bold;
}
html {
	font-size: 14px;
	line-height: 1.75;
	color: #333;
}
html[lang=ja] {
	font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: normal;
}
html[lang=en] {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
body {
	background-color: #fff;
}
body * {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
p:first-child {
	margin-top: 0;
}
html[lang=ja] b, html[lang=ja] strong {
	font-weight: bold;
}
html[lang=en] b, html[lang=en] strong {
	font-weight: 400;
}
img {
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nav-u-remove:hover {
	text-decoration: none;
}
.fa-fix-pos {
	position: relative;
	top: -0.05em;
}
/**
 * Layouts
 */
.wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.wrapper--full {
	max-width: none;
}
.wrapper--jmaf-gray-10 {
	background-color: #f6f6f8;
}
.container {
	width: 960px;
	margin: 0 auto;/*overflow: hidden;*/
}
.home-header {
	height: 110px;
	background-color: rgba(255, 255, 255, 0.75);
}
.home-header__logo, .home-header__meta, .home-header__language {
	float: left;
}
.home-header__logo {
	width: 148px;
	margin: 0;
	padding-top: 24px;
}
.home-header__meta {
	width: 680px;
	text-align: right;
	padding-right: 24px;
}
.home-header__language {
	width: 132px;
	padding-top: 24px;
	overflow: hidden;
}
.home-header__language a {
	width: 66px;
	height: 66px;
	background-color: #a3abbe;
	color: #fff;
	line-height: 66px;
	text-align: center;
	float: left;
	display: block;
}
.home-header__language a.u-language-ja {
	font-size: 0.8571428571rem;
}
.home-header__language a.u-language-en {
	font-size: 0.9285714286rem;
}
.home-header__language a.active {
	background-color: #fff;
	color: #a3abbe;
}
.home-header__language a:hover {
	color: #a3abbe;
	background-color: #fff;
	text-decoration: none;
}
.home-header__title {
	font-size: 25px;
	line-height: 0.9;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 17px;
}
.home-header__social {
	font-size: 1px;
	overflow: hidden;
}
.home-header__social__facebook, .home-header__social__twitter {
	float: right;
	margin-left: 15px;
}
.home-header__social__facebook:last-child, .home-header__social__twitter:last-child {
	margin-left: 0;
}
.header {
	width: 100%;
	height: 80px;
	background-color: #fbfbfc;
	border-bottom: 1px solid #e8eaef;
	position:relative;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
.header__padding {
	padding-top: 110px;
}
.header__anchor:before {
	content: "";
	height: 110px;
	margin-top: -110px;
	display: block;
}
.header__logo, .header__title, .header__language {
	float: left;
}
.header__logo {
	width: 125px;
	margin: 0;
	padding-top: 17px;
}
.header__title {
	width: 703px;
	font-size: 1.7142857143rem;
	line-height: 1;
	margin: 0;
	padding-top: 25px;
}
.header__language {
	width: 132px;
	margin-top: -15px;
	float: right;
}
.header__language a {
	width: 66px;
	height: 30px;
	background-color: #a3abbe;
	color: #fff;
	line-height: 30px;
	text-align: center;
	float: left;
	display: block;
}
.header__language a.u-language-ja {
	font-size: 0.8571428571rem;
}
.header__language a.u-language-en {
	font-size: 0.9285714286rem;
}
.header__language a.active {
	background-color: #fff;
	color: #a3abbe;
}
.header__language a:hover {
	color: #a3abbe;
	background-color: #fff;
	text-decoration: none;
}
.footer {
	background-color: #edeef2;
}
.footer__inner {
	padding: 40px 0 150px;
	overflow: hidden;
}
.footer__links {
	padding: 40px 0;
	overflow: hidden;
}
.footer__link {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.footer__link--left {
	float: left;
}
.footer__link--right {
	float: right;
}
.footer__link li {
	float: left;
}
.footer__logo {
	margin-right: 35px;
}
.footer__facebook, .footer__twitter {
	padding-top: 7px;
}
.footer__facebook {
	margin-right: 30px;
}
.footer__aca {
	padding-top: 9px;
	margin-right: 20px;
}
.footer__mediag {
	padding-top: 2px;
}
.footer__information {
	padding-bottom: 30px;
}
.footer__information__header {
	color: #a3abbe;
	margin: 0;
}
.footer__information__text {
	font-size: rem(14);
	margin: 0;
	float: left;
}
.footer__information__text span {
	color: #a3abbe;
}
.footer__information__copyright {
	padding-top: 4px;
	margin: 0;
	float: right;
}
.footer__information__copyright small {
	font-size: 0.8571428571rem;
}
/*new css*/


.jumbotron1 {
	height: auto;
	margin-bottom: 40px;
}
.home-header__title1 {
	font-size: 2.05rem;
	line-height: 0.9;
	margin: 0;
	float: left;
	padding-top: 43px;
	padding-bottom: 17px;
}
.discription {
	margin: 20px 0px 0px 0px;
	overflow: auto;/*border-bottom: 1px solid #e8eaef;*/
}
.image {
	float: left;
	margin-right: 20px;
	width: 290px;
	text-align: center;
}
section.jumbotron__hero hr {
	margin-left: 4px;
	background: #e8eaef;
	color: #e8eaef;
	border: none;
	height: 1px;
	color: #e8eaef;
	background-color: #e8eaef;
}
.image p {
	text-align: left;
	margin-top: 5px;
}
.content {
	overflow: hidden;
	text-align: left;
}
section.jumbotron__hero h2 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 20px;
}
.content .title {
}
.discription .content p.red_text {
	color: #000;
	margin-top: -15px;
}
.discription .content span.duration {
	color: #000;
	font-size: 14px;
	margin-left: 5px;
}
.discription .content span.category {
	color: #333333;
}
.prog {
	text-align: right;
}
.prog p {
	margin-bottom: 35px;
	margin-top: -15px;
}
.prog_type {
	/*float: left;*/
	margin: 35px 0px 35px 0px;
}
section.jumbotron__hero h4 {
	font-weight: bold;
	padding-top: 30px;
}
h4.jumbotron__news__title.u-fweight-bold {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 0px !important;
}
.main-container {
	background-color: #f6f6f8;
}
.discription .content .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
}
.discription p.copyright {
	color: #a3abbe;
	margin-top: 0px;
}
.discription .content p.writter_name {
	color: #000;
	font-size: 15px;
	margin-top: -3px;
}
.discription .content span.country_name {
	font-weight: 100;
}
.discription .content .paragraph {
	margin-top: -10px;
}
.jumbotron {
	height: 1100px;
	background: url('../images/home/hero.jpg?1435315251') center top no-repeat;
	margin-bottom: 40px;
}
.jumbotron__inner {
	height: 990px;
	position: relative;
}
.jumbotron__inner1 {
	height: auto;
	position: relative;
}
.jumbotron__copy {
	font-size: 2.2857142857rem;
	color: #fff;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 55px;
}
.jumbotron__copy1 {
	font-size: 2.2857142857rem;
	color: #000;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 55px;
}
.jumbotron__header {
	font-size: 1.2857142857rem;
	color: #fff;
}
.jumbotron__slider {
	position: absolute;
	top: 111px;
	left: 0;
}
.jumbotron__slider__caption {
	width: 100%;
	min-height: 40px;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.jumbotron__news__header {
	font-size: 1.2857142857rem;
	color: #fff;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 476px;
}
.jumbotron__news__cards {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 503px;
}
.jumbotron__news__card {
	width: 238px;
	margin-right: 2px;
	float: left;
}
.jumbotron__news__card a {
	background-color: rgba(255, 255, 255, 0.75);
	height: 300px;
	display: block;
}
.jumbotron__news__card:last-child {
	margin-right: 0;
}
.jumbotron__news__body {
	height: 257px;
	font-size: 1.1428571429rem;
	vertical-align: middle;
	padding-top: 43px;
	display: table-cell;
}
.jumbotron__news__body--with-image {
	padding-top: 0;
	display: block;
	overflow: hidden;
    height: 150px;
}
.jumbotron__news__body--with-image img
{
	background-size: cover;
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
    overflow: hidden;
	width: 100%;
}
.jumbotron__news__title {
	padding: 15px;
	margin: 0;
}
.jumbotron__news__meta {
	height: 150px;
	padding: 0 10px;
	overflow: hidden;
}
.jumbotron__news__country {
	line-height: 33px;
	float: left;
}
.jumbotron__news__date {
	height: 33px;
	line-height: 33px;
	float: right;
}
.jumbotron__news__more {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 822px;
}
.jumbotron__news__more a {
	color: #fff;
	line-height: 1;
}
.jumbotron__nav {
	position: absolute;
	top: 875px;
	overflow: hidden;
}
.jumbotron__nav a {
	width: 385px;
	height: 40px;
	line-height: 40px;
	margin-right: 2px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.75);
	display: block;
	float: left;
}
.dropdown_menu select {
	-moz-appearance: none;
	float: left;
	-webkit-appearance: none;
	height: 40px;
	width: 160px;
	padding-left: 15px;
	border-radius: 0px;
	background: url("../images/arrow.png") 135px 12px no-repeat #a5a6b2;
	-moz-border-radius: 4px;
	border: 0px #a5a6b2 outset;
}
.dropdown_menu select:hover {
	color: none;
}
.jumbotron__copyright {
	width: 100%;
	font-size: 0.8571428571rem;
	color: #fff;
	line-height: 1;
	text-align: right;
	opacity: .5;
	margin: 0;
	position: absolute;
	top: 969px;
}
.jumbotron__nav a img {
	position: absolute;
	top: 12px;
}
.column {
	overflow: hidden;
}
.column__content--right {
	float: right;
}
.column__content--left {
	float: left;
}
.column--2 .column__content {
	width: 50%;
}
.column--2 .column__content--left {
	padding-right: 20px;
}
.column--2 .column__content--right {
	padding-left: 20px;
}
/**
 * Modules
 */
.article.container {
	width: 840px;
}
.article__header {
	margin-bottom: 60px;
}
.article__category {
	color: #a3abbe;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}
.article__category li {
	margin-right: 14px;
	float: left;
}
.article__subtitle {
	font-size: 1.2857142857rem;
	margin: 0;
}
.article__title {
	font-size: 1.7142857143rem;
	margin: 0;
}
.article__information {
	margin-top: 14px;
	overflow: hidden;
}
.article__information__period {
	font-size: 1.7142857143rem;
	line-height: 1;
	color: #e30a20;
	float: left;
}
.article__information__period span {
	font-size: 1.2857142857rem;
}
.article__information__country {
	font-size: 0.7857142857rem;
	color: #a3abbe;
	float: right;
}
.article__excerpt {
	margin-top: 24px;
}
.article__slider {
	margin-top: 40px;
}
.article__meta {
	border-top: 1px solid #e8eaef;
	margin-top: 40px;
	margin-bottom: 60px;
	padding-top: 10px;
}
.article__meta__date {
	line-height: 1;
	color: #a3abbe;
	float: left;
}
.article__meta__social {
	font-size: 1px;
	float: right;
}
.article__meta__social__facebook, .article__meta__social__twitter {
	float: right;
	margin-left: 15px;
}
.article__meta__social__facebook:last-child, .article__meta__social__twitter:last-child {
	margin-left: 0;
}
.article__nav ul {
	font-size: 1.2857142857rem;
	border-bottom: 1px solid #a3abbe;
	padding: 0 0 10px;
	margin: 0 0 40px;
	list-style: none;
	overflow: hidden;
}
.article__nav li {
	float: left;
}
.article__nav li:not(:last-child):after {
	content: "｜";
	color: #a3abbe;
	display: inline-block;
}
.article__section {
	border-bottom: 1px solid #a3abbe;
	margin-bottom: 40px;
}
.article__section > *:last-child {
	margin-bottom: 40px;
}
.article__section .twitter-timeline {
	margin-bottom: 40px !important;
}
.article__section hr {
	background-color: #e8eaef;
	height: 1px;
	border: 0;
	margin: 20px 0;
}
.article__section:last-child {
	border: 0;
}
.article__heading {
	font-size: 1.2857142857rem;
	color: #a3abbe;
}
.article__figure__copyright {
	font-size: 0.7142857143rem;
	color: #a3abbe;
}
.article__column {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.article__column--4 .article__column__content {
	width: 205px;
	margin-right: 6px;
	float: left;
}
.article__column--4 .article__column__content:nth-child(4n) {
	margin-right: 0;
}
.tables {
	margin-bottom: 60px;
}
.tables__header {
	border-bottom: 1px solid #d1d5de;
	margin-bottom: 25px;
	overflow: hidden;
}
.tables__header__text {
	font-size: 1.2857142857rem;
	line-height: 1;
	margin: 0;
	float: left;
}
.tables__header__update {
	margin: 0;
	float: right;
}
.dlist {
	padding: 0 20px;
	overflow: hidden;
}
.dlist__term, .dlist__definition {
	float: left;
}
.dlist__term {
	clear: both;
}
.dlist__definition {
	margin: 0;
}
.dlist__definition--newline {
	clear: both;
}
.schedule .tables__header {
	border-bottom: 1px solid #bac0ce;
	margin-bottom: 0;
}
.schedule__table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	display: table;
}
.schedule__row {
	background-color: #fff;
	display: table-row;
}
.schedule__row--gray--light {
	background-color: #e5e5e5;
}
.schedule__row--pink {
	background-color: #fef5f6;
}
.schedule__cell {
	border-bottom: 1px solid #d1d5de;
	padding: 10px 16px;
	display: table-cell;
}
.schedule__cell--middle {
	vertical-align: middle;
	width: 46px;
}
.schedule__cell--narrow {
	padding: 10px;
}
.schedule__cell--center {
	text-align: center;
}
.schedule__cell--fit {
	width: 0;
	white-space: nowrap;
}
.schedule__date {
	width: 50px;
	height: 60px;
	text-align: center;
	line-height: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
	border-collapse: separate;
}
tr.schedule__row.schedule__row--gray--light.scrollFade.completed .schedule__date__month.u-language-en {
	background-color: #999999;
}
tr.schedule__row.schedule__row--gray--light.scrollFade.completed .schedule__date__day.u-language-en {
	color: #999999;
}
tr.schedule__row.schedule__row--gray--light.scrollFade.completed .label.label--small.label--bg-jmaf-gray-100 {
	background-color: #999999;
}
.schedule__date__month {
	height: 30px;
	background-color: #a3abbe;
	font-size: 1.2857142857rem;
	color: #fff;
}
.schedule__date__day {
	height: 30px;
	background-color: #fff;
	font-size: 1.2857142857rem;
	color: #a3abbe;
}
.schedule__date--jmaf-red .schedule__date__month {
	background-color: #e30a20;
}
.schedule__date--jmaf-red .schedule__date__day {
	color: #e30a20;
}
.schedule__title {
	font-size: 1.2857142857rem;
	margin: 0;
	margin-left: 0px !important;
}
.schedule__subtitle {
	margin: 0;
}
.schedule__link {
	color: #e30a20;
}
.schedule__period {
	font-size: 1.7142857143rem;
	white-space: nowrap;
}
.schedule__period span {
	font-size: 1.2857142857rem;
}
.schedule__period--jmaf-red {
	color: #e30a20;
}
.schedule__country {
	font-size: 0.7857142857rem;
	color: #a3abbe;
}
.program__table {
	border-bottom: 1px solid #d1d5de;
	margin: 0;
	padding: 0 0 25px 20px;
	list-style: none;
}
.program__table li {
	font-size: 1.2857142857rem;
	margin-bottom: 15px;
}
.program__table li:last-child {
	margin-bottom: 0;
}
.program__nav {
	list-style: none;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.program__nav li {
	margin-right: 20px;
	display: inline-block;
}
.program__nav li:last-child {
	margin-right: 0;
}
.social {
	overflow: hidden;
}
.social__facebook {
	width: 480px;
	padding: 0 0 0 40px;
	float: left;
}
.social__facebook .social__header {
	padding-right: 40px;
}
.social__facebook .fb-page {
	border-right: 1px solid #e5e5e5;
	padding-right: 39px;
}
.social__facebook .social__more {
	padding-right: 40px;
}
.social__twitter {
	width: 480px;
	padding: 0 40px;
	float: right;
}
.social__header {
	font-size: 1.7142857143rem;
	line-height: 1;
	color: #a3abbe;
	text-align: center;
}
.social__more {
	text-align: center;
	padding-top: 20px;
}
.labels {
	margin: 0;
	padding: 0;
}
.label {
	font-size: 0.8571428571rem;
	line-height: 1;
	color: #333;
	border: 1px solid #666;
	background-color: #fff;
	padding: 2px 3px;
	display: inline-block;
}
.label--jmaf-gray-100 {
	color: #a3abbe;
	border: 1px solid #a3abbe;
}
.label--jmaf-red {
	color: #e30a20;
	border: 1px solid #e30a20;
}
.label--bg-jmaf-gray-100 {
	color: #fff;
	background-color: #a3abbe;
	border: 0;
}
.label--large {
	font-size: 1rem;
	padding: 7px 15px;
}
.label--small {
	font-size: 0.7142857143rem;
}
.flags-sprite, .flag--it, .flag--es, .flag--fr, .flag--id, .flag--kr, .flag--ra, .flag--as, .flag--br, .flag--cl, .flag--en, .flag--la, .flag--mc, .flag--hl, .flag--pr, .flag--rs, .flag--us {
	background-image: url('../images/flags-s30d6569481.png');
	background-repeat: no-repeat;
}
.flag {
	width: 51px;
	height: 33px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
.flag--it {
	background-position: 0 21.6%;
}
.flag--es {
	background-position: 0 0;
}
.flag--fr {
	background-position: 0 7.2%;
}
.flag--id {
	background-position: 0 14.3%;
}
.flag--kr {
	background-position: 0 28.6%;
}
.flag--ra {
	background-position: 0 100%;
}
.flag--as {
	background-position: 0 50%;
}
.flag--br {
	background-position: 0 64.3%;
}
.flag--cl {
	background-position: 0 57.2%;
}
.flag--en {
	background-position: 0 42.9%;
}
.flag--la {
	background-position: 0 92.9%;
}
.flag--mc {
	background-position: 0 85.8%;
}
.flag--hl {
	background-position: 0 78.6%;
}
.flag--pr {
	background-position: 0 71.2%;
}
.flag--rs {
    background-position: 0 100%;
}
.flag--us {
	background-position: 0 36%;
}
.icons-sprite, .icon--pdf-large, .icon--pdf-small {
	background-image: url('../images/icons-sae00b57e93.png');
	background-repeat: no-repeat;
}
.icon {
	display: inline-block;
}
.icon--pdf-large {
	width: 32px;
	height: 32px;
	background-position: 0 0;
	vertical-align: bottom;
}
.icon--pdf-small {
	width: 16px;
	height: 16px;
	background-position: 0 100%;
	vertical-align: middle;
}
.comment__item {
	font-size: 1rem;
	overflow: hidden;
}
.comment__item:before {
	width: 1em;
	content: "＊";
	display: block;
	float: left;
}
.comment__item span {
	padding-left: 1em;
	display: block;
}
.btn__pagetop {
	padding: 24px 0;
}
.btn__pagetop a {
	font-size: 1.0714285714rem;
	width: 40px;
	height: 15px;
	background-color: #e8eaef;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
}
.btn__pagetop a:hover {
	text-decoration: none;
	background-color: #d1d5de;
}
.btn__pagetop span {
	display: block;
}
/**
 * Others
 */
.u-color-jmaf-black {
	color: #000;
}
.js-slider ul {
	margin: 0;
	padding: 0;
}
.js-slider .bx-wrapper {
 *zoom: 1;
}
.js-slider .bx-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.js-slider .bx-prev, .js-slider .bx-next {
	width: 160px;
	height: 24px;
	font-size: 1.7142857143rem;
	text-indent: 0;
	text-align: center;
	line-height: 24px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 2px;
	display: block;
	position: static;
}
.js-slider .bx-prev:hover, .js-slider .bx-next:hover {
	text-decoration: none;
}
.js-slider .bx-prev span, .js-slider .bx-next span {
	display: block;
}
.js-slider .bx-prev {
	margin-left: 2px;
	float: left;
}
.js-slider .bx-next {
	margin-right: 2px;
	float: right;
}
.js-slider .bx-pager {
	width: 100%;
	height: 10px;
	letter-spacing: -.4em;
	line-height: 10px;
	padding-top: 0;
	overflow: hidden;
	position: absolute;
	top: auto;
}
.js-slider .bx-pager a {
	width: 10px;
	height: 10px;
	letter-spacing: normal;
	background: #a3abbe;
	padding: 0;
	margin-right: 20px;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	outline: none;
}
.js-slider .bx-pager a:last-child {
	margin-right: 0;
}
.js-home-slider .bx-prev, .js-home-slider .bx-next {
	color: #a3abbe;
	background: #fff;
	opacity: .5;
	margin: 0;
	float: none;
	position: absolute;
	top: auto;
	bottom: -34px;
}
.js-home-slider .bx-prev:hover, .js-home-slider .bx-next:hover {
	color: #fff;
	background-color: #a3abbe;
}
.js-home-slider .bx-prev {
	left: 0;
}
.js-home-slider .bx-next {
	right: 0;
}
.js-home-slider .bx-pager {
	bottom: -27px;
}
.js-home-slider .bx-pager a.pager-active {
	background-color: #e30a20;
}
.js-article-slider .bx-prev, .js-article-slider .bx-next {
	color: #a3abbe;
	background: #fff;
}
.js-article-slider .bx-prev:hover, .js-article-slider .bx-next:hover {
	background-color: #e8eaef;
}
.js-article-slider .bx-captions {
	font-size: 0.8571428571rem;
}
.js-article-slider .bx-pager {
	bottom: 9px;
}
.js-article-slider .bx-pager a.pager-active {
	background-color: #333;
}
#swipebox-overlay {
	background: rgba(163, 171, 190, 0.75);
}
.u-color-white {
	color: #fff;
}
.u-color-jmaf-red {
	color: #e30a20;
}
.u-color-jmaf-gray-10 {
	color: #f6f6f8;
}
.u-color-jmaf-gray-25 {
	color: #e8eaef;
}
.u-color-jmaf-gray-50 {
	color: #d1d5de;
}
.u-color-jmaf-gray-75 {
	color: #bac0ce;
}
.u-color-jmaf-gray-100 {
	color: #a3abbe;
}
.u-bg-jmaf-gray-100 {
	background-color: #a3abbe;
}
.u-fsize-ultra-large {
	font-size: 1.4285714286rem;
}
.u-fsize-large {
	font-size: 1.2857142857rem;
}
.u-fsize-medium {
	font-size: 1.0714285714rem;
}
.u-fsize-normal {
	font-size: 1rem;
}
html[lang=ja] .u-fweight-normal {
	font-weight: normal;
}
html[lang=en] .u-fweight-normal {
	font-weight: 300;
}
html[lang=ja] .u-fweight-bold {
	font-weight: bold;
	margin-left: 20px;
}
p.u-fsize-large.u-fweight-bold.u-color-white.u-bg-jmaf-gray-100.u-talign-center, h3.article__title.u-fweight-bold, ul.article__category.u-fweight-bold, .article__information__period.u-fweight-bold.u-language-en, p.u-fsize-large.u-fweight-bold, h5.u-fsize-large.u-fweight-bold, h6.u-fsize-normal.u-fweight-bold.u-mtop-0.u-mbottom-0, h6.u-fsize-normal.u-fweight-bold.u-mbottom-0 {
	margin-left: 0px;
}
h2.jumbotron__copy.u-fweight-bold {
	margin-left: 0px;
	margin-top: 0px;
}
h3.jumbotron__news__header.u-fweight-bold {
	margin-left: 0px;
	margin-top: 0px;
}
h5.u-fsize-ultra-large.u-fweight-bold {
	margin-left: 0px;
	margin-top: 0px;
}
html[lang=en] .u-fweight-bold {
	font-weight: 400;
}
.u-language-ja {
	font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: normal;
}
.u-language-ja.u-fweight-bold {
	font-weight: bold;
}
.u-language-en {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.u-language-en.u-fweight-bold {
	font-weight: 400;
}
b.u-language-ja, strong.u-language-ja {
	font-weight: bold;
}
b.u-language-en, strong.u-language-en {
	font-weight: 400;
}
.u-talign-center {
	text-align: center;
}
.u-talign-left {
	text-align: left;
}
.u-talign-right {
	text-align: right;
}
.u-mtop-0 {
	margin-top: 0;
}
.u-mbottom-0 {
	margin-bottom: 0;
}
.u-pos-relative {
	position: relative;
}
.u-dsp-block {
	display: block;
}
.discription p.copyright {
	color: #bababd;
	font-size: 10px;
	margin-left: 6px;/*margin-top: -5px;*/

}
.jumbotron__nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jumbotron__nav ul li {
	float: left;
	display: inline;
}
.jumbotron__nav ul li:first-child {
	width: 315px;
}
.jumbotron__nav ul li:last-child {
	width: 488px;
}
.jumbotron__nav ul li {
	margin-right: 2px;
	background-color: rgba(255, 255, 255, 0.75);
}
.jumbotron__nav ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-right: 2px;
	padding: 0;
	float: left;
}
@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}
@media print {
	.header {
    	margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
		height: 80px;
		background-color: #fbfbfc;
		border-bottom: 1px solid #e8eaef;
		position: fixed;
}

}	
section.article__section.border
{
	border-bottom: none;
}	
.link
{
	margin-left: -50px;
    padding-top: 280px;
    float: left;
}	
	
.primary
{
	margin: 0px;
}
.top
{margin-top: 20px;
}
.right
{
	margin-left: 125px;
}
h5.u-fsize-large.u-fweight-bold.u-mbottom-0 span.margin
{
	margin-left:20px;
}
i {
    padding-right: 4px;
}	
.article__section p
{
	text-align:justify;
}
p.u-fsize-large.u-fweight-bold.u-color-white.u-bg-jmaf-gray-100.u-talign-center
{
	text-align:center;
}
/*.discription  .content p.writter_name
{
  color:#bababd;
  font-weight: bold; 
  font-size: 15px;
}
.discription  .content span.country_name
{
  font-weight: 100;
}
.discription  .content p.red_text
{
  color: red;
  
}
.discription  .content span.duration 
{
color: #999999;
}*/
