@charset "utf-8";
	.pc{ 
	display:none; 
	text-align:center 
	}
	.title{
	background-image: url(../images/RW02_web_02.jpg);
	height:886px;
	}
	.title_motion{
	background-image: url(../images/RW_hand.gif);
	background-repeat:no-repeat;
	position:relative;
	left:800px;
	top:300px;
	width:149px;
	height:99px;
	}
	.mobile{
	width:100%; 
	display:block;
	background-color:#4b1000;
	font-family:"微軟正黑體";
	font-size:0px;
	}
	
	.notice-bg{
		background-color:#470c0a;
		font-family:"微軟正黑體"}
	.notice-web{
		color:#ffce57;
		font-size:15px;
		line-height:20px;
		padding:10px 0 20px 0;
		width:85%;
		margin:0 auto;
		}
	.notice-web li{ 
		font-size:13px;
		list-style-type:decimal;
		margin:0 0 5px 15px}
	
	.notice-web li a {
		color: #fcff00;
		text-decoration: none;
	}
	
@media screen and (min-width: 737px){
.pc{
	display:block;
	font-family:"微軟正黑體";
	}
.mobile{ 
	display:none; 
	}
}
