#wrapper #contents #side_contents ul li a {
	text-decoration: none;
}
#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 #contents #main_contents h2 {
	margin-bottom: 20px;
	margin-top: 50px;
}
#wrapper #main_contents .primary_contents  {
	width: 677px;
	float: right;
	margin-bottom: 40px;
	overflow: hidden;
}
#wrapper #main_contents .primary_contents h3  {
	margin-bottom: 8px;
}
#wrapper #main_contents .primary_contents #img {
	float: left;
	width: 270px;/*增*/
}
#wrapper #main_contents .primary_contents #box {
	font-size: 105%;
	float: right;
	width: 385px;
}
#wrapper #main_contents .primary_contents #box p {
	margin-bottom: 25px;
}

#wrapper #main_contents .left  {
	float: left;
	width: 200px;
	height: 362px;/*增*/
	padding-right: 19px;
	margin-right: 19px;
	margin-top: 15px;
	clear: both;
	background-image: url(../common/img/line.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper #main_contents .left img{
	max-width: 200px;/*增*/
}
#wrapper #main_contents .left p {
	margin-top: 15px;
}
#wrapper #main_contents .center  {
	width: 200px;
	height: 362px;/*增*/
	padding-right: 19px;
	margin-right: 19px;
	margin-top: 15px;
	float: left;
	background-image: url(../common/img/line.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper #main_contents .center img{
	max-width: 200px;/*增*/
}
#wrapper #main_contents .center p {
	margin-top: 15px;
}
#wrapper #main_contents .right  {
	width: 200px;
	height: 362px;/*增*/
	margin-top: 15px;
	float: left;
}
#wrapper #main_contents .right img{
	max-width: 200px;/*增*/
}
#wrapper #main_contents .right p {
	margin-top: 15px;
}
#wrapper #main_contents #map  {
	float: right;
	width: 677px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#wrapper #main_contents #bottom_bt p {
	text-align: right;
	margin-top: 60px;
}
#wrapper #main_contents #bottom_bt {
	width: 690px;
	clear: both;
	margin-bottom: 30px;
	background-image: url(../common/img/contents_line.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #contents #side_contents ul {
	margin-bottom: 55px;
	text-indent: 12px;
}
#wrapper #contents #side_contents ul li {
	list-style-image: url(../around/img/sidemenu.png);
	margin-top: 12px;
	font-size: 105%;
	list-style-position: inside;
}

@media screen and (max-width: 950px) {
	#wrapper #contents {
		padding-top:4.3em;
	}
	#main_contents img{
		max-width: 100%;
	}
	#wrapper #contents #main_contents{
		text-align: center;
	}
	#wrapper #main_contents .primary_contents #img {
		width: 95%;
		float: none;
	}
	#wrapper #main_contents .primary_contents{
		width: 90%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	#wrapper #main_contents .primary_contents #box{
		float: none;
		width: 100%;
		padding: 1em 0;
		font-size: 1em;
		background-image:url(../common/img/line2.png);
		background-repeat: repeat-x;
		background-position: right bottom;
	}
	#wrapper #main_contents .left,
	#wrapper #main_contents .center,
	#wrapper #main_contents .right{
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding:1em 0;
		float: none;
		background-image:url(../common/img/line2.png);
		background-repeat: repeat-x;
		background-position: right bottom;
	}
	#wrapper #main_contents .left img,
	#wrapper #main_contents .center img,
	#wrapper #main_contents .right img{
		max-width: 100%;
		padding-top: 1em;
	}
	#wrapper #main_contents #map{
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	#wrapper #main_contents #map iframe{
		width: 100%;
	}

}