/********* index  *********/
div.search_result_text{
	background-color: #f9f9f9;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-bottom: 1px solid #ededed;
}
	div.search_result_text p{
		border-bottom: 0 solid #cccccc;
		padding-bottom: 0.3em;
		margin: 0;
		color: #808080;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.search_result_text p a{
			margin: 0;
			margin-left: 1.5em;
			padding: 0.2em 0.8em;
			background-color: #dddddd;
			color: #fff;
			font-size: 80%;
			text-decoration: none;
			position: relative;
			padding-left: 2.8em;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.search_result_text p a:before{
				font-family: "FontAwesome";
				font-size: 150%;
				position: absolute;
				margin: auto;
				height: auto;
				left: 0.5em;
				top: 50%;
				transform: translateY(-50%);
				font-weight: normal !important;
				content: "\f021";
				color: #fff;
			}
			div.search_result_text p a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}




/* Calendar */
table.calendar {
	width: 100%;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse:collapse;
	border-spacing: 0;
	border: 1px #e6e6e6 solid;
	text-align: center;
	font-size: 90%;
}
	table.calendar a{
		text-decoration: none;
		overflow: hidden;
	}
		table.calendar a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}
	table.calendar tr.week{
		background-color: #fffff9;
	}
	table.calendar td,
	table.calendar th {
		border:1px #e6e6e6 solid;
		background-color: #fffff9;
	}

	table.calendar th {
		background:#eee;
		font-weight: bold;
		background-color: #fffff9;
		padding: 0.8em 0;
	}
	table.calendar td a{
		display: block;
		padding: 0.3em;
	}
		table.calendar td a:hover{
			background-color: #e5edef;
		}

	table.calendar td.today, table.calendar td.today a {
		background: #999999;
		font-weight:bold;
	}
	table.calendar td.todayOn, table.calendar td.todayOn a {
		background: #ffec67;
		font-weight:bold;
	}

	table.calendar .red {
		background-color:#ffd8e0;
	}
	table.calendar .blue {
		background-color :#eaf9fc;
	}
/* Calendar */



div.pgLink{
	clear: both;
	padding: 1em;
	margin: 0 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}



