@charset "utf-8";
/* CSS Document */
.right-boxed2 {
	display: inline-block;
	float: right;
	margin-right: 0.4rem;
	vertical-align: middle;
    margin-top: 0rem;
    height: 2.8rem;
	line-height: 2.8rem;
    z-index: 999999;
	padding: 0 0.6rem;
	font-weight: bold;
	z-index: 99999;
}

.right-boxed2 a {
	color: #099274;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
	text-transform: uppercase;
}

.right-boxed2 a:hover {
	color: #f1c01a;
}

/* 新增暫停按鈕 */
.pause_but {
	position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 0px none transparent;
    display: block;
    margin: 3.4rem -3.2rem 0 0;
    padding: 0;
    border-radius: 0;
	right: 0;
	cursor: pointer;
}


/* 新增暫停按鈕 */



.pp-scrollable {
    overflow-y: auto;
    /*overflow-y: hidden;*/
}

img{
  border: 0 none;
}

@media (max-width:1200px) {
   .pause_but {
		clear: both;
		position: relative;
		float: right;
		background-color: transparent;
		background-image: none;
		border: 0px none transparent;
		display: block;
		margin: 10px 0 0 0;
		padding: 0;
		border-radius: 0;
		right: 0;
		cursor: pointer;
	}
	
	#logo_show a {
		margin-top: -3rem;
		z-index: 99;
		width: 150px;
	}
}
