﻿@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:300normal,400normal,500normal,);html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
    clear: both;
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

*,:after,:before {
    box-sizing: inherit
}

body,dd,dl,h1,h2,h3,h4,h5,h6,html,li,ol,p,ul {
    margin: 0;
    padding: 0
}

body {
    background: #000;
    color: #444;
    font-size: 1.6em;
    font-family: ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
    line-height: 2
}

img {
    max-width: 100%;
    vertical-align: bottom
}

ul {
    list-style-type: none
}

em {
    font-weight: 700;
    font-style: normal
}

a {
    color: #ff8f8f;
}

.l-header {
    position: static;
    top: 0;
    left: 0;
    height: 300px
}

.l-header__body {
    background: #000 url(/images/bg-header.gif) 50% 50% no-repeat;
    position: fixed;
    width: 100%;
    height: 300px;
    z-index: 0;
    top: 0
}

.l-header__inner {
    position: relative;
    max-width: 1088px;
    margin: auto
}

.header__siteName {
    padding-top: 120px;
    font-family: Source Code Pro,sans-serif;
    color: #fff;
    text-shadow: 1px 1px 19px #fff;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1
}

.header__logo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1px;
}

.header__socialbtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 0 0 46px;
    width: 260px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #4d3232;
}

.header__socialbtn li {
    float: left;
    margin-left: 17px;
}

.header__socialbtn li:first-child {
    margin-left: 0;
}

.l-nav {
    min-height: 58px;
    border-top: 1px solid #4d3232;
    border-bottom: 1px solid #4d3232;
    background: url(/images/bg-nav.png) repeat
}

.l-nav__menu {
    max-width: 1088px;
    width: 100%;
    margin: auto;
    display: table;
    vertical-align: middle
}

.l-nav__menu  li {
    line-height: 1.3;
    text-align: center;
    vertical-align: middle
}

.l-nav__menu > li {
    display: table-cell;
    position: relative;
    z-index: 10;
    width: 155.42857px;
}

.l-nav__item {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 58px;
    padding: 12px 0
}

.l-nav__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #fff;
    transition: opacity .7s cubic-bezier(.215,.61,.355,1)
}

.l-nav__inner {
    position: absolute;
    display: none;
    left: 0;
    top: 58px;
    background: url(/images/bg-nav.png) repeat;
    font-size: 1.3rem;
}

.l-nav__inner .l-nav__item {
    height: auto;
}

.l-nav__inner > li {
    border-bottom: 1px solid #4d3232;
}

.l-nav__inner > li:first-child {
    border-top: 1px solid #4d3232;
}

.l-nav__menu > li:hover .l-nav__inner {
     display: block;
}

.op {
	display: block;
	position: relative;
}

.op:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #fff;
    transition: opacity .7s cubic-bezier(.215,.61,.355,1)
}

.op:focus:before,.op:hover:before {
	opacity: .2;
}

.l-nav__item:focus:before,.l-nav__item:hover:before {
    opacity: .1
}

.l-nav__item span {
    display: block;
    font-size: 1rem;
    font-family: Source Code Pro,sans-serif;
    color: #ff8f8f;
    text-transform: uppercase
}

.l-nav__item.l-nav__item--disabled {
    opacity: .5
}

.l-nav__item.l-nav__item--disabled:before {
    display: none
}

.l-nav__item.is-current:before {
    opacity: .1
}

#home .home > a:before,
#news .news > a:before,
#about .about > a:before,
#schedule .schedule > a:before,
#sponsors .sponsors > a:before,
#contact .contact > a:before,
#archive .archive > a:before {
    opacity: .1
}


.l-wrap {
    position: relative;
    z-index: 1;
    background: #000
}

.l-contents {
    min-width: 1088px;
    max-width: 1088px;
    margin: auto;
    padding: 39px 0;
    overflow: hidden
}

.l-primary {
    float: left;
    width: 812px;
    color: #fff;
    font-size: 1.5rem
}

.l-primary--1col {
    width: 100%;
    max-width: 1088px;
    float: none;
    margin: auto
}

.l-secondary {
    float: right;
    width: 260px
}

.l-secondary p {
	margin-bottom: 20px;
}

.hdgL1 {
    margin-bottom: 20px;
    padding: 13px 30px 11px;
    border: 1px solid #4d3232;
    border-bottom: 4px solid #412424;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hdgL1 h1 {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 400
}

