@charset "utf-8";
/* CSS Document */

body {
    background: linear-gradient(135deg, rgba(23,62,73,0.9), rgba(39,57,91,0.8)), url("../images/background.jpg") center center / cover no-repeat fixed;
    background-size: cover;
    font-size: 1rem;
    line-height: 2;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}
a:hover {
    text-decoration: underline;
}


/* 日本語・英語のボタン */

.lang_btn {
    position: relative;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.2em 0.5em;
    background: #008080;
    transition: .4s;
    margin: 8px 0 8px auto;
    width: 6em;
}
.lang_btn:hover {
    text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
}


/* header */

header {
    overflow: hidden;
}
header h1 {
    position: relative;
}
header h1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.6rem;
    font-weight: normal;
    color: #fff;
}
header h1 img {
    width: 960px;
}


/* ナビゲーション */

header nav ul {
    width: 960px;
    float: left;
    margin-bottom: 2em;
}
header nav ul li {
    width: 160px;
    float: left;
    font-size: 0.96rem;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.1em;
    background: #00ced1;
    border-right: 1px solid #00ced1;
}
header nav ul li a {
    display: block;
    background: #008080;
    color: #fff;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
header ul li a:hover {
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    text-decoration: none;
}
header nav ul li:last-child {
    border-right: none;
}


/* パンくずナビ */

.breadcrumb {
	padding: 0 5px !important;
	margin: 0 0 20px 0 !important;
    background: #f0f8ff;
    font-size: 0.83rem;
}
.breadcrumb li {
	display: inline;
	list-style: none;
    margin-left: 0 !important;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #555;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #52b5ee;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}


#wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
main img {
    width: 100%;
}
section {
    background: #fff;
    padding: 20px;
    margin: 0 0 2em 0;
}
section section {
    padding: 0;
}
section h1 {
    color: #066;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    border-bottom: 3px solid #2e8b57;
    padding-left: 0.2em;
    margin-bottom: 0.8em;
}
section h2 {
    color: #066;
    font-size: 120%;
    letter-spacing: 0.1em;
    padding-left: 0.3em;
    margin-bottom: 0.8em;
    border-bottom: 1px dotted #11858F;
}

section h2.title01 {
    margin: 40px auto 20px auto;
}



/* footer */

footer {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}
footer address {
    font-size: 0.95rem;
    line-height: 1.8;
    font-style: normal;
}


/* ページトップへ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
    letter-spacing: 0.2em;
}
#page-top a {
    display: block;
    background: rgba(192,237,232,0.8);
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
#page-top a:hover {
    background: rgba(192,237,232,1.0);
    text-decoration: none;
}
#contents_main ul li {
    list-style-type: square;
    margin-left: 1.6em;
}
#contents_main dt {
    font-weight: bold;
}
#contents_main .box01 {
    padding: 20px;
    margin: 20px;
    background: #e6e6fa;
	border-radius: 10px
}


/* News */

ul#news_list {
    margin: 0 0 30px 0;
}

ul#news_list li {
	list-style-type: none;
    font-size: 0.93rem;
}
ul#news_list li.space {
    list-style-type: circle !important;
    font-size: 0.93rem;
    padding-bottom: 10px;
    margin-left: 2.8em;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
ul#news_list li span {
    background: #E8191D;
    color: #fff;
    font-size: 0.7rem;
    padding: 3px;
}
ul#news_list a {
    text-decoration: underline;
    /*font-weight: bold;*/
}

#news p {
    margin-bottom: 0.9em;
    line-height: 1.5;
}

.figure {
    text-align: center;
}
.figure img {
    width: 60%;
    height: auto;
    margin: 2em auto 0 auto; 
}







