@charset "utf-8";
/* CSS Document */

/* meeting */

.midashi-go{
	font-family: "Midashi Go MB31";
}

img.title-logo{
	margin-top:10px;
	display: block;
}

div.intro{
	margin-top:30px;
	margin-bottom:30px;
	display: flex;
}
div.intro .intro-right{
}
div.intro .intro-left{
}


div.section{
	position: relative;
	height:160px;
}
div.section-part{
	width:80px;
	background-color:#FF9900;
	text-align: center;
	color:white;
	height:30px;
	line-height: 30px;
	position: relative;
}
div.section-time{
	width:80px;
	height:90px;
	background-color:#FFCC7F;
	text-align: center;
	line-height: 90px;
	color:white;
	font-weight: bold;
	position: relative;
}

div.section-title{
	font-size:26px;
	-moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
	color:#FF9900;
	position: absolute;
	top:0;
	left:90px;
}
div.section-body{
	position: absolute;
	top:45px;
	left:90px;
}





div.other{
	margin-top:10px;
	display: flex;
	margin-left:auto;
	margin-right:auto;
	width:550px;
}
div.other-title{
	font-size:23px;
	color:#E5007F;
	margin-top:20px;
}
div.other-body{
	width:300px;
	color:#00A0E7;
}

.text-center{
	text-align: center;
}



/* 開催概要・場所 */
div.open-about{
	margin-top:30px;
	height: 370px;
	position: relative;
}

table.location{
	margin-top:20px;
	border-collapse: collapse;
	position: absolute;
}
table.location th{
	vertical-align: top !important;
	padding:7px;
	border:1px solid #ccc;
	background-color: #FAF5E7;
}
table.location td{
	vertical-align: top;
	padding:7px;
	border:1px solid #ccc;
}

img.small-map{
	position: absolute;
	right:0;
	top:45px;
}

/* 参加申込フォーム */
div.entry-form{
	margin-top:30px;
	margin-bottom:50px;
}

table#Form{
	width:100%;
	margin-bottom:20px;
}
table#Form th{
	background-color:#f5f5f5;
	padding:10px;
	border:1px solid #ccc;
	font-size:14px;
	vertical-align:middle;
}
table#Form th img{
	vertical-align:middle;
}

table#Form td{
	padding:10px;
	border:1px solid #ccc;
}

span#conf{
	font-size:13px;
	color:brown;
}

/*
*
* formまわり
*
*/
#subject,
#company,
#name,
#email,
#tel,
#postal,
#addr,
.member{
	font-size:14px;
	padding:3px;
	width:300px;
}

#tel{
	width:200px;
}
#postal{
	width:100px;
}
#addr{
	margin-top:4px;
	width:400px;
}
.member{
	margin-bottom:4px;
}


#msg{
	width:400px;
	height:100px;
	font-size:14px;
	padding:3px;
}



#SendAfter{
	margin-top:30px;
	line-height:2;
	font-size:14;
	text-align:center;
}




/* バリデーションエラー */
img.hissu{
}
label.error{
	font-size:12px;
	display:inline-block;
	background-color:orange;
	color:white;
	padding:4px;
	border-radius:4px;
	margin-top:3px;
	
	animation-duration: .5s;
  animation-name: flash;
  animation-iteration-count: 3;
}
@keyframes flash {
  0% {
    opacity:1;
  }
	50%{
		opacity:.5;
  }
	100%{
	  opacity:1;
  }
}