.hdgL1 .hdgL1__time {
    padding-top: 6px;
    border-top: 3px solid #4d3232;
    color: #ff8f8f;
    font-size: 1.4rem;
    font-family: Source Code Pro,sans-serif
}

.hdgL1 .hdgL1__time span,
.hdgL1 .hdgL1--date span {
    font-family: ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
    font-weight: 500
}

.hdgL1 .hdgL1--date {
    color: #ff8f8f;
    font-size: 1.4rem;
    font-family: Source Code Pro,sans-serif
}

.hdgL1 .hdgL1--sub {
    margin-bottom: 15px;
    font-size: 2.4rem;
    color: #834444;
    font-family: Source Code Pro,sans-serif;
    display: block;
    line-height: 1.3;
}

.hdgL1 .hdgL1__inner {
    padding: 6px 0 0;
    border-top: 3px solid #4d3232;
    text-align: left;
    overflow: hidden;
}

.hdgL1 .hdgL1-img {
    position: absolute;
    right: 20px;
    top: 14px;
}

.label {
    margin-left: 8px;
    padding: 2px 7px;
    background-color: #834444;
    border-radius: 9px;
    color: black;
    font-family: ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
    font-size: 14px;
    line-height: 1;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    font-weight: bold;


}

.share-button {
    display: inline-block;
    float: right;
    text-align: right;
    height: 30px;
}

.fb-share-button {
    position: relative;
    top: -6px;
    color: black;
}

