﻿@charset "utf-8";
/* CSS Document */

.advan-product .title-block {
	font-size: 26px;
}

#material-content {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 14px;
	background-color: #f9f9f9;
	padding: 0.5% 0 2% 0;
}

	#material-content h2 {
		font-size: 26px;
		color: #333;
		font-weight: normal;
		line-height: 140%;
	}

	#material-content h3 {
		font-size: 20px;
		/*margin: 1% 0;*/
		font-weight: normal;
		line-height: 140%;
	}

	#material-content .row h4 {
		font-size: 16px;
		font-weight: normal;
	}

		#material-content .row h4 a {
			color: #004280;
		}

	#material-content p {
		font-size: 14px;
	}

	#material-content blockquote ul li, #material-content .quote ul li {
		list-style-type: disc;
	}

	#material-content blockquote > p, #material-content .quote > p {
		font-size: 16px;
		font-weight: bold;
	}

	#material-content .embed-responsive {
		text-align: center;
		margin: 0 auto;
	}

@media (max-width:580px) {
	#material-content {
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0 4%;
	}
}
