body {
	background-color: #e6e6e6;
}

article {
  margin-bottom: 40px;
}

.tobe {
    display: inline-block;
    color: blue;
}

.left_txt {
  text-align: left;
}

.center_txt {
  text-align: center;
}

.right_txt {
  text-align: right;
}

.bold_txt {
  font-weight: bold;
}

.italic_txt {
  font-style: italic;
}

.font_l_txt {
  font-size: 2rem;
}

.font_m_txt {
  font-size: 1.5rem;
}

.font_s_txt {
  font-size: .8rem;
}

.bg-dark {
  background-color: #326693 !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
}

#nav_brand {
	font-size: 1.5rem;
}

#header_area {
	padding-top: 10px;
	background-color: #326693;
}



.wrapper {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}

html {
	line-height: unset;
	scroll-behavior: smooth;
}

.code_info_badge {
	display: inline;
	padding: 0px 6px 2px 6px;
	color: white;
	background: #282A36;
}

/* ▼基本バックグランドカラー上のテキスト */
.b_txt {
	color: white;
}
a.b_txt {
	text-decoration: none;
	color: white;
}
a.b_txt:hover {
	text-decoration: none;
	color: white;
}
/* ▲基本バックグランドカラー上のテキスト */

/* ▼ヘッダー基本バックグランドカラー上のテキスト */
.hd_txt {
	color: white;
}
a.hd_txt {
	text-decoration: none;
	color: white;
}
a.hd_txt:hover {
	text-decoration: none;
	color: white;
}
/* ▲ヘッダー基本バックグランドカラー上のテキスト */

/* ▼フッター基本バックグランドカラー上のテキスト */
.f_txt {
	color: white;
}
a.f_txt {
	text-decoration: none;
	color: white;
}
a.f_txt:hover {
	text-decoration: none;
	color: white;
}
/* ▲フッター基本バックグランドカラー上のテキスト */


/* ▼フッターコピーライト基本バックグランドカラー上のテキスト */
.fc_txt {
	color: white;
}
a.fc_txt {
	text-decoration: none;
	color: white;
}
a.fc_txt:hover {
	text-decoration: none;
	color: white;
}
/* ▲フッターコピーライト基本バックグランドカラー上のテキスト */


/* ▼サイトヘッダ部分 */
#header_area_title {
	text-align: center;
	font-size: 1.5rem;
}

#header_area_desc {
	text-align: center;
}
/* ▲サイトヘッダ部分 */



/* ▼コード関連表示 */
pre{
    counter-reset: rowNumber;
}
pre code{
    padding-left:2rem !important;/* 行番号表示用余白 */
}
pre span.row-number{
    counter-increment: rowNumber;
}
pre span.row-number::before {
    content:counter(rowNumber);
    /* 以下少しだけ装飾 */
    width: 2rem;
    display: inline-block;
    color: #aaa;
    position:absolute;
    left:15px;
    padding-left:4px;/* 文字位置の調整 */
    background:#282a36;/* 背景色は設定しましょう */
}
/* ▲コード関連表示 */

#site_head {
	display: block;
	height: 100px;
	background: #326693;
}

dl, ol, ul {
	margin-top: unset;
	margin-bottom: unset;
}

ul.ul_mokuji {
  list-style-type: none;
  padding: 0px 0px 0px 20px;
}

ul.ul_mokuji li {
	margin: 10px 0px 10px 0px;
}

ul.ul_mokuji_skel {
  list-style-type: none;
  padding: 0px 0px 0px 20px;
}

ul.ul_mokuji_skel li {
	margin: 10px 0px 10px 0px;
}

div.mokuji {
    background-color: #fbfaf5;
    padding: 5px 5px 5px 5px;
    border-left: 8px solid #cdcd92;
}

figure {
	text-align:center;
	margin: 20px 0px 20px 0px;
}
figcaption{
	color:grey;font:0.9em arial;
}

#h1_desc {
	margin: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #777;
}

.mokuji {
    background-color: #fbfaf5;
    padding: 20px;
    border-left: 4px solid #cdcd92;
}


h2#title {
	font-size: 32px;
	line-height: 1.2em;
	margin-right: 0 !important;
        margin-bottom: 20px;
}

