img { vertical-align: bottom; }
.wp-block-gallery li.blocks-gallery-item {
margin: 0px;
}
table.manga1 {
  text-align: center;
	border-collapse: collapse;
}
table.manga1 th{/*thに対して*/
  color: #ffffff;/*文字色*/
  background: #f08080;/*背景色*/
}
/*余白指定は省略*/
table.manga1 th, table td {
  border: solid 1px black;
  /*実線 1px 黒*/
}


table.nenphou{
	width:400px;
}
h2 {
background: #eaf3ff;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
h2.yokosen {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
h2.tensen {
  color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}
strong.blueline {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
h3 {
padding: 0.5em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #eaf3ff;/*背景色*/
border-bottom: solid 3px #516ab6;/*下線*/
}

h4 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #999999;/*文字色*/
background: #fafafa;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #f4f4f4;/*下線*/
}



/*----------------------------
追記: AddQuicktag の装飾
---------------------------- */
.b{font-weight:bold;margin:0 0.15em;}
.red{color:#ce000d;}
.blue{color:#0087ff;}
.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;}
.B-highlighter{background:linear-gradient(transparent 60%, rgb(182, 242, 255) 60%);}
.surrounded{margin: 0 0 4em;padding:1em 1.2em;border: 2px solid #616161;}

/*----------------------------
追記: リストボックスの装飾
---------------------------- */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #33bbcc;
    border-radius: 8px;
	  text-align:center;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #33bbcc;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box26 ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.box26 ul li {
	text-align: left;
	list-style-type:decimal;
}
/*----------------------------
追記: リストボックスのまとめ
---------------------------- */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
/*----------------------------
追記: リストボックスのまとめ注意
---------------------------- */
.box29 {
    margin: 2em 0;
    background: #ffe4e1;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #f08080;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/*----------------------------
 * 水色注意リスト
---------------------------- */
.box30 {
    margin: 2em 0;
    background: #eaf3ff;
}
.box30 .box-title {
    font-size: 1.2em;
    background: #33bbcc;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
.box30 li{
	text-align:center;
	list-style-type:none;
	}
	
/*----------------------------
 * 追記: おしゃれボックス
---------------------------- */

.updownline {
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/
}
.underlineblue{
padding: 0.5em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #eaf3ff;/*背景色*/
border-bottom: solid 3px #516ab6;/*下線*/
}
.sidelineblue {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}
.hukidashiblue{
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.hukidashiblue:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}
.check{
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
}

.check:before{ font-family: "Font Awesome 5 Free";
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/
}

.checkbox{
position: relative;
color: black;
background: #d0ecff;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.checkbox:after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }

.think{
position: relative;
padding: 8px 15px;
margin-left: 40px;
background: #def3ff;
border-radius: 20px;
}

.think:before{font-family: "Font Awesome 5 Free";
content: "\f111";
position: absolute;
font-size: 15px;
left: -40px;
bottom: 0;
color: #def3ff;
}

.think:after{
font-family: FontAwesome;
content: "\f111";
position: absolute;
font-size: 23px;
left: -23px;
bottom: 0;
color: #def3ff;
}
/*----------------------------
 * 追記: 会話左のみ
---------------------------- */

.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}


/*----------------------------
追記: 会話する。
---------------------------- */
.fuki{
  display: -webkit-flex;
  display: flex;
  margin: 0 0 1.5em 0;
}
.fukiR{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fukimg{
  width: 64px;
  height: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.fukitxt{
  padding: 1em;
  border: 3px solid #333;
  border-radius: 6px;
  position: relative;
}
.fukiL .fukitxt{
  margin: 0 0 0 15px;
}
.fukiR .fukitxt{
  margin: 0 15px 0;
}
.fukitxt::before,.fukitxt::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fukiL .fukitxt::before{
  left: -16px;
  border-right: 16px solid #333;
}
.fukiL .fukitxt::after{
  left: -12px;
  border-right: 16px solid #fff;
}
.fukiR .fukitxt::before{
  right: -16px;
  border-left: 16px solid #333;
}
.fukiR .fukitxt::after{
  right: -12px;
  border-left: 16px solid #fff;
}
/*----------------------------
 * 追記: 吹き出し
---------------------------- */
.balloon4 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 15px;
    background: #fff0c6;
    border-radius: 30px;
}

.balloon4:before{    
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
}

.balloon4:after{
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
}
.balloon4 p {
    margin: 0; 
    padding: 0;
}
.blocks-gallery-item{
	vertical-align:bottom;
	}
/*----------------------------
 * 自分用
---------------------------- */

div .blue-box{
	display:block;
	max-width:400px;
	margin:0 auto;
	text-align:center;
	padding:5px;
	background-color:#eaf3ff;
	border:2px solid #516ab6;
	}
.blue-box ul{
	padding-left:0;
	list-style-type:circle;
	display:inline-block;
}
.blue-box ul li {
	text-align:left;
	}
div .pink-box{
	max-width:600px;
	margin:0 auto;
	text-align:center;
	display:block;
	padding:5px;
	background-color:#ffcccc;
	border:2px solid #ff6666;
	
}
.pink-box .text{
	display:inline-block;
}


.sample {
	margin: 16px auto;
	text-align: center;
	display: block;
	border: 1px solid #000;
	width:100%;
	background-color:#eaf3ff;
	border:2px solid #516ab6;
}
.sample ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.sample ul li {
	text-align: left;
	list-style-type:decimal;
}

.balloon4 ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.balloon4 ul li {
	text-align: left;
	list-style-type:none;
}
.my-skyblue {
	color:#a7d6ff;
}

	