@charset "utf-8";

body {
	background: #ffffff;

}
main {
	padding: 10px;

	font-family: 'Kiwi Maru', cursive;
	font-weight: normal;
	font-size: 20px;
	color: #00008b;
}
/* ヘッダーとナビゲーションの部分を固定配置 */
.header-nav-wrapper {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	background: rgb(255, 255, 255);
}
/* スクロールする部分は固定した要素よりも下に配置 */
.main-wrapper1 {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 120px;
	width: 100%;
}
input[type="month"] {
	padding: 3px 3px;
	border: 2px solid;
	border-radius: 7px;
	font-size: 20px;
}

select{
	padding: 2px 3px;
	border: 2px solid;
	border-radius: 10px;
	font-size: 15%;
}

.main-wrapper2 {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 90px;
	width: 100%;
}

.main-wrapper3 {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 115px;
	width: 100%;
}

.main-wrapper4 {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 140px;
	width: 100%;
}

.main-wrapper5 {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 165px;
	width: 100%;
}

.newjoin_line {
    text-align: center;
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #800000 !important;
}

.login_line {
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 17px !important;
	color: #800000 !important;
}

.required {
    margin-top: 0px;
	margin-bottom: 0px;
	color: #800000 !important;
}

.info {
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px !important;
	color: rgb(0, 0, 0) !important;
}

.errer {
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px !important;
	color: rgb(255, 0, 0) !important;
}

.submitButton {
	padding: 6px 20px !important;
	border: 2px solid rgb(0, 0, 255) !important;
	border-radius: 10px !important;
	background: rgb(128, 128, 255) !important;
	font-size: 20px !important;
	color: #ffffff !important;
}

.submitButton:active {
	background:#4169e1;
}

.sortClearButton {
	padding: 2px 2px !important;
	border: 2px solid rgb(0, 0, 255) !important;
	border-radius: 5px !important;
	background: rgb(128, 128, 255) !important;
	font-size: 15px !important;
	color: #ffffff !important;
}

input[type="text"] {
	padding: 6px 6px;
	border: 2px solid;
	border-radius: 10px;
	font-size: 20px;
}
input[type="number"] {
	padding: 6px 6px;
	border: 1px solid;
	border-radius: 5px;
	font-size: 15px;
	width:60px;
}

input.textclm {
	width:100%;
	padding: 6px 6px;
	border: 2px solid;
	border-radius: 10px;
	font-size: 15px;
}

input[type="password"] {
	padding: 6px 6px;
	border: 2px solid;
	border-radius: 10px;
	font-size: 20px;
}

input[type="tel"] {
	padding: 6px 6px;
	border: 2px solid;
	border-radius: 10px;
	font-size: 40px;
}

textarea {
	padding: 6px 6px;
	border: 2px solid;
	border-radius: 10px;
	font-size: 25px;
}
input[type="submit"] {
	border: 2px solid #ffd386;
	border-radius: 10px;
	background: #ff6347;
	font-size: 20px;
	color: rgb(0, 0, 0);
}

input[type="button"] {
	border-radius: 10px;
	background: rgb(128, 128, 255);
	font-size: 20px;
	height: 60px;
	color: rgb(255, 255, 255);
}

video {
  width: 80%;
  height: auto;
}

#adminButton {
	border: 2px solid #ffd386;
	border-radius: 10px;
	background: #ff6347;
	font-size: 18px;
	color: rgb(0, 0, 0);
}

#passwordButton {
	border: 2px solid #ffd386;
	border-radius: 10px;
	background: rgb(192, 192, 192);
	font-size: 18px;
	height: 30px;
	color: rgb(0, 0, 0);
}

input[type="button"]:active {
	background:#add8e6;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc1 { display: block !important;width: 40%;height: auto; }
.sp1 { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc1 { display: none !important; }
    .sp1 { display: block !important;width: 70%;height: auto; }
}

.storeName {
	font-family: 'Reggae One', cursive;
	font-weight: normal;
	font-size: 30px;
	color: #8b0000;
    text-align: center;
    margin-bottom: 0px;
}

.subtitle {
	display: block;
	font-family: 'Kiwi Maru', cursive;
	padding-top: 5px;
	border-top: 1px dashed #3b98b6;
	font-size: 25px;
	font-weight: normal;
	color: #00008b;
}

.restMin {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #dd3a59;
    text-align: center;
}

.errMsg {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
    text-align: center;
}

.Msg {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 17px;
	font-weight: bold;
	color: rgb(0, 0, 160);
    text-align: center;
}

.guide {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
    text-align: center;
}

.guide2 {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
    text-align: center;
}

.guide3 {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
    text-align: left;
}

.guide4 {
	display: block;
    margin-top: 0px;
	padding-top: 0px;
	font-size: 17px;
	font-weight: bold;
	color: rgb(255, 0, 0);
    text-align: left;
}

.totalPrice {
	display: block;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #dd3a59;
    text-align: center;
}

.articles {
}
.articles ul {
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
.articles li {
	overflow: hidden;
	padding: 8px;
	margin-bottom: 8px;
	background:#e9e2de;
}
.articles .thumbnail {
	position: relative;
	float: left;
	font-size: 0;
	width: 120px;
}

.articles .category {
	margin: 0 0 0 0;
	font-weight: bold;
	color: #dd3a59;
}
.articles .price {
	margin: 0 0 0 0;
	font-size: 30px;
	color: #00008b;
}
.thumbnail img {
	width: 100%;
	border: 5px solid #ffffff;
}

.itemTable {
	width: 100%;
}
.itemTR {
	height: 30px;
}

.itemTR2 {
	height: 100px;
}

.itemTD {
	height: 40px;
	background:rgb(128, 255, 255);
}

.itemTD img{
	width: 120px;
	border: 5px solid #ffffff;
}

.soldout {
	position: absolute;
	width: 100%;
	left: 1px;
	top: 1px;
}
.itemCommentTD {
	vertical-align: top;
}


.optTD {
	text-align: right;
}

.optDetailTD {
	text-align: left;
}

.opt {
	width: 100px;
}

@media screen and (max-width:480px) {
	.main-wrapper4 {
		top: 165px;
	}
}
#inputFile {
    position: relative;
    padding:70px 0 0px;
    text-align: center;
}

#dropArea {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 100%;
    padding: 0px 0 0px;
    border: 2px dashed #494949;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
    margin-block-start: 1px;
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 210px;
    height: 60px;
    opacity: 0;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
    top: 0px;
}

#btnInputFile,
#btnChangeFile {
    display: table;
    width: 200px;
}

#btnChangeFile {
    display: none;
}


#btnInputFile span,
#btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 300px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 4px;
    background: rgb(128, 128, 255);
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}
.select2{
    border: 1px solid;
    border-radius: 5px;
    font-size: 25px !important;
}

#upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
}

.blink {
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}