@charset "utf-8";


.message{
	width: 100%;
	position: inherit;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: grid;
	place-items: center;
		
}
.barcd{
	position:inherit;
	top: 220px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	
}

.menberForm{
	margin: 0 auto;
	width: 100%;
}

.msgWrite{
	font-weight: bold;
	color: red;
}

.oecd_def{
	outline:solid 0px black;
	border: none;
	background-color: #ffffff; 
	padding : 0em; 
	font-color: #000000;
}
.text1 {
	/*
	width: 83%;
	*/
	width:100%; box-sizing:border-box;
	padding: 0 0 0 100px;
}
.text2 {
	/*
	width: 100%;
	*/
	width:100%; box-sizing:border-box;
}

.text3 {
	position: relative;
}
.text3 p {
	position: absolute;
	top: 7px;
	left: 1px;
	color: #BBBBBB;
	font-size: 1.6rem;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

.cardStatus{
	font-size: 15px;
}

/*
input[type="text"]#oecd{

	width:100%; box-sizing:border-box;
	padding: 0 0 0 90px;
	font-size: 1.6rem;
	
}
*/

input[type="text"] ,input[type="email"] {
	height: 2.4em;
	padding: 0 4px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
}
input[type="text"]:focus ,input[type="email"]:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
	
}
input[type="button"] {
	height: 2.4em;
	padding: 0 16px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="button"]:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


html,body {
	overflow: hidden;
}

dialog {
	position: absolute;
	/*top:50%; */
	left: 50%;
	border-bottom-color: darkblue;
	background-color:lightblue;
	border-radius: 10px;
	text-align: center;
	width: 300px;
	height: 100px;
	transform: translate(-150px, -200px);
}

.diagBOX {
	position: relative;
	margin: 0 auto;
	
}