@charset "utf-8";
/*   --------------------------------------------------------------------*/

/*	override
------------------------*/
#stage #maincts:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}
#stage #subcts {
    border-right: 1px solid transparent;
}

#stage #pagetit > span {
	font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: normal;
}

#stage .csubt {
	margin-bottom: 20px;
}


/*	pagelayout
------------------------*/
#stage .cts_01 {
	margin-top: 20px;
}

#stage .cts_02 {
	margin-top: 20px;
}

#stage .cts_02 ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#stage .cts_02 ul > li {
	position: relative;
	padding-left: 1.2em;
}
#stage .cts_02 ul > li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}

