@charset "utf-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* CSS Document */

main{
	font-size: 14px;
	margin: 0px auto;
	background-image: url(haikei.jpg);
  background: repeat;
  bottom: 0;
  line-break: strict;
  line-height: 20px;
}

h2 {
	padding: 1rem 1rem;
  border: 2px solid #000;
  width: 200px;
  height:11px;
	text-align: center;
  margin: 20px auto 30px;
  font-size: 14px;
}

.toptext{
  text-align: left;
  margin: 20px 10px;
}

.toptext p {
	font-size: 105%;
	font-weight: bold;
	padding:0;
	}

/* 概要 */
.eventWrapper{
  align-items:center; 
  background-color:#eee932;
	padding:10px;
	margin: 10px 0 20px;
}

.eventtext{
	max-width: 60%;
	text-align: center;
  margin:20px auto;
  line-height:1.8em;
}

.eventtext2{
	max-width: 60%;
	text-align: left;
  margin:20px 40px;
  line-height:1.8em;
}
.eventtext .text4{
font-size: 20px;
font-weight: bold;
padding:0;
}

.BOX1{
  text-align: center;
	width: 100%;
	margin : 20px auto ;
}

/* 開催要項 */

.tableinnner{
  background-color:#ffffff
  padding : 5px;
  margin: 30px 10px;
}

table th{
  border-bottom: solid 3px #070707;
  padding: 10px;
  width:20%;
}

table td{
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 25px;
  width:80%;
}

table{
  margin: 10px auto;
  width:80%;
}

/* 同時開催 */
.suwakonohiwrapper{
  padding:15px;
  align-items:center; 
  background-color:#eee932;
  margin: 30px 10px 10px;
}

.suwakoBOX{
  padding: 2px;
	justify-content: center;
	width: 95%;
}
.suwakorogo{
  margin : 0px auto; 
  text-align: center;
}

.suwakoBOX2{
  clear: both;
  text-align: left;
  line-height:1.8em;
  border: 2.5px solid #000;
  margin-bottom: 10px;
  padding: 10px 10px
}

.rule{
	border: solid;
	border: 4px solid;
	border-color: #eee932;
	margin: 40px 10px 40px;
	padding: 20px;
  max-width: 90%;
  align-items:center; 
}

.rule-image{
  flex-wrap:wrap;
}

.rule-image li p{
  font-size: small;
  font-weight: bold;
  margin: 40px auto;
}
.rule-image li {
  width: 80%;
  padding:5px;
  list-style: none;
}

.rule-image li img {
  display: flex;
  justify-content: space-between;
  border: 1px solid black;
  padding: 10px;
  margin: 10px auto;
  width: 80%;
  border: 1px solid red;
  max-width:90%; /*画像のはみだしを防ぐ*/
  border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.rule-text{
 color:#0eb1f1;
 text-align: center;
 margin:0 auto ;
}

.text_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.bannerentry{
  margin: 10px auto;
  width: 90%;
  height: auto; 
  text-align: center;
}

.image_2{
  margin: 10px auto;
  width:80%;
  height: 100%;
}

.kiyaku{
	margin: 20px auto;
	padding: 10px;
	hanging-punctuation: force-end;
	max-width: 80%;
}


.kiyaku> li {
  line-height: 1.5;
  padding: 10px;
  border-bottom: dashed 1px silver;
  margin: 5px auto;
}

/*チェックリスト*/


.list{
	border: solid;
	border: 4px solid;
	border: solid;
	border-color: #eee932;
	margin: 40px auto 40px;
	padding: 20px;
  hanging-punctuation: force-end;
  max-width: 80%;
  }
  
  
  .list>ul li {
    line-height: 1.5;
    padding:  0.5em 0;
    border-bottom: dashed 1px rgb(114, 204, 230);
  }
 

/* バナー　*/
.banner{
	background-color: #08afc5;
	text-align: center;
}
.bannerinnner{
	text-align: center;
  display: flex;
  flex-wrap: wrap;
	width: 90%;
	margin: 0px auto;
}
.bannerinnner img{
  margin: 2px;
  flex-shrink: 0;
}
.bannertext{
	width: 60%;
	text-align: left;
	margin: 0px auto;
	color:white;
}
 /* フッター　*/
footer{
	width: 100%;
	background-color: #eee932;
}
.footerholder{
	width: 90%;
	padding:20px;
	justify-content: center;
  margin: 0 auto;
  flex-shrink: 0;
}
.footerbox1{
	width:80%;
  line-height:1.8em;
	padding:20px;
	text-align: center;
  display: inline-block;
  margin:0 auto;
  text-align: center;
}
.footerbox2{
	width: 80%;
	padding:20px;
	display: inline-block;
  margin:0 auto;
  text-align: center;
}
.footerbox2 img{
  max-width: 90%;
  flex-shrink: 0;
}
.imgA{
  vertical-align:bottom;
}
