/** minami **/

.bg_red{
	background-color:#21b24b; padding:20px; margin-bottom:50px;
}
.bg_red > a {
	background-color: #ffffff;
	margin-bottom:5px;
	padding: 30px;
	display: block;
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right ;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bg_red .index_title {
	display: block;
	padding-bottom:8px;
	font-weight: bold;
	font-size: 2.2rem;
}
/*** もくじ ***/
.link_shopList{
	
	background-image: url("../images/messe/link_bg_shoplist.jpg");
	

}
.link_workShop{
	background-image: url("../images/messe/link_bg_workshop.jpg");

}
.link_aboutMesse{
	background-image: url("../images/messe/link_bg_about.jpg");

}


@media screen and (max-width:768px) {
	.bg_red div p{
		width: 70% !important;
	}
	.bg_red div{
		background-size: 25%;
	}
	
}


.icon_down{
	width: 14px;
	position: relative;
	top:-2px;

}

h3.date_messe{
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 20px;
	
	color: #fff;
	font-weight: bold; 
}
h3.col_purple{
	background-color:#777cb7;
}

h3.col_green{
	background-color:#6c8723;
}
.messeTime{
	
	text-align: center;
	padding: 2px 0px;
	font-size: 1.4rem !important;
	font-weight: bold;
	margin-bottom: 8px;
	
	border-radius: 10px;

}
.col_purple{
	border: 1px solid #777cb7;
	color: #777cb7;
}
.col_green{
	border: 1px solid #6c8723;
	color: #6c8723;
}
.col_purple_text{
	color: #777cb7 !important;
}
.col_green_text{
	color: #6c8723;
}

h3.col_1{
	background-color:#f36f42;
}
h3.col_2{
	background-color:#8a72b3;
}

.col_1{
	border: 1px solid #f36f42;
	color: #f36f42;
}
.col_2{
	border: 1px solid #8a72b3;
	color: #8a72b3;
}
.col_1_text{
	color: #f36f42 !important;
}
.col_2_text{
	color: #8a72b3 !important;
}


.workShop .exhibitor-name {
	margin-bottom:8px !important;
}
.workShop .title_cap{
	margin-bottom: 15px !important;

}
.title_cap{
	font-size: 1.4rem !important;
	padding-bottom: 3px;
}

.icon_insta{
	
	margin: 0px;
	width: 12px;
	position: relative;
	top:-2px;
}

p.pl-0{
	padding-left: 0px !important;
}
.text-small{
	font-size: 1.6rem;
}


.anchor-link {
    margin-top: -8rem;
    padding-top: 8rem;
}