/*
タイトル
-------------------------------------------------------*/
.h3heading {
	font-size: 1.4em;
	font-weight: bold;
	color: #006;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin: 10px 0 10px;
}
	.h3heading span {
		/*border-left:7px solid #AA90F7;*/
		border-left:3px solid #5E82A4;
		padding-left:10px;
	}

.h4heading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px;
	color: #006BB3;
}
	.h4heading span {
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}
.period {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	text-align: center;
	display: block;
}
.img_hover {
	display: inline-block;
}
.img_hover:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.kome:before {
	content: "※";
}


/*
共通
-------------------------------------------------------*/

.ol_number {
	list-style-type: decimal;
	padding-left: 1em;
}
.ol_number li {
}
.table01 {
}
.table01 tr th {
	border: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 125px;
	font-weight: bold;
	vertical-align: middle;
}
.table01 tr .th01 {
	background-color: #005C76;
	color: #FFFFFF;
}
.table01 tr .th02 {
	background-color: #0087AD;
	color: #FFFFFF;
}
.table01 tr td {
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 125px;
	vertical-align: middle;
}
	
.ul_dot {
	margin: 1em 0;
}
	.ul_dot li {
		position: relative;
		padding-left: 1.5em;
		margin-bottom: 0.5em;
	}
	.ul_dot li::after {
		display: block;
		content: '';
		position: absolute;
		top: .5em;
		left: 0.5em;
		width: 6px;
		height: 6px;
		background-color: #666;
		border-radius: 100%;
	}
