@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin: 0 0;
}
#sp {
	font-family: 'DINPro', sans-serif;
	background-color: #FFF;
}
#sp a {
	transition: 0.5s all ease-in 0.1s;
}
#sp a:hover {
	text-decoration: none;
}
#sp .a1 {
	-webkit-animation-delay: 0.3s;
}
#sp .a2 {
	-webkit-animation-delay: 0.6s;
}
#sp .a3 {
	-webkit-animation-delay: 0.9s;
}
#sp .lr {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
}
#sp .header01 {
	background: url(https://asset.msi.com/event/nb/2017/sp/images/sp01.jpg) no-repeat top left fixed;
	background-position: 0px -100px;
	background-size: cover;
	position: relative;
	margin: -30px 0px;
}
#sp .header01 .sale {
	position: absolute;
}
#sp .header01 h1 {
	color: #FFF;
	padding: 10px;
	margin-top: -10px;
	background: linear-gradient(-60deg, transparent 2em, rgba(255,0,0,.3) 0);
}
#sp .header01 .h {
	padding-top: 50px;
}
#sp .header01 .bt {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #999), color-stop(100%, rgba(50,50,50,0)));
	text-align: left;
	margin-top: 50px;
	padding-top: 50px;
	text-decoration: none;
}
#sp .pdbox {
	padding: 20px;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 100px;
}
#sp .pdbox .pd h2 {
	color: #FFF;
	padding: 10px;
	font-size: 26px;
	text-decoration: none;
}
#sp .pdbox .pd {
	border: #747474 solid 1px;
	color: #FF0004;
	background: rgba(0,0,0,.5);
	transition-property: background border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
	text-decoration: none;
}
#sp .pdbox .pd:hover {
	border: #FF0004 solid 1px;
	color: #FF0004;
	background: rgba(255,0,0,.9);
	-webkit-box-shadow: 0 0 35px rgba(255, 2, 2, .8);
	transition-property: background border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
}
#sp .header01 .bt h3 {
	color: #000;
	font-size: 42px;
	padding: 10px;
	line-height: 60px;
	transition: 0.5s all ease-in 0.1s;
	text-decoration: none;
}
#sp .header01 .bt h3 span {
	text-align: left;
	color: #999;
	font-size: 22px;
	background-color: #333;
	border-radius: 10px;
	padding: 5px;
}
#sp .header01 .bt h3:hover {
	color: #C00;
	background: rgba(255,255,255,.2);
	border-radius: 10px;
	transition-property: background border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
	text-decoration: none;
}
#sp .header01 .bt a {
	color: #F00;
	text-decoration: none;
	font-size: 42px;
}


@media (max-width:768px) {
#sp .header01 .bt h3 {
	font-size: 22px;
	padding: 10px;
	line-height: 30px;
	transition: 0.5s all ease-in 0.1s;
	text-decoration: none;
	margin-top:-20px;
}

#sp .header01 .bt h3 span {
	text-align: left;
	color: #999;
	font-size: 16px;
	background-color: #333;
	border-radius: 8px;
	padding: 5px;

}

#sp .header01 {
	margin: 0px 0px;
}

}