body, html {
  color: #444;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background: #fefefe;
}
a {text-decoration: none;}
h1 {
	margin: 0;
	padding:10px 0 10px 8px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid rgba(97,124,6,0.3);
}
h1 a {
	color: #435604;
}
h2 {
	margin: 0 0 5px;
	font-size: 1.1em;
}
h3 {
	margin: 0;
	font-size: 18px;
}
h4 {
	margin: 0 10px;
	font-size: 20px;
}
h5 {
	margin: 0 3px 0 10px;
	font-size: 20px;
}
input, select, button, textarea {
    font-family: inherit;
	background-color: inherit;
}
/*-----------id設定-----------------*/
#mobileCentWrapper {
	width: 100%;
	height: auto;
	float: left;
}
#footer {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0px;
	background: black;
	color: #e1e1e1;
	padding: 10px 0;
	clear: both;
	font-size: 0.8em;
}
#footer a {
	text-align: center;
}

.footer {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0px;
	background: #333;
	padding: 10px 0;
	clear: both;
	font-size: 0.7em;
}
.footer a {
	color: #eee;
	text-align: center;
}
.footer img {
	display: block;
	margin: 5px auto;
}
#humberger {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(157,214,140,0.9);
	padding: 5px 0 0 5px;
	cursor: pointer;
	z-index: 100;
}
.narrow {
  position: relative;
  padding: 5px;
  width: 350px;
  margin: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 3px rgba(10,10,10,0.02);
  transition: 0.3s;
  color:#333;
  text-align: left;
  border-radius: 5px;
}
.narrow:hover {
	transition: 0.3s;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.3), 0px 0px 0px 3px rgba(10,10,10,0.02);
}
.narrow td:first-child {
  width: 35%;
  margin: 0;
  padding: 10px 10px 10px 5px;
  vertical-align: top;
}
.submit {
	font-size: 1.1em;
	padding: 1em 4em;
	border-radius: 5px;
	background: inherit;
	cursor: pointer;
	border: 2px solid #7b8d42;
}
#det {
  position: relative;
  padding: 1em;
  margin: 20px auto;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 3px rgba(10,10,10,0.02);
}

#slider {
	max-width: 95%;
	max-height: 400px;
	border:	3px solid #fff;
	box-shadow: 2px 2px 10px #000;
	border-radius: 5px;
}
#wrap {
  position: relative;
  padding: 20px 20px;
  color: #65513f;
  width: 85%;
  margin: 10px auto;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 3px rgba(10,10,10,0.02);
}
#wrap2 {
  position: relative;
  padding: 30px 20px;
  color: #65513f;
  width: 90%;
  margin: 30px auto 50px;
  border: 1px solid #ccc;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 3px rgba(10,10,10,0.02);
}
#wrap2 input[type="text"], #wrap2 input[type="email"], #wrap2 input[type="password"] {
	max-width: 500px;
	width: 95%;
}
#user {
	margin: 5px;
}
#user div {
	display: inline-block;
}
#user a {
	display: inline-block;
	margin: 5px;
}
#uploadForm {
	margin: 10px auto;
	width: 80%;
}

#wideM img, #narrowM img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.btn-border {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 1px solid #617c06;
	font-size: 16px;
	color: #617c06;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
	margin-bottom: 5px;
	background-color: inherit;
	cursor: pointer;
}
.btn-border:hover, .btn-border2:hover {
	border: 1px solid #435604;
	color: #435604;
}

.btn-border2 {
	display: inline-block;
	width: 140px;
	text-align: center;
	border: 2px solid #7b8d42;
	font-size: 16px;
	color: #7b8d42;
	text-decoration: none;
	border-radius: 4px;
	transition: .4s;
	margin-bottom: 5px;
	background-color: inherit;
	cursor: pointer;
}

.select-border {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 1px solid #617c06;
	font-size: 16px;
	color: #617c06;
	text-decoration: none;
	padding: 10px 16px;
	border-radius: 4px;
	transition: .4s;
	margin-bottom: 5px;
}

#error, #error01 {
    color: red;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.main {
	font-size: 15px;
}
.main2 {
	font-size: 16px;
}

.icon {
	vertical-align: -3px;
	margin-right: 3px;
}

.offer th {
	font-weight: normal;
	font-size: 15px;
}
/*----------class設定-------*/
.m0 {
	margin: 0px;
}
.m50 {
	margin: 5px 0;
}
.m0a10 {
	margin: 0 auto 10px;
}
.m10 {
	margin: 10px 0 0;
}
.m5_0_10 {
	margin: 5px 0 10px;
}
.m5 {
	margin: 5px;
}
.lm5 {
	margin-left: 5px;
}
.lm10 {
	margin-left: 10px;
}
.rm5 {
	margin-right: 5px;
}
.rm10 {
	margin-right: 10px;
}
.tm5 {
	margin-top: 5px;
}
.tm10 {
	margin-top: 10px;
}
.bm5 {
	margin-bottom: 5px;
}
.bm10 {
	margin-bottom: 10px;
}

.lp5 {
	padding-left: 5px;
}
.lp10 {
	padding-left: 10px;
}
.rp5 {
	padding-right: 5px;
}
.rp10 {
	padding-right: 10px;
}
.tp5 {
	padding-top: 5px;
}
.tp10 {
	padding-top: 10px;
}
.bp5 {
	padding-bottom: 5px;
}
.bp10 {
	padding-bottom: 10px;
}

.cWhite {
	color: white;
}
.colorBlack4 {
	color: #444;
}
.colorRed {
	color: red;
}
.backRed {
	background: #b1282e;
}

.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fwn {
	font-weight: normal;
}
.border1sr {
	border: 1px solid #7b8d42;
	border-radius: 5px;
	padding: 0.25em 50px 0.25em 15px;
	width: fit-content;
}
.displayIb {
	display: inline-block;
}

.mobile {
	overflow-x: hidden;
	width: 100%;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

.vertical-3px {
	vertical-align: -3px;
}

.width300 {
	width: 300px;
}
.width200 {
	width: 200px;
}
.width80 {
	width: 80%;
}

.exLargeSpacer {
	height: 50px;
}
.largeSpacer {
	height: 40px;
}
.middleSpacer {
	height: 30px;
}
.smallSpacer {
	height: 20px;
}
.exSmallSpacer {
	height: 10px;
}

.cusorPointer {
	cursor: pointer;
}
