#wrapper #contents #topicpath li {
	display: inline;
	font-size: 90%;
}
#wrapper #contents #topicpath {
	margin-top: 6px;
	margin-bottom: 6px;
}
#wrapper #contents li .on {
	color: #b56b7b;
	text-decoration: none;
}
#wrapper #main_contents #main {
	padding-left: 10px;
}
#wrapper #main_contents h2  {
	margin-bottom: 20px;
}
#wrapper #main_contents .contact h3 {
	margin-top: 30px;
	margin-left: 75px;
}
#wrapper #main_contents #main #phone {
	background-image: url(../common/img/contents_line.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
#wrapper  #main_contents #phone .contact {
	background-image: url(../contact/img/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	line-height: 3em;
}
#wrapper  #main_contents #mail .contact {
	background-image: url(../contact/img/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	line-height: 2.5em;
}
#wrapper #main_contents #main p {
	margin-left: 75px;
}
#wrapper #contents #main_contents span  {
	font-size: 170%;
	margin-right: 10px;
}
#wrapper #contents #main_contents #phone span  {
	font-size: 220%;
}
#wrapper #main_contents #main #top {
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: right;
}
/*以下新增*/
#wrapper #main_contents #main .helper-word {
	padding: 1em;
}

#wrapper #main_contents #main .helper-word p{
	padding-bottom: 1.7em;
}
#main_contents img{
	max-width: 95%;
}

/*以下新增 手機和電腦格式*/
#wrapper #main_contents #main .helper-word{
	display: block;
}
#wrapper #main_contents #main .helper-word-s{
	display: none;
}

@media screen and (max-width: 950px) {
	#wrapper #contents {
		padding-top:4.3em;
	}
	#wrapper #main_contents #main{
		text-align: left;
		padding: 0;
	}
	#main_contents img{
		max-width: 100%;
	}
	#wrapper  #main_contents #phone .contact{
		background-position:center top;
		padding-top: 4em;
		margin-top: 1em;
	}
	#wrapper #main_contents h2{
		display: none;
	}
	#wrapper #main_contents #main p,
	#wrapper #main_contents .contact h3{
		margin: 0;
	}
	#wrapper  #main_contents #mail .contact{
		background-position:center top;
		padding-top: 4em;
		margin-top: 1em;
	}
	/*以下新增 手機和電腦格式*/
	#wrapper #main_contents #main .helper-word{
		display: none;
	}
	#wrapper #main_contents #main .helper-word-s{
		display: block;
	}

}