/* ############### page top search button ############### */
div.search_button > ul{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
div.search_button > ul > li{
/*	white-space: nowrap;*/
	list-style-type: none;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 1em;
	padding: 0;
	font-size: 90%;

	display: inline-block;
	zoom: 1;
	*display: inline;
}
	div.search_button > ul > li > a{
		background: #e6e6e6;
		color: #777777;
		padding: 0.3em 1em;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 4px; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
		div.search_button > ul > li > a.on,
		div.search_button > ul > li > a:hover{
			background: #b3b3b3;
			color: #f2f2f2;
		}
/*
	div.search_button li:before {
		content: "\f138";
		font-family: FontAwesome;
		margin-left: -2.5em;
		margin-right: 0.3em;
		color: #0084c9;
		font-size: 120%;
	}
*/
/* ############### page top search button ############### */



/* インフォテーブル */
div.info_tbl_wrap{
	display: block;
	overflow: hidden;
	margin: 0;
}
	div.info_tbl_wrap.itw_mgn_h05{
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	div.info_tbl_wrap > dl{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background-color: #e6e6e6;
		border: solid 0 #ededed;
	}
	div.info_tbl_wrap > dl > dt,
	div.info_tbl_wrap > dl > dd{
		border-top: 1px solid  #ededed;
		padding: 0.5em 0.3em;
	}
	div.info_tbl_wrap > dl > dt:first-child,
	div.info_tbl_wrap > dl > dt:first-child + dd  {
		border-top: none;
	}
	div.info_tbl_wrap > dl > dt {
		width: 30%;
		float: left;
		display: block;
		text-align: center;
		font-weight: bold;
	}
	div.info_tbl_wrap > dl > dd {
		display: block;
		color: #737373;
		padding-left: 0.6em;
		background-color: #f4f4f4;
		margin-left: 0;
		margin-right: 0;
		margin-left: 30%;
		padding-bottom: 0.5em;
		box-sizing: border-box;
	}
		div.info_tbl_wrap > dl > dd span.dd_div{
			display: block;
			border-bottom: 1px dashed #d9d9d9;
			padding: 0.5em 0;
		}
			div.info_tbl_wrap > dl > dd span.dd_div:last-child{
				border-bottom: 0;
			}



h4.sTitle{
	background-color:#f5f5f5;
	border-bottom: 1px solid #b5b5b5;
	font-weight: bold;
	margin: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	padding-left: 0.6em;
	font-size: 110%;
}
	h4.sTitle:first-child{
		margin-top: 0;
	}





/* ############### Event Detail ############### */

div.eventRelBox{
	margin-bottom: 3em;
	padding: 2em;
	padding-top: 0.5em;
	background-color: #fff7ff;
}
	div.eventRelBox h3.titleRelTitle{
		color: #e16871;
		border-bottom: 1px solid #efe8ef;
	}





div.detailBox{
	overflow: auto;
	width: 100%;
}
	div.detailBox div.event_header {
		margin-top: 1em;
		margin-bottom: 1em;
		background-color: #f2f3f3;
		overflow: hidden;
		letter-spacing: -.4em;
		position: relative;

		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

		/* カバー写真 */
		div.detailBox div.cover_photo {
			vertical-align: top;
			letter-spacing: normal;
			height: auto;
			width: 60%;
			max-height: auto;
			position: relative;
			overflow: hidden;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.detailBox div.cover_photo:before {
				content:"";
				display: block;
				padding-top: 50%;
			}
			div.detailBox div.cover_photo img{
				width: 100%;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}


		/* ヘッダー 右側コンテンツ（日付／タイトル） */
		div.detailBox div.header_cont_wrap{
			vertical-align: top;
			width: 40%;
			letter-spacing: normal;
			padding: 1em;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			/* 日付 */
			div.detailBox div.header_cont_wrap div.title_date{
				margin-bottom: 1em;
				font-weight: bold;
				font-size: 110%;
				letter-spacing: 0.2em;
				line-height: 1.5em;
				white-space: nowrap;

				display: inline-block;
				zoom: 1;
				*display: inline;
			}
				div.detailBox div.header_cont_wrap div.title_date > span.month{
					display: block;
					margin-left: 1em;
					font-size: 0.80rem;
					color: #ff5b3a;
					font-weight: normal;
					white-space: nowrap;
				}
				div.detailBox div.header_cont_wrap div.title_date > span.day{
					font-size: 180%;
					margin: 0;
					white-space: nowrap;
				}
				div.detailBox div.header_cont_wrap div.title_date > span.week{
					font-size: 0.80rem;
					color: #999999;
					white-space: nowrap;
					font-weight: normal;
				}
				div.detailBox div.header_cont_wrap div.title_date.saturday,
				div.detailBox div.header_cont_wrap div.title_date.saturday > span.week{
					color: #0033cc;
				}
				div.detailBox div.header_cont_wrap div.title_date.sunday,
				div.detailBox div.header_cont_wrap div.title_date.sunday > span.week{
					color: #cc3300;
				}




			/* カテゴリ／タイトル／費用など */
			div.detailBox div.header_cont_wrap div.title_cont{
			}
				div.detailBox div.header_cont_wrap div.title_cont p.category{
					font-size: 85%;
					margin: 0;
					color: #afafaf;
				}
				div.detailBox div.header_cont_wrap div.title_cont h3{
					margin: 0;
					line-height: 1.3em;
				}

				div.detailBox div.header_cont_wrap div.title_cont ul{
					position: absolute;
					display: block;
					text-align: right;
					margin: 0;
					width: calc(40% - 1.4em);
					padding: 0;
					right: 1em;
					bottom: 0.5em;
					list-style: none;
				}
					div.detailBox div.header_cont_wrap div.title_cont ul > li{
						margin: 0;
						padding-left: 1.4em;
						position: relative;
						color: #979ca2;

						display: inline-block;
						zoom: 1;
						*display: inline;

					}
						div.detailBox div.header_cont_wrap div.title_cont ul > li:first-child{
							margin-right: 1em;
						}

						div.detailBox div.header_cont_wrap div.title_cont ul > li:before {
							font-family: FontAwesome;
							font-size: 100%;
							position: absolute;
							font-weight: normal !important;
							left: 0;
							top: 50%;
							-webkit-transform: translateY(-50%);
							-ms-transform: translateY(-50%);
							transform: translateY(-50%);
						}
						div.detailBox div.header_cont_wrap div.title_cont ul > li.fee:before {
							content: "\f09d";
						}
						div.detailBox div.header_cont_wrap div.title_cont ul > li.location:before {
							top: 40%;
							font-size: 120%;
							content: "\f041";
						}






	div.detailBox div.div_box_wrap{
		overflow: hidden;
		padding: 0.5%;
		margin-bottom: 0.5em;
		letter-spacing: -.4em;
		border: 1px solid #e5e5e5;
	}
		div.detailBox div.div_box{
			letter-spacing: normal;
			display: block;
			vertical-align: top;
			width: 50%;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			/* width:100%; */
			div.detailBox div.div_box.wf{
				display: block;
				width: 100%;
				padding: 0 !important;
			}
		div.detailBox div.div_box.block{
			letter-spacing: normal;
			width: auto;
			display: block;
		}
		div.detailBox div.div_box:nth-child(odd){
			padding-right: 0.5%;
		}

	div.detailBox div.desc_wrap{
		margin-top: 1em;
		padding: 1em;
		background-color: #f9f9f9;
	}
		div.detailBox div.desc_wrap img{
			border: 1px solid #ddd;
			padding: 3px;
			background: #f8f8f8;
			margin-top: 1em;
			margin-bottom: 1em;
			width: auto;
			max-width: 100%;
		/*	width: 100%;
			display: block;*/
		}


		div.detailBox div.desc_wrap div.iframe{
			width: 100%;
			display: block;
			position: relative;
			height: auto;
			overflow: hidden;
			padding-bottom: 56.25%;
			border: 3px solid #ddd;
			background: #f8f8f8;
		}

		div.detailBox div.desc_wrap div.iframe iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}


	div.detailBox div.photo{
			width: 80%;
			height: auto;
			max-width: 100%;
			margin: auto;
			position: relative;
	}
			div.detailBox div.photo::before{
				content: "";
				display: block;
				padding-top: 100%;
			}

	div.detailBox div.photo img{
			z-index: 120;
			width: 100%;
			height: auto;
			line-height: 0;
			position: absolute;
			bottom: 0;

			border: 1px solid #ddd;
			padding: 3px;
			height: auto;
			background: #f8f8f8;
	}


	div.detailBox div.sCont{
		padding: 0.3em 0.6em;
		overflow: hidden;
	}
		div.detailBox div.sCont p{
			margin-top: 0.1em;
			margin-bottom: 0.1em;
			padding: 0;
		}


	div.detailBox ul.exception_list{
		margin: 0;
		padding: 0;
		list-style: none;
		letter-spacing: -.4em;
	}
		div.detailBox ul.exception_list > li{
			letter-spacing: normal;
			padding: 0;
			color: red;
			margin-right: 1em;
			margin-left: 0;
			margin-top: 0;
			margin-bottom: 0;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.detailBox ul.exception_list.fs85 > li{
			font-size: 85%;
		}

	div.detailBox p.address,
	div.detailBox p.area,
	div.detailBox p.web{
		margin-left: 1.5em;
		text-indent: -1.5em;
		padding-left: 1.5em;
		line-height: 1.3em;
	}
	div.detailBox p.contact a,
	div.detailBox p.web a{
		color: #4d4d4d;
	}
	div.detailBox p.web:before{
		margin-right: 0.5em;
		font-family: "Font Awesome 5 Free";
		content: "\f0ac";
		font-style: normal;
		font-weight: 600;

	}
	div.detailBox p.address:before{
		margin-right: 0.5em;
		font-family: "Font Awesome 5 Free";
		content: "\f3c5";
		font-style: normal;
		font-weight: 600;
	}
	div.detailBox p.area:before{
		margin-right: 0.5em;
		font-family: "Font Awesome 5 Free";
		content: "\f3c5";
		font-style: normal;
		font-weight: 600;
	}
	div.detailBox p.address:before{
		margin-right: 0.5em;
		font-family: "Font Awesome 5 Free";
		content: "\f5a0";
		font-style: normal;
		font-weight: 600;
	}
	div.detailBox p.contactText{
		font-size: 90%;
		margin: 5px 0;
	}
	div.detailBox p.TextS{
		font-size: 90%;
	}

	div.detailBox div.past{
		letter-spacing: normal;
		width: 80px;
		text-align: center;
		float: right;
		font-weight: bold;
		margin: auto;
		padding: 5px 0;
		background: #8c8c8c;
		color: #f9f9f9;
	}


	div.detailBox div.title{
		background-color:#f9f9f8;
		border-color: #b5b5b5;
		border-style: solid;
		border-width: 0 0 1px 0;
		padding: 5px;
	}

	div.detailBox div.title h3{
		font-weight: bold;
		font-size: 16px;
	}

	/* Link Button */
	div.detailBox a.web_school_btn {
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		font-size: 13px;
		display: block;
		background-color: #4cb5e8;
		color:#FFF;
		padding: 10px 0 10px 8px;
		margin: auto;

		background-image: url(./images/icon_reportL.png);
		background-repeat: no-repeat;
		background-position: 6px center;

	}
	div.detailBox a.web_school_btn:hover {
		background-color: #8ecdf0;
	}
	/* Link Button */




	div.detailBox div.map_wrap{
		margin-top: 0.5em;
		border: 3px solid #ddd;
	}
	div.gmap{
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.25%; /* 縦横比 */
		height: 0;
		overflow: hidden;
		background: #f8f8f8;
	}

	div.detailBox div.map_wrap > ul.address_map{
		margin: 0;
		list-style: none;
		background-color: #f9f9f9;
		padding: 0.5em 0.2em;
	}

		div.detailBox div.map_wrap > ul.address_map > li{
			padding: 0;
			margin-right: 1em;
			padding-left: 1.8em;
			position: relative;
			white-space: nowrap;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.detailBox div.map_wrap > ul.address_map > li:before {
				font-family: FontAwesome;
				font-size: 100%;
				position: absolute;
				left: 0;
				top: -0.1em;
				color: #8c8c8c;
				font-weight: normal !important;
			}
			div.detailBox div.map_wrap > ul.address_map > li.map:before {
				content: "\f278";
			}
			div.detailBox div.map_wrap > ul.address_map > li.address:before {
				content: "\f041";
				left: 0.2em;
			}

	div.updateDate{
		margin-top: 3em;
		text-align: right;
	}
		div.updateDate p{
			color: #a6a6a6;
			border-bottom: 6px solid #f7f7f7;
			padding-bottom: 0;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}





	/* ############### edit / delete button base ############### */
	div.edit_btn_box p{
		text-align: center;
	}
		div.edit_btn_box div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			margin: 0;
			position: relative;
			text-align: center;
		}
			div.edit_btn_box div.edit_btn_wrap > ul{
				margin: 0;
				margin-top: 1em;
				margin-bottom: 1em;
				position: relative;
				left: 50%;
				float: left;
			}
				div.edit_btn_box div.edit_btn_wrap > ul > li{
					margin-top: 0.4em;
					margin-bottom: 0.4em;
					margin-left: 0;
					margin-right: 2em;
					padding: 0;
					list-style-type: none;
					position: relative;
					left: -50%;
					float: left;
				}
				div.edit_btn_box div.edit_btn_wrap > ul > li:last-child{
					margin-right: 0;
				}
					div.edit_btn_box div.edit_btn_wrap > ul > li > form{
					}
					div.edit_btn_box div.edit_btn_wrap > ul > li > form > button{
					}



/* ############### Event Detail ############### */



/* ############### Event List ############### */
div.titleMonth{
	z-index: 2;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 180%;
	position: relative;
	letter-spacing: 0.2em;
	color: #0063a4;

	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0;
	float: right;
	display: inline-block;
	zoom: 1;
	*display: inline;

	border-radius: 0.5em; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
	div.titleMonth > span.month{
		font-size: 200%;
		margin: 0;
		color: #0063a4;
	}
	div.titleMonth > span.year{
		font-size: 0.85rem;
		color: #cccccc;
		position: absolute;
		right: 1.3em;
		top: 0.4m;
		white-space: nowrap;
	}

div.titleDay_s,
div.titleDay{
	text-align: center;
	z-index: 2;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
	position: relative;
	letter-spacing: 0.2em;
	border: 1px solid #efefef;
	background-color: #f7f7f7;
	padding-left: 1.4em;
	padding-right: 1.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 1.5em;

	display: inline-block;
	zoom: 1;
	*display: inline;

	border-radius: 0.5em; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
div.titleDay_s{
	position: absolute;
	font-size: 90%;
	top: 0.2em;
	right: 0.2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: rgba(255,255,255,0.7);
	border: 0;

	border-radius: 0; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

	div.titleDay_s > span.month,
	div.titleDay > span.month{
		display: block;
		font-size: 0.80rem;
		color: #ff5b3a;
		font-weight: normal;
		white-space: nowrap;
	}
	div.titleDay_s > span.day,
	div.titleDay > span.day{
		font-size: 220%;
		margin: 0;
	}
	div.titleDay_s > span.day{
		font-size: 140%;
	}
	div.titleDay_s > span.week,
	div.titleDay > span.week{
		display: block;
		font-size: 0.80rem;
		color: #999999;
		white-space: nowrap;
		font-weight: normal;
	}
	div.titleDay_s > span.week{
		display: inline;
	}

	div.titleDay.today,
	div.titleDay.today > span.week{
	}
	div.titleDay.saturday,
	div.titleDay_s.saturday,
	div.titleDay.saturday > span.week,
	div.titleDay_s.saturday > span.week{
		color: #0033cc;
	}
	div.titleDay.sunday,
	div.titleDay_s.sunday,
	div.titleDay.sunday > span.week,
	div.titleDay_s.sunday > span.week{
		color: #cc3300;
	}


div.ListBoxWrap{
}
	div.ListBox{
		position: relative;
		clear: both;
		border: 1px #efefef solid;
		background-color: #f9f9f9;
		margin-bottom: 1em;
		letter-spacing: -.4em;
		padding: 0;
		overflow: hidden;
	}
	div.ListBox ul{
		margin-top: 0.4em;
		margin-bottom: 0.4em;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
	}

		div.ListBox ul > li{
			margin-top: 0;
			margin-bottom: 0;
			margin-left: 0.4em;
			padding: 0;
			padding-left: 1.5em;
			position: relative;
			color: #979ca2;
		}
			div.ListBox ul > li:before {
				font-family: FontAwesome;
				font-size: 100%;
				position: absolute;
				font-weight: normal !important;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}
			div.ListBox ul > li.date:before {
				content: "\f073";
			}
			div.ListBox ul > li.location:before {
				content: "\f041";
				left: 0.2em;
			}

		/* 項目用テーブル */
		div.ListBox div.info_tbl_wrap > dl{
			font-size: 90%;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
		}


		/* カバー画像 */
		div.ListBox div.thmub{
			width: 30%;
			height: 100%;
			position: relative;
			overflow: hidden;
			letter-spacing: normal;
			margin: 0;
			vertical-align: top;

			display: inline-block;
			zoom: 1;
			*display: inline;
			border: 1px solid #ddd;
			background: #f8f8f8;
			padding: 3px;
		}

			div.ListBox div.thmub:before{
				content:"";
				display: block;
				padding-top: 100%;
			}

		div.ListBox div.thmub img{
			vertical-align: bottom;
			position: absolute;
			max-width: none; /* max-width:100%; をリセット */
			width: auto;
			height: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}


		div.ListBox div.info_wrap{
			vertical-align: top;
			padding: 0.5em 0.8em;
			width: 70%;
			letter-spacing: normal;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.ListBox p.past,
		div.ListBox p.private{
			margin: 0;
			padding: 0.2em 0.5em;
			font-size: 85%;
			color: #fff;
			display: inline-block;
			zoom: 1;
			*display: inline;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
		}
		div.ListBox p.private{
			background-color: #ed87ad;
		}
		div.ListBox p.past{
			background-color: rgba(115,115,115,0.8);
			position: absolute;
			z-index: 120;
			right: 0.2em;
			top: 0.2em;
		}

		div.ListBox p.TextS{
			font-size: 85%;
			margin: 0;
			color: #afafaf;
		}
		div.ListBox p.date{
			font-size: 95%;
			margin: 0;
			margin-top: 0.2em;
			color: #aaaaaa;
		}
		div.ListBox p.location{
			font-size: 95%;
			margin: 0;
			margin-top: 0.2em;
			color: #a8a8a8;
		}
		div.ListBox div.evt_name{
			border-bottom: 1px #e6e6e6 solid;
			padding: 2px;
			margin: 0;
		}
			div.ListBox h4{
				position: relative;
				font-size: 120%;
				font-weight: bold;
				margin: 0;
				border-bottom: 1px #e6e6e6 solid;
			}
			div.ListBox h4.private{
				padding-left: 3.5em;
			}
			div.ListBox h4.private:before{
				content: "非公開";
				position: absolute;
				left: 0;
				top: 0;
				margin: 0;
				margin-right: 0.6em;
				padding: 0.2em 0.5em;
				background-color: #ed87ad;
				font-size: 0.85rem;
				color: #fff;
				display: inline-block;
				zoom: 1;
				*display: inline;
				border-radius: 2px; 
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
			}
/*
			div.ListBox h4.private:after{
				content: '';
				position: absolute;
				left: 2.8em;
				top: 3px;
				display: block;
				width: 0;
				height: 0;
				border-right: 3px solid transparent;
				border-left: 3px solid #ed87ad;
				border-top: 3px solid transparent;
				border-bottom: 3px solid transparent;
			}
*/
				div.events h4 a{
					color: #4d4d4d;
				}



		div.ListBox p.desc{
			line-height: 1.4em;
		}
		div.ListBox span.exceptionText{
			font-weight:bold;
			color: #f9f9f9;
			background: #ff0000;
			padding: 3px;
			margin:0 5px;
			font-size: 90%;
		}
		div.ListBox div.publication{
			background: #ff0000;
			font-weight: bold;
			text-align: center;
			padding: 3px 0;
			color: #ffffff;
		}



		/* ############### edit / delete button ############### */
		div.ListBox div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			position: absolute;
			left: 0.2em;
			top: 0.2em;
			z-index: 100;
		}
			div.ListBox div.edit_btn_wrap > ul{
				margin: 0 !important;
				padding: 0 !important;
			}
				div.ListBox div.edit_btn_wrap > ul > li{
					padding: 0.2em !important;
					margin: 0 !important;
					float: left;
				}
					div.ListBox div.edit_btn_wrap > ul > li > form{
						margin: 0;
					}
					div.ListBox div.edit_btn_wrap > ul > li > form > button{
						margin: 0 !important;
					}

		/* ############### Event List ############### */





/* ############### Event Side ############### */
div.ListBoxSide{
	margin-bottom: 1em;
	border: 1px solid #d9d9d9;
}
	div.ListBoxSide:last-child{
		margin-bottom: 0;
	}

	div.ListBoxSide div.thmub{
		width: 100%;
		height: 8em;
		position: relative;
		overflow: hidden;
	}
		div.ListBoxSide div.thmub img{
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: 100%;
			height: auto;

		}
	div.ListBoxSide div.explainT{
		margin-top: 3px;
		padding: 5px;
		border-top: 0 solid #e6e6e6;
		background: #f9f9f9;
		border-bottom: 1px solid #e6e6e6;
	}
	div.ListBoxSide p.TextS{
		font-size: 85%;
		margin: 0;
		color: #afafaf;
	}
	div.ListBoxSide div.explainT h4{
		font-size: 110%;
		font-weight: bold;
		margin: 0;
	}
	div.ListBoxSide div.explainT p{
		margin: 2px 0;
		font-size: 90%;
	}
/* ############### Event Side ############### */



/* ############### Register form ############### */
div.form_cont{
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}
	/* フォームタイトル */
	div.form_cont h3.form_title{
		margin-top: 1.5em;
		font-size: 160%;
		text-align: center;
		color: ;
	}

	div.form_cont input{
	}
	div.form_cont input:disabled{
		color: #c6cccc;
	}
	div.form_cont textarea{
	}
	div.form_cont div.confirm_wrap,
	div.form_cont div.input_wrap{
		position: relative;
		margin-top: 1.5em;
	}
	div.form_cont div.div_wrap{
		margin-top: 5em;
	}

	div.form_cont div.input_wrap textarea.form_text,
	div.form_cont div.input_wrap select.form_text,
	div.form_cont div.input_wrap input.form_text{
		border:none !important;
		border-top: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #bfbfbf !important;
	}
	div.form_cont div.input_wrap textarea.form_text{
		height: auto;
	}

	div.form_cont  div.input_wrap > label{
		z-index: 10;
		position: relative;
		bottom: -0.1em;
		padding: 0;
		font-weight: bold;
	}
	div.form_cont div.input_wrap > label.err_txt{
		color: red;
		font-weight: bold;
	}
	div.form_cont select > option:disabled{
		background-color: #ffffff;
		font-size: 120%;
		font-weight: bold;
		color: #00a0dd;
	}
	div.form_cont select > optgroup{
		background-color: #e5edef;
	}

	/* 期間 */
	div.form_cont div.st_date_ed_date{
		letter-spacing: -.4em;
	}
		div.form_cont div.st_date_ed_date div{
			letter-spacing: normal;
			width: calc(50% - 5em);
			position: relative;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.form_cont div.st_date_ed_date div:first-child:after{
			height: 2px;
			background: #bfbfbf;
			content: "";
			position: absolute;
			width: 2em;
			right: -6em;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		div.form_cont div.st_date_ed_date div:first-child:before{
			content: "";
			position: absolute;
			border-top: 0.6em solid transparent;
			border-bottom: 0.6em solid transparent;
			border-left: 0.6em solid #bfbfbf;
			right: -6.5em;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		div.form_cont div.st_date_ed_date div:last-child{
			margin-left: 10em;
		}


	/* 特別休業日 */
	div.form_cont div.exception_date_wrap{
		position: relative;
	}
		div.form_cont div.exception_date_wrap textarea#exception_date{
			height: 3em;
			margin: 0;
			padding-left: 6em;
		}
		/* カレンダー表示ボタン */
		div.form_cont div.exception_date_wrap .ui-datepicker-trigger{
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0.2em 0.6em;
			font-size: 90%;
			border: none;
			background-color: #57b1af;
			color: #fff;
			height: 100%;

			border-radius: 0 !important; 
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
		}

	/* gmap */
	div.form_cont div.address_wrap{
		position: relative;
		margin: 3px 0;
		padding: 0;
	}
		div.form_cont div.address_wrap input{
			margin: 0;
		}
		div.form_cont div.address_wrap button{
			position: absolute;
			margin: 0;
			right: 0;
			height: 100%;
			background-color: #999999;
			color: #fff;
			padding: 0.2em 0.6em;
			border: none;
			font-size: 90%;

			border-radius: 0 !important; 
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
		}
	div.form_cont div#map_wrap{
		margin-top: 0.5em;
		border: 3px solid #ddd;
		position: relative;
	}
	div.form_cont div#map_wrap div#error{
		color: #ff0000;
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 0.5em;
		z-index: 999;
		font-size: 120%;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 10%;
	}
		div.form_cont div#map_wrap div#error > span{
			color: #5aad6d;
		}

	div.form_cont div#map_wrap div.gmap{
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.25%; /* 縦横比 */
		height: 0;
		overflow: hidden;
		background: #f8f8f8;
	}
	div.form_cont div#map_wrap div.lat_lng_wrap{
		margin: 0;
		padding: 0;
		letter-spacing: -.4em;
		background-color: #e5eaea;
	}
		div.form_cont div#map_wrap div.lat_lng_wrap label{
			letter-spacing: normal;
			display: block;
			width: 15%;
			text-align: center;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.form_cont div#map_wrap div.lat_lng_wrap input{
			letter-spacing: normal;
			width: 35%;
			background-color: transparent !important;
			border: none !important;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}


	/* 画像アップロード  */
	/* カバー写真 */
	div.form_cont div.cover_photo {
		margin-top: 1em;
		height: auto;
		width: 100%;
		max-height: auto;
		position: relative;
		overflow: hidden;
	}
		div.form_cont div.cover_photo:before {
			content:"";
			display: block;
			padding-top: 50%;
		}
		div.form_cont div.cover_photo:after {
			z-index: 888;
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			box-shadow: inset 0 0 0 0.5em rgba(255,255,255,0.6);
		}
		div.form_cont div.cover_photo img{
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	/* カバー写真 */

	#cover_photo span.del_btn{
		z-index: 1000;
		width: 1.5em;
		height: 1.5em;
		position: absolute;
		right: 0.5em;
		top: 0.5em;
		font-size: 140%;
		text-align: center;
	}
		#cover_photo span.del_btn a{
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
			background-color: #fff;

			border-radius: 0.75em; 
			-webkit-border-radius: 0.75em;
			-moz-border-radius: 0.75em;

		}
		#cover_photo span.del_btn a:hover{
			filter: alpha(opacity=85);
			opacity:0.85;
		}

	/********* File upload button *********/
	label.label_attach + input.form_attach{
		display: none;
	}

	label.label_attach {
		display: block;
		padding: 10px;
		margin: auto;
		width: 100%;
		color: #fff;
		text-align: center;
		background-color: #00a0dd;
		cursor: pointer;
	}
		label.label_attach:hover {
			filter: alpha(opacity=85);
			opacity:0.85;
		}



/* 公開・非公開 */
div.publication_wrap{
	border: 1px solid #d9d9d9;
	margin-top: 5em !important;
	padding: 3em;
	background-color: #f4f4f4;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}





/********* p note *********/
div.form_cont p.text_note{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
	div.form_cont p.text_note.center{
		text-align: center;
	}
	div.form_cont p.text_note.mgn_t{
		margin-top: 1em;
	}
div.form_cont p.input_rule{
	margin-top: 0em;
	font-size: 90%;
	color: #c1c1c1;
}


div.form_cont div#updete_done > p{
	font-size: 120%;
	text-align: center;
	color: red;
}



/* ########## Facebook Comment ########## */
/*
.fb-comments.fb_iframe_widget, 
.fb_iframe_widget span, 
.fb_iframe_widget span iframe { 
	width: 100% !important;
}
*/
.fb-comments iframe {
	width: 100% !important;
}

.sp_F6WRy2o1gKN.sx_d13338,
.pluginSkinDark a {
	display: none;
}