@charset "utf-8";

/* ========================================================================== */
/*@group base
   ========================================================================== */
/*NGの場合*/

.form22 .error {
    color: #a82b2b;
    font-weight: bold;
}

/* .ng-invalid .submitButton{display:none!important;} */
.e-pachi--form .ng-invalid .submitButton{display:block!important;}

.ng-invalid #dn{
	display:block !important;
/*
	width:280px;
*/
	width:400px;
	height:69px;
	margin:20px auto;
	/*background:url(https://www.e-pachinko.org/img/MailForm/btn00.jpg) no-repeat;*/
	background:url(https://www.e-pachinko.org/img/MailForm/btn00.jpg) no-repeat center; /* 20170321 */
	text-indent:-9999px;
	/*text-align:center;*/ /* 20170321 */
}

#dn .buttonStyle0{}
#dn .buttonStyle0 button{}
#dn .buttonStyle0:before {
    content: "";
    display: block;
    position: relative;
    top: 1px;
    left: 1%;
}

.buttonStyle0 button {
    /* display: inline-block;
    width: 100%; */
    border: medium none;
/*
    text-indent:-9999px;
*/
}
#dn .buttonStyle0 span {display: block;}

.buttonStyle0 input[type="reset"], .buttonStyle0 input[type="submit"], .buttonStyle0 button {
/*
    color: #FFF;
*/
    font-weight: bold;
/*
    background-color: transparent;
*/
    font-size: 1.13em;
    padding-left: 0.5em;
    line-height: 1;
}
/*OKの場合*/


.ng-valid #dn{
	display:none !important;
}

.submitButton,
.e-pachi--form .ng-invalid .submitButton{
	display:block !important;
	/*width:280px;*/
	width: 360px; /* 20170321 */
	height:69px;
	margin:20px auto !important;
	text-align:center;
/*
	background:url(https://www.e-pachinko.org/img/MailForm/btn01.jpg) no-repeat;
	cursor:pointer;
*/
}

.submitButton button,
.e-pachi--form .submitButton button{
	display:block !important;
/*
	width:280px;
*/
	width:360px;
	height:69px;
	margin: 0 !important; /* 20170321 */
	line-height: 20px; /* 20170321 */
	padding-top: 22px !important; /* 20170321 */
	padding-bottom: 22px !important; /* 20170321 */
}

.valid{
	color: #FFF !important;
	font-weight:bold;
	background-color: #7FBFFF;
	margin-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
}

.valid-blue{
	color: #FFF !important;
	font-weight:bold;
	background-color: #7FBFFF;
	margin-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
}


/*table*/
.form22 table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-spacing: 0px;

	text-align: left !important;
}
.form22 table th {
	text-align: left;
	vertical-align: middle;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 14px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	width: 200px !important;
}

.form22 table td {
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #CCC;
	font-size: 14px;
	border-right-style: none !important;
	border-left-style: none !important;
	border-top-style: none !important;
	background-color: #FFF;
}
.form22 table td input {
	color: #333;
	padding: 5px;
	width: 200px;
	font-size: 16px;
	height: 30px !important;
	line-height: normal;
	/*border: 2px solid #0000ff !important;*/
	border-radius: 4px !important;
	border: 1px solid #999999;
}

.form22 table td input.textFocus {
	color: #333;
}
.form22 table td select {
	padding: 5px;
	/*border: 2px solid #0000ff !important;*/
	border-radius: 4px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; /* 20170321 */
	border: 1px solid #999999;
}
.form22 body {
/*
	width: 688px !important;
*/
	margin: 0px;
}
/*
.form22 body.entry .require {
*/
.form22 .require {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-image: url(https://www.e-pachinko.org/img/MailForm/required.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
	color: #EEE;
	padding: 0px;
	background-position: right top;
	margin-top: -20px;

	float: right;
}
/*
.form22 body.entry .title {
*/
.form22 .title {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #24437A;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-bottom: 10px;
}
.form22 body p {
	padding: 0px !important;
	margin: 0px !important;
}
#btn_submit {
	/*width: 280px;*/ /* 20170321 */
	margin: 20px auto;
}
.form22 .notes {
	color: gray;
}
.form22 .ylp a {
	color: #000;
}
.form22 .ylp .error {
	color: #FFF !important;
}
.form22 .pt5 {
	padding-top: 5px !important;
}
.form22 .pt10 {
	padding-top: 10px !important;

	text-align: left !important;
}
.form22 .mar_t20 {
	margin-top: 0px;
}
.form22 .mar_t20.a_center {
	margin-top: 20px;
}
.form22 .radio_center {
  display: flex;
  align-items: center;
}
.txtC {
	text-align: left !important;
}

button {
	/*background: rgba(0, 0, 0, 0) linear-gradient(#ff8a00 0%, #ff4e00 100%) repeat scroll 0 0;*/
	background: #ff8a00;
	background: -webkit-linear-gradient(#ff8a00 0%, #ff4e00 100%);
	background: -o-linear-gradient(#ff8a00 0%, #ff4e00 100%);
	background: linear-gradient(#ff8a00 0%, #ff4e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#ff4e00',GradientType=0 );
	border: 0 none;
	border-radius: 6px;
	color: white;
	cursor: pointer;
	font-size: 26px !important;
	margin: 30px 10% !important;
	padding: 30px 0 !important;
	text-align: center;
	width: 80%;
}

.form22 input[type="email"] {
	/*border: 2px solid #cfc5c7 !important;*/
	/*border: 2px solid #0000ff !important;*/
	border-radius: 4px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; /* 20170321 */
	border: 1px solid #999999;
}

.form22 input[type="text"] {
	/*border: 2px solid #0000ff !important;*/
	border-radius: 4px !important;
	height: 60px;
	margin: 5px 0 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; /* 20170321 */
	border: 1px solid #999999;
}
.form22 select {
	/*border: 2px solid #0000ff !important;*/
	border-radius: 4px !important;
	/*height: 30px !important;*/
	height: 40px !important;
	font-size: 16px !important;
	margin: 5px 0 10px !important;
	border: 1px solid #999999;
}

.form22 input[type="text"]:focus,
.form22 input[type="email"]:focus,
.form22 select:focus {
  /*border: 2px solid #0000ff;*/
  outline: 0;
  box-shadow: 0px 0px 3px rgb(77, 144, 254), 0px 0px 3px rgb(77, 144, 254);
}
