@charset "utf-8";

/**
 *
 *  開催概要
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Outline
---------------------------------------------------------------------------*/
#Outline .outline-head{
	text-align: center;
}
#Outline .outline-head .ttl{
	margin-top: 30px;
}
#Outline .outline-head .lead{
	margin-top: 35px;
	color: #0a0c4f;
	font-size: 107%;
	line-height: 1.91;
}
#Outline .outline-head .from{
	margin-top: 15px;
}
#Outline .outline-head .from span{
	position: relative;
	color: #606072;
	font-size: 79%;
}
#Outline .outline-head .from span:before,
#Outline .outline-head .from span:after{
	display: block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #606072;
	content: ' ';
}
#Outline .outline-head .from span:before{
	right: 0;
	margin-right: -52px;
}
#Outline .outline-head .from span:after{
	left: 0;
	margin-left: -52px;
}

#Outline .outline-fig{
	margin-top: 55px;
	text-align: center;
}

#Outline strong{
	display: block;
	padding: 7px 0px 7px;
	font-size: 144%;
	font-weight: bold;
	line-height: 1.4;
}
#Outline .day{
	display: inline-block;
	width: 183px
}
#Outline .day span{
	color: #e551a3;
}

.outline-bnr-list{
	letter-spacing: -.4em;
	text-align: center;
}
.outline-bnr-list li{
	display: inline-block;
	letter-spacing: 0;
}
.outline-bnr-list li + li{
	margin-left: 17px;
}