@charset "utf-8";

.MEerror{
  border: 3px solid #b21e23;
  border-radius: 6px;
  background: rgba(178, 30, 35, 0.5);
  color: #ffffff;
  padding: 9px 18px;
  margin-bottom: 27px;
  margin-top: 27px;
}
.note-editor,#image_frame{
  display: inline-block;
}
#image_frame{
  width: 210px;
  height: 500px;
  margin-left: 50px;
  overflow: hidden;
}
.note-editor{  
  width: 690px;
  text-align: left!important;
  font-family: "NotoSansCJKjp_B","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif!important;
  font-size: 15px !important;
}
.note-editable{
  height: 500px;
  letter-spacing: 0.15rem;
}
#main_contents_wrap{
  z-index: unset !important;
}

/**自由HTML箇所**/
#sub_comment{
  letter-spacing: 0.15rem;
  max-width: 900px;
}
#sub_comment p,
.note-editable p{
  line-height: 20px;
  margin-bottom: 10px;
}
#sub_comment b,
.note-editable b{
  font-weight: bold !important;
  font-size: 17px;
  color: #017dc5;
}
#sub_comment a,
.note-editable a{
  color: #017dc5;
}
#sub_comment p a,
.note-editable p a{
  text-decoration: underline;
}
#sub_comment dt,
.note-editable dt{
  display: inline-block;
  width: 270px;
  padding: 10px;
  border-bottom-color: #bfbfbf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#sub_comment dd,
.note-editable dd{
  display: inline-block;
  width: 600px;
  padding: 10px;
  border-bottom-color: #bfbfbf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#sub_comment h2,
.note-editable h2{
  color: #017dc5;
	font-size: 26px;
	border-bottom-width: 0;
	text-align: left;
	letter-spacing: 0.15rem;
	padding-bottom: 7px;	
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 40px;  
}
.note-editable .ft26,
#sub_comment .ft26{
  color: #017dc5;
	font-size: 26px !important;
	border-bottom-width: 0;
	text-align: center;
	letter-spacing: 0.15rem;
	padding-bottom: 7px;	
  padding-top: 10px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;  
}
#sub_comment h3,
.note-editable h3{
  color: #017dc5;
	font-size: 20px;
	border-bottom-width: 0;
	text-align: left;
	letter-spacing: 0.15rem;
	padding-bottom: 7px;	
  padding-top: 10px;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom-color: #bfbfbf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#sub_comment table h3,
.note-editable table h3{
  border-bottom-width:0;
}
#sub_comment ul,
.note-editable ul{
  margin-left: 10px;
}
#sub_comment li,
.note-editable li{
  list-style: none;
  background-image: url("../sys_img/li_bg.gif");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 25px;
}
#sub_comment tr,
.note-editable tr{
  vertical-align: top;
  padding: 10px;
}
#sub_comment td,
.note-editable td{
  vertical-align: top;
  padding: 10px;
}

#sub_comment img,
#sub_comment table,
.note-editable table{
  max-width: 900px;
}
.org_border_table{
  margin-left: 10px;
  margin-right: 10px;
}
.org_border_table tr{
  border-top-color:#f2f2f0;
  border-top-width: 1px;
  border-top-style: solid;
}
.org_border_table td:last-of-type{
  border-bottom-color:#f2f2f0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.org_border_table td{
  padding: 10px;
}
.org_border_table td:nth-child(1){
	background-color: #f2f2f0;
  border-top-color:#fff;
  border-top-width: 1px;
  border-top-style: solid;
}
.org_border_table td:nth-child(2){
	min-width: 600px;
}