/*
Theme Name: lightning Child
Version: 1.0
Template: lightning
*/

/* ボタンスタイル */
.button {
 margin: 2em 0;
}
.button a {
 border-radius: 4px;
 position: relative;
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin: 0 auto;
 max-width: 250px;
 padding: .4em 2em;
 color: #209e0f;
 line-height: 1.8;
 text-decoration: none;
 transition: 0.3s ease-in-out;
 font-weight: 500;
 border: 1px solid #209e0f;
}
.button a:hover {
 background: #209e0f;
 color: #FFF;
}

/* レスポンシブ対応 */
.home .entry-body table td .wp-caption {
	width: auto !important;
}

@media screen and (min-width: 600px) {
  div.whatsnew dt {
    width: 8.7em;
  }
}

@media screen and (max-width: 767px){
	.home .entry-body table tr,
	.home .entry-body table td{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.gallery img {
  width: 100%;
	}
	.gallery:not(.gallery-size-thumbnail) .gallery-item {
		max-width: 500px;
  width: 100% !important;
  float: none !important;
  overflow: hidden;
		margin: 0 auto;
	}
		.gallery:not(.gallery-size-thumbnail) .gallery-item img {
			pointer-events: none;
		}
}
