/* @MEDIA only screen and (min-width: 601px) { */
	.header_div{
		width: 100%;
		/* height: 60px; */
		background-color: white;
		display: block;
		/* position: fixed; */
	    top: 0px;
	    z-index: 5;
	    text-align: center;
	    justify-content: center;
	}
	
	.header_title_div{
		width: 100%;
	}
	
	.header_title_img{
		width: 100%;
	}
	
	.header_menu_div{
		display: inline-block;
		width: :100%;
		background-color: rgb(250, 168, 94);
    	height: 60px;
    	min-width: 100%;
	}
	
	.header_menu_main_ul{
		padding: 0px;
		margin: 0px;
	}
	
	.header_menu_main_split{
		/* width: 2px;
	    height: 15px;
	    background: white; */
	    display: inline-block;
	    vertical-align: baseline;
	    clear: both;
	    width: 5%;
	}
	
	.header_menu_main_li{
		display: inline-block;
	    list-style-type: none;
	    width: 100px;
	    /* height: 45px; */
	    margin-top: 15px;
	    padding-bottom: 5px;
	}
	
	.header_menu_main_a{
		font-size: larger;
		width: 100%;
		height: 100%;
		display: block;
		color: white;
	}
	
	.header_menu_main_a:hover,
	.header_menu_main_a:focus{
		font-size: larger;
		width: 100%;
		height: 100%;
		display: block;
		color: white;
		text-decoration: none;
	}
	
	.header_menu_not_selected{
		border-bottom: 3px solid rgb(250, 168, 94);
	}
	
	.header_menu_selected{
		border-bottom: 3px solid white;
	}
	
	.float_div{
		position: fixed;
		top: 40%;
		left: 0px;
		z-index: 10;
		width: 50px;
		margin-left: 1%;
	}
	
	.float_online_store_div{
		width: 34px;
    	margin-left: 8px;
    	margin-top: 5px;
    	margin-bottom: 5px;
	}
	
	.bottom_div{
		width: 100%;
	}
	
	.bottom_div img{
		width: 100%;
	}
	
	.bottom_div ul{
		padding: 0px;
		margin: 0px;
		position: absolute;
		width: 100%;
		padding-top: 10%;
	}
	
	.index_body_div{
		padding: 50px 0px;
		background-color: rgb(249, 235, 219);
	}
	
	.index_banner_img_div{
		width: 90%;
		/* max-width: 1200px; */
	}
	
	.index_banner_img{
		width: 100%;
	}
	
	.product_tab_div{
	    display: inline-block;
	    background-color: rgb(250, 168, 94);
	    height: 45px;
	    min-width: 100%;
	    margin: 1px 0px;
	}
	
	.product_tab_ul{
		padding: 3px 0px;
	    margin: 0px;
	}
	
	.product_tab_li{
	    display: inline-block;
	    list-style-type: none;
	    width: 10%;
	    margin-top: 5px;
	    padding-bottom: 5px;
	    cursor: pointer;
	}
	
	/* .product_tab_li:hover,
	.product_tab_li:focus{
		font-size: large;
		width: 100%;
		height: 100%;
		display: block;
		color: white;
		text-decoration: none;
	} */
	
	.product_tab_li_split{
		display: inline-block;
	    vertical-align: baseline;
	    clear: both;
	    width: 10%;
	}
	
	.product_tab_sub_div{
	    display: inline-block;
	    background-color: rgb(250, 168, 94);
	    height: 40px;
	    min-width: 100%;
	    margin: 0px 0px 1px 0px;
	}
	
	.product_tab_sub_ul{
		padding: 1px 0px;
	    margin: 0px;
	}
	
	.product_tab_sub_li{
	    display: inline-block;
	    list-style-type: none;
	    width: 8%;
	    margin-top: 5px;
	    padding-bottom: 5px;
	    cursor: pointer;
	}
	
	.product_tab_sub_li_split{
		display: inline-block;
	    vertical-align: baseline;
	    clear: both;
	    width: 10%;
	}
	
	.product_tab_sub_a{
		font-size: medium;
	    width: 100%;
	    height: 100%;
	    display: block;
	    color: white;
	}
	
	.product_tab_a{
		font-size: large;
	    width: 100%;
	    height: 100%;
	    display: block;
	    color: white;
	}
	
	.product_tab_not_selected{
		border-bottom: 3px solid rgb(250, 168, 94);
	}
	
	.product_tab_selected{
		border-bottom: 3px solid white;
	}
	
	.product_tab_clicked{
		border-bottom: 3px solid white;
	}
	
	.product_desc_div{
		width: 100%;
		background-color: rgb(249, 235, 219);
	}
	
	.product_desc_div ul{
		margin: 0px;
		padding: 0px;
		width: 80%;
	}
	
	.product_desc_div li{
		line-height: 0px;
	}
	
	.product_desc_div p{
		max-width: 80%;
		display: block;
		margin-block-start: 0px;
		margin-block-end: 0px;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
	}
	
	.product_desc_div img{
		width: 100%;
	}
	
	.product_desc_img{
		width: 100%;
	}
	
	.product_more_news_li{
		position: relative;
	}
	
	.product_more_news_a{
		position: absolute;
    	right: 18%;
	    top: 22%;
	    width: 10%;
	}
	
	.product_more_news_a img{
		width: 100%;
	}
	
	.report_show_div_one{
		width: 100%;
		background-color: rgb(249, 235, 219);
		min-height: 80%;
	}
	
	.report_show_div_two{
		width: 100%;
		background-color: rgb(236, 243, 247);
		min-height: 80%;
	}
	
	.report_center_div{
		width: 85%;
		padding: 40px 0px;
	}
	
	.report_table{
		padding: 40px 0px;
	}
	
	.report_text_td{
		width: 55%;
		vertical-align: top;
		padding: 0px 0.5%;
	}
	
	.report_text_td ul{
		padding: 0px;
		margin: 0px;
	}
	
	.report_title_ul{
		padding: 0px 0px 40px 0px;
		margin: 0px;
	}
	
	.report_text_title_li{
		text-align: center;
		font-size: 185%;
	    color: rgb(250, 168, 94);
	    font-weight: bold;
	    letter-spacing: 3px;
	   	line-height: 140%;
	}
	
	.report_text_sub_title_li{
		text-align: center;
		font-size: 100%;
	    color: rgb(0, 0, 0);
	    font-weight: bold;
	    letter-spacing: 1px;
    	line-height: 140%;
	}
	
	.report_text_div{
		display: inline-block;
    	width: 60%;
	}
	
	.report_cover_right_div{
		display: inline-block;
    	width: 35%;
    	vertical-align: top;
    	text-align: left;
	}
	
	.report_cover_right_div img{
    	width: 90%;
	}
	
	.report_cover_left_div{
		display: inline-block;
    	width: 35%;
    	vertical-align: top;
    	text-align: right;
	}
	
	.report_cover_left_div img{
    	width: 90%;
	}
	
	.report_text_desc_li{
		font-size: 100%;
	    color: rgb(0, 0, 0);
	    background-color: white;
	    padding: 2% 1%;
	    line-height: 30px;
	    width: 78%;
	    text-align: left;
	}
	
	.report_text_desc_p{
		margin: 0% 0%;
	}
	
	.report_img_td{
		width: 45%;
		padding: 0px 0.5%;
		vertical-align: top;
	}
	
	.report_img_td img{
		width: 100%;
	}
	
	.report_main_body_three_li{
		display: inline-block;
	    width: 25%;
	    margin: 1%;
	}
	
	.report_main_body_three_img{
		width: 100%;
	}
	
	.report_main_body_two_li{
		display: inline-block;
	    width: 35%;
	    margin: 5%;
	}
	
	.report_main_body_two_img{
		width: 100%;
	}
	
	.media_report_content_div{
		width: 100%;
	}
	
	.media_report_main_content_div{
		position: absolute;
	    width: 80%;
	    padding-top: 10%;
	    left: 10%;
	}
	
	.media_report_main_content_ul{
		/* display: table-cell; */
	}
	
	.media_report_main_content_li{
		display: inline-block;
		margin: 10px;
		cursor: pointer;
		width: 20%;
	}
	
	.media_report_main_content_li img{
		width: 100%;
	}
	
	.media_report_main_content_back_img{
		width: 100%;
	}
	
	.media_report_content_back_div{
		background-image: url('../images/media_report_back.jpg');
		background-repeat: repeat;
		background-size: 100%;
		background-attachment: fixed;
	}
	
	.media_report_show_div{
		width: 70%;
		padding: 5%;
		text-align: left;
	}
	
	.media_report_show_div img{
		width: 100%;
	}
	
	.media_report_title{
		text-align: center;
		font-size: -webkit-xxx-large;
		padding: 2% 0%;
		color: rgb(165, 39, 38);
	}
	
	.media_report_sub_title{
		color: black;
		font-size: x-large;
		font-weight: bold;
	}
	
	.media_report_content_left_img{
		float: left;
		width: 40%;
		margin: 1% 2%;
	}
	
	.media_report_content_left_img img{
		width: 100%;
	}
	
	.media_report_content_right_img{
		float: right;
		width: 40%;
		margin: 1% 2%;
	}
	
	.media_report_content_right_img img{
		width: 100%;
	}
	
	.media_report_content_tr{
		vertical-align: top;
	}
	
	.media_report_tab_td{
		width: 3%;
	}
	
	.media_report_img_td{
		width: 37%;
		padding: 0% 2%;
		padding-bottom: 5%;
	}
	
	.media_report_text_td{
		color: black;
		/* font-weight: bold; */
		font-size: large;
		padding: 0% 3%;
		line-height: 150%;
	}
	
	.media_report_text_td a{
		color: black;
	}
	
	.media_report_text_td img{
		width: 20%;
	}
	
	.media_report_back_td{
	}
	
	.media_report_back_td img{
		width: 10%;
		cursor: pointer;
	}
	
	.media_report_simple_img{
		width: 70%;
		margin: 0% 15%;
	}
	
	.media_report_simple_img img{
		width: 100%;
	}
	
	.memorabilia_back_div{
		width: 100%;
	}
	
	.memorabilia_back_div img{
		width: 100%;
	}
	
	.memorabilia_div{
		width: 100%;
		background-image: url('../images/memorabilia_back.jpg');
		background-repeat: repeat-y;
		background-size: 100%;
		background-attachment: fixed;
	}
	
	.memorabilia_content_div{
		/* position: absolute; */
		width: 80%;
		left: 10%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	.memorabilia_content_info_div{
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	
	.memorabilia_list_div{
		display: inline-block;
		width: 45%;
		text-align: left;
		vertical-align: top;
		font-size: 90%;
		margin: 0% 2%;
	}
	
	.memorabilia_list_li{
		border-bottom: 2px white solid;
		margin: 0% 2%;
		line-height: 35px;
		cursor: pointer;
		color: gray;
	}
	
	.memorabilia_list_li_selected{
		color: rgb(209, 80, 96);
	}
	
	.memorabilia_content_info_ul{
		margin: 0% 2%;
	}
	
	.memorabilia_content_info_li{
		padding: 0% 5%;
	}
	
	.memorabilia_content_img_block{
		text-align: center;
	}
	
	.memorabilia_content_img_block img{
		width: 100%;
	}
	
	.memorabilia_content_text_block{
		text-align: left;
		color: rgb(209, 80, 96);
		font-size: 100%;
		line-height: 35px;
	}
	
	.about_us_main_div{
		position: relative;
		width: 100%;
	}
	
	.about_us_back_div{
		width: 100%;
	}
	
	.about_us_back_div img{
		width: 100%;
	}
	
	.about_us_content_div{
		position: absolute;
		top: 0px;
		width: 80%;
		left: 10%;
	}
	
	.about_us_content_ul{
		padding: 0%;
		margin: 0%;
		padding-top: 10%;
	}
	
	.about_us_content_left_li{
		display: inline-block;
		width: 40%;
		padding: 0% 5%;
	}
	
	.about_us_content_left_li img{
		width: 100%;
	}
	
	.about_us_content_right_li{
		display: inline-block;
		width: 30%;
		padding: 0% 5%;
	}
	
	.about_us_content_right_li img{
		width: 100%;
	}
/* } */

/* @MEDIA only screen and (max-width: 600px) {
	
} */

html{
	width:100%;
    overflow-x:hidden;
}

body{
	margin: 0px;
	padding: 0px;
	background: white;
	color: rgb(255, 255, 255);
	text-align: center;
	width: 100%;
}

body::-webkit-scrollbar{
	display: none;
}

a{
	text-decoration: none;
	color: gray;
}

li{
	list-style-type: none;
}

.text_warn{
	color: red;
}

.td_left{
	text-align: left;
}

.td_right{
	text-align: right;
}

.td_center{
	text-align: center;
}

.display_none{
	display: none;
}

.visibility_hidden{
	visibility: hidden;
}

.c-red{
	color: red;
}

.text_color_black{
	color: black;
}

.text_weight_bold{
	font-weight: bold;
}

.text_size_10{
	font-size: 10px;
}

.text_indent{
	text-indent: 30px;
}

.sample_ul{
	padding: 0px;
	margin: 0px;
}