@charset "utf-8";

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, address, img, sub, sup, u, center,
dl, dt, dd, ol, ul, li,
table,tr, th, td {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border: 0px;
	display: block;
}
html{
  background-color: #c2e6f2;
  font-size: 15px;
  line-height: 1.8;
}
table{
    border-collapse:collapse;
    border-spacing:0;
    border:none;
}
td{
	vertical-align:top;
}
p{
	margin-bottom:10px;
}
body{
    -webkit-text-size-adjust: 100%;
    background-image: url("img/back0.jpg");
    background-repeat: repeat-x;
    background-position: top;
}
#zentai{
	width: 1050px;
	margin: 0 auto;
  display: flex;
  flex-flow: wrap;
}
h1{
  width: 1050px;
  padding-top: 15px;
}
#title{ width: 1050px;}
#sptitle{ display: none;} /*** スマホ用タイトル ***/
#main{
  width: 840px;
  background-color: #FFFFFF;
}
#topimg{ width: 840px;}

/*** メニュー ***/
#menu{
    width: 210px;
    color: #032335;
    display: flex;
    flex-direction: column;
}
#menu ul{
	width:200px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
#menu li{
	list-style:none;
  margin-bottom: 6px;
}
#menu li a{
  display: block;
  padding: 12px 0px 12px 22px;
  background-color: rgba(255,255,255,0.90);
  position: relative;
  border-radius: 6px;
}
#menu li a:link {
	text-decoration:none;
  color: #032335;
}
#menu li a:visited {
	text-decoration:none;
  color: #032335;
}
#menu li a:hover {
  background-color: #00357F;
  text-decoration:none;
  color: #FFFFFF;
}
#menu li a::before{
    content: '';
    border: 0;
    border-top: solid 2px #468ec8;
    border-right: solid 2px #468ec8;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%) rotate(45deg);
}

/*** 三 スマホ用メニュー ***/
	.spnav { display: none;}

/*** お知らせ ***/
#whats{
	width:800px;
	line-height:1.3;
  margin: 20px auto 30px auto;
}
#whatsbar{
  font-size: 18px;
  font-weight: bold;
  background-color: #f4e927;
  color: #062d47;
  line-height: 1;
  padding: 10px 10px;
}
#whatsnaka{
	width:785px;
	height:200px;
	padding:10px 0px 0px 15px;
	overflow:auto;
  background-color: #FFFFFF;
}
#whatsnaka table{
    width: 98%;
    font-size: 16px;
}
#whatsnaka th{
	font-weight:normal;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
  padding-right: 20px;
  width: 15%;
}
#whatsnaka th, #whatsnaka td{
	padding:10px 0;
  border-bottom: dashed 1px #bababa;
}
/*** 事務局・運営準備室 ***/
footer{
  background-color: #FFFFFF;
}
#jimu_unei{
    width: 1080px;
    margin: 0px auto;
    display: flex;
    color: #062d47;
    padding: 20px 0px;
    line-height: 1.3;
    justify-content: space-around;
}
#jimu_unei .jimu, #jimu_unei .unei{
    width: 42%;
}
#jimu_unei .jimtxt1{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-bottom: solid 1px #062d47;
}
#jimu_unei .jimtxt2{
    font-size: 13px;
    padding-left: 5px;
}
.unei a:link {
  color: #062d47;
  text-decoration: none;
}
.unei a:visited {
  color: #062d47;
  text-decoration: none;
}
.unei a:hover {
  color: #062d47;
  text-decoration: underline;
}

#copy{
    padding:15px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    background-color: #062d47;
    color: #FFFFFF;
}

/*** font ***/
.font12{ font-size: 12px;}
.font13{ font-size: 13px;}
.font14{ font-size: 14px;}
.font15{ font-size: 15px;}
.font16{ font-size: 16px;}
.font17{ font-size: 17px;}
.font18{ font-size: 18px;}
.font_redn{ color: #F00000;}
.font_rednl{ color: #F00000; text-decoration: underline;}
.font_redb{ color: #F00000; font-weight: bold;}
.font_bluen{ color: #00367F;}
.font_blueb{ color: #00367F; font-weight: bold;}
/*** Margin ***/
.mb0 { margin-bottom:0px;}
.mb05 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.ml15 { margin-left: 15px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}

/*** padding ***/
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl30 { padding-left: 30px;}

.idt10{
  padding-left: 1em;
  text-indent: -1em;
}
.idt15{
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.idt20{
  padding-left: 2em;
  text-indent: -2em;
}
/*** h2-h4 ***/
h2{
  font-size: 22px;
  height: 45px;
  padding-left: 25px;
  padding-top: 10px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #1d4a72, #7BA9D2);
  border-radius: 12px;
}
h3{
    padding: 2px 10px;
    margin: 10px 0px 15px 0px;
    border-left: solid 7px #00357F;
    border-bottom: 1px solid #CCC6A6;
}

/*** contents ***/
#contents{
  margin: 10px 0 30px 0;
  padding: 15px 10px 0 10px;
  background-color: #FFFFFF;
  min-height: 700px;
}
.txtbox1{
  padding: 20px 25px;
}

/*** page top ***/
.page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: none;
  transition: .2s;
  letter-spacing: 3px;
  font-size: 13px;
  padding: 1px 15px;
  color: #062d47;
}
.page-top span:before {
    position: absolute;
    top: -25px;
    left: 20px;
    transform: rotate(-45deg);
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border: 1px solid #062d47;
    border-width: 1px 1px 0px 0px;
}
.page-top span:after {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 1px solid #062d47;
    content: "";
    border-radius: 100%;
    top: -43px;
    left: 5px;
    background-color: rgba(92,173,206,0.10);
}
.is-active {
  opacity: 1;
  visibility: visible;
}

/*** 開催概要 ***/
.table_k {
  border-collapse: collapse;
  width: 100%;
}
.table_k th, .table_k td {
  padding: 1em;
}
.table_k th {
  border: 2px solid #fff;
  background-color: #c2e6f2;
  font-weight: bold;
  text-align: center;
  width: 20%;
  white-space: nowrap;
}
.table_k td {
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}
/*** ご挨拶 ***/
.aisatsu{
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap:nowrap;
}
.aisatsu div{
    width: auto;
    padding-left: 20px;
    line-height: 1.7;
}
.aisatsu img{
    width: 150px;
    margin: 0;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
/*** 協賛募集・申込 ***/
.botan1{
  font-size: 18px;
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 16em;
	margin: 20px auto;
	padding: 12px 20px;
	background: #3C9CC3;
	color: #fff;
	transition: 0.5s;
  border-radius: 6px;
}
.botan1:hover{
	background: #2D7694;
}
.table1{ line-height: 1.3;}
.table1 th{
  background-color: #E8F5F9;
  font-weight: normal;
  text-align: left;
}
.table1 th, .table1 td{
  padding: 8px 20px;
  border: solid 1px #8E8E8E;
}