.date {
	font-size: 1.1rem;
	font-weight: bold;
}
table.table01 {
    margin: 0 auto 30px auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ccc;
}
table.table01 th {
    background: #f5fffa;
    font-weight: normal;
    letter-spacing: 0.3em;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
table.table01 td {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
table.table01 th:nth-child(1) td {
    border-top: 1px solid #ccc;
}
table.table01 th.r1 {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table.table01 td.r2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
}
table.table01 td.r3 {
    border-right: 1px solid #ccc;
}

#program_area {
    margin: 30px auto 10px auto;
    width: 80% 
}
table.table02 {
    margin: 30px auto 10px auto;
    width: 100%;
}
table.table02 th,td {
    padding: 0 10px;
    border-spacing: 10px 5px;
}

table.table02 th {
    background: #0E1C8A;
    color: #fff;
}
table.table02 td.bg01 {
    background: #dbedff;
}
table.table02 td.bg02 {
    background: #ffff66;
}
table.table02 td.bg03 {
    background: #f5f5f5;
}
table.table02 td.line_r {
    border-right: 1px solid #fff;
}
table.table02 td.line_b {
    border-bottom: 1px solid #fff;
}

.general {
    margin-top: 2em;
    font-weight: bold;
    float: left;
}
.general img {
    width: 180px;
    border: 1px solid #ccc; 
}
div.general  {
    font-size: 0.8rem;
    padding: 0 2em;
    text-align: center;
}


#sponsor .bosyu {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 2px;
    /*background: #EFE7E8;*/
    margin: 1em 0;
    padding: 0.6em 0;
}
table.sponsor {
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}
table.sponsor caption {
    text-align: left;
    font-weight: bold;
    font-size: 120%;
}
table.sponsor th {
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #999;
}
table.sponsor td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #999;
}
table.sponsor th.r1 {
    border-right: 1px solid #999;
    background: #add8e6;
    font-weight: normal;
}
table.sponsor th.r2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #999;
    background: #add8e6;
}
table.sponsor td.r2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #999;
    background: #fff;
}
table.sponsor th.r2, table.sponsor th.r3 {
    text-align: center;
}
table.sponsor th.r3 {
    border-left: 1px solid #fff;
    background: #add8e6;
}
table.sponsor td.r3 {
    border-right: 1px solid #999;
    background: #fff;
    text-align: center;
}
#sponsorBosyu {
    display: block;
    padding: 8px 10px;
    margin: 30px 20px;
    background: #4169e1;
    font-size: 110%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
}
#sponsorBosyu {
    background: #5a9de0;
}


/* スポンサーロゴ */

*, *:before, *:after {
    box-sizing: border-box;
}
.col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
    align-items: center;
    justify-content: space-between;
}
.col_3 > div {
    width: 30%;
    padding: 3px;
    margin: 10px;
    border: 1px solid #f5f5f5;
    text-align: center;
}
.col_3 > div a {
    display: block;
    color: #000;
}
.col_3 > div:hover {
    border: 1px solid #dcdcdc;
    color: #000;
}
.sponsorLogo {
    margin-bottom: 70px;
}
.sponsorLogo h3.gold {
    color: #daa520;
	font-size: 1.1rem;
    border-left: 8px solid #ffd700;
    padding: 0 0 0 10px;
    margin-top: 26px;
	line-height: normal;
}
.sponsorLogo h3.silver {
    color: #808080;
	font-size: 1.1rem;
    border-left: 8px solid #c0c0c0;
    padding: 0 0 0 10px;
    margin-top: 26px;
	line-height: normal;
}
.sponsorLogo h3.bronze {
    color: #ac6b25;
	font-size: 1.1rem;
    border-left: 8px solid #ac6b25;
    padding: 0 0 0 10px;
    margin-top: 26px;
	line-height: normal;
}
#member {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0.8em;
    letter-spacing: 0.05em;
}


/* 出場チーム */

#team {
    margin: 1.8em auto;
}
#team h3 {
    font-size: 1.2rem;
    color: #483d8b;
    border-left: 8px solid #483d8b;
    padding-left: 0.5em;
    line-height: normal;
    margin: 0.6em 0;
}
.team {
    background: #f8f8ff;
    padding: 0.5em 1em;
    margin-bottom: 1.8em;
}


/* イベント */

.list01 {
    margin: 2em auto;
}
.list01 h3 {
    border-left: 10px double #3ECB14;
    padding-left: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.biography h5 {
    font-size: 0.92rem;
}
.biography p {
    font-size: 0.92rem;
    margin-bottom: 2em;
}
.entry {
    display: block;
    padding: 8px 10px;
    margin: 10px 0;
    background: #dc143c;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
}
/*.entry:hover {
    opacity: 0.8;
    text-decoration: none !important;
}*/

#entry01 {
    margin: 0 50px;
}
#entry01 p.atn {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}


/* メディア */

.mediaArea ol li {
    list-style-type: decimal !important;
    margin-left: 1.6em;
}

.info {
    background: #EFFCEE;
    padding: 0.5em 1em;
    margin: 2em;
}

.mediaArea h3 {
    margin-top: 1.3em;
}




.sp {
    display: none;
}
.normal {
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}
.red {
    color: #dc143c;
}
.red_s {
    color: #dc143c;
    font-size: 0.9rem;
}
.delRed {
	text-decoration: line-through;
	color: #dc143c;
}
.delRed span {
	color: black;
}


hr {
    border-color: #a7d0d1;
    border-style: dotted;
    margin: 3.8em 0;
}
