/* CSS Document */

#main {
	width:680px;
	background-color: #FFF;
	padding: 30px;
	float:left;
}

#main h2{
	margin-bottom:10px;
}

#main p{
	margin-bottom:30px;
	font-size: 16px;
	line-height: 26px;
}

#main h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DEEFF8;
	padding-bottom: 5px;
}

#main .topicsDate {
	margin-bottom: 15px;
	font-size: 14px;
}

#subPhoto {
	margin-bottom: 30px;

}

#subPhoto ul {
	display:block;
	width: 700px;
	overflow: hidden;
}

#subPhoto li {
	width:330px;
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
	text-align: center;
	height: 250px;
}

#main .link{
	margin-bottom:30px;
	font-size: 16px;
	line-height: 26px;
}

#pdfLink {
	clear:both;
	margin-bottom:50px;
	background-image: url(../action/images/pdficon_large.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	font-size: 16px;
	height: 32px;
	line-height: 36px;
}
#pdfLink a{
	color: #06C;
	text-decoration: underline;
}

.backBtn {
	text-align:center;
}

@media (max-width: 767px) {
	#main {
		width: 100%;
		float: none;
		padding: 10px;
	}
	#main strong {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
	}
	#main p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.6;
		word-break: break-all;
	}
	#main .link {
		word-break: break-all;
	}
	#subPhoto ul {
		display:block;
		width: auto;
		overflow: hidden;
	}
	#subPhoto li {
		width:50%;
		float:left;
		margin-right:0;
		margin-bottom: 0;
		text-align: center;
		height: 250px;
		box-sizing: border-box;
		padding: 5px;
	}
	#subPhoto li img {
		width: 100%;
	}
}
