.icPageHead {
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top: solid 1px #E3E3E3;
	border-left: solid 1px #E3E3E3;
	background-color: #F5F5F5;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
}
#InterPageMain {
	width: 800px;
	margin: 0 auto;
}
#InterPageMain .interPageTxt {
	float: left;
	width: 550px;
}
#InterPageMain .interPageBnrs {
	float: right;
	width: 200px;
}

#InterPageMain .pagenavi ul {
	overflow: hidden;
}
#InterPageMain .pagenavi ul li {
	float: left;
	width: 380px;
	list-style: none;
	margin: 10px;
}
#InterPageMain .pagenavi ul li a {
	display: block;
	background-color: #fff;
	padding: 20px 10px 0px 10px;
	text-decoration: none;
	border: 2px solid #d85c43;
	color: #ff937d;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	height: 40px;
}
#InterPageMain .pagenavi ul li a:hover {
	background-color: #d85c43;
	color: #fff;
}
#InterPageMain .pagenavi ul li a .sm {
	font-size: 12px;
	color: #999;
	line-height: 1em;
}
#InterPageMain .interPageCont {
	margin-bottom: 50px;
}
#InterPageMain hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
#InterPageMain .interPageCont h3 {
	color: #004D33;
	font-family: sans-serif;
	margin-bottom: 25px;
	padding: 0 0 7px 3px;
	border-bottom:1px dotted #cccccc;
}
#InterPageMain .interPageCont .PhotoTbl {
	margin-bottom: 50px;
}
#InterPageMain .interPageCont .PhotoTbl tr td {
	text-align: center;
	padding: 10px 0;
}
#InterPageMain .interPageCont .PhotoTbl img {
	width: 90%;
}
#InterPageMain .interPageCont .comingsoon {
	text-align: center;
	font-size: 25px;
	margin-bottom: 50px;
}
#InterPageMain .interPageCont .linkbtn {
	height: 40px;
	line-height: 40px;
}


.ic-linkbtn {
	text-align: center;
	margin: 35px 0 50px 0;
}
.ic-linkbtn a {
	background-color: #ff937d;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	padding: 16px 60px;
	border-radius: 4px;
	box-shadow: 0 3px 0 #f65;
}
.ic-linkbtn a:hover {
	background-color: #ffa78d;
}
