@charset "utf-8";

@import url("share/default.css");


#top-head{
	margin-bottom:10px;
}

/* Clearfix
=================================*/

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */



form {
	margin-top: 20px;
}

	form legend {
		display: none;
	}

	table {
		margin: 0 auto;
		width:80%;
		margin-bottom: 0 !important;

	}
		table th,
		table td {
			/*border: solid #ddd 1px;*/
			/*padding: 10px 14px;*/
			text-align: left;
			display: block;
			width:100%;
		}
		table th {
			text-align: left;
					width:80px;
			paddng-top:20px;
		}

		
			table th span {
				margin-left: .5em;
				color: #f60;
				font-weight: bold;
			}
		
		
input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	    width: 100% !important;

}
#email input[type="text"]{
    width: 38% !important;
}
input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}			
			table td .err {
				background: #ccc;
			}
			table td .err input {
				background: #ccc;
			}
			table td .after.err {
				border-color: #ccc;
				background: #fff !important;
			}
			table td .after.err input {
				border-color: #ccc;
				background: #fff !important;
			}
			table td label {
				margin-right: 1em;
			}
			table td label input {
				margin-right: .3em;
			}
	
	p.submit {
		margin: 0 auto;
		padding-bottom: 2em;
		text-align: center;
	}



	.button {
		display: inline-block;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		padding: .5em 2em .55em;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		color: #d7d7d7;
		border: solid 1px #333;
		background: #333;
		background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
		background: -moz-linear-gradient(top,  #666,  #000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	}
	.button:hover {
		text-decoration: none;
		background: #000;
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
		background: -moz-linear-gradient(top,  #444,  #000);
		background: -ms-linear-gradient(top,  #444,  #000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	}
	.button:active {
		position: relative;
		top: 1px;
		color: #666;
		background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
		background: -moz-linear-gradient(top,  #000,  #444);
		background: -ms-linear-gradient(top,  #000,  #444);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	}
	
p.copy {
	border-top: solid #ccc 1px;
	padding: 0 0 3em;
	text-align: center;
}

div.thanks {

	text-align: center;
	font-size:20px;
	color:#999999;
}
div.thanks span{
	margin:0;
	padding:0;
	text-align:left;
	font-size:9px;
	line-height:5px;
}

.errMsg, .ex-error {
  display: block;
  color: red;
  font-size: 0.85em;
  margin-top: 4px;
  position: static !important;  /* 絶対配置を強制解除 */
}

.email-wrap input[type="text"] {
    width: 45% !important;
}

.email-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;  
}

.email-wrap .err-msg {
  width: 100%;      
}