@charset "utf-8";
/* CSS Document */

#TJM_Header{height:110px; width:100%; max-width:1170px; margin:0 auto; position:relative;}
.myTreasure{ display:block; width:100%; max-width:400px; height:auto;margin:-10px 10px 0 0;}

.myLabel_2{position: absolute;
    display: block;
    top: -8px;
    left: -8px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    text-align: center;
	color:#FFF;
	font-size:13px;
	padding:5px 10px;
	background-color:#FD6CA3;
	z-index:10;}
	
.myLabel{position: absolute;
    display: block;
    top: 8px;
    left: 2px;
	color:#FFF;
	font-size:15px;
	padding:5px 8px;
	background-color:#FD6CA3;
	z-index:10;
	border-right:1px solid rgba(255, 255, 255, 0.5);
	border-bottom:1px solid rgba(255, 255, 255, 0.5)}
	
.moreBtn{ background:#eee; width:100%; height:40px; text-align:center; line-height:40px;}

/*@media screen and (max-width: 1074px) {
	#TJM_Header{height:110px; width:100%; background: url(../images/Header_bg_s.gif) no-repeat right 0; margin:0 auto;}
}
@media (min-width: 768px) and (max-width: 1000px) {
	#TJM_Header{height:110px; width:100%; background: url(../images/Header_bg_s.gif) no-repeat right 0; margin:0 auto;}
}*/

@media screen and (max-width: 767px) {
	#TJM_Header{height:110px; width:100%;margin:0 auto;}
	.myTreasure{ display:block; width:100%; max-width:300px; height:auto;margin:-10px -10px 0 0;}
	.page {	background-image: none;}
	.sound-trigger__inner{ display:none;}
}

@media screen and (max-width: 500px) {
	#TJM_Header{height:110px; width:100%; margin:0 auto;}
	.myTreasure{ display:none;}
	.page {	background-image: none;}
	.sound-trigger__inner{ display:none;}
	
}
.video_table img{ border:none; box-shadow:none;}