@charset "utf-8";
#form_wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 50px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#form {
	display: table;
	width: 700px;
}
#form dl {
    display: table-row;
    width: 100%;
    height: 50px;
}
#form dt {
    display: table-cell;
    width: 25%;
    position: relative;
}
#form dt label#message_label {
    position: absolute;
    top: 0;
    left: 0;
}
#form dd {
    display: table-cell;
    width: 90%;
}
#form dd input {
    height: 26px;
    border-radius: 3px;
    border: 1px solid #999;
}
#form dd input#input_name_furigana,
#input_name,
#input_mail,
#input_mail_check {
    width: 60%;
    padding-left: 10px;
}
#form dd #input_mail_check {
    margin-top: 5px;
    margin-bottom: 10px;
}
#form dd input#input_tel {
    width: 50%;
    padding-left: 10px;
}
#form dd#address { }
#form dd#address span.address_h {
    display: inline-block;
    width: 20%;
    text-align: left;
}
#form dd#address span { display: inline-block }
#form dd#address input {
    height: 23px;
    margin-bottom: 20px;
    padding-left: 10px;
}
#form dd#address select {
    height: 20px;
    margin-bottom: 20px;
}
#form dd input#postcode1 { width: 36px }
#form dd input#postcode2 { width: 40px }
#form dd input#address2 { width: 150% }
#form dd input#address3,
#form dd input#address4 { width: 200% }
#form dd textarea {
    width: 90%;
    border-radius: 3px;
    border: 1px solid #999;
    height: 100px;
}
#form #form_button {
	width: 100px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
}
#form #submit {
	border: 1px;
	width: 343px;
	height: 64px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background-image: url(../images/click.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#form label {
    font-size: 16px;
    font-weight: bold;
}
#form label span {
    color: #ff0000;
    font-size: 14px;
    vertical-align: middle;
}
/*--------------

エラー処理

--------------*/
.error input,
.error textarea,
.error label { background: #FFCCCC }
.error input,
.error textarea { margin-left: 10px }
.error #input_mail_check { margin-left: 10px }
* html div.error label { background: none }
*+html div.error label { background: none }
p.error {
    margin: 0;
    color: red;
    font-weight: bold;
    margin-top : -25px;
    padding: 0 10px;
    font-size: 13px;
    display: block;
}
#form dd.error { height: 55px }


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#form_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#form {
	display: table;
	width: 100%;
}
#form #submit {
	border: 1px;
	width: 250px;
	height: 47px;
	cursor: pointer;
	display: inline-block;
	text-align: left;
	background-image: url(../images/click.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}

#form label {
    font-size: 12px;
    font-weight: bold;
}
#form label span {
    color: #ff0000;
    font-size: 10px;
    vertical-align: middle;
}
	
	
	
	
	
	
}
