@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [pages]
 *
 * ==========================================================================
 */

#pageTitleVox {
	height: 267px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}


#pageTitle {
	width: 100%;
	height: 4em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	line-height: 1;
	text-align: center;
}
	#pageTitle h1 {
		font-size: 24px;
		letter-spacing: 5px;
		line-height: 1;
		text-align: center;
		margin-bottom: 16px;
		padding-left: 0.2em;
	}


#pageTitle h1,
#pageTitle p {
	color: #FFF;
	text-shadow: -1px 0px 26px rgba(178, 195, 195, 1);
}

#pageTitle hr {
	width: 123px;
	height: 6px;
	background: #FFF;
	border: none;
	box-shadow: 0px 0px 26px rgba(178, 195, 195, 1);
	margin: 0 auto 16px;
}

#pageTitle p {
	font-size: 12px;
	letter-spacing: 1px;
}

/**
 * --------------------------------------------------------------------------
 * topic_path
 * --------------------------------------------------------------------------
 */
#topic_path {
	background: #f2f2f2;
	margin: 0 auto;
}
	#topic_path .inner {
		padding: 10px 35px;
	}
		#topic_path .inner div {
			float: left;
			display: inline;
			margin: 0 10px 0 0;
			font-size: 11px;
		}
		#topic_path .inner div a {
			margin: 0 7px 0 0;
		}
		#topic_path .inner div a:hover {
			text-decoration: underline;
		}
		#topic_path .inner div:last-child span {
			color: #29b6eb;
		}



/**
 * --------------------------------------------------------------------------
 * mainContent
 * --------------------------------------------------------------------------
 */

#mainContent {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


/**
 * --------------------------------------------------------------------------
 * list
 * --------------------------------------------------------------------------
 */

.indentList {
	list-style: disc;
	padding-left: 1.6em;
}
	.indentList li {
		padding-left: 0;
		line-height: 1.5;
	}