@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: #d5cdb7;
  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-color: #e6f3ff;
}
#zentai{
	width: 1080px;
	margin: 0 auto;
    display: flex;
    background-color: #ffffff;
}
#left{
    width: 280px;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 0 3px #DDDDDD;
}
#main{
  width: 800px;
}
h1, #topimg{ width: 800px;}

/*** メニュー ***/
#logo{
    width: 280px;
}
#menu{
    width: 280px;
    color: #FFFFFF;
    background-color: #397cc0;
}
#menu ul{
	width:280;
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
}
#menu li{
	list-style:none;
    border-bottom: solid 1px #ffffff;
}
#menu li a{
    display: block;
    padding: 18px 0px 18px 20px;
    background-color: #397cc0;
    position: relative;
}
#menu li a:link {
	text-decoration:none;
    color: #FFFFFF;
}
#menu li a:visited {
	text-decoration:none;
    color: #FFFFFF;
}
#menu li a:hover {
  background-color: #033b7b;
  text-decoration:none;
  color: #FFFFFF;
}
.new{
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #fff;
    background: #d71518;
    padding: 3px 5px;
    text-align: center;
    width: 3em;
    margin: -18px 5px 0 auto;
}

/*** 三 スマホ用メニュー ***/
	.spnav { display: none;}
    
/*** 事務局・運営準備室 ***/
#jimu_unei{
    width: 260px;
    background-color: #FFFFFF;
    line-height: 1.3;
    padding: 20px 10px;
}
#jimu_unei .jimu{
    margin-bottom: 15px;
}
#jimu_unei .jimtxt1{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    background-color: #033b7b;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 5px 6px 10px;
}
#jimu_unei .jimtxt2{
    font-size: 14px;
}
.unei a:link {
  color: #000000;
  text-decoration: none;
}
.unei a:visited {
  color: #000000;
  text-decoration: none;
}
.unei a:hover {
  color: #000000;
  text-decoration: underline;
}
/*** ご案内 ***/
#top_annai{
	width:770px;
  border: solid 2px #d71518;
  margin: 15px auto;
}
#annaibar{
  font-size: 18px;
  font-weight: bold;
  background-color: #d71518;
  color: #FFFFFF;
  line-height: 1;
  padding: 8px 15px;
  text-align: center;
}
#annainaka{
    padding: 10px 15px;
}
#top_annai p{
  line-height: 1.4;
  margin-bottom: 5px;
}

/*** お知らせ ***/
#whats{
	width:770px;
	line-height:1.4;
  margin: 0 auto 10px auto;
}
#whatsbar{
  font-size: 18px;
  font-weight: bold;
  background-color: #f29600;
  color: #FFFFFF;
  width: 740px;
  line-height: 1;
  padding: 10px 15px 8px 15px;
  margin: 5px 5px 15px 0px;
  border-radius: 10px;
}
#whatsnaka{
	width:765px;
	height:200px;
	padding:0px 0px 0px 15px;
	overflow:auto;
    background-color: #FFFFFF;
}
#whatsnaka table{
    width: 98%;
}
#whatsnaka th, #whatsnaka td{
	padding:0 0 10px 0;
}
#whatsnaka th{
	font-weight:normal;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
    padding-right: 20px;
    width: 15%;
}

/*** フッター ***/
footer{
    width: 1080px;
    background-color: #033b7b;
    margin: 0 auto;
}
#copy{
    padding:15px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    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: #d71518;}
.font_rednl{ color: #d71518; text-decoration: underline;}
.font_redb{ color: #d71518; 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;
  margin: 15px 15px;
  color: #FFFFFF;
  background-color: #f29600;
  border-radius: 10px;
}

h3{
    padding: 2px 10px;
    margin: 10px 0px 15px 0px;
    border-left: solid 7px #033b7b;
    border-bottom: 1px solid #033b7b;
    color: #033b7b;
}
h4{
    font-size: 16px;
    margin-bottom: 15px;
}

/*** contents ***/
#title{
    width: 800px;
    margin: 0;
}
#contents{
  margin: 10px 0;
  min-height: 850px;
}
.txtbox1{
  padding: 10px 25px 20px 25px;
}

/*** page top ***/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 30px;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: url(img/pagetop.png) no-repeat;
  background-size: 50px;
}

/*** 開催概要 ***/
.table_k {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_k th, .table_k td {
  border: 2px solid #fff;
  padding: 1em;
}
.table_k th {
  background-color: #033b7b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  white-space: nowrap;
}
.table_k td {
  background-color: #e6f3ff;
}
/*** ご挨拶 ***/
.aisatsu{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap:nowrap;
}
.aisatsu div{
    width: auto;
    padding-right: 20px;
    text-align: right;
    line-height: 1.6;
}
.aisatsu img{
    width: 150px;
    margin: 0;
}
/*** 協賛・寄付のご案内 ***/
.botan1, .botan1b{
  font-size: 18px;
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 15em;
	margin: 20px auto;
	padding: 10px 20px;
	font-weight: bold;
	background: #04672F;
	color: #fff;
	transition: 0.5s;
  border-radius: 3px;
}
.botan1b{ width: 22em;}
.botan1:hover, .botan1b:hover {
	background: #059040;
}
.table1 th{
  background-color: #e6f3ff;
  font-weight: normal;
}
.table1 th, .table1 td{
  padding: 5px 35px;
  border: solid 1px #8E8E8E;
}
