@charset "UTF-8";


/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Web Font
		03. Fukidashi
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/

.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -0.5em;
}

.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0;
	padding-bottom: 5px;
}

.contact.gray {
	border: solid #ecf0f1 2px;
	background-color: #ecf0f1;
	color: inherit;
}
.contact.bg-warning {
		background-color: #FFEADC!important;
		border-color: #FFEADC!important;
}

#content .box table {
	margin-bottom: 0px;
}

#content .contact p {
	margin-bottom: 0px;
}

.top_space10 {
	margin-top: 10px;
}


/** 02. Web Font
 **************************************************************** **/

.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c", sans-serif;
}




/** 03. Fukidashi
 **************************************************************** **/

/*===== 枠線吹き出し =====*/
.fukidashi_top {
	background: #fff;
	box-sizing: border-box;
	border: solid 2px #B0DC3D;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	margin: 15px 0 .5em 0;
	min-width: 120px;
	max-width: 100%;
	padding: 10px;
	position: relative;
}

.fukidashi_top::before {
	border: 15px solid transparent;
	border-bottom: 15px solid #B0DC3D;
	content: "";
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: -30px;
}
.fukidashi_top::after {
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	content: "";
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: -23.5px;
	z-index: 1;
}

.fukidashi_bottom {
	border: solid 2px #B0DC3D;
	background: #fff;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	margin: .5em 0 15px 0;
	min-width: 120px;
	max-width: 100%;
	padding: 10px;
	position: relative;
}

.fukidashi_bottom::before {
	border: 15px solid transparent;
	border-top: 15px solid #B0DC3D;
	content: "";
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 100%;
}

.fukidashi_bottom::after {
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	bottom: -24px;
	content: "";
	left: 50%;
	margin-left: -12px;
	position: absolute;
	z-index: 1;
}

.fukidashi_right {
	border: solid 2px #B0DC3D;
	background: #fff;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	margin: .5em 15px .5em 0;
	min-width: 120px;
	max-width: 100%;
	padding: 10px;
	position: relative;
}

.fukidashi_right::before {
	border: 12px solid transparent;
	border-left: 17px solid #B0DC3D;
	content: "";
	left: 100%;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}
.fukidashi_right::after {
	border: 10px solid transparent;
	border-left: 15px solid #fff;
	content: "";
	margin-top: -10px;
	position: absolute;
	right: -24px;
	top: 50%;
	z-index: 1;
}

.fukidashi_left {
	border: solid 2px #B0DC3D;
	background: #fff;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 14px;
	position: relative;
	min-width: 120px;
	max-width: 100%;
	padding: 10px;
	margin: .5em 0 .5em 15px;
}

.fukidashi_left::before {
	border: 12px solid transparent;
	border-right: 17px solid #B0DC3D;
	content: "";
	margin-top: -12px;
	right: 100%;
	top: 50%;
	position: absolute;
}

.fukidashi_left::after {
	border: 10px solid transparent;
	border-right: 15px solid #fff;
	content: "";
	left: -24px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.fukidashi_non {
	background: #fff;
	border: solid 2px #B0DC3D;
	box-sizing: border-box;
	border-radius: 15px;
	color: #393939;
	display: inline-block;
	font-size: 16px;
	margin: 0 0  1.5em 0;
	min-width: 120px;
	max-width: 100%;
	padding: 12px 12px;
	position: relative;
}
.fukidashi_non::before {
	content: "";
	left: 50%;
	position: absolute;
	top: -30px;
}

