﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	position:relative;
	height:80px;
}
/* ------------ タイトル -----------*/
#title {
	width:100%;
}
#title .enttl {
	font-size: 90%;
	line-height: 1.2;
	margin-right: 1em;
	margin-left: 1em;
}
#title h1 {
	margin: 3px 0 0 0px;
	font-size: 130%;
}
#title h1 span {
	margin-right: 3px;
	font-size: 90%;
	vertical-align: 0px;
	letter-spacing: 0px;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: block;
	padding:0px 0 50px;
	width:100%;
	overflow: hidden;
}
#sec_con .cl {
	order: 2;
	width:100%;
	min-height: 300px;
}
#sec_con .cr {
	order: 1;
	width:100%;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height:420px;
	background:url(../img/image.jpg) 75% 0%/cover no-repeat;
}
#sec_con .theme {
	top: 50px;
	font-size: 130%;
}
dl#tokitokoro {
	padding: 1em 1em;
	font-size: 12px;
	justify-content: center;
	position:relative;
	top: 0;
	left: 0;
}
dl#tokitokoro > dd {
	line-height: 200%;
}

div.web_enter {
	position: absolute;
	bottom: 40px;
	left: 10px;
	right: 10px;
	background-color: #fff;
	border: solid 1.5px #000;
	padding: 20px 20px 30px 20px;
	
}
div.web_enter div.web_button {
	background-color: #F00;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	width: 200px;
	display: inline-block;
	border-radius: 5px;
	margin: 0 0 20px 0;
}
div#onrei {
	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 10px;
	background-color: #fff;
	border: solid 1.5px #000;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	line-height: 150%;
}
/* ------------ サイド -----------*/
.atcl_side {
}
/* ------------ ナビ -----------*/
nav.nv_pc {
	display: none;
}
nav.nv_mbile {
}
/* ------------ バー -----------*/
.bar {
	width:100%;
}
.br_temp {
	margin: 0 0 0 -20px;
}
.bar span.renew {
	margin:0 5em 0 0;
}
.minibar {
	width:100%;
}
/* 更新情報 */
.news {
	margin:0 0 0 5px;
	width:100%;
	height:200px;
}
.news dl {
}
.news dt {
	float:none;
}
.news dd {
	margin:0 0 0 1em;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
footer {
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:50px;
	background:#DDDDDD;
}
footer .copy {
	display:none;
}
.copy_m {
	display: block;
	margin: 0 0 10px 2.3em;
	text-indent: -1.3em;
	font-size: 85%;
	line-height: 110%;
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#nv_drwr {
	display: block;
}
/*非表示*/
.nv_none {
  display:none;
}
/*アイコンメニュー*/
footer .mb_menu {
	display:flex;
	text-align: center;
}
footer .mb_menu li {
	padding: 5px 0 0;
	width: 30%;
}
footer .mb_menu li p {
	margin: -10px 0 0;
	font-size: 85%;
}
/*メニューのカバー*/
#nv_tojiru {
	display: none;/*隠す*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広げる*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*メニューのコンテンツ*/
#nv_con {
	overflow: auto;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9999;
	width: 90%;/**/
	max-width: 200px;/**/
	height: 70%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠す*/
	}
/*チェックが入れば表示*/
#nv_in:checked ~ #nv_tojiru {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nv_in:checked ~ #nv_con {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*右へスライド*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*メニューの中身*/
#nv_con {
}
/* ページトップへ */
.page-top {
	z-index: 100;
	position: fixed;
	bottom: -9px;
	right: 60px;
	width:60px;
	height:60px;
	background: #DDDDDD;
	border-radius: 30px;
	text-decoration:none;
}
.top_m {
	scroll-behavior: smooth;
}
/*　■■■■■■■■■ 挨拶 ■■■■■■■■■　*/
#aisatsu {
	margin: 40px 1em 150px 0;
	width: auto;
}
#aisatsu .kaicho {
	flex-direction: column;
	padding: 0 2em;
	text-align: center;
}
#aisatsu .kaicho > :nth-of-type(1) {
	margin-right: 0;
	margin-bottom: 1em;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin: 40px 1em 150px -10px;
	width: auto;
}
#gaiyo dt {
	float:none;
}
#gaiyo dd {
	margin:0 0 30px 1em;
	padding:3px 0 0 ;
}
/*　■■■■■■■■■ 演題募集 ■■■■■■■■■　*/
/*#endai {
	margin: 40px 1em 150px -10px;
	width: auto;
}*/
@media (min-width: 320px) and (max-width: 480px) {
   #endai dl.online dd.kikan { font-size: 4.3vw; }
}
@media (min-width: 320px) and (max-width: 420px) {
   #endai dl.online dd.kikan_encho { font-size: 4.5vw; }
}
/*　■■■ 案内 ■■■　*/
#annai {
	margin: 50px 1em 150px;
	width: auto;
}
#annai .con {
	margin: 0 0 0 0px;
	width: 100%;
/*	background: #F0B0B1;*/
}
#annai table.tbl01,
#annai table.tbl03 {
	width: 100%;
}
#annai figure img {
	max-width: 100%;
	height: auto;
}
/*　■■■■■■■■■ 発表動画の制作 ■■■■■■■■■　*/
#video {
	margin: 50px 1em 150px;
	width: auto;
}
#video .coi .range {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#video .coi .range table {
	white-space: nowrap;
}
#video .download {
	flex-direction: column;
}
#video .download > *:nth-child(n+2) {
	margin-top: 0.5em;
	margin-left: 0;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 40px 1em 150px -10px;
	width: auto;
}
#access iframe {
	max-width: 95%;
	height: 360px;
	vertical-align: bottom;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
#link {
	margin: 40px 1em 150px -10px;
	width: auto;
}
