@charset "UTF-8";

.col_l5 {
	float: left;
	width: 48%;
	border-right: 1px solid #2980B9;
}

.col_r5 {
	float: left;
	width: 48%;
	overflow: hidden;
	padding-left: 5px;
}

.base {
	padding: 1em 0 0.5em;
	margin-bottom:1em;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;	/* CSS3 */
	list-style-type: none;
}

.ind1 {
	text-indent: 3em;
}

.logo_l {
	float: left;
	margin: -0.3em 0.8em 0em 0.8em;
	width: auto;
	text-align: center;
}

.under {
	padding:0 1em;
}

.base.blue {
	background-color: #cfdfee;
}

.base.pink {
	background-color: #f9ccdb;
}

/*Fukidashi*/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
/*	height: 40px;*/
	line-height:2em;
	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}

.fukidashi_bottom::before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}

.fukidashi_bottom::after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}


.fukidashi_right {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	line-height: 2em;
	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}

.fukidashi_right::before {
	content: "";
	position: absolute;
	top: 50%; right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #F6F6F6;
	z-index: 0;
}

.fukidashi_right::after {
	content: "";
	position: absolute;
	top: 50%; right: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #19283C;
	z-index: -1;
}



/* ----------------------------------------
 * 吹き出し
 * ---------------------------------------- */
.fukidashi_bottom2 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px 8px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 13px;
	background: #fae6ee;
	border-radius: 15px;
}

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

.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	box-sizing: border-box;
	border-radius: 15px;
}

.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fae6ee;
}

.fukidashi_right1 {
	position: relative;
	display: inline-block;
	margin: 0px -0px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	border-radius: 15px;
}

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

.fukidashi_right2 {
	position: relative;
	display: inline-block;
	margin: 20px -30px 0 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	border-radius: 15px;
}

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

.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 30px 0 1.5em -150px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	border-radius: 15px;
}

.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fae6ee;
}

.fukidashi_left2 {
	position: relative;
	display: inline-block;
	margin: -2px -13px 0px -56px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	border-radius: 15px;
}

.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fae6ee;
}

.fukidashi_left3 {
	position: relative;
	display: inline-block;
	margin: -3px 0 1.5em 20px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	border-radius: 15px;
}

.fukidashi_left3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fae6ee;
}

.fukidashi_left4 {
	position: relative;
	display: inline-block;
	margin: 40px 0 1.5em -60px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	border-radius: 15px;
}

.fukidashi_left4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fae6ee;
}

.fukidashi_non {
	position: relative;
	display: inline-block;
	margin: 0 0  1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fae6ee;
	box-sizing: border-box;
	border-radius: 15px;
}

.fukidashi_non:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
}

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


/* ----------------------------------------
 * web font
 * ---------------------------------------- */
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }



/* ----------------------------------------
 * label
 * ---------------------------------------- */
.label {
	margin: 2px;
	white-space: normal;
	display: inline-block;
}