h2.h2_txt {
	margin: 50px 0px 20px 0px;
    color: #ffffff;
    background-color: #326693;
    padding: 6px 20px 6px 20px;
    font-weight: normal;
    line-height: unset;
    font-size: 1.5rem;
    border-radius: 3px;
}

h2.h2_txt_notop {
	margin: 0px 0px 20px 0px;
    color: #ffffff;
    background-color: #326693;
    padding: 6px 20px 6px 20px;
    font-weight: normal;
    line-height: unset;
    font-size: 1.5rem;
    border-radius: 3px;
}


h3.h3_txt {
	margin: 50px 0px 20px 0px;
    padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #326693;
	font-weight: normal;
	color: #326693;
	font-size: 1.5rem;
}

h3.h3_txt_notop {
	margin: 0px 0px 20px 0px;
    padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #326693;
	font-weight: normal;
	color: #326693;
	font-size: 1.5rem;
}

h3.h3_kanren_txt {
	margin: 0px 0px 20px 0px;
    padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #326693;
	font-weight: normal;
	color: #326693;
	font-size: 1.5rem;
}

h4.h4_txt {
	margin: 50px 0px 20px 0px;
    padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #326693;
	font-weight: normal;
	color: #326693;
	font-size: 1.5rem;
}

h5.h5_txt {
	margin: 50px 0px 20px 0px;
    padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #326693;
	font-weight: normal;
	color: #326693;
	font-size: 1.5rem;
}

h6.h6_txt {
	margin: 50px 0px 20px 0px;
    padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #326693;
	font-weight: normal;
	color: #326693;
	font-size: 1.5rem;
}

p.p_txt {
	margin: 20px 0px 20px 0px;
}

p.waku {
	margin: 20px 0px 0px 0px;
	padding: 12px 15px;
	color: #777;
	background: #fafafa;
	border: 1px solid #ddd;
}

div.waku {
	margin: 20px 0 0 0;
	padding: 12px 15px;
	background: #fafafa;
	border: 1px solid #ddd;
}

.category_tag_box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sitemap_box {
    margin-bottom: 100px;
}


.side_box {
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

}

.side_box_no_line {
	margin: 0 0 20px 0;
}

.side_box_h {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	color: #ffffff;
	background: #326693;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.side_box_txt {
	padding: 0px 0px 0px 0px;

}


.page_box {
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

}

.page_box_no_line {
	margin: 0px 0px 0px 0px;
}

.page_box_h {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	color: #ffffff;
//	background: #326693;
	background: red;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.page_box_txt {
    margin-top: 8px;
}



#end-footer .end-footer-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    background: #326693;
    font-size: 0;
    text-align: center;
}

#end-footer .end-footer-menu {
    font-size: 0;
    text-align: center;
}

#end-footer .end-nav-item {
    display: block;
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

#end-footer .end-nav {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

#end-footer .end-lst-nav {
    font-size: 0;
    text-align: left;
}
/*
ul, li {
    margin: 10px 0px 10px 10px;
    padding: 0px 5px 0px 0px;
}
*/
.end-nav > ul {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 2px;
}

#end-footer .end-lst-nav > li {
    display: inline-block;
    position: relative;
    padding: 0 24px 0 23px;
}

.end-footer-end {
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #326693;
}


.sfix {
  position: sticky;
  top: 0px;
}


