html{
    font-family: "Noto Sans JP", sans-serif;
}
h1 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}
h2 {
    font-weight: 100;
    font-size: 21px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    letter-spacing: 1px;
}



input.input_w330 { width: 330px; }
input.input_w350 { width: 330px; }
input.input_w400 { width: 330px; }


.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w550{width:550px;}
.w600{width:600px;}

.textCenter{text-align: center;}

#bg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	z-index: 1000;
}

header {
    padding: 22px;
    background: #a287cd;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 8px;
}

/* サイドメニュー */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 100%;
	background: #d1d1d1;
  list-style: none;
	border-right: 1px solid #b4b4b4;
}
 
#nav li {
  text-align: center;
	border-bottom: 1px solid #b4b4b4;
}
 
#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 10px 0;
	color: #333;
	font-size: 13px;
}
#nav li a:hover {
	opacity: 0.5;
	background-color: #fff;
}


#mainArea {
	padding: 20px;
	height: 100%;
	margin-left: 140px;
}

.newMakeArea {
	width: 100%;
	max-width: 1000px;
	background: #f1f1f1;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}

.buttonsArea {
	display: flex;
	margin-bottom: 30px;
}
.buttonsArea a {
	display: block;
	width: 300px;
	padding: 20px;
	background: orange;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.buttonsArea a:hover {
	opacity: 0.5;
}

table {
	width: 100%;
    max-width: 1300px;
	background: #f1f1f1;
}
thead {
	padding: 5px 0;
	background: #75c9a0;
	color: #fff;
  font-weight: bold;
	text-align: center;
}
tbody td {
	background: #fff;
	padding: 5px;
}

.table_btn{
	display: block;
	width: 50px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.BGorange{
	background: #ff7400;
}
.BGred{
	background: red;
}
.BGgreen{
	background: #2dbd2d;
}
.BGblack{
	background: black;
}


.inputArea {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 1000px;
	margin: 20px 0;
}
.inputArea h2 {
	width: 130px;
	font-size: 18px;
	margin: 0 0 3px 2px;
}
.inputSection {
	display: flex;
	margin: 0 0 20px 10px;
	gap: 10px;
}

.listArea {
	margin-bottom: 30px;
}



/* Window */
.baseWindow {
	display: none;
	position: absolute;
	width: 500px;
	height: fit-content;
	padding: 15px 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	background: #fff;
	border-radius: 10px;
	z-index: 1200;
}
.baseWindow h2{
	text-align: center;
	font-size: 22px;
}
.baseWindow .fortuneName{
	text-align: center;
	font-size: 22px;
	margin: 20px 0 28px 0;
}
.baseWindow button{
	border: 0;
	width: 48%;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.baseWindow .btnArea{
	display: flex;
	width: 100%;
}

.statusLabel{
	text-align: center;
	color: #fff;
	width: 60px;
	font-weight: bold;
}

.codeGetBtn {
	width: 130px;
	background: #afafaf;
	border-radius: 5px;
	color: #fff;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.codeDispArea{
	display: none;
	width: 100%;
	height: 500px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 10px;
}
