/* <system section="theme" selected="life"> */
@import "https://cdn.blog.st-hatena.com/css/theme/life/life.css";
/* </system> */

/* <system section="background" selected="pattern-09"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pattern-09.png?version=84d53e8f2d533da19fc041ec8ee178'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
/* </system> */

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #5D99FF;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #5D99FF;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #5D99FF;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

h10 {
  position: relative;
  padding: 0.25em 0;
}
h10:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h11 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #5D99FF;
}

h12 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}