body, html {
  font-size: 16px;
}
/*-----------id設定-----------------*/
#header, #memHeader {
	width: 100%;
	margin: 0 auto;
	height: 80px;
}
#mobileCentWrapper {
	min-height: 500px;
}
#det {
  width: 95%;
}
#memBtn {
	text-align: center;
	margin: 10px;
}
#wrap th {
	font-size: 0.8em;
	padding: 0;
}
#wrap textarea {
	width: 100%;
	margin: 0 5px;
}

/*----------個別class設定-------------*/
.inputDesign {
	border: 1px solid #7b8d42;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	width: 60%;
	display: inline-block;
}
.inputDesign:focus {
	-moz-box-shadow: inset 0 0 2px #7b8d42;
	-webkit-box-shadow: inset 0 0 2px #7b8d42;
	box-shadow: inner 0 0 2px #7b8d42;
}

.inputDesign2 {
	border: 1px solid #7b8d42;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	width: 85%;
	max-width: 300px;
}
.inputDesign2:focus {
	-moz-box-shadow: inset 0 0 2px #7b8d42;
	-webkit-box-shadow: inset 0 0 2px #7b8d42;
	box-shadow: inner 0 0 2px #7b8d42;
}

.buttonDesign {
    position: relative;
    display: inline-block;
    font-weight: normal;
    padding: 2px 10px 0px 10px;
    text-decoration: none;
    color: #7b8d42;
    background: #fff1da;
    border-bottom: solid 4px #7b8d42;
    border-radius: 15px 15px 0 0;
    transition: .4s;
    cursor: pointer;
}
.buttonDesign:hover {
    background: #7b8d42;
    color: #FFF;
}

a.memBtn {
	position: relative;
	display: inline-block;
	width: 100px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #7b8d42;
	border:solid 1px #eee;
	overflow: hidden;
}
a.memBtn {
	color: white;
}
.memBtn:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : black;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
.memBtn:hover {
	color: #555;
	background: #bc763c;
	transition: 0.3s;
}
.memBtn:hover:before {
	left:98%;
}

.sanbon,
.sanbon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sanbon {
	position: relative;
	width: 37px;
	height: 33px;
}
.sanbon span {
	position: absolute;
	left: 0;
	width: 90%;
	height: 3px;
	background-color: #eee;
	border-radius: 3px;
}
.sanbon span:nth-of-type(1) {
	top: 5px;
}
.sanbon span:nth-of-type(2) {
	top: 15px;
}
.sanbon span:nth-of-type(3) {
	bottom: 5px;
}
.add4 span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.add4 span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: add4bar .8s forwards;
	animation: add4bar .8s forwards;
}
@-webkit-keyframes add4bar {
	100% {
		height: 0;
	}
}
@keyframes add4bar {
	100% {
		height: 0;
	}
}
.add4 span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.main, .main2 {
	margin: 0 0 5px;
}
.sub {
	margin: 2px 0 -3px;
	font-size: 0.6em;
	color: #7b8d42;
}

.inputCont {
	padding: 10px;
	display: block;
	margin: 3px;
	width: 90%;
}

.btn04 {
	margin: 5px;
	background: #b1282e;
	cursor: pointer;
	border: 3px solid #b1282e;
	padding: 2px 4px; 
	color: white;
}
.btn04:hover {
	border: 3px double #b1282e;
	background: white;
	color: #b1282e;
}

.sortTable {
	display: inline-block;
}
.sortTable td {
	width: 60px;
}
.sortTable td:first-child {
	color: #333;
}
.sortTable a {
	margin: 5px;
	font-size: 10px;
	display: block;
	border: solid 1px #444;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	text-align: center;
	background: transparent;
	width: 30px;
}

.btn02 {
	margin: 13px 0;
	padding: 8px 10px 7px;
	color: #fff;
	background: #7b8d42;
	border:solid 1px #eee;
}

.btn03 {
	margin: 0px 0 0 0;
	padding: 0.1em 0.6em 0.1em 0.5em;
	background: #7b8d42;
	cursor: pointer;
	border: 3px solid #7b8d42;
	color: white;
}
.btn03:hover {
	border: 3px double #7b8d42;
	background: white;
	color: #7b8d42;
}

.base {
	width: 95%;
	margin: 0 auto;
	background: #eee;
	padding: 10px;
}
.base textarea {
	width: 95%;
}
.base input {
	width: 70%;
}

.inputLogin {
	border: 1px solid #b1282e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	display: block;
	margin: 3px;
	width: 90%;
}
.inputLogin:focus {
	-moz-box-shadow: inset 0 0 2px #b1282e;
	-webkit-box-shadow: inset 0 0 2px #b1282e;
	box-shadow: inner 0 0 2px #b1282e;
}

.tape{
  background-color: rgba(255,255,255,.4);
  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,0.2);
  padding: 0.25em 2em;
  color: #65513f;
  width: 150px;
  margin: 0px auto 10px;
  font-weight: normal;
}

.marker1 {
	padding: 3px 7px 0 2px;
	background:linear-gradient(transparent 75%, rgba(123,141,66,.4) 75%);
}

.detAd {
	margin: 30px auto;
	text-align: center;
}

.btn {
    border: solid 3px #7b8d42;
    margin: 10px 0;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    padding: 7px 15px;
	cursor: pointer;
	font-size: 0.8em;
}
.btn:hover {
	border: 3px double #7b8d42;
	color: #7b8d42;
}
.btn2 {
    border: solid 3px #7b8d42;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    padding: 2px 5px;
    cursor: pointer;
}
.btn2:hover {
	border: 3px double #7b8d42;
	color: #7b8d42;
}
.btn3 {
    border: solid 3px #7b8d42;
    margin: 10px 0;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    padding: 15px 20px;
    display: inline-block;
}
.btn3:hover {
	border: 3px double #7b8d42;
	color: #7b8d42;
}

.input1 {
    border: none;
    border-bottom: solid 3px #7b8d42;
    border-radius: 255px 15px 225px 0/15px 225px 15px 255px;
    background-color: transparent;
    padding: 2px 5px;
	margin: 5px;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */ 
}
.input1:focus {
	border-bottom: 3px double #7b8d42;
}
