
@charset UTF-8;

body{
	font-size: 16px;
}

h1{
	margin: 21px 0 40px;
}

table.contact th{
	text-align: left;
	font-weight: normal;
	width: 190px;
}

table.contact th,
table.contact td{
	padding: 5px 0;
	vertical-align: top;
}

input, textarea{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #A1A1A1;
/*	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2) inset;*/
}

label{
	display: inline !important;
}

input{
	height: 21px;
}

select{
/*	color: #bbb;*/
/*	border: 1px solid #a1a1a1;*/
/*	background-color: #fff;*/
}

input[name="お名前"]  {width:400px;}
input[name="ふりがな"]{width:400px;}
input[name="会社名"]  {width:400px;}
input[name="ふりがな(会社名)"]{width:400px;}
input[placeholder="郵便番号"] {width:100px;}
select[placeholder="都道府県"]{margin-top:10px; }
input[placeholder="市町村以下の住所"]   {width:400px; margin-top:10px;}
input[placeholder="建物名"]   {width:400px; margin-top:10px;}
input[name="電話番号"]  {width:150px;}
input[name="email"]  {width:400px;}
textarea[name="お問合せ内容"]  {width:530px; height:130px;}

select{
	font-size: 16px !important;
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

#confirmButton{
	cursor: pointer;
}


/* mailformpro4 向けの設定 ************************************************************ */

/* [確認画面] などの表示を消す*/
ul#mfp_phase_stat {
	display: none;
}

#mfp_overlay_background,
#mfp_overlay{
	display: none !important;
}

