@charset "utf-8";
/* CSS Document */
.conference{
	margin: 20px 0 0 20px;
}
#form{
	border:1px solid #ccc;
	padding:10px;
	}

input[type="text"]{
	height:1.4em;
	font-size:100%;
}

#form th{
	white-space:nowrap;
}

.form_contents{
	padding:20px 0 20px 10px;
}

.entryform table.mailform tr th{
	text-align: center;
}
.hogosha{
	margin: 10px 10px 0 0;
}
.hogosha span{
	font-size: 90%;
}
.submittxt{
	font-size: 90%;
	margin-bottom: 5px;
}
.kojinjoho{
	margin: 30px 0 0;
	border: 1px solid #DDD;
	padding: 15px;
}
.kojinjoho .ttl{
	margin-bottom: 8px;
	font-weight: bold;
}
.kojinjoho p{
	margin-bottom: 8px;
	font-size: 100%;
}
.entryform input[type=button]{
	width: 100px;
	font-size: 114%;
	margin: 10px 0 15px;
}

.textarea_etc{
	vertical-align: top;
	margin-left: 10px;
	width: 300px !important;	
}

#mailform label{
	margin-bottom: 20px;
}
#mailform input{
	margin-right: 8px;
}

#mailform input.submit{
	padding: 8px 20px;
    border-radius: 5px;
    background: -webkit-linear-gradient(-90deg, rgb(252, 177, 31) 0%, rgb(252, 143, 42) 100%) rgb(248, 152, 54);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(253, 149, 51);
    border-image: initial;
	font-size: 16px;
	color: #FFF;
}

@media screen and (max-width: 480px) {
.textarea_etc{
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.conference{
	margin: 20px 15px 0;
}
	table.mailform,
	table.mailform tbody,
	table.mailformtr,th,
	table.mailform td{
		display: block;
	}
#wrapper table.mailform{
		padding: 0;
	}
#wrapper table th{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	text-align: left;
	padding: 15px 10px 0;
	font-weight: bold;
	border-bottom: none;
	white-space: normal;
	}
#wrapper table th img{
	margin-right: 5px;
	vertical-align: text-bottom;
	float: none;
	}
	#wrapper table td{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px 10px;
		margin-bottom: 18px;
		border-bottom: none;
	}
#wrapper table td input[type=text]{
	width: 100% !important;
	border: 1px solid #ddd;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#wrapper table td textarea{
	width: 100% !important;
	border: 1px solid #ddd;
	}

	#confirmWindow,
	#confirmBody{
		max-width: 100%;
		left: 0 !important;
	}
.confirm_layer,
ul.confirm_layer li,
	table.infield{
		max-width: 100%;
		width: 100% !important;
	}
	table.infield th{
		width: 40%;
		display: table-cell;
	}
	table.infield td{
		width: 60%;
		display: table-cell;
	}
	.confirm_layer{
		padding: 0 15px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px !important;
		overflow: hidden;
	}
	li.confirm_top{
		background: #FFF;
		background-image: none !important;
		border-radius: 10px 10px 0 0;
	}
	li.confirm_middle{
		background: #FFF;
		background-image: none !important;
	}
	li.confirm_bottom{
		background: #FFF;
		background-image: none !important;
		border-radius: 0 0 10px 10px;
	}
	div#confirmBody h2{
		margin-bottom: 20px !important;
		padding: 0 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}