<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/*テキストの位置*/

.tal-c{ text-align: center; }/*中央寄せ*/
.tal-r{ text-align: right; }/*右寄せ*/
.tal-l{ text-align: left; }/*左寄せ*/
.tvl-t{ vertical-align: top!important; }/*上寄せ*/
.tvl-m{ vertical-align: middle!important; }/*中央寄せ*/
.tvl-b{ vertical-align: bottom!important; }/*下寄せ*/


/*font-weight*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*font-size*/

.f08{ font-size: 0.8em; }
.f09{ font-size: 0.9em; }
.f12{ font-size: 1.2em; }
.f13{ font-size: 1.3em; }
.f15{ font-size: 1.5em; }
.f18{ font-size: 1.8em; }
.f20{ font-size: 2.0em; }

.f20px{ font-size: 20px; }
.f24px{ font-size: 24px; }
.f28px{ font-size: 28px; }
.f30px{ font-size: 30px; }

/*line-height*/


.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*margin*/

.m20-rlb{ margin: 0 20px 20px!important; }



/*font-color*/

.white{ color: #fff!important; }/*白*/
.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000ff!important; }/*青*/
.skyblue{ color: #167FA6!important; }/*水色*/
.navy{ color: #1F26A9!important; }/*紺*/
.green{ color: #008000!important; }/*緑*/
.darkgreen{ color: #054d25!important; }/*深緑*/
.yellowishgreen{ color: #00ff00!important; }/*黄緑*/
.olive{ color: #808000!important; }/*オリーブ*/
.yellow{ color: #ffff00!important; }/*黄*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purplishred{ color: #f50057!important; }/*赤紫*/
.purple{ color: #660099!important; }/*紫*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.brown{ color: #6a3906!important; }/*茶色*/


/*蛍光ペン*/

.hl-yellow{ padding:2px;background-color: #fbec84!important; }/*黄色*/
.hl-blue{ padding:2px;background-color: #9ff!important; }/*水色*/
.hl-gray{ padding:2px;background-color: #eee!important; }/*灰色*/
.hl-red{ padding:2px;background-color: #fcc!important; }/*赤色*/
.hl-green{ padding:2px;background-color: #00ff00!important; }/*緑*/
.hl-olive{ padding:2px;background-color: #bdbd00!important; }/*オリーブ*/
.hl-orange{ padding:2px;background-color: #ff9147!important; }/*橙*/
.hl-pink{ padding:2px;background-color: #f78cf7!important; }/*ピンク*/


/*下線*/

.underline{ text-decoration: underline!important; }

/*打ち消し線*/

.through{ text-decoration: line-through ; }



/*下点線*/

.dashedline{display: inline!important;padding-bottom: 0.3em!important;border-bottom: 1px dashed #7070ba!important;line-height: 2.1em!important;}

/*下破線*/

.dottedline{display: inline!important;padding-bottom: 0.3em!important;border-bottom: 1px dotted #7070ba!important;line-height: 2.1em!important;}



/* blockquote */

  .entry-content blockquote{
    font-size: 12px!important;　
    line-height: 130%!important;
    background-color: #C0C0C0 !important;
    border: 1px dotted #857e7e!important; 
 }
  .entry-content blockquote p{
    padding: 20px!important;　
 }



/*Youtube*/

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*floatの解除*/

.fn img{
	float: none!important;
}
















</pre></body></html>