/* 共通スタイル
---------------------------------------------------------------------------- */
body {
	margin: 0;
	padding-top: 0;
	background-color: #cccccc;
	text-align: center;
	color: #FFFF00;
	background: #FFF url("../img/bg.png") repeat;
}
/* 全体のボックス
---------------------------------------------------------------------------- */
#containBox {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 920px;
	height: auto;
	text-align: left;
	background-image:none;
}
.mtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #0CC;
	border-style: groove;
	text-align: left;
	white-space: normal;
	border-color: #CCC;
	color: #FFC;
	background-repeat: no-repeat;
	display: block;
	padding: 2px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: x-large;
	font-weight: bold;
}
.subtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	border-style: solid;
	text-align: center;
	white-space: normal;
	border-color: transparent #CCC transparent;
	color: #000;
	background-repeat: no-repeat;
	display: block;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.dtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFC;
	border-style: solid;
	border-color: #F0F0F0 #666666 #666666 #F0F0F0;
	border-bottom-width: thin;
	border-right-width: thin;
	color: #333;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.coment {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-style: solid;
	background-color: #FFF;
	border-color: transparent #333333 #333333 transparent;
	border-bottom-width: thin;
	border-right-width: thin;
	color: #000;
}
body p {
	text-align: center;
	text-shadow: 1px 1px 2px black;
}
table img {
	float:left;
	vertical-align:middle;
}
table {
	margin-left: auto;
	margin-right: auto;
}
.pswp__custom-caption {
  background: rgba(75, 150, 75, .75);
  border-radius: 4px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  left: 50%;
  max-width: 400px;
  padding: 2px 8px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 32px);
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}
.g-item {
  display:inline-block;
  width:135px;
  height:auto;
  text-align:center;
  text-decoration: none;
}
.g-item img{
   object-fit: scale-down;
}
.g-item > .hidden-caption-content {
  display: block;
}
#htbox {
	margin: 1em auto 0 auto;
	padding: 0;
	width: 920px;
	height: auto;
	text-align: left;
}

@media (max-width: 920px) {
#containBox {
	width: 100%;
	height: auto;
	margin-left:0;
}
.subtitle {
	width: 96%;
}
table {
	width: 96%;
	height: auto;
}
table img {
	width: 100%;
	height: auto;
}
#htbox {
	width: 100%;
	height: auto;
	margin-left:0;
}
#htbox img {
	width: 100%;
	height: auto;

}

