@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: #F5F4ED;
  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: 1038px;
	margin: 0 auto;
  padding-top: 10px;
  display: flex;
}
#main{
  width: 800px;
  background-color: #FFFFFF;
}
#topimg{ width: 800px;}

/*** メニュー ***/
#menu{
    width: 224px;
    color: #1C1C1C;
    margin-right: 14px;
    display: flex;
    flex-direction: column;
}
#menu ul{
	width:224;
  line-height: 1.3;
  font-size: 15px;
}
#menu li{
	list-style:none;
  background-color: #FFFFFF;
  border-bottom: solid 1px #DBD4C3;
}
#menu li a{
  display: block;
  padding: 20px 0px 20px 15px;
  background-color: #FFFFFF;
  position: relative;
}
#menu li a:link {
	text-decoration:none;
  color: #1C1C1C;
}
#menu li a:visited {
	text-decoration:none;
  color: #1C1C1C;
}
#menu li a:hover {
  background-color: #00357F;
  text-decoration:none;
  color: #FFFFFF;
}
.new{
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #fff;
    background: #E50012;
    padding: 3px 5px;
    text-align: center;
    width: 3em;
    margin: -18px 5px 0 auto;
}

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

/*** トップ演題募集期間 ***/
.topendai{
  text-align: center;
  font-size: 18px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 0;
}
/*** ご案内 ***/
#top_annai{
	width:770px;
  border: solid 2px #00357F;
  margin: 15px auto;
}
#annaibar{
  font-size: 18px;
  font-weight: bold;
  background-color: #00357F;
  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:800px;
	line-height:1.3;
    margin: 0;
}
#whatsbar{
  font-size: 18px;
  background-color: #E50012;
  color: #FFFFFF;
  width: 770px;
  line-height: 1;
  padding: 8px 15px;
}
#whatsbar::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 22px;
  background-image: url("img/mega0.png");
  background-size: cover;
  margin-right: 10px;
  vertical-align: -20%;
}
#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:12px 0;
}
/*** 事務局・運営準備室 ***/
footer{
  background-color: #00357F;
}
#jimu_unei{
    width: 1080px;
    margin: 0px auto;
    display: flex;
    color: #FFFFFF;
    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 #FFFFFF;
}
#jimu_unei .jimtxt2{
    font-size: 13px;
    padding-left: 5px;
}
.unei a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.unei a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.unei a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#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: #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: 20px;
  padding: 5px 20px;
  margin: 0 15px;
  color: #FFFFFF;
  background-color: #E50012;
}

h3{
    padding: 2px 10px;
    margin: 10px 0px 15px 0px;
    border-left: solid 7px #00357F;
    border-bottom: 1px solid #CCC6A6;
}

/*** contents ***/
#title{
    width: 800px;
    margin: 0;
}
#contents{
  margin: 10px 0 0px 0;
  background-color: #FFFFFF;
  min-height: 700px;
}
.txtbox1{
  padding: 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: 720px;
}
.table_k th, .table_k td {
  padding: 1em;
}
.table_k th {
  background-color: #D2E0F6;
  font-weight: normal;
  text-align: center;
  width: 20%;
  white-space: nowrap;
  border: 2px solid #fff;
}
.table_k td {
  border-bottom: dotted 1px #A7A7A7;
}
/*** ご挨拶 ***/
.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: 15em;
	margin: auto;
	padding: 10px 20px;
	font-weight: bold;
	background: #00357F;
	color: #fff;
	transition: 0.5s;
    border-radius: 3px;
    margin-bottom: 20px;
}
.botan1:hover {
	background: #0062AB;
}
/*** 会場のご案内 ***/
.map1 iframe{
  width: 100%;
  height: 450px;
}
/*** tables ***/
.table1{
    width: 80%;
    line-height: 1.4;
}
.table1 th{
    background-color: #F9D4C0;
    font-weight: normal;
}
.table1 th, .table1 td{
    border: solid 1px #505050;
    padding: 5px 10px;
}
