@charset "UTF-8";
/* CSS Document */
/*トップページCSS*/
/*ピンク　rgba(255,92,206,1.00)	#C6008B*/
/*カラー1 エンジ　#830022*/
/*カラー2 濃いブルー　#003485*/

/*開催概要アイテム*/
.overview_item{
	margin-bottom: 40px;
}
.overview_item > .overview_title {
	font-size: 22px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	background-color: #F6F6F6;
	padding: 10px 0 10px 20px;
	border-left: 6px solid rgba(255,92,206,1.00);
}
.overview_item > p {
	padding-left: 1em;
	text-align: justify;
}