@media (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#container{
width:100%;
}

.spNone { display: none;}

BODY
	{/* ドキュメント全体 */
	text-align:center;
	background-color:white;
	margin: 0 auto;
	}

#wrap
	{
	text-align:left;
	width:100%;
	min-height:800px;
	margin:0 auto;
	border-style: solid;
	border-color: lightgrey grey grey lightgrey;
	border-width: 1px 2px 2px 2px;
	font-family:Meiryo UI, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	}
	
#header
	{
	padding: 0px;
	}
#main
	{
	margin: 0%;
	}
#footer
	{
	margin:0;
	padding: 0px;
	background-color:white;
	border-style: solid;
	border-color: black white white white;
	border-width: 1px;
	font-size:80%;
	}
a.thumbnail {
	width: 46%; /* 横幅 */
	aspect-ratio: 1; /* 横幅 */
	float: left; /* 左に配置 */
	margin:1px;
	padding:5px;
	font-size: 70%;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	color: DimGray;
	border-style: solid;
	border-color: DimGray;
	border-width: 1px;
	border-radius: 2px;
	overflow: hidden;
}
a.thumbnail:hover{
	position:relative; top:-2px; right:0px;
	box-shadow: 2px 2px 5px 2px lightgrey;
	background: none;
	}

.thumb {
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 75%;
}
H1	{
	padding:0px 5px;
	color:#663300;
	font-size: 20px;
	}
H2	{
	background-color:#663300;
	padding: 5px 10px;
	margin: 5px 0px;
	color:white;
	font-size: 16px;
	text-shadow: 1px 1px 2px black;
	border-style: solid;
	border-color: lightgrey grey grey lightgrey;
	border-width: 0px;
	border-radius: 5px;
	}
H3	{
	color:#663300;
	text-align:center;
	font-size: 12px;
	padding:0px;
	margin:5px;
	}
H3.L	{
	text-align:left;
	}
p#mainlogo
	{
	margin:5px 0px 0px 0px;
	}
a:hover{
	background: #FFCC00;
	}
a:visited{
	color: steelblue;
	}
a.white{
	text-decoration: none;
	color: white;
	}
a.white:hover{
	text-decoration: none;
	background: Blue;
	font-style:solid;
	color: yellow;
	}
a.white:visited{
	text-decoration: none;
	color: lightblue;
	}
p.intro{
	padding: 5px;
	background: white;
	border-style: solid;
	border-color: grey;
	border-width: 0.5px;
	}
p.ref	{
	background-color: rgba(255,255,255,0.5);
	margin: 2px 0px;
	padding: 3px 5px;
	}
p.text	{
	margin: 0px;
	padding: 3px 5px;
	}
div.gallery{
	padding: 2px;
	margin:0px 2px;
	background: white;
	border-style: solid;
	border-color: lightgrey;
	border-width: 0.5px 2px 2px 0.5px;
	border-radius: 7px;
	text-align:left;
	}
li	{
	list-style:none;
	margin-left: -1.0em;
	text-indent: -1.0em;
	margin-bottom: 0px;
	}
dd	{
	text-indent: 0em;
	margin-left: 0.5em;
	margin-bottom: 5px;
	}
a{
	text-decoration: none;
	color:blue;
	}
a.list{
	text-decoration: none;
	}
a.icon{
	display:block;
	width:48px;
	float: left;
	padding: 1px;
	text-align:center;
	}
a.icon:hover
	{position:relative; top:0px; right:5px;
	background: none;
	}
}