.shiny-btn {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ed4545;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.shiny-btn-g {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background: -webkit-linear-gradient(#ef6c6c,  #ed4545);/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.shiny-btn-g:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn-g::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn-g 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn-g {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.category_link {
	margin: 100px 0px 20px 0px;
}

.category_a {
	text-decoration: none;
	font-size: .8rem;
	color: #eee;
	display: inline-block;
	padding: 0px 5px 1px 5px;
	margin: 0px 5px 2px 0px;
	background: #333;
	border-radius: 4px;
}
.category_a:hover {
	text-decoration: none;
	color: #fff;
}



.img-thumb {
	margin-right: 10px;
	width: 180px;
	border-radius: 10px;
}

.img_box{
 width:100%;
 margin:0 auto;
 overflow:hidden;
}

.img_box2{
 width:100%;
 margin:0 auto;
}

/**
.img_box img{
 transition:1s all;
}
.img_box img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
*/

.tile_img {
 transition:.5s all;
}
.tile_img:hover {
  transform:scale(1.2,1.2);
  transition:.5s all;
}
.tile {
	margin-bottom: 20px;
	transition:.25s all;
}
.tile:hover {
	background: black;
	transform:translate( 2px, 2px );
	transition:.2s all;
}

.tile2 {
	margin-bottom:20px;
	transition:.3s all;
}

.tile2:hover {
	transform:translate( 2px, 2px );
	transition:.3s all;
}

.page_top_mark {
	font-size: 2rem;
	padding: 0px 8px 0px 8px;
        color:blue;
	background: black;
	border-radius: 10px;
	opacity: 0.5;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}



.pankuzu ul {
  display: flex;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pankuzu li a {
  padding: 5px;
//  color: #000000;
  font-size: 16px;
//  text-decoration: none;
}

.pankuzu li a:hover {
//  background-color: #EEEEEE;
}

.pankuzu li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  margin-left: 10px;
  margin-right: 10px;
//color: #888888;
  font-weight: bold;
}

.pankuzu li:last-child:after {
  content: ""; /* 最後のliの後ろには区切り文字を表示しない */
}

.img_thumb1 {
	display:block;
	width:100%;
	height:180px;
	object-fit: cover;
	border-radius: 3px;
}

.img_thumb2 {
	display:inline;
	width:140px;
	height:100px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 3px;
}

.img_thumb_nofit {
	display:inline;
	width:180px;
	margin-right: 10px;
	border-radius: 3px;
}

.thumb_txt_a {
	text-decoration: none;

}

.thumb_txt_a:hover {
	text-decoration: none;
}

.thumb_title {
	font-weight: bold;
	margin: 8px 8px 0px 8px;
	color: #444;
}

.thumb_date {
    margin: 0px 8px 8px 8px;
    font-size: .8rem;
    color: #444;
}

.thumb_desc {
	margin: 8px 8px 8px 8px;
	padding-left: 4px;
	text-decoration: none;
	color: #444;
	font-size: 0.8rem;
}

.thumb_tag {
        margin: 8px 8px 8px 8px;
}

.thumb_title2 {
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #444;
}

.thumb_date2 {
    font-size: .8rem;
    color: #444;
}

.thumb_desc2 {
	margin-bottom: 2px;
	text-decoration: none;
	color: #444;
	font-size: 0.8rem;

}

.thumb_tag2 {
        margin: 8px 8px 8px 8px;
}


.marquee_container {
  overflow: hidden !important;
}
.marquee {
	display : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	line-height : 1em;
	animation : Marquee 18s linear infinite;
}
@keyframes Marquee{
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-100%)
	}
}

.chika {
	animation: Chika 1s linear infinite alternate;
}
@keyframes Chika {
  0%,100% {
    color: red
  }
  50% {
    color: blue
  }
}


.category_list_link {
	padding: 10px 0px 10px 0px;
	border-left: solid 8px #cdcd92;/*左側の線*/
    background-color:  #fbfaf5; /* 背景色指定 */
    border-radius:  2px;       /* 角丸指定 */
    margin-bottom: 0px;         /* 要素と要素の間指定 */
}

.category_list_link ul li {
    margin:  0;         /* デフォルト指定上書き */
    padding: 5px 0px 5px 0px;         /* デフォルト指定上書き */
}




.kotei_list_link {
	padding: 10px 0px 10px 0px;
	border-left: solid 8px #cdcd92;/*左側の線*/
    background-color:  #fbfaf5; /* 背景色指定 */
    border-radius:  2px;       /* 角丸指定 */
    margin-bottom: 0px;         /* 要素と要素の間指定 */
}

.kotei_list_link ul li {
    margin:  0;         /* デフォルト指定上書き */
    padding: 5px 0px 5px 0px;         /* デフォルト指定上書き */
}






.comment_list {
	margin: 30px 0px 30px 30px;
}

.comment_box {
	border: solid 1px #CCC;
	border-left: solid 8px #cdcd92;
	border-radius: 4px;
	margin: 40px 0px 30px 0px;
	background-color: #fbfaf5;

}

.comment_box_header {
	display: flex;
  	justify-content: space-between;
}

.comment_box_balloon {
	position:  relative;
	background: #326693;
	color: #FFF;
	top: -20px;
	left: -30px;
	padding: 2px 18px 4px 18px;
	border-radius: 15px;
}

