
@charset "UTF-8";
p {
	margin: 0;
}
.top-bg {
    width: 100%;
    height: 130px;
    background-repeat: repeat-x;
    overflow: hidden;
    background-color: #02060f;
    background-position: bottom;
    background-image: url(../images/top_01.jpg);
    box-shadow: 4px 4px 10px #e9e9e9;
}
.top-bg .top-block {
    max-width: 100%;
    height: 130px;
    margin: auto;
    background-image: url(../images/1662x130_enu_pdr.jpg);
    position: relative;
	text-align: left;
    background-position: center;
	background-color: #000000;
	background-repeat: no-repeat;  
}
.top-bg .top-block::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: -140px;
  width: 140px;
  height: 230px;
  background-image: url(../images/top_02.jpg);
}
.top-bg .top-block::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -135px;
  width: 135px;
  height: 200px;
  background-image: url(../images/top_04.jpg);
}

.top_button {
    position: absolute;
    right: auto;
    height: 50px;
    top: 50%;
    left: 600px;
    width: auto;
}
.btn_box_page{
    float: right;
    margin-top: px;
    margin-right: px;
    margin-left: 5px;
    margin-bottom: px;
}
.btn_dl_page{
    font-size: 20px;
	font-weight: 700;
    text-align: center;
    background: #ffaa00;
    color: #000 !important;
    border-radius: 25px 4px 4px 25px;
    float: left;
    text-decoration: none;
    line-height: 34px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.btn_dl_page:hover a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
.btn_dl_page:hover{
	color:#FFFFFF;
	display:block;
	background:#fff000;
	text-decoration:none;
}.btn_dl_page.gradient_hover {
  background:linear-gradient(to right, #ffaa00 75% , #ff7200 75%);
  border-radius:25px; 
  padding-right:15px;
}
.btn_dl_page.gradient_hover:hover {
  background:linear-gradient(to right, #fff000 75% , #ff7200 75%);
}
.btn_dl_page2{
    font-size: 20px;
	font-weight: 700;
    text-align: center;
    background: #ff7200;
    color: #000 !important;
    border-radius: 0px 25px 25px 0px;
    float: left;
    text-decoration: none;
    line-height: 34px;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
	margin-left: -5px;
}

.topPriceX {
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: initial;
	position: relative;
	right: 0;
	font-size: 20px;
	color: black;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration:line-through;
}

.topPriceB {
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: initial;
	position: relative;
	right: 0;
	font-size: 20px;
	color: black;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
}
.topPrice {
    color: #BD0105;
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 0px;
    line-height: 22px;
    padding-bottom: 10px;
}

.topPrice_21stcoupon {
	color: #00719e;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 40px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 22px;
	padding-bottom: 10px;
}
/*------Bottom Buy------*/
.bottom_bg{
	background-image: url(../images/star_bg.jpg);
	background-repeat: repeat-x;
	height: 360px;
}


.bottom_1options{
	height: 360px;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../images/star_bg.jpg);
}

.topPriceX_bottom {
	color: #ffffff;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.topPrice_bottom {
	color: #ffffff;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 22px;
	padding-bottom: 10px;
}

.topPrice_21stcoupon_bottom {
	color: #fed800;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 40px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 22px;
	padding-bottom: 10px;
}

.btn_box_bottom{
	float: left;
	margin-top: -3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.btn_dl_bottom{
	font-size: 22px;
	text-align: center;
	background: #ff7200;
	color: #fff !important;
	border-radius: 4px;
	float: left;
	text-decoration: none;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.btn_dl_bottom:hover a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
.btn_dl_bottom:hover{
	color:#FFFFFF;
	display:block;
	background:#ff9800;
	text-decoration:none;
}

.bottom_incl{
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 16px;
}
.bottom_incl a:link{
	color: #FFFFFF;
}
.bottom_incl a:hover{
	color: #fed800;
}
.bottom_incl a:visited{
	color: #FFFFFF;
}



/*------------*/


.incl-y {
  color: #fff000;
}

.top-compare {
  color: #000;
  margin-top: 1px;
  text-align: left;
  margin-left: 100px;
}

.list-form {
  max-width: 990px;
  margin: 10px auto 20px auto;
}
.list-form .buyarea-main {
  border: none;
  padding: 10px 0px  20px 0px;
}
.list-form .buyarea-main > img {
  width: 30%;
}

.list-block {
  border: 1px solid #c9d2dc;
}
.list-block p {
  line-height: 38px;
}
.list-block p a {
  color: #000;
}
.list-block p a:hover {
  color: #ff5a00;
}

.list-title {
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
  background: #c9d2dc !important;
  position: relative;
}
.list-title .link {
  position: absolute;
  right: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
}
.list-title .link a {
  color: #000;
}

.list-table td {
  background: #fff;
}
.list-table tr, .list-table tr td {
  border: solid 1px #c9d2dc;
}
.list-table p {
  line-height: 38px;
  margin: 3px 0px;
}
.list-table p a {
  color: #000;
  text-decoration: underline;
}

.p-line-h {
  line-height: 18px;
  padding-bottom: 10px;
}

.list-feature {
  text-align: left !important;
  padding-left: 15px;
}

.list-block-compare {
  border: 3px solid #a7b9ce;
}


.list-block-compare .list-feature {
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 13px;
  background-position: 8px 8px;
}
.list-block-compare p {
  line-height: 22px;
  margin: 8px 5px;
  font-size: 14px;
}
.list-block-compare p a {
  color: #000;
}
.list-block-compare td:nth-child(1) p {
  padding-left: 6px;
}

.bg-light-main {
  background-color: #c9d2dc !important;
}

.bg-line-1 {
  background-color: #f3f3f3 !important;
}

.bg-line-2 {
  background-color: #fff !important;
}

.bg-l-line {
  border-left: 1px solid #a7b9ce;
  border-right: 1px solid #a7b9ce;
}

.bg-deep-main {
  background: #0E95BD !important;
  color: #fff;
  border-right: 1px solid #0E95BD;
}
.bg-deep-main > p {
  font-weight: 600;
}

.c_check {
  width: 22px;
  height: 18px;
  display: block;
  background-image: url(../images/yes.gif);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.buyarea-block {
  width: 100%;
}

.buyarea-main {
  width: 100%;
  border: 1px solid #c9d2dc;
  border-top: none;
  overflow: hidden;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
}
.buyarea-main > img {
  display: block;
  float: left;
  width: 34%;
  height: inherit;
  margin-right: 1%;
}

.buyarea-pname {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
}

.buyarea-pname_2 {
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
}

.buyarea-pname p {
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: -7px;
	padding-bottom: 6px !important;
}
.buyarea-pname p2 {
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: -15px;
	padding-bottom: 6px !important;
}
.buyarea-pname_2 p {
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: -7px;
	padding-bottom: 6px !important;
}
.buyarea-pname_2 p2 {
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: -15px;
	padding-bottom: 6px !important;
}
.buyarea-right {
  width: 65%;
  float: left;
}

.buyarea-incl {
	display: block;
	color: #ec0000;
	font-size: 20px;
	text-align: left;
}
.buyarea-incl > ul {
  height: 120px;
}
.buyarea-incl > ul > li {
  width: 100% !important;
}
.buyarea-incl > ul > li p {
	color: #000 !important;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	padding-left: 16px;
	background-image: url(../images/li_disc.png) !important;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-y: 2px;
	margin-bottom: 3px;
}
.buyarea-incl > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}

.buyarea-incl .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl > ul > li2 {
  width: 100% !important;
}
.buyarea-incl > ul > li2 p {
	color: #000 !important;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	padding-left: 6px;
	background-image: none !important;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-y: 2px;
	margin-bottom: 3px;
}
.buyarea-incl > ul > li2 p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl > ul > li2 p a:hover {
  color: #ff5a00;
}
.buyarea-incl-phd {
	display: block;
	color: #ec0000;
	font-size: 20px;
	text-align: left;
}
.buyarea-incl-phd > ul {
  height: 60px;
}
.buyarea-incl-phd > ul > li {
  width: 100% !important;
}
.buyarea-incl-phd > ul > li p {
	color: #000 !important;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	padding-left: 16px;
	background-image: url(../images/li_disc.png) !important;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-y: 2px;
	margin-bottom: 3px;
}
.buyarea-incl-phd > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl-phd > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl-phd .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}

.buyarea-incl-phd .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl-phd > ul > li2 {
  width: 100% !important;
}
.buyarea-incl-phd > ul > li2 p {
	color: #000 !important;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	padding-left: 6px;
	background-image: none !important;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-y: 2px;
	margin-bottom: 3px;
}
.buyarea-incl-phd > ul > li2 p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl-phd > ul > li2 p a:hover {
  color: #ff5a00;
}
.buyarea-incl2 {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.buyarea-incl2 > ul {
  height: 60px;
  text-align: left;
}
.buyarea-incl2 > ul > li {
  width: 100% !important;
}
.buyarea-incl2 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl2 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl2 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl2 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl2 .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl3 {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: left;
}
.buyarea-incl3 > ul {
  height: 60px;
  text-align: left;
}
.buyarea-incl3 > ul > li {
  width: 100% !important;
}
.buyarea-incl3 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl3 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl3 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl3 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl3 .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl4 {
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.buyarea-incl4 > ul {
  height: 75px;
  text-align: left;
}
.buyarea-incl4 > ul > li {
  width: 100% !important;
}
.buyarea-incl4 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl4 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl4 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl4 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl4 .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl5 {
  display: block;
  color: #ec0000;
  font-size: 20px;
  text-align: center;
}
.buyarea-incl5 > ul {
  height: 200px;
}
.buyarea-incl5 > ul > li {
  width: 100% !important;
}
.buyarea-incl5 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl5 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl5 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl5 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl5 .incl-p a {
  color: #000;
  text-decoration: underline;
}

.buyarea-incl5 > ul > li2 {
  width: 100% !important;
}
.buyarea-incl5 > ul > li2 p {
  color: #000 !important;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  padding-left: 16px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl6 {
  display: block;
  color: #ec0000;
  font-size: 20px;
  text-align: center;
}
.buyarea-incl6 > ul {
	height: 150px;
}
.buyarea-incl6 > ul > li {
  width: 100% !important;
}
.buyarea-incl6 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl6 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl6 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl6 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl6 .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl6 > ul > li2 {
  width: 100% !important;
}
.buyarea-incl6 > ul > li2 p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl6 > ul > li2 p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl6 > ul > li2 p a:hover {
  color: #ff5a00;
}
.buyarea-incl7 {
  display: block;
  color: #ec0000;
  font-size: 20px;
  text-align: center;
}
.buyarea-incl7 > ul {
  height: 174px;
}
.buyarea-incl7 > ul > li {
  width: 100% !important;
}
.buyarea-incl7 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl7 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl7 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl7 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl7 .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl7 > ul > li2 {
  width: 100% !important;
}
.buyarea-incl7 > ul > li2 p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl7 > ul > li2 p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl7 > ul > li2 p a:hover {
  color: #ff5a00;
}
.buyarea-incl8 {
	display: block;
	color: #ec0000;
	font-size: 24px;
	text-align: center;
}
.buyarea-incl8 > ul {
	height: 150px;
}
.buyarea-incl8 > ul > li {
  width: 100% !important;
}
.buyarea-incl8 > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl8 > ul > li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl8 > ul > li p a:hover {
  color: #ff5a00;
}
.buyarea-incl8 .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl8 .incl-p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl8 > ul > li2 {
  width: 100% !important;
}
.buyarea-incl8 > ul > li2 p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl8 > ul > li2 p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl8 > ul > li2 p a:hover {
  color: #ff5a00;
}

.buyarea-price {
	font-size: 22px;
	color: #060606;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
}
.buyarea-price .price-X {
  font-size: 15px;
  margin-right: 5px;
  line-height: initial;
  position: relative;
}
.buyarea-price .price-S {
  font-size: 15px;
  margin-right: 5px;
  line-height: initial;
  position: relative;
}
.buyarea-price .best-value {
	font-size: 16px;
	color: #ec0000;
	margin-right: 5px;
	line-height: initial;
	position: relative;
}
.buyarea-price .price-X::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #990000;
  top: 10px;
  transform: skewy(3deg);
  -moz-transform: skewy(3deg);
  -webkit-transform: skewy(3deg);
  -o-transform: skewy(3deg);
  -ms-transform: skewy(3deg);
}

.buyarea-offer {
	font-size: 20px;
	color: red;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	padding-top: 2px;
}
.buyarea-offer-save {
	font-size: 20px;
	color: red;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	padding-top: 2px;
}
.buyarea-offer-save-au {
	font-size: 20px;
	color: red;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	padding-top: 2px;
}


.buyarea-btn {
  margin: auto;
  width: 150px;
}

.color-r {
	color: #ec0000 !important;
}
.color-p {
	color: #FFFF00 !important;
}

.btn-color > .btn {
  background: none;
  border: 1px solid #ff7200;
  color: #ff7200 !important;
}
.btn-color > .btn:hover {
  background: #ff9e2b;
  border: 1px solid #ff9e2b;
  color: #fff !important;
}

.boxshot-block {
	width: 100%;
	text-align: center;
	padding-bottom: 160px;
	margin-left: 25px;
}
.boxshot-block-phd {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 12px;
}

.main-boxshot {
  float: left;
  width: 40% !important;
}

.boxshot-block_2 {
	float: left;
	padding-top: 5%;
	padding-left: 2%;
	width: 100%;
	height: 200px;
}

.main-boxshot_2 {
	float: left;
	width: 35% !important;
}

.bonus_boxshot {
	width: 30% !important;
	position: relative;
	float: left;

}
.bonus_boxshot_phd {
	width: 40% !important;
	position: relative;
	float: left;

}

.bonus_boxshot p {
  position: absolute;
  display: block;
  top: -29%;
  background: #de1212;
  font-style: italic;
  border-radius: 100px;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: xx-small;
  font-weight: 700;
  line-height: 16px;
  padding-top: 13%;
  left: -23%;
}
.bonus_boxshot h3 {
  color: #000;
  margin: 0px;
  line-height: 18px;
  position: absolute;
  top: 110px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.bonus_boxshot h3 a {
  color: #000;
  text-decoration: underline;
}

.bonus_boxshot_2 {
	width: 40% !important;
	position: relative;
	float: left;
	margin-top: -2.5%;
	vertical-align: central;
}
.bonus_boxshot_2 p {
  position: absolute;
  display: block;
  top: -29%;
  background: #de1212;
  font-style: italic;
  border-radius: 100px;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: xx-small;
  font-weight: 700;
  line-height: 32px;
  padding-top: 13%;
  left: -23%;
}
.bonus_boxshot_2 h3 {
	color: #000;
	margin: 0px;
	line-height: 32px;
	position: absolute;
	top: 103px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.bonus_boxshot_2 h4 {
	color: #000;
	line-height: 18px;
	position: absolute;
	top: 150px;
	width: 270px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	left: -45px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.plus_icon {
  width: 7%;
  height: initial;
  float: left;
  margin-top: 19%;
  margin-right: 2%;
}
.plus_icon_2 {
	width: 7%;
	height: initial;
	float: left;
	margin-top: 15%;
	margin-right: 2%;
}

.opt2-buyarea-block .buyarea-pname {
  font-size: 26px;
  line-height: 52px;
  position: relative;
}

.opt2-buyarea-block .buyarea-pname_2 {
  font-size: 26px;
  line-height: 52px;
  position: relative;
}
.opt2-buyarea-block .ver-ult {
  padding-right: 0px;
}
.opt2-buyarea-block .slogan {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: normal;
}
.opt2-buyarea-block .buyarea-incl {
  margin-top: 10px;
  margin-left: 5%;
}
.opt2-buyarea-block .buyarea-incl ul li p {
  font-size: 14px;
  line-height: 21px;
}
.opt2-buyarea-block .bottom-buyarea {
  width: 100%;
}
.opt2-buyarea-block .bottom-buyarea .buyarea-offer {
   text-align: right;
   float: left;
   margin-right: 10px;
   margin-top: 10px;
   margin-left: 20px;
}
.opt2-buyarea-block .bottom-buyarea .buyarea-price {
    float: left;
    text-align: right;
    width: auto;
}

.opt2-buyarea-block .bottom-buyarea .buyarea-btn {
    float: left;
    width: 33%;
    text-align: right;
    padding-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
}
.opt2-buyarea-block .bottom-buyarea_new {
  width: 100%;
}

.opt2-buyarea-block .bottom-buyarea_new2 {
  width: 100%;
}

.opt2-buyarea-block .bottom-buyarea_new2 .buyarea-btn {
	float: center;
	width: 33%;
	text-align: center;
	margin-top: 20px;
}

.opt2-buyarea-block .bottom-buyarea_new .buyarea-offer {
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 25px;
	padding-top: 10px;
}
.opt2-buyarea-block .bottom-buyarea_new .buyarea-offer-save {
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.opt2-buyarea-block .bottom-buyarea_new .buyarea-offer-save-au {
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
.opt2-buyarea-block .bottom-buyarea_new .buyarea-price {
    float: left;
    text-align: right;
    width: auto;
	padding-top:0px;
}
.opt2-buyarea-block .bottom-buyarea_new .buyarea-btn {
	float: center;
	width: 33%;
	text-align: center;
	margin-top: 20px;
}
.top_bestred {
  height: auto;
  width: auto;
  position: absolute;
  top: -5px;
  right: -4px;
  font-size: 16px;
  line-height: 18px;
}

.opt2-column {
  width: 98%;
  margin: 10px 1% 0px 1%;
}

.ver-ultra {
  background-color: #0E95BD;
}
.ver-ultra_2 {
  background-color: #B8E1F6;
}
.ver-ultra_3 {
  background-color: #C9D2DC;
}

.ver-uls {
  background-color: #821D7E;
}
.ver-uls_2 {
  background-color: #DCCDE0;
}
.ver-uls_3 {
	background-color: #C9D2DC;
	border-right-width: 1px;
	border-right-color: #FFF;
	border-right-style: solid;
}

.ver-ult {
  background-color: #3a258a;
}
.ver-ult_2 {
  background-color: #BFBCDA;
}
.ver-ult_3 {
  background-color: #C9D2DC;
}

.ver-ds {
  background-color: #504e52;
}
.ver-ds_2 {
  background-color: #D0D0CF;
}
.ver-ds_3 {
  background-color: #C9D2DC;
}


.ver-ultra-txt {
  color: #0E95BD;
}

.ver-uls-txt {
  color: #821D7E;
}

.ver-ult-txt {
  color: #3a258a;
}

.ver-ds-txt {
  color: #504e52;
}

.bg-ult {
  background: #f5f4f9 !important;
}

.bg-uls {
  background: #fffafd !important;
}

.bg-ultra {
  background: #f1f8fd !important;
}

.bg-ds {
  background: #f3f3f3 !important;
}

.bottom-buyarea-block {
  width: 99%;
  box-shadow: 2px 2px 2px rgba(125, 117, 130, 0.24);
}
.bottom-buyarea-block .buyarea-pname {
  font-size: 18px;
}
.bottom-buyarea-block .buyarea-pname_2 {
  font-size: 18px;
}
.bottom-buyarea-block .buyarea-main {
  padding-top: 20px;
}
.bottom-buyarea-block .buyarea-main .buyarea-right {
  margin-bottom: 10px;
}

.bottom-buyarea {
	width: 100%;
	margin: auto;
	margin-top: 0px;
}
.bottom-buyarea .buyarea-btn {
	float: left;
	width: 36%;
	text-align: right;
	padding-right: 10px;
	margin-left: 5%;
	margin-top: 5px;
}
.bottom-buyarea .buyarea-price {
  float: left;
  width: 50%;
  text-align: right;
  padding-top:10px;
}
.bottom-buyarea .buyarea-offer {
  text-align: right;
  margin-right: 46%;
}
.compare {
	width: 100%;
	text-align: center;
	padding-right: 11px;
	float: left;
	margin-bottom: 10px;
}
.compare_2 {
	text-align: right;
    float: right;
    position: absolute;
    top: 55px;
    right: 0;
    font-size: 15px;
	margin-bottom: 0px;
}
.note {
	font-size: 11px;
	color: #000000;
	padding-bottom: 0px;
	text-align: center;

}
/*3day------------------------------------------------------*/
.day-p{
	position: relative;
	}
.day_block{
	position: fixed;
	top: 300px;
	right: 0%;
	z-index: 10;
	}
.day_code{
	position: absolute;
	top: 405px;
	left: 171px;
	width: 248px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #fcc806;
	line-height: 31px;
	display: block;
	background: #392413;
	}
.day-move {
  -webkit-animation: day-move 1.5s  ;
   -moz-animation:day-move 1.5s  ;
  animation: day-move 1.5s   ;

}
    @-webkit-keyframes day-move{
          from {right:-15%;}
    to {right:0%;}}
    @keyframes day-move{
          from {right:-15%;}
    to {right:0%;}}
    @-moz-keyframes day-move{
          from {right:-15%;}
    to {right:0%;}}
/*--------2options-----------------*/
.top-bg-2options {
  width: 100%;
  height: 370px;
  background-image: url(../images/top_2opt_01.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}
.top-bg-2options .top-block {
  max-width: 1032px;
  height: 370px;
  margin: auto;
  background-image: url(../images/top_2opt_03.jpg);
  position: relative;
  text-align: center;
}
.top-bg-2options .top-block::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: -140px;
  width: 140px;
  height: 370px;
  background-image: url(../images/top_2opt_02.jpg);
}
.top-bg-2options .top-block::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -140px;
  width: 140px;
  height: 370px;
  background-image: url(../images/top_2opt_04.jpg);
}
.top-2opt-pname {
  font-size: 60px;
  line-height: 60px;
  padding-top: 34px;
}

.top-2opt-new {
  font-size: 20px;
  color: #ffec00;
  line-height: 26px;
  position: absolute;
  left: -104px;
  top: 11px;
}

.top-2opt-block{
	width:auto;
	margin: 10px 0px 0px 100px;
	}
.top-2opt-box{
    background: rgba(0, 0, 0, 0.69);
    position: relative;
    padding: 35px 20px 5px 20px;
    text-align:left;
    box-sizing: border-box;
 }
.top-2opt-ver01{
    position: absolute;
    background: #76ecff;
    top: -3px;
    left: -14px;
    padding: 4px 20px;
    color: #000000;
    font-size: 18px;
    width: 100px;
 }
.top-2opt-ver01 .top-2opt-slogan{
    position: absolute;
    top: 7px;
    left: 143px;
    width: 400px;
    font-size: 14px;
    color: #76ecff;
 }
.top-2opt-ver01::after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #76ecff;
    top: 0px;
    right: -30px;
}
.top-2opt-ver01::before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    top: 30px;
    left: 0px;
}
.top-2opt-ver02{
    position: absolute;
    background: #c793ff;
    top: -3px;
    left: -14px;
    padding: 4px 20px;
    color: #000000;
    font-size: 18px;
 }
.top-2opt-ver02 .top-2opt-slogan{
    position: absolute;
    top: 4px;
    left: 148px;
    width: 400px;
    font-size: 14px;
    color: #c793ff;
 }
.top-2opt-ver02::after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #c793ff;
    top: 0px;
    right: -30px;
}
.top-2opt-ver02::before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    top: 30px;
    left: 0px;
}
.top-2opt-buyarea{
	float:right;
	margin-top: 3px;
	}
.top-2opt-buyarea .buyarea-price{
	float:left;
	color: #fff;
	margin-right: 13px;
	margin-top: 1px;
	line-height: 30px;
	}
.top-2opt-buyarea .buyarea-btn{
	float:left;
	}
.ver01-h{
	height: 115px;
	margin-bottom: 8px;
	}
.ver02-h{
	height: 115px;
	}

.top-2opt-incl{
	color:#fff800;}
.top-2opt-box p{
	line-height: 20px;
	}
.top-2opt-box p a{
	color:#fff;}
.top-2opt-box p a:hover{
	color:#fff;}

/*-----TOP_BUNDLE---------*/
.top_bundle_sec{
	width:1032px;
	position: relative;
	box-sizing: border-box;
	padding: 16px 30px 15px 30px;
	border: 3px solid #B377BB;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.19);
	background: rgb(246, 247, 250);
	margin-top: 30px;
	position: absolute;
	top: 311px;
	}
.top_bundle_sec_2link{
	width:1032px;
	box-sizing: border-box;
	padding: 36px 30px 15px 30px;
	border: 3px solid rgba(82, 60, 102, 0.58);
	/* border-radius: 10px; */
	/* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.19); */
	/* background: rgb(246, 247, 250); */
	margin-top: 35px;
	position: relative;
	}
.top_bundle_sec_2link_15{
	width: 98%;
	box-sizing: border-box;
	padding: 36px 30px 15px 30px;
	border: 3px solid rgba(82, 60, 102, 0.58);
	/* border-radius: 10px; */
	/* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.19); */
	/* background: rgb(246, 247, 250); */
	margin-top: 20px;
	position: relative;
	margin-left: 1%;
	alignment-adjust: central;
	margin-right: 1%;
	}
.top_bundle_sec_v15{
	width:1032px;
	box-sizing: border-box;
	padding: 16px 30px 15px 30px;
	border: 3px solid #B377BB;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.19);
	background: rgb(246, 247, 250);
	margin-top: 40px;
	position: relative;
	}
.top_bundle_left{
	float:left;
	width:480px;
	box-sizing: border-box;
	padding: 10px 18px 5px 18px;
	background-color: rgb(249, 242, 234);
	padding-right: 60px;
	border-radius: 20px;

	/* box-shadow: 3px 3px 3px rgba(173, 157, 88, 0.57); */
	border: solid 4px #FF6347;
	}
.top_bundle_right{
	float: left;
	width: 480px;
	box-sizing: border-box;
	padding: 10px 18px 5px 18px;
	background: rgb(242, 242, 244);
	padding-left: 60px;
	border-radius: 20px;
	/* box-shadow: 3px 3px 3px rgba(141, 187, 195, 0.72); */
	border: solid 4px #0BAD88;
}

.top_bundle_txt{
	font-size: 14px;
	line-height: 22px;
	margin-right: 0px;
	text-align: left;
	padding-left: 10px;
	}
.top_bundle_link{
	float:left;
	width:auto;
	color: #8F1778;
	margin-right: 10px;
	margin-top: 2px;
	}
.top_bundle_link a:hover, .top_bundle_link a:link{
	color: #8F1778;
}
.top_bundle_set{
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}
.top_bundle_circle{
	position: absolute;
	border-radius: 100%;
	height: 70px;
	width: 70px;
	left: 448px;
	top: -42px;
	box-sizing: border-box;
	background-image: url(../images/gift.jpg);
	background-size: 70px;
	background-repeat: no-repeat;
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.34); */
	}
.top_bundle_circle p{
		text-align: center;
		font-style: italic;
		font-weight: 600;
		padding-top: 28px;
		font-size: 16px;
		color: #ffff00;
		}
.t-align{
	float:right;}
.top_bundle_des{
	width: 95%;
	line-height: 21px;
	margin-top: 9px;
	font-size: 16px;
	color: #000;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.top_incl_bundle{
	color:#FFF;
	margin-top: 10px;
	}

.top_bundle_title{
	color: #6e4594;
	/* padding-left: 88px; */
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
	}
.top_bundle_title_trial{
	color: #990000;
	padding-left: 0px;
	font-size: 24px;
	margin-bottom: 22px;
	text-align: left;
	}
.note01{
	font-size: 11px;
	color: #666666;
	padding-bottom: 20px;
	line-height: 14px;
	text-align: center;
    }
.box01_title02_bonus{
	font-family: "Open Sans", "Segoe UI", "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â»Ã…Â¸ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ©Ã‚Â«Ã¢â‚¬Â", "Meiryo", "MS UI Gothic", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #C00;
	padding-bottom: 0px;
	font-size: 22px;
	}
/*-------------event icon start--------------------*/
.event_icon_bg,.event_icon_offer{
  width: 28%;
  height: 140px;
  background: #cc0000;
  transform: skewX(-13deg);
  position: absolute;
  top: 120px;
  left: 12%;  animation: Testcolor 7s infinite;
  /*IE*/
  -moz-animation: Testcolor 7s infinite;
  /*FireFox*/
  -webkit-animation: Testcolor 7s infinite;
  /*Chrome, Safari*/
}
@keyframes Testcolor {
  from {
    background-color: #cc0000;
  }
  to {
    background-color: #cc0000;
  }
  5% {
    background-color: #ff7200;
  }
  20% {
    background-color: #cc0000;
  }
  80% {
    background-color: #cc0000;
  }
  95% {
    background-color: #ff7200;
  }
}
@-moz-keyframes Testcolor {
  from {
    background-color: #cc0000;
  }
  to {
    background-color: #cc0000;
  }
  5% {
    background-color: #ff7200;
  }
  20% {
    background-color: #cc0000;
  }
  80% {
    background-color: #cc0000;
  }
  95% {
    background-color: #ff7200;
  }
}
@-webkit-keyframes Testcolor {
  from {
    background-color: #cc0000;
  }
  to {
    background-color: #cc0000;
  }
  5% {
    background-color: #ff7200;
  }
  20% {
    background-color: #cc0000;
  }
  80% {
    background-color: #cc0000;
  }
  95% {
    background-color: #ff7200;
  }
}
.event_icon_offer{
	z-index: 1;
	}
.event_name{
	position: absolute;
    color: white;
    top: 9%;
    left: 7%;
    font-size: 20px;
	line-height: 25px;
	}
.event_enddate{
	    position: absolute;
    color: #FFFF00;
    top: 26%;
    left: 7%;
    font-size: 18px;
	}

.event_icon_bg{
  animation: move 10s infinite linear;
 -webkit-animation:move 10s infinite linear;
 -moz-animation:move 10s infinite linear;}
.event_icon_offer img,.event_icon_bg img{
	width: 75%;
	height: 85%;

	}

.event_p{
	position: relative;
	right: 11%;
	top:-30%;
	}
@keyframes move {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes move {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes move {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/*-------------event icon end--------------------*/


/*-----fixed buy-----*/

.btn_dl_top{
	font-size: 16px;
	text-align:center;
	background: #10aad7;
	color: #fff !important;
	border-radius: 13px;
	float: left;   
	padding: 2px 30px;
	text-decoration: none;
	line-height: 22px;
	FONT-FAMILY: Segoe UI;
}
.btn_dl_top:hover a{
	color:#FFFFFF;display:block; text-decoration:none;}
.btn_dl_top:hover{
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background-color: #f68b35;
}

.btn_ulms_bgcolor {
    background: #821d7e;
}
.btn_ulms_bgcolor:hover {
	background-color: #9b2396;
}
.btn_ds_bgcolor {
    background: #504e52;
}
.btn_ds_bgcolor:hover {
	background-color: #67656a;
}

.btn_box_top{
	float: left;
	margin-right: 0px;
	margin-left: 10px;
}
.btn_dl_top{
    font-size: 16px;
	font-weight: 700;
    text-align: center;
    background: #ffaa00;
    color: #000 !important;
    border-radius: 25px 4px 4px 25px;
    float: left;
    text-decoration: none;
    line-height: 22px;
    padding-top: 2px;
    padding-right: 23px;
    padding-bottom: 5px;
    padding-left: 23px;
}
.btn_dl_top:hover a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
.btn_dl_top:hover{
	color:#FFFFFF;
	display:block;
	background:#fff000;
	text-decoration:none;
}
.btn_dl_top.gradient_hover_top {
  background:linear-gradient(to right, #ffaa00 75% , #ff7200 75%);
  border-radius:25px; 
  padding-right:15px;
}
.btn_dl_top.gradient_hover_top:hover {
  background:linear-gradient(to right, #fff000 75% , #ff7200 75%);
}


.btn_dl_top_fra{
	font-size: 16px;
	text-align:center;
	background: #FF7700;
	color: #fff !important;
	border-radius: 4px;
	float: left;
	padding: 2px 10px;
	text-decoration: none;
	line-height: 22px;
}
.btn_dl_top_fra:hover a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
.btn_dl_top_fra:hover{
	color:#FFFFFF;
	display:block;
	background:#ff9e2b;
	text-decoration:none;
}

.top-offer{
	FONT-SIZE: 16px;
	COLOR: #ffff00;
	FONT-FAMILY: Segoe UI;
	TEXT-DECORATION: none;
	float: left;
	margin-right: 12px;
	line-height: 28px;
	}
.top-price{
	FONT-SIZE: 18px;
	line-height: 28px;
	COLOR: #FFF;
	FONT-FAMILY: Segoe UI;
	TEXT-DECORATION: none;
	font-weight: 500;
	float: left;
	margin-right: 5px;
	}
.top-priceX{
	font-size:14px;
	text-decoration:line-through;
	font-weight: 400;
	}
.top-buybar-slogan{
    font-size: 16px;
	line-height: 28px;
    color: #fff;
    float: left;
    width: auto;
}
.top-buybar-area{
    float: right;
}
.top-buybar-block{
	width:1150px;
	margin:auto;
	position: relative;
	}

.top-buybar-block img{
	position: absolute;
	width: 242px;
	height: inherit;
	top: -8px;
	left: 39%;
	}
/*-----fixed buy end-----*/
/*-----List start-----*/
.list-feature {
  text-align: left !important;
  padding-left: 15px;
}

.list-block-compare {
  border: 3px solid #a7b9ce;
}
.list-block-compare .list-feature {
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 13px;
  background-position: 8px 8px;
}
.list-block-compare p {
  line-height: 22px;
  margin: 8px 5px;
  font-size: 14px;
}
.list-block-compare p a {
  color: #000;
}
.list-block-compare td:nth-child(1) p {
  padding-left: 6px;
}
.list-title2 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  background: #c9d2dc !important;
  position: relative;
}
.list-title2 .link {
	position: absolute;
	right: 20px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
.list-title2 .link a {
  color: #000;
}
.list-table td {
  background: #fff;
}
.list-table tr, .list-table tr td {
  border: solid 1px #c9d2dc;
}
.list-table p {
  line-height: 38px;
  margin: 3px 0px;
}
.list-table p a {
  color: #000;
  text-decoration: underline;
}
/*-----List end-----*/
.opt2-buyarea-block .bottom-buyarea-new {
	width: 100%;
	margin-right: 15%;
}

.bottom-buyarea-new {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.bottom-buyarea-new .buyarea-btn {
	float: left;
	width: 30%;
	text-align: right;



	padding-right: 10px;
	margin-left: 2%;
	margin-top: 5px;

}
.bottom-buyarea-new .buyarea-price {
	float: left;
	width: 65%;
	text-align: right;
	padding-top: 10px;
}
.bottom-buyarea-new .buyarea-offer {
  text-align: right;
  margin-right: 46%;
}
/*-----List end-----*/
.opt2-buyarea-block .bottom-buyarea-new {
  width: 80%;
  margin-right: 15%;
}

.bottom-buyarea-new {
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
.bottom-buyarea-new .buyarea-btn {
  float: left;
  width: 44%;
  text-align: right;
  padding-right: 10px;
  margin-left: 5%;
  margin-top: 5px;
}
.bottom-buyarea-new .buyarea-price {
  float: left;
  width: 50%;
  text-align: right;
  padding-top:10px;
}
.bottom-buyarea-new .buyarea-offer {
  text-align: right;
  margin-right: 46%;
}
/*-----best value-----*/
.top_best {
 position: relative;
}
.top_best p {
 position: absolute;
 left: 364px;
 top: -20px;
 font-size: 22px;
 color: #f9ed7e;
 text-align: center;
 width: 97px;
 height: 48px;
 z-index: 1;
 font-family: "Segoe UI", "Segoe UI";
 font-weight: lighter;
}
.top_bestred {
 height: auto;
 width: auto;
 position: absolute;
 top: -5px;
 right: -4px;
 font-size: 16px;
 line-height: 18px;
}
/*-----best value end-----*/
/*-----sku-block-----*/
.skus{
  margin-top: 20px;
}
.sku-block{
	width: 100%;
	border: 1px solid rgb(201, 210, 220);
	padding: 5px;
	height: 495px;
	margin-top: 10px;
	position: relative;
	box-sizing: border-box;
}
.sku-block-name{
 text-align: center;
}
.sku-main {
    width: 100%;
    border: aliceblue;
    border-top: none;
    overflow: hidden;
    padding: 0px 15px 15px 20px;
    box-sizing: border-box;
}
.sku-name {
	text-align: center;
	font-size: 19px;
	line-height: 36px;
	background: rgba(201, 210, 220, 0.32);
	font-weight: 600;
}

.sku-box {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    text-align: center;
	box-sizing: border-box;
}
.sku-right {
    width: 100%;
}

.sku-incl {
    width: 100%;
}

.sku-incl-list{
	float: left;
    width: 100%;
}
.sku-incl-list ul li {
    width: 100%;
}
.sku-incl-list > ul > li p {
  color: #000 !important;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 6px;
}
.sku-incl-list > ul > li p a {
    color: #000;
	text-decoration: underline;
}

.sku-incl-list > ul > li p a:hover {
    color: #ff5a00;
}
.sku-incl-p {
	width: 101%;
	float: left;
}
.sku-incl-p p a{
    color: #000;
	text-decoration: underline;
}
.sku-incl-p p a:hover {
    color: #ff5a00;
}
.sku-incl-p p {
  color: #000 !important;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  background-size: 12px;
  margin-bottom: 5px;
}
.sku-buyarea {
    display: block;
    margin-bottom: 5px;
}

.sku-btn {
    width: auto;
    margin: 5px 20% 0px 20%;
    font-size: 20px;
}
.sku-offer {
	display: block;
	text-align: center;
	color: #cc0000;
	font-size: 32px;
	line-height: 32px;
	clear: both;
	font-weight: 600;
	FONT-FAMILY: Segoe UI;
}
.discount_msg {
    color: #dc0000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    FONT-FAMILY: Segoe UI;
}
.sku-btn .btn {
    font-size: 17px !important;
}
.sku-line{height: 1px;background: #c9d2dc;margin: 15px 4%;box-sizing: border-box;float: left;width: 92%;}
span.sku-new {
    border: 1px solid rgba(220, 0, 0, 0.42);
    color: #dc0000;
    font-size: 8px;
    padding: 0 0px 0 3px;
    margin-right: 5px;
    line-height: 9px !important;
}
.gift-icon {
    margin-right: 5px;
}
.color-red {
    color: #dc0000;
    font-weight: 700;
    margin-right: 5px;
    font-size: 12px;
}
.sku-incl-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
    margin-left: 15px;
}
.sku-box img {
    height: 100%;
    width: initial;
}
.sku-best {
	box-shadow: 0px 0px 10px rgba(77, 71, 80, 0.18);
	border: 3px solid #c0d0e0;
	margin-top: 0px;
	height: 505px;
}
.sku-name-best {
	line-height: 46px;
	text-align: left;
	padding-left: 12px;
}

.sku-bestvalue {
	float: right;
	background: #e60013;
	width: 55px;
	height: 78px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	top: -11px;
	right: -8px;
	position: absolute;
	padding: 20px 5px 0px 5px;
	font-size: 16px;
	text-transform: uppercase;
	box-sizing: border-box;
  }

.sku-bestvalue::before {
  content: '';
  position: absolute;
  width: 50%;
  height: initial;
  border-style: solid;
  border-width: 26px 27px 0 28px;
  border-color: #e60013 transparent transparent transparent;
  display: block;
  bottom: -25px;
  left: 0px;
  box-sizing: border-box;
  }

.sku-bestvalue::after {
  content: '';
  position: absolute;
  height: initial;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #500000 transparent;
  display: block;
  top: 0px;
  left: -8px;
  box-sizing: border-box;
  }
/*-----best value-----*/
.top_best {
 position: relative;
}
.top_best p {
 position: absolute;
 left: 5px;
 top: -20px;
 font-size: 22px;
 color: #f9ed7e;
 text-align: center;
 width: 97px;
 height: 48px;
 z-index: 1;
 font-family: "Segoe UI", "Segoe UI";
 font-weight: lighter;
}
.top_bestred {
 height: auto;
 width: auto;
	right: 257px;
 position: absolute;
 top: -30px;
 font-size: 16px;
 line-height: 18px;
}
/*-----best value end-----*/


.coupon{
	font-family: "Segoe UI", "Segoe UI", Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 8px;
	font-size:18px;
	padding-top: 8px;
	font-weight: 700;
	text-align: center;
	background-color: #FFDD55;
	font-style:italic;
	padding-left:5px;

}
.pcmag{
	font-family: "Segoe UI", "Segoe UI", Arial, Helvetica, sans-serif;
	color: #FFFF00;
	padding-bottom: 6px;
	font-size:18px;
	padding-top: 8px;
	font-weight: 600;
	text-align: center;
	background-color: #990000;
	font-style:italic;
	padding-left:5px;

	float: left;
}

.top_product{
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 46px;
    padding-top: 25px;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px #000;
}
.top_slogan01{
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px #000;
    line-height: 1em;
    font-style: oblique;
    text-align: center;
}
.top_slogan02{
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FE4E00;
    text-shadow: 0 0 0 #000;
    padding-bottom: 5px;
    padding-top: 5px;
}
.top_new {
    display: inline-block;
    position: relative;
    color: #ffff00;
    font-size: 30px;
    top: -15px;
    width: auto;
}

.top_a{
	float:left;
	width: 130px;
}
.top_b{
    float: left;
    width: 1052px;
    background-color: #FFFFFF;
    height: 430 px;

}
.top_c{
    text-align: center;
    margin-top: 10px;
    margin-bottom: auto;
    height: 55px;
}

.top_main{
	background-image: ../images/top_05.jpg;
}

.text_version{
    font-size: 30px;
}
.text_red_click {
	
}


.moreversion{
    font-size: 12px;
    line-height: 12px;
    padding-right: 10px;
}

/*-----coupon day timer-----*/
#top-incentive{
    width: 100%;
    height: 43px;
    background: #4a4030;
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0px 8px 15px #333;
    -moz-box-shadow: 0px 8px 15px #333;
    box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.37);
    z-index: 999;
    padding: 8px;
    box-sizing: border-box;
}

.top-incentive-slogan{
    font-size: 15px;
    color: #fff;
    float: none;
    width: auto;
}
.top-incentive-block{
	margin: auto;
	position: relative;
	width: 1000px;
	}
.timernum
{
    color: #FFFD00;
    font-weight: 600;
    font-size: 20px;
}

/*-----mobile app footer starts---------*/
.app{
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    background-color: #EFEFEF;
}
.app_title{
    font-family: "Open Sans", "Segoe UI";
    color: #000000;
    font-size: 32px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.app_product{
    font-size: 16px;
    padding-left: 10px;
}
.app_text{
    font-size: 12px;
    line-height: 14px;
    padding-left: 10px;

}
.app_space{
	height: 10px;
}

.m_center{
    width: 1313px;

	margin:auto;
	top:0;
      right:0;
      bottom:0;
      left:0;

    /* [disabled]position: relative; */
}
.app_link{
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    padding-bottom: 5px;

}
/*-----mobile app footer ends---------*/
.h_bg{
	width: 100%;
	height: 400px;
	background-image: url(../images/h_bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.h_title{
	font-size: 36px;
	color: #ffff00;
	text-align: center;
	padding: 30px 0;
}
.h_text{
	color: #fff;
	padding: 0 160px; 
}
.h_text ul li{
	list-style-type: disc;
	font-size: 16px;
	line-height: 30px;
}

/*----- link button-----*/	

.btn_link_page{
	font-size: 16px;
	text-align: center;
	background: #00a0ff;
	color: #fff !important;
	border-radius: 2px;
	float: left;
	text-decoration: none;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.btn_link_page:hover a{
	color:#FFFFFF;display:block; text-decoration:none;}
.btn_link_page:hover{
	color:#FFFFFF;
	display:block;
	background:#22adff;
	text-decoration:none;
}

.btn_linkbox_page{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
		}

.btn_linkbox_tt{
    margin-top: 10px;
	float: left;
		}

.box01_text01{
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	color: #292929;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 600;
}
.box01_text01 a{
	color: #292929;
	text-decoration: none;
}
.box01_text01 a:hover{
	color: #ff5a00;
	text-decoration: none;
}
.box01_text01 a:visited{
	color: #292929;
	text-decoration: none;
}

.tag_wrap {
    text-align: center;
    position: absolute;
    top: 170px;
    width: 100%;
    color: #000000;
    background: #FFDD00;
}
.tag_orange {
    color: #ffffff;
    background: #ff6600;
}
.tag_orange_2 {
    color: #ffffff;
    background: #ff6600;
	position: absolute;
    top: 0;
    width: 100%;
	font-size: 14px;
}
.tag_phd_wrap {
    text-align: center;
    position: absolute;
    top: 0;
    width: auto;
    padding: 0 6px;
    color: #000000;
    background: #FFDD00;
}
.phd_orange {
    color: #ffffff;
    background: #ff6600;
}

/*----- link button end-----*/	

.play_img{
	position: relative;
	}
.play{
    position: absolute;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -45px;
    background-image: url(../images/play.png);
    background-size: 90px 90px;
    background-repeat: no-repeat;
	}

.app_box{
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    background: #F1F1F1;
    border-radius: 5px;
    border: 0px solid #dddddd;
    padding-top: 20px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 20px;
    margin: auto;
    width: 100%;
}
.app_text01{
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	color: #18467E;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}
.tag-cloud {
    position: absolute;
    background: #dc0000;
    color: #fff;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.btn_popup_up {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #ffaa00;
    color: #000 !important;
    border-radius: 25px;
    text-decoration: none;
    line-height: 22px;
    padding-top: 2px;
    padding-right: 23px;
    padding-bottom: 5px;
    padding-left: 23px;
}
.btn_popup_up:hover{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #fff000;
}