@charset "UTF-8";
/*
Theme Name: パッション・インサイド
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/


/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=20 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
