/*------タグ設定-----------------*/
body, html {
  overflow-x: hidden;
}
h1 {
	margin: 0 0 5px;
	text-align: center;
}
h2 {
	margin: 0px 0 5px 15px;
	font-size: 22px;
}
header {
	width: 100%;
	height: 45px;
	padding-top: 14px;
}
/*-----------id設定-----------------*/
.logo {
    margin: 0 auto;
    text-align: center;
    display: block;
}
#mobileUpWrapper {
	background: repeating-linear-gradient(#e1e1e1 0, #e1e1e1 1px, rgba(253,253,253,1.0) 1px, rgba(253,253,253,1.0) 24px);
	display: none;
	padding: 10px;
	height: 0;
	overflow: hidden;
}

#mobileCentWrapper {
	width: 100%;
	height: auto;
	min-height: 500px;
	float: left;
}

#headMemBtn {
	text-align: center;
	margin: 5px;
}
#headMemBtn a {
	line-height: 10px;
	width: 80px;
}
/* 
#humberger {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(179,62,92,0.5);
	padding: 5px 0 0 5px;
	cursor: pointer;
	z-index: 100;
} */

.wide {
  width: 90%;
  padding: 10px 0 5px;
}
.wide:before{
  left: calc(50% - 80px);
}
.wide_img {
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  display: block;
}
.wide_info{
	padding: 0px 10px 0px 15px;
	width: 85%;
	display: block;
}
.wide img {
	width: 95%;
	height: 200px;
}
.wide td:first-child {
	width: 100%;
	padding: 10px 0 0;
	text-align: center;
	display: block;
}
.wide td:nth-child(2){
	padding: 0px 10px 0px 15px;
	width: 85%;
	display: block;
}

.waku {
    padding:5px;
    border:1px solid #ccc;
    background:rgba(225,225,225,0.3);
    box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
}

/* .narrow {
  position: relative;
  background-image: url("../images/topBack.jpg");
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0em;
  color: #65513f;
  width: 99%;
  margin: 20px 0px;
}
.narrow:before{
  position: absolute;
  content: "";
  top: -1em;
  left: 25%;
  width:100px;
  height:20px;
  background-image: linear-gradient(-45deg, rgba(179,62,92,.4) 25%, transparent 25%, transparent 50%, rgba(179,62,92,.4) 50%, rgba(179,62,92,.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg); 
}
.narrow td:first-child {
  width: 100%;
  margin: 0;
  padding: 10px 0px 0;
  vertical-align: top;
  text-align: center;
  display: block;
}
.narrow td:nth-child(2){
	padding: 0px 10px 10px 15px;
	border-bottom: 2px solid #aaa;
	width: 85%;
	display: block;
	word-break: break-all;
	display: none;
}
.narrow img {
	max-width: 90%;
	max-height: 200px;
	object-fit: contain;
} */

.paging {
	margin: 15px 5px 35px 15px;
}
.paging a{
	margin: 2px 0;
}

/* .toTop {
	display: none;
	width: 35px;
	position: fixed;
	bottom: 0px;
	right: 5px;
	cursor: pointer;
	transition: 0.5s;
	z-index: 100;
}
.toTop:hover {
	transition: 0.5s;
	margin-bottom: 5px;
} */

#det {
  padding: 20px 5px;
  width: 90%;
  margin: 15px auto;
}
#det:before{
  left: calc(50% - 90px);
  width:120px;
}
.det_img {
  width: 99%;
  padding: 10px 2px;
  vertical-align: middle;
  display: block;
}
.det_info {
	width: 99%;
	padding: 5px;
	display: block;
}
#det img {
	max-width: 100%;
	max-height: 400px;
	object-fit: cover;
}
#det td:first-child {
	width: 99%;
	padding: 10px 2px;
	vertical-align: middle;
	display: block;
}
#det td:nth-child(2){
	width: 99%;
	padding: 5px;
	display: block;
}

#add {
  width: 95%;
}
#add:before{
  left: 25%;
}

#memBtn {
	text-align: center;
	margin: 10px;
}

#wrap {
  padding: 50px 10px;
  width: 90%;
}
#wrap:before{
  left: 25%;
}
#wrap textarea {
	width: 95%;
}

.detH1 {
	font-size: 23px;
}
.detH2 {
	font-size: 15px;
	margin: 0;
}

.sortTable {
	display: inline-block;
}
.sortTable td:first-child {
	color: #333;
}

/*----------class設定-------*/
.pc {
	display: none;
}
