/*----------------------------------------*/
/* メールフォーム用スタイルシート
/* 2018.05.08 - AkuseruDesign
/*----------------------------------------*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap p {
	text-align:inherit !important;
	margin:0px 0px 20px 0px !important;padding:0px 10px !important;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/* form
------------------------------*/
form	{
	margin:0px;padding:0px;
}
input	{
	padding:1px 3px;
	font-size:13px;line-height:1.4em;
}
.iw100 {width:100px;}
.iw200 {width:200px;}
.iw300 {width:300px;}
.iw400 {width:400px;}
input,select	{
	margin-bottom:5px;
}
input[type="text"]	{
	border:1px solid #CCCCCC !important;
}
input[type="email"]	{
	border:1px solid #CCCCCC !important;
}
select	{
	padding:1px 3px;
	font-size:13px;line-height:1.4em;
	border:1px solid #CCCCCC !important;
}
textarea	{
	padding:3px 5px;
	font-size:13px;line-height:1.4em;
	border:1px solid #CCCCCC !important;
	border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
}
input[type="submit"] {cursor:pointer;}
input[type="reset"] {cursor:pointer;}
input[type="button"] {cursor:pointer;}

.clrRed {color:#E42629;}
.clrGrn {color:#31A623;}

/*----------------------------------------*/
