body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(assets/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(assets/images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(assets/images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(assets/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
/* 
Theme Name:		 habakiri_child
Author:			 nijigennomori
Template:		 habakiri
Version:		 1.0.0
Text Domain:	 habakiri-child
*/
.mce-inline-toolbar-grp.mce-arrow-up{
  height: 100%;
}
/* 投稿ページ */
.single-post .entry .event_detail h1,
.single-post .entry .news_content h1{
    color: #fff;
    text-align: center;
    padding: 18px 0;
    font-size: 30px;
    letter-spacing: .1em;
    background: #4eb2d1;
}
.single-post .entry .event_detail h2,
.single-post .entry .news_content h2{
    color: #fff;
    padding: 15px 0;
    font-size: 25px;
    letter-spacing: .1em;
    background: #241a53;
    margin: 23px auto;
    position: relative;
    border-radius: 5px;
}
.single-post .entry .event_detail h2:after,
.single-post .entry .news_content h2:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #241a53;
}
.single-post .entry .event_detail h3,
.single-post .entry .news_content h3{
	padding: 5px 15px;
	background: linear-gradient(transparent 60%, #FFEB3B 0%);
    margin-bottom: 23px;
}
.single-post .entry .event_detail h4,
.single-post .entry .news_content h4{
    padding: 10px;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
	font-size: 19px;
    margin-bottom: 20px;
}
.single-post .entry .event_detail h5,
.single-post .entry .news_content h5{
    font-size: 17px;
    position: relative;
    padding-bottom: .5em;
    padding-left: 15px;
    border-bottom: 3px solid #cccccc;
	margin-bottom: 20px;
}
.single-post .entry .event_detail h5:after,
.single-post .entry .news_content h5:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #ff0198;
}
.single-post .entry .event_detail h6,
.single-post .entry .news_content h6{
    border-bottom: 2px dotted #333;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 20px;
}
.single-post .entry .event_detail pre,
.single-post .entry .news_content pre{
    background: #fff;
    border-radius: 0;
	font-family: "Roboto Condensed", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
a.btn_lg {
    display: block;
    text-align: center;
    background: #ff0198;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    font-size: 18px;
    width: 80%;
    margin: auto;
}
a.btn_md {
    width: 60%;
    background: #ff0198;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}
a.btn_sm {
    background: #ff0198;
    color: #fff;
    font-weight: bold;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none;
}
a.btn_lg:hover,
a.btn_md:hover,
a.btn_sm:hover{
    opacity: 0.7;
    color: #fff;
}
.single-post table {
  border: 1px solid #ddd;
}
.single-post table tr td {
	padding:8px;
}
.single-post .entry .event_detail img ,
.single-post .entry .news_content img {
    width: 32.88888888%;
}
.single-post .entry .event_detail .pink_btn img ,
.single-post .entry .news_content .pink_btn img {
    width: auto;
}
.single-post .entry .event_detail img.size-full,
.single-post .entry .news_content img.size-full,
.single-post .entry .event_detail img.aligncenter,
.single-post .entry .news_content img.aligncenter{
    width: 100%;
}
.single-post .entry .event_detail img:nth-of-type(2) ,
.single-post .entry .news_content img:nth-of-type(2){
	margin:0 5px;
}
@media (max-width: 991px){
.single-post .entry .event_detail img,
.single-post .entry .news_content img {
    width: 100%;
}
	.single-post .entry .event_detail h1,
.single-post .entry .news_content h1,
.single-post .entry .event_detail h2,
.single-post .entry .news_content h2,
.single-post .entry .event_detail h3,
.single-post .entry .news_content h3{
	font-size:24px;
	}
.single-post .entry .event_detail img:nth-of-type(2),
	.single-post .entry .news_content img:nth-of-type(2) {
    margin: 5px 0px;
}
}