.comment_box_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  border: 6px solid transparent;
  border-top: 6px solid #326693;
}

.comment_box_date {
	position:  relative;
	color: #fff;
	right: 2px;
	padding: 0px 6px 0px 6px;
	font-size: .8rem;
}

.comment_box_comment {
	padding: 0px 10px 10px 10px;
	padding: 0px 10px 30px 10px;
}

.comment_h {
	margin-top: 80px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	border-bottom: solid 2px #326693;;
}

.comment_form {
	margin-top: 40px;
	margin-bottom: 80px;
}

.kome_red {
	margin-left: 4px;
	margin-right: 4px;
	color:#ff0000;
}




.kanren_kiji_h {
	position:  relative;
	background: #326693;
	color: #FFF;
	top: 0px;
	left: 0px;
	padding: 2px 18px 4px 18px;
	border-radius: 15px;
}

.kanren_kiji_title {
	margin-bottom: 2px;
	font-size: 1rem;
	font-weight: bold;
	color: #666;
}

.kanren_kiji_btn {
	margin: 5px 0px 0px 0px;
	padding: 0px 4px 4px 4px;
	display: inline-block;
	color: #222;
	background: #ccc;
	border-radius: 5px;
	font-size: 0.9rem;
}

.kanren_kiji_body {
	margin-bottom: 2px;
	font-size: .8rem;
	color: #666;
}

.kanren_kiji_h:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  border: 6px solid transparent;
  border-top: 6px solid #326693;
}

.kanren_kiji_box {
	margin: 38px 0px 38px 0px;
}

.kanren_kiji_inner {
    margin-top: 10px;
    margin-bottom: 38px;
    display: flex;
    flex-direction: column;
}

