
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
.block {
	 font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
	font-size: 20px;	
	line-height: 1.8;
	overflow-x: hidden;
}
.block img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
	vertical-align: bottom;
}
.block img.full {
	width: 100%;
}
.block .imgxs {
	display: none;
}

.block h2 {
	font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
	font-size: 36px;
	
	margin: 0;
	padding: 20px 0;
	line-height: 1.5;
    font-weight: 500;
	
}


.block h3 {
	font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
	font-size: 30px;
	
	margin: 0;
	padding: 10px 0 10px;
	line-height: 1.5;
}
.block p {
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px;
	
	
    
}
.block sup {
	font-size: 80%;
}
.block ul, .block li {
	list-style: none;
}
.data-num li {
	display: inline-block;
	text-align: center;
	
}
.data-num li:nth-child(1) {
	margin-right: 10%;
}
.data-num img {
	vertical-align: middle;
	padding-bottom: 20px;
}
.block .note {
	font-size: 18px;
	color: #aaaaaa;
	margin: 0;
	padding: 10px 0;
}
.block .data-num span, .block .data-num b {
	font-size: 300%;
	font-weight: 400;
}
.block.center, .block .center {
	text-align: center;
}
.block .container-full {
	width: 100%;
	margin: 0 auto;
	max-width: 3440px;
}
.block .container {
	width: 80%;
	margin: 0 auto;
	max-width: 2200px;
}
.block.sp {
	padding: 5% 0;
}
.block.spbt {
	padding-bottom: 5%;
}
.block.sptop {
	padding-top: 5%;
}
.block.spsub {
	padding: 3% 0;
}
.block.spsubbt {
	padding-bottom: 3%;
}
.block.spsubtop {
	padding-top: 3%;
}

@media screen and (max-width: 1920px) {
.block {
	font-size: 18px;
}
.block h2 {
	font-size: 28px;
}
.block h3 {
	font-size: 24px;
}
.block .note {
	font-size: 16px;
}
.block hr {
	height: 90px;
}
}

@media screen and (max-width: 1536px) {
.block {
	font-size: 18px;
}
.block .container {
	width: 85%;
}



.block h3 {
	font-size: 22px;
}
.block .note {
	font-size: 14px;
}
.block hr {
	height: 80px;
	width: 20px;
}
}

@media screen and (max-width: 1280px) {
.block hr {
	width: 16px;
	margin: 5% auto 4%;
}
}

@media screen and (max-width: 960px) {
.block {
	font-size: 14px;
}
.block .container {
	width: 90%;
}
.block hr {
	margin: 5vh auto 3vh;
}
.block h2 {
	font-size: 22px;
}


.block h3 {
	font-size: 20px;
}
.block .note {
	font-size: 14px;
	line-height: 1.3;
}
.block .imglg {
	display: none;
}
.block .imgxs {
	display: block;
}
.block .data-num {
	padding: 0px;
}
.block.sp {
	padding: 8vh 0;
}
.block.spbt {
	padding-bottom: 8vh;
}
.block.sptop {
	padding-top: 8vh;
}
.block.spsub {
	padding: 5vh 0;
}
.block.spsubbt {
	padding-bottom: 5vh;
}
.block.spsubtop {
	padding-top: 5vh;
}
}
.blockw {
	color: #fff;
}
.blockw h2, .blockw h3, .blockw p {
	color: #fff;
}
.box-sc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 960px) {
	.block hr {
		height: 30px;}
.data-num img {
	padding-bottom: 0px;
}
.box-sc {
	display: block;
}
}
.box-cc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.box-s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.box-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.box-sc, .box-cc, .box-s, .box-c {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

@media screen and (max-width: 960px) {
.box-sc.box-xs,  .box-cc.box-xs,  .box-s.box-xs,  .box-c.box-xs {
	display: block;
}
.ulxs {
	counter-reset: li;
}
.ulxs li {
	position: relative;
	width: 100%;
	text-align: left !important;
	margin-left: 40px !important;
	padding: 10px 0 !important;
}
.ulxs li::before {
	content: counter(li);
	counter-increment: li;
	border-radius: 25px;
	display: inline-block;
	width: 14px;
	text-align: center;
	position: absolute;
	left: -40px;
	font-weight: bold;
	background: #f00;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
}
.vd-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 0;
}
.vd-container iframe, .vd-container object, .vd-container embed, .vd-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
}
.delighter.right {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	opacity: 0;
	-webkit-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.delighter.right.started {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}
.delighter.left {
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	opacity: 0;
	-webkit-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.delighter.left.started {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}
.delighter.top {
	-webkit-transform: translatey(30%);
	-ms-transform: translatey(30%);
	transform: translatey(30%);
	opacity: 0;
	-webkit-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.delighter.top.started {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}
.delighter.bottom {
	-webkit-transform: translatey(-30%);
	-ms-transform: translatey(-30%);
	transform: translatey(-30%);
	opacity: 0;
	-webkit-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.delighter.bottom.started {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}
.delighter.fadein {
	opacity: 0;
	-webkit-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.delighter.fadein.started {
	opacity: 1;
}

@media screen and (max-width: 486px) {

.data-num li {width: 40%;line-height: normal;vertical-align: middle;}
.block {
	font-size: 12px;
}
.data-num img {
	padding-bottom: 0px;
	width: 50%;
}
	
.block h2 {
	padding: 30px 0 30px;
}
}