@charset "utf-8";
/*
-----------------------------------------------
KNOW-VPD
feature only
author/hikidas
2014.08
----------------------------------------------- */




/* --------------------------------- */
/* common
/* --------------------------------- */

h2.bg_03 span {
	font-size: 11px;
	font-weight: normal;
}
.area_cnt ul.li_mgn li {
	margin-bottom: 15px;
}

/* reg */
.area_ft_reg {
	text-align: center;
	background-color: #FFEEBC;
	margin: 20px 10px;
	padding: 10px 0;
}

/* headline */
.area_headline {
	text-align: center;
}
.area_headline i {
	color: #999;
}
.headline {
	text-align: left;
	position: relative;
	border-color: #eee;
	border-style: solid;
	border-width: 5px;
	background: #fff;
	margin: 0 10px;
	padding: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.headline:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 10px;
	right: 15px;
	width: 70%;
	height: 10px; /* 高さを調整 */
	background: rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.headline h4 {
	padding: 6px;
	margin-bottom: 6px;
	background-color: #eee;
}



/* --------------------------------- */
/* 市民講座　ctzn_smnr */
/* --------------------------------- */

.area_prgrm dl, .area_prgrm dt, .area_prgrm dd {
	margin: 0;
	padding: 0;
}
.area_prgrm dt {
	clear: both;
	float: left;
	width: 10%;
	font-size: .86em;
}
.area_prgrm dd {
	float: left;
	width: 85%;
	text-align: left;
}
.area_prgrm dd p {
	border-left: 2px dotted #ccc;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}
.ttl_mds {
	padding: 5px 10px;
	background: #0295AD;
	color: #fff;
	font-size: 1.3em;
	moz-border-radius: 6px; /* gecko */
	-webkit-border-radius: 6px; /* webkit */
	border-radius: 6px; /* CSS3 standard */
	-khtml-border-radius: 6px; /* old konkeror */
}