.BtnBox {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-around;
}
.btn_nolink {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 260px;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 20px;
	border: 2px solid #808080;
	font-weight: bold;
	background-color: #808080;
	text-shadow: 1px 1px #000000;
}
.btn01 {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 260px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 10px;
	font-weight: bold;
	border: 2px solid #007198;
	text-shadow: 1px 1px #000;
}
.btn01:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.btn02 {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	background-image: -o-linear-gradient(270deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
	border: 2px solid #C40000;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
.btn02:hover {
	transition: 0.2s;
	opacity: 0.7;
}

/*
#endMessage {
	width:100%;
	padding-top:15px;
	background-color:#f0f0dc;
}
#endMessage p {
	width:584px;
	margin:0px auto;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	border:3px solid #ff0066;
	background-color:#fff9fb;
	line-height:180%;
	text-align:center;
}
*/



/* 会長挨拶
--------------------------*/
.presidentBox {
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 190px;
}
.presidentBox img{
	width: 150px;
	float: right;
}
.presidentBox p {
	text-align: right;
	position: absolute;
	top: 130px;
	right: 185px;
}
.mainTxt02 {
	line-height:180%;
	margin:5px auto;
	text-indent:1em;
}

/*開催概要
------------------------------------------------------*/

.dl_overview {
	width:600px;
	padding:0px auto;
	margin: 15px 10px;
}
	.dl_overview dt {
		clear:left;
		float:left;
		color:#2D476E;
        font-weight: 600;
	}
	.dl_overview dd {
		padding-left:6em;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px dashed #ccc;
	}
	.dl_overview dd.pro {
		padding-left:10em;
	}
.dl_overview02 {
	padding: 0px auto;
	margin: 15px 10px;
	width: 600px;
}
.dl_overview02 dt {
	clear: left;
	float: left;
	color: #2D476E;
	font-weight: 600;
}
.dl_overview02 dd  {
	padding-left: 9em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.dl_part {
	width:600px;
	margin:20px auto;
}
	.dl_part dt {
		clear:left;
		float:left;
		padding-left:1em;
		font-weight:bold;
	}
	.dl_part dd {
		padding-left:8em;
		padding-bottom:5px;
	}	

/*
ファイルダウンロード用
--------------------------*/
.dlfiles ul {
	padding: 10px 0 20px;
	line-height: 2.0em;	
}
.dlfiles li a {
	font-size: 1.1em;
	padding: 10px 0;
	display: block;
}

.dlpdf {
	padding-left: 40px;
	background: url(../images/icon_pdf.png) left center no-repeat;	
}
.dlword {
	padding-left: 40px;
	background: url(../images/icon_word.png) left center no-repeat;	
}
.dlppt {
	padding-left: 40px;
	background: url(../images/icon_ppt.png) left center no-repeat;	
}

	
.idlink_box {
	width: 420px;
	padding: 20px;
	margin: 20px auto;
	background-color:#FFC;
	border: #999 solid 1px;
}

.ul_idlink li a {
	width: 120px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}
.ul_idlink2 li a {
	width: 180px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}

.idlink_box2 {
	width: 480px;
	padding: 20px;
	margin: 20px auto;
	background-color:#FFC;
	border: #999 solid 1px;
}

.ul_idlink3 li a {
	width: 220px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}

/*
リンク
--------------------------*/

.ul_linkList {
	width: 100%;
	margin: 0 auto 50px;
}
	.ul_linkList li {
		clear:left;
		line-height:180%;
		font-size:1.1em;
		padding:10px 0 10px 0em;
		border-bottom:1px dotted #88A6BF;
	}

.mapBox {
	width:410px;
	height:340px;
	padding-top:20px;
	float:left;
}

.accessBox {
	width:235px;
	padding-top:10px;
	float:right;
	font-size:0.9em;
	margin-left:5px;
}
.btn_a a {
	width:240px;
	background-image: linear-gradient(to bottom, #115983, #62C1D7);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:10px;
	box-shadow: 0 3px #425C80;
	text-decoration: none;
	color: #fff;
	text-shadow:2px 1px 3px #000;
	font-size:14px;
	font-weight:bold;
	padding: 15px 0;
	margin:40px auto 20px;
	text-align: center;
	display: block;
}
.btn_a a.btn_pink {
	width:320px;
	/*background-image: linear-gradient(to bottom, #e9546b, #F29FAC);*/
	background:#e9546b;
	box-shadow: 0 3px #E4344F;
	font-size:17px;
}
.btn_a a.btn_blue {
	width:320px;
	/*background-image: linear-gradient(to bottom, #728cc1, #A3B4D6);*/
	background:#728cc1;
	box-shadow: 0 3px #3C5488;
	font-size:17px;
}
.btn_a a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.btn_b a {
	width:240px;
	background:#E88000;
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:10px;
	box-shadow: 0 3px #AC5F00;
	text-decoration: none;
	color: #fff;
	text-shadow:2px 1px 3px #000;
	font-size:14px;
	font-weight:bold;
	padding: 15px 0;
	margin:40px auto 20px;
	text-align: center;
	display: block;
}
.btn_b a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
}

.tbl-width100 {
    width: 100%;
}
.tbl-width75 {
    width:75%;
}

.tbl-width50 {
    width: 50%;
}
.banner {
	text-align: center;
}
.banner a img {
	max-width: 220px;
	max-height: 80px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.banner a img:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.program {
	margin-bottom: 40px;
}
.program h4 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #2C567E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.program h5 {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #A8D5FF;
	color: #244768;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.program h6 {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid #FF9C42;
	margin-top: 10px;
	margin-bottom: 10px;
}
.program dl {
	display: flex;
	width: 100%;
}
.program dl dt {
	font-weight: bold;
	align-items: center;
	display: flex;
}
.program dl dd {
	text-indent: -1em;
	padding-left: 1em;
}
.program dl dd:before {
	content: "（";
}
.program dl dd:after {
	content: "）";
}
.name_ch2 {
}
.name_ch2 dt {
	width: 9%;
	padding-left: 2%;
}
.name_ch2 dd {
	width: 91%;
}
.name_ch3 {
}
.name_ch3 dt {
	width: 12%;
	padding-left: 2%;
}
.name_ch3 dd {
	width: 88%;
}
.name_ch4 {
}
.name_ch4 dt {
	width: 15%;
	padding-left: 2%;
}
.name_ch4 dd {
	width: 85%;
}
.name_ch5 {
}
.name_ch5 dt {
	width: 18%;
	padding-left: 2%;
}
.name_ch5 dd {
	width: 82%;
}
.name_ch6 {
}
.name_ch6 dt {
	width: 21%;
	padding-left: 2%;
}
.name_ch6 dd {
	width: 79%;
}
.name_ch8 {
}
.name_ch8 dt {
	width: 27%;
	padding-left: 2%;
}
.name_ch8 dd {
	width: 73%;
}