.tw-share-button {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.share-button a {
    color: black;
}

.articleContents {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #4d3232;
    word-wrap: break-word;
    overflow: hidden;
}

.articleContents + .articleContents {
	border-top: none;
}

.articleContents p {
    margin-bottom: 25px
}

.articleContents h2 {
    margin: 35px 0 25px;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 10px 5px 11px;
    text-align: center;
    background: url(/images/bg-footer.png) repeat
}

.articleContents h2:first-child {
	margin-top: 0;
}

.articleContents h2 .fsen {
	display: block;
    color: #ff8f8f;
	font-size: 1.6rem;
}

.articleContents h3 {
    color: #ff8f8f;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0 0 10px;
    border-bottom: 5px solid #4d3232;
}

.articleContents>:last-child,.l-primary>:last-child .articleContents {
    margin-bottom: 0
}

.articleContents ol {
	margin-left: 18px;
}

.fsen {
    font-family: Source Code Pro,sans-serif!important;
}

.articleContents .fsen {
  font-size: 1.2rem;
  color: #a7a7a7;
  line-height: 1.4;
}

.articleContents .storng {
    color: #ff4545;
}

.articleContents em {
  font-size: 1.2rem;
  color: #a7a7a7;
  line-height: 1.4;
  font-family: Source Code Pro,sans-serif!important;
  display: block;
  font-weight: normal;
}

.articleContents em + br {
    display: none;
}

.col {
    margin: 0 0 0 -16px;
    overflow: hidden
}

.col>li {
    margin: 0 0 16px 16px;
    float: left;
    padding: 0
}

.col img {
    line-height: 0
}

.col a {
    display: block
}

.col--4>li {
    width: 260px
}

.col--6>li {
    width: 168px
}

.col--2>li {
    width: 535px
}

.col--2>li:nth-of-type(2n+1) {
    clear: both;
}

.col--6>li:nth-child(6n+1) {
    clear: both;
}

.articleContents .col--2>li {
    width: 505px
}

.articleContents .col--2 > li h2 {
    margin-top: 25px;
}

.articleContents .col--2 > li h2:first-child {
    margin-top: 0;
}

.col--hdg {
    font-size: 2.2rem;
    padding: 2px 5px 3px;
    text-align: center;
    background: url(/images/bg-footer.png) repeat
}

.mb00 {
    margin-bottom: 0!important;
}

.mt40 {
	margin-top: 40px !important;
}

.l-footer {
    margin: auto;
    width: 100%;
    border-top: 1px solid #3d2828;
    border-bottom: 1px solid #3d2828;
    background: url(/images/bg-footer.png) repeat;
    text-align: center
}

.l-footer small {
    color: #fff;
    opacity: .5;
    font-size: 1.2rem
}

.l-footer__inner {
    position: relative;
    max-width: 1088px;
    margin: auto;
    padding: 15px 0
}

.footer-jprs_siteseal {
    position: absolute;
    left: 0;
    top: 8px;
}

.btnTop {
    position: fixed;
    bottom: 63px;
    right: 70px;
    width: 50px;
    height: 50px;
    z-index: 50;
}

table {
	width: 100%;
	border-spacing: 0;
}

table th {
	width: 260px;
	padding: 14px 15px;
	color: #ff8f8f;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: left;
    border: 1px solid #805454;
	border-bottom: none;
	background: url(/images/bg-nav.png) repeat;
	vertical-align: top;
}

table thead th {
    width: auto;
    text-align: center;
}

table thead td {
    width: auto;
    text-align: center;
    padding: 14px 15px;
    color: #ff8f8f;
    font-size: 1.5rem;
    line-height: 1.4;
    border: 1px solid #805454;
    border-bottom: none;
    background: url(/images/bg-nav.png) repeat;
    vertical-align: top;
}

.articleContents table th em {
    font-size: 1.2rem;
    color: #995656;
    line-height: 1.4;
    font-family: Source Code Pro,sans-serif;
    display: block;
}

table thead th,
table thead td,
table thead tr:last-child th,
table thead tr:last-child td {
    border-right: none;
    border-bottom: none;
    vertical-align: middle;
}

table thead tr th:last-child {
    border-right: 1px solid #805454;
}

table tr:last-child th {
	border-bottom: 1px solid #805454;
}

table th .fsen {
	color: #995656 !important;
}

table td .fsen {
	display: block;
}

table td > :last-child {
	margin-bottom: 0;
}

table .fsen {
	font-size: 1.2rem;
	font-family: Source Code Pro,sans-serif;
}

table td {
	line-height: 1.5;
	border: 1px solid #3e3e47;
	border-bottom: none;
	padding: 14px 10px;
	background: url(/images/bg-table.png) repeat;
}

table tbody td {
    line-height: 1.5;
    border: 1px solid #3e3e47;
    border-right: none;
    border-bottom: none;
    padding: 14px 10px;
    background: url(/images/bg-table.png) repeat;
}

table .table-end {
    margin-top: 5px;
    display: block;
    background-color: red;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}

table .table-link {
    color: #fff;
}

table span .table-link {
    color: #a7a7a7;
}


table tbody td:last-child {
    border-right: 1px solid #3e3e47;
}

table tr:last-child td {
	border-bottom: 1px solid #3e3e47;
}

.table-def tbody td {
    line-height: 1.8;
}

.list-table li {
	margin-bottom: 10px;
	line-height: 1.2;
}

.list-table li:last-child {
	margin-bottom: 0;
}

.media {
	margin: 0 0 20px;
	overflow: hidden;
}

.media .media__img {
	float: right;
	margin: 0 0 0 15px;
}

.media .media__contents {
	overflow: hidden;
}

.articleContents table td span,
.articleContents table td em {
    font-size: 1.2rem;
    color: #a7a7a7;
    line-height: 1.4;
    font-family: Source Code Pro,sans-serif;
    display: block;
}

.btn {
    margin: 35px auto 0;
    width: 352px;
    color: #000;
    display: block;
    padding: 6px;
    background-color: #ff8f8f;
    border: 1px solid #ff8f8f;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    transition: background-color .7s cubic-bezier(.215,.61,.355,1)
}

.btn:hover,
.btn:focus {
    background-color: #ffa7a7;
}

.btn-schedule {
    margin: 0;
    width: 90px;
    font-size: 14px;
    padding: 9px 6px;
    line-height: 1.14;
}

.articleContents table td .btn-schedule_disable {
    background: #a7a7a7;
    color: #000;
    border: 1px solid #a7a7a7;
    font-size: 14px;
    line-height: 1.14;
    font-family: ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
}


.ac {
    text-align: center !important;
}

.about-paragraph em {
    margin-top: 25px;
}

.support {
    background: url(/images/bg-table.png) repeat;
    /*margin-top: 30px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border:1px solid #414045;
    border-bottom: none;
    border-left: none;
}

.support li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 33.3333333%;
    border-bottom: 1px solid #414045;
    border-left: 1px solid #414045;
    line-height: 1.5;
}

.support a,
.support span {
    padding: 12px 40px;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 18px;
    text-decoration:none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