.kanren_kiji_a {
	border: solid 1px #CCC;
	border-radius: 4px;
	padding: 4px;
	text-decoration: none;
	color: black;
	font-size: .8rem;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.kanren_kiji_a:hover {
	text-decoration: none;
	background: #DDD;
	color: black;
	transition: all 0.3s ease-in-out;
}

.prev_next_box {
    margin: 38px 0;
    margin-bottom: 38px;
    display: flex;
    flex-direction: column;
}


.prev_next_prev_a {
	border: solid 1px #CCC;
	border-radius: 4px;
	padding: 4px;
	margin: 4px;
	text-decoration: none;
	color: black;
	font-size: .8rem;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.prev_next_prev_a:hover {
	text-decoration: none;
	background: #DDD;
	color: black;
	transition: all 0.3s ease-in-out;
}


.prev_next_next_a {
	border: solid 1px #CCC;
	border-radius: 4px;
	padding: 4px;
	margin: 4px;
	text-decoration: none;
	color: black;
	font-size: .8rem;
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.prev_next_next_a:hover {
	text-decoration: none;
	background: #DDD;
	color: black;
	transition: all 0.3s ease-in-out;
}



.prev_next_a:hover {
	text-decoration: none;
	color: black;
}

.prev_mark {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	font-size: 2rem;
	color: #AAA;
}

.next_mark {
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	font-size: 2rem;
	color: #AAA;
}


#eyecatch {
        margin: 0px 0px 0px 0px;
	text-align: center;
	background: #DDD;
	width: 100%;
        height: 400px;
}

#eyecatch_inner {
  position: relative;
  margin: 0px;
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#eyecatch_img {
       max-height: 400px;
}



.twitter_a {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 8px 1px 8px;
	background:#55acee;
	box-shadow:0 2px #2795e9;
	color:#ffffff;
	text-decoration:none;
	border-radius: 4px;
}
.twitter_a:hover{
	background:#83c3f3;
	color:#ffffff;
	text-decoration:none;
}

.facebook_a {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 8px 1px 8px;
	background:#3b5998;
	box-shadow:0 2px #2d4373;
	color:#ffffff;
	text-decoration:none;
	border-radius: 4px;
}
.facebook_a:hover{
	background:#4c70ba;
	color:#ffffff;
	text-decoration:none;
}

.line_a {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 8px 1px 8px;
	background:#00C300;
	box-shadow:0 2px #009d00;
	color:#ffffff;
	text-decoration:none;
	border-radius: 4px;
}
.line_a:hover{
	background:#2bd92b;
	color:#ffffff;
	text-decoration:none;
}

.share_box_top {
	margin-top: 20px;
}

.share_box_bottom {
	margin-bottom: 40px;
}

.share {
	margin-top: 10px;
	margin-left: -40px;
}

.share ul{
	height:auto;
}
.share li{
	display: inline-block;
	font-size:.8rem;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:0px;
	border-radius:3px;
	list-style:none;
}
.share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
.share li.share-twitter:hover{
	background:#83c3f3;
}
.share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
.share li.share-facebook:hover{
	background:#4c70ba;
}
.share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
.share li.share-google:hover{
	background:#e47365;
}
.share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
.share li.share-hatena:hover{
	background:#4888d4;
}
.share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
.share li.share-pocket:hover{
	background:#f26f7f;
}
.share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
.share li.share-line:hover{
	background:#2bd92b;
}
.share a{
	display:block;
	height:27px;
	padding-top:4px;
	color:#ffffff;
	text-decoration:none;
}
.share a:hover{
	text-decoration:none;
	color:#ffffff;
}


.boutou_box {
	padding-top: 0px;
	padding-bottom: 0px;
}

.op_up_date {
	font-size: .8rem;
	color: #666;
}

.icon_mr {
	margin-right: 4px;
}

.icon_mx {
        margin-left: 4px;
	margin-right: 4px;
}

.icon_panb {
        margin-left: 10px;
	margin-right: 10px;
}


.icon_color {
	color: #AAA;
}

.kotei_page_root_area {
	margin: 20px 0px 20px 0px;
	padding: 40px;
	background: #FBFAF5;
	border-radius: 4px;
}

.kotei_page_kaisou1 {
	margin: 10px 0px 10px 0px;
}

.kotei_page_kaisou2 {
	margin: 10px 0px 10px 40px;
}

.kotei_page_kaisou3 {
	margin: 10px 0px 10px 80px;
}

.kotei_page_kaisou4 {
	margin: 10px 0px 10px 120px;
}

.kotei_page_kaisou:hover {
	background: #DDD;
}


.pagenator_info {
	border-bottom: solid 1px #AAA;
	padding: 2px 4px 2px 4px;
}

.balloon_t {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #EEE;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon_t:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #EEE;
  z-index: 2;
}

.balloon_t:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon_l {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon_l:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon_l:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon_r {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon_r:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon_r:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon_b {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #EEE;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon_b:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #EEE;
  z-index: 2;
}

.balloon_b:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.pen_1 {
	font-weight: bold;
    background:linear-gradient(transparent 60%, pink 60%);
}


.pen_2 {
	font-weight: bold;
    background:linear-gradient(transparent 60%, yellow 60%);
}

.pen_3 {
	font-weight: bold;
    background:linear-gradient(transparent 60%, lightblue 60%);
}

.pen_4 {
	font-weight: bold;
    background:linear-gradient(transparent 60%, lightgreen 60%);
}

.pen_5 {
	font-weight: bold;
    background:linear-gradient(transparent 60%, orange 60%);
}

.pen_6 {
	font-weight: bold;
    background:linear-gradient(transparent 60%, gray 60%);
}

blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.color1 {
  color: red;
}
.color2 {
  color: blue;
}
.color3 {
  color: green;
}
.color4 {
  color: yellow;
}
.color5 {
  color: white;
}
.color6 {
  color: black;
}
.color7 {
  color: orange;
}
.color8 {
  color: gray;
}
.color9 {
  color: pink;
}
.color10 {
  color: lightblue;
}

.modal_x {
	position:absolute;
	display:none;
	z-index:9999;
	top:50%;
        left:50%;
        transform:translate(-50%,-50%);
	width:380px;
	height:210px;

	padding:20px;
        text-align:center;
        border: solid 1px #FFF;
        border-radius: 10px;
}
.modal_x p {
	margin-bottom:10px;
        font-size: 1rem;
        color: #FFF;
}
.modal_x span {
        margin-right: 10px;
        cursor: pointer;
        color: #FFF;
        font-size: 1.2rem;
}

.modal_x span:hover {
        color: pink;
}
.modal_x a {
        margin-left: 10px;
        text-decoration: none;
        color: #FFF;
        font-size: 1.2rem;
}

.modal_x a:hover {
        color: pink;
        text-decoration: none;
}



