.room_b1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.room_img {
    width: 100%;
    height: 100%;
}


.room_b2 {
    width: 19.5%;
    float: left;
    margin-right: 2px;
    margin-bottom: 5px;
}



.addwd2{
	color: #eec166;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}

.addwd3{
	color: #000000;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

.addwd4{
	color: #990000;
}

.date{
	color: #FFFFFF;
	background-color: #403826;
	width: 15%;
	float: left;
}

.day{
	background-color: #453528;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
}

.month{
	background-color: #453528;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}

.txt{
	background-color: #FFF;
	width: 85%;
	float: left;
}


.Topic{
	background-color: #d3d3d3;
	width: 100%;
	font-size: 18px;
	color: #444444;
	line-height: 50px;
	padding-left: 15px;
}

.Topic   a:link{

  text-decoration: none;		color: #444444;
}

.Topic   a:visited{

    text-decoration: none;		color: #444444;
}

.Topic   a:hover{
  text-decoration: none;		color: #444444;
}
.Topic  a:active{

   text-decoration: none;		color: #444444;
 }
 
 .Content{
	background-color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-left: 15px;
}

 .Content   a:link{

  text-decoration: none;		color: #666666;
}

 .Content   a:visited{

    text-decoration: none;			color: #666666;
}

 .Content   a:hover{
  text-decoration: none;		color: #666666;
}
 .Content  a:active{

   text-decoration: none;			color: #666666;
 }
 
.list_new{
	margin-bottom: 35px;
	overflow:hidden;
 }
 
 .button_9 {
	line-height: 40px;
	font-family: "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	border-width: 2px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	border-radius: 5px;
	background-color: #453528;
}

.add_all {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.add_w1 {
    width: 25%;
    float: left;
}
.add_img {
    width: 100%;
    height: auto;
}

.add_w2 {
    width: 75%;
    float: left;
}

.news_wd3 {
	font-family: "Microsoft JhengHei", sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #453528;
	height: 35px;
	vertical-align: middle;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

.news_wd6 {
	font-family: "Microsoft JhengHei", sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}

.map {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.map img {
    width: 100%;
    height: auto;
}


	 @media screen and (max-width : 600px) {
 
.add_w1 {
    width: 100%;
    float: left;
}

.add_w2 {
    width: 100%;
    float: left;
}

.map {
    width: 100%;
}

.day{
	background-color: #453528;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}

.Topic{

	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

 .Content{

	font-size: 15px;
	line-height: 25px;
}


    }