/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2024 | 00:13:47 */
/* 2024 03 30 tuika */
/* ブログの記事装飾用CSS */
/* 担当　品田尚宏 */
/* 主な使用方法は、sectionタグなどでpタグなどの文面をグループ化し、その中（pタグを子要素として扱う）で使用する */
/* ----------------------------- */

/* アンダーラインを引く     */
/* spanタグにクラス名を指定 */
.underline_black{
	text-decoration:underline;
	text-decoration-color:black;
}
.underline_red{
	text-decoration:underline;
	text-decoration-color:red;
}
/* pb = purple blue */
/* パープルブルー（青紫）で下線を引く時に使用 */
/* 沖倉様の好きな色なので、使う時があるかも？ */
.underline_pb{
	text-decoration:underline;
	text-decoration-color:#6f51a1;
}
/* -------------------- */
/* フォントサイズ指定用 */
/* -------------------- */
.text_box{
/* 必要に応じて追加予定 */
}
.text_box p{
	font-size:1.3rem;
	text-indent:1.3rem;
}
.text_box li{
	font-size:1.3rem;	
}
/* ここまでが2024 03 30 追加分 */
/* ↓2024 04 29 追加 */
.text_box h2{
	color:#ffffff;
}


/* LINEのアイコン配置用 */
.floating-banner {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
}
