@charset "utf-8";

html {
	box-sizing: border-box;
	/* overflow: hidden; */
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* 基本要素 */
body {
	padding: 0;
	font-size: 1em;
	line-height: 1.8em;
	font-family: "游ゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

p {
	font-size: 1.1em;
	line-height: 1.52em;
	margin: 10px 0 10px 0;
}

pre {
	font-size: 1.1em;
}

pre {
	background-color: black;
	color: white;
	padding: 10px;
}

a {
	color: blue;
}

a:hover {
	color: orange;
	text-decoration: none;
}



h1 {
	font-size: 1.6em;
	margin: 10px 0 10px 0;
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	text-decoration: underline;
	/* background: #aeebc5; */
	/* border-left: solid 6px green;下線 */

}

.h1_cate:before {
	content: "【";
}

.h1_cate:after {
	content: "】";
}

h2 {
	font-size: 1.4em;
	margin: 20px 0 10px 0;
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	text-decoration: underline;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	/* background: linear-gradient(to bottom, transparent 78%, #66ccff 78%); */
}

h4 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}


/** コンテンツ全体 **/

.container {
	width: 96%;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
}

/* ▽ヘッダー */
header {
	width: 100%;
	margin-bottom: 15px;
	background-color: green;
	color: white;
	padding: 6px;
	box-sizing: border-box;
}

header .site_name {
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0 10px 0;
}

header a {
	color: white;
	text-decoration: none;
}


/* △ヘッダー*/


table tr:nth-of-type(1){
	/* background: navy; */
}

#grid_wrap{
	width: 95%;
	margin: auto;
}


.pswp{
	line-height: 1.8em;
}


.pswp a {
	color: #fff;
	text-decoration: underline;
}

.pswp__custom-caption {
	/* background: #00AAEE; */
	background: rgba(75, 150, 75, 0.75);
	font-size: 20px;
	color: #fff;
	width: calc(100% - 32px);
	max-width: 500px;
	padding: 8px 8px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top :10%;
	/* bottom: 16px; */
	transform: translateX(-50%);
	text-align: center;
}
.pswp__custom-caption a {
	color: #fff;
	text-decoration: underline;
}
.hidden-caption-content {
	display: none;
}

.pswp__bottom-caption {
	/* background: rgba(75, 150, 75, 0.75); */
	font-size: 20px;
	color: #fff;
	width: calc(100% - 32px);
	/* max-width: 500px; */
	padding: 8px 8px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	bottom: 16px;
	text-align: right;
	transform: translateX(-50%);

}
.pswp__buttom-caption a {
	color: #fff;
	text-decoration: underline;
}



button.pswp__button--test-button {
	background: red !important;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 50px;
}

#ad{
	position: relative;
	display: block;
	z-index: 99999;
	background: black;
	color: white;
	font-size: 1em;
	height: 50px;
	padding-top: 4px;
	text-align: center;
}
#ad a{
	color: white;
}
.custom-html-slide{
	color: #fff;
}
.pswp__top-bar{
	top:50px;
}
.pswp__counter{
	/* display: inline-block; */
}