@charset "UTF-8";
/* CSS Document */

#entrysheet1,.entrysheet1 {
	max-width:934px;
	padding-top:13px;
	padding-right:13px;
	padding-bottom:25px;
	padding-left:13px;
	line-height:1.7em;
	}

/* メールフォーム */
#entrysheet2 {
	background-color:#FFFAEC;
	padding-top:25px;
}

#entrysheet2 dl.form {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;		
	width: 90%;
    margin: 0 auto;
}

#entrysheet2 dl.form dt {
	width: 230px;
	background-image:url(../img/company/03.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}

#entrysheet2 dl.form dd {
	width: calc(100% - 270px);
	padding-top:5px;
	padding-bottom:10px;
	padding-left:20px;
}

#entrysheet2 input {
	height:1.2em;
}

input.form {
	border:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #FECA2E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea.form {
	border:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #FECA2E;
	width:480px;
	margin:0 0 20px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button.formB1,
button.formB2 {
	border:solid 1px #fff;
	padding:15px 30px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.formB {
	text-align:center;
	margin-bottom: 25px;
}

p.tel {
	padding-top:5px;
}

button.formB1{
	background-color:#BCBCBC;
}

button.formB2 {
	background-color:#FECA2E;
}

.form-select-wrap{
  display: flex;
  max-width: 300px;
  align-items: center;
}
.form-select-wrap > select{
    padding: 5px 16px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #333;
    border: solid 1px #FECA2E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    padding: 5px 16px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #333;
    border: solid 1px #FECA2E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.p-postal-code,.p-region,.p-locality,
.p-street-address,.p-extended-address,.p-extended-address2 {
    padding: 5px 16px 5px 5px;
    margin-left: 0;
    margin-right: 10px;
	margin-bottom: 10px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #333;
    border: solid 1px #FECA2E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width:600px) {
	#entrysheet2 {
		width: 95%;
		margin: 0 auto 25px;
	}
	
	#entrysheet2 dl.form dt,
	#entrysheet2 dl.form dd {
		width: 100%;
	}
	
	#entrysheet2 dl.form dd {
		border-bottom: solid 1px #ffecb3;
	}
	
	textarea.form {
		width: 95%;
	}
	select {
		padding: 5px;
	}
	
	input.yourname {
		width: 5em;
	}
}

