/* Compiled from SCSS */
html.pc {
  /*--------------------------------------------------------------------------*/
  /* SOFTWARE */
  /*--------------------------------------------------------------------------*/
}
html.pc body.page-template-software-php .versionup .content .link-button,
html.pc body.page-template-software-php .driver .content .link-button,
html.pc body.page-template-software-php .othersoftware .content .link-button {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.page-template-software-php .versionup .content .link-button:hover,
html.pc body.page-template-software-php .driver .content .link-button:hover,
html.pc body.page-template-software-php .othersoftware .content .link-button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}
html.pc body.page-template-software-php .versionup .close-button,
html.pc body.page-template-software-php .driver .close-button,
html.pc body.page-template-software-php .othersoftware .close-button {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.page-template-software-php .versionup .close-button:hover,
html.pc body.page-template-software-php .driver .close-button:hover,
html.pc body.page-template-software-php .othersoftware .close-button:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}

/*
@mixin center($width);
@mixin horizontalList($margin:0, $num:0);
@mixin borderBox();
@mixin clearfix();
*/
/*
@mixin hideText($height);
@mixin hideTextBtn($height, $width:0);
@mixin hideTextBtnSprite($height, $width, $num:0);
@mixin numberingList($before:'', $after:'', $padding:10px);
@mixin scrollable();
*/
/*
@mixin opacity($opacity);
@mixin transition($property:all, $duration:400, $easing:ease-in-out);
@mixin perspective($value);
@mixin transform($scale:1.0, $rotateX:0, $rotateY:0, $rotateZ:0, $x:0, $y:0, $skewX:0, $skewY:0);
@mixin animation($name, $duration:400, $easing:ease-in-out, $delay:0, $count:1, $direction:normal, $fill:both);
@mixin keyframes($name){
	$var: 0.65;
	$init: 30px;

	0% {
		@include transform($y:0);
	}
	20% {
		@include transform($y:-$init*$var);
	}
	40% {
		@include transform($y:$init*$var*$var);
	}
	60% {
		@include transform($y:-$init*$var*$var*$var);
	}
	80% {
		@include transform($y:$init*$var*$var*$var*$var);
	}
	100% {
		@include transform($y:0);
	}
}
@mixin borderRadius($topLeft:inherit, $topRight:inherit, $bottomRight:inherit, $bottomLeft:inherit);
@mixin textShadow($horizontal:0, $vertical:1px, $color:#fff, $blur:0);
@mixin boxShadow($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
@mixin boxShadowInset($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
*/
/*--------------------------------------------------------------------------*/
/* Module */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* State */
/*--------------------------------------------------------------------------*/
