/*
 * Theme Name:	BusinessPress Child
 * Template:	businesspress
 * Theme URI:
 * Description: WordPressテーマ「BusinessPress」の自作子テーマです。
 * Author: Itsukey Tsukigase
 * Author URI: https://itsukey.jp/
 */
div.site-credit{
	display: none;
}.jumbotron-overlay {
	background-color: rgba( 0, 0, 0, 0 );
}.subheader{
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}.member-avatar{
	width: 250px;
	height: auto;
	display: block;
	margin: auto;
}dl.member dt{
	margin: 1em auto 0;
}dl.member dd{
	margin-bottom: 0;
}hr{
	height: 2px;
}.author-profile-name{
	color: #d6e1da;
}
/* ギャラリー */
body.page-id-63 div.site-content{
	max-width: 100%;
}#lightgallery{
	display: flex;
	flex-wrap: wrap;
}.caution {
	color: red;
	font-size: 18px;
	font-weight: 700;
  	margin: .8em auto;
}.galleryImg {
	position: relative;
	box-sizing: border-box;
	width: 25%; /* 幅 */
	padding-bottom: 25%; /* 幅と同じ高さをつくる */
}.galleryThum {
	position: absolute;
	width: 98%;
	height: 98%;
	border-radius: 20px;
}