@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";

/* @media screen and (min-width: 1024px) { */
@import url(css/stylesheet.css);
/* } */

/*----------------------------
追記: AddQuicktag の装飾
---------------------------- */
.b {
  font-weight: bold;
  margin: 0 0.15em;
}
.red {
  color: #ce000d;
}
.blue {
  color: #0087ff;
}
.green {
  color: #0ab908;
}
.pink {
  color: #ef6ae9;
}
.orange {
  color: #ff8f00;
}
.larger {
  font-size: 150%;
  font-weight: bold;
}
.largest {
  font-size: 300%;
  font-weight: bold;
}
.smaller {
  font-size: 60%;
}
.strike {
  text-decoration: line-through;
  margin: 0 0.15em;
}
.P-highlighter {
  background: linear-gradient(transparent 60%, rgb(255, 169, 233) 60%);
}
.B-highlighter {
  background: linear-gradient(transparent 60%, rgb(182, 242, 255) 60%);
}
.G-highlighter {
  background: linear-gradient(transparent 60%, rgb(159, 255, 0) 60%);
}
.O-highlighter {
  background: linear-gradient(transparent 60%, rgb(253, 185, 64) 60%);
}
.Y-highlighter {
  background: linear-gradient(transparent 60%, rgb(255, 229, 0) 60%);
}
.surrounded {
  margin: 0 0 4em;
  padding: 1em 1.2em;
  border: 2px solid #616161;
}
