@charset "utf-8";

/*=====================================================================================
	
	Document    : form.css
	Created on  : 2013/11/14
	Description : フォーム
 
=====================================================================================*/

textarea { width:98%; }
.ip_ss { width:10%; }
.ip_s2 { width:25%; }
.ip_s { width:45%; }
.ip_m { width:70%; }
.ip_l { width:98%; }
label { cursor:pointer; }
label:hover { color:#ffa41a; }
label { padding-left:0.5em; }

input[type="text"],
select,
textarea {
	padding:4px;
	border:1px solid #b4b4b4;
	background-color:#fff;
}

option {
	padding:2px 4px;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	border:1px solid #50a6e0;
	background-color:#e6f2ff;
}

.error input[type=text], 
.error textarea,
.error select {
	border:1px solid #faa500;
	background-color:#fffae1;
}

.error p {
	margin:0 0 5px 0 !important;
	padding:3px 0 0 26px !important;
	width:auto !important;
	clear:both;
	background:url(../image/fm/ic-er.gif) no-repeat left center;
}


