@charset "UTF-8";

/*
 :title "Forms Style";
 :author [:name "miki ueaoki"];
 :description "フォーム用パーツ設定のスタイル";
 :note "
 	Outline - 
		01. buttons settings
		02. input area width settings
		03. error text settings
		04. custom form elements
		05. 
		06. 
		
		";
*/



/* ======================================
01.
	buttons settings
========================================= */

/* ul.form-page-nav */
ul.form-page-nav {
	margin:40px 0 20px;
	list-style-type:none;
	text-align:center;
}
ul.form-page-nav li {
	display:inline;
	margin:0 5px;
}
ul.form-page-nav li input {border:none;}


/* form-page-nav-2 */
ul.form-page-nav-2 {
	margin:0 0 20px;
	list-style-type:none;
	text-align:left;
}
ul.form-page-nav-2 li {
	display:inline;
	margin:0 10px 0 0;
}
ul.form-page-nav-2 li input {border:none;}











/* ======================================
02.
	input area width settings
========================================= */


/* text-s */
td.text-s input {width:400px;}
td.input-text-01 input {width:450px;}
td.area-text-01 textarea {width:580px;}



/* textinput-pink */
/* input.textinput-pink {
	width:240px;
	height:18px;
	padding:5px 5px 1px;
	background:#de909b url(../images/forms/input_pink.gif) no-repeat center left;
	border:none;
	color:#fff;
} */







/* ======================================
03.
	error elements settings
========================================= */

/* fieldWithErrors */
div.fieldWithErrors {
	display:inline;
}












/* ======================================
04.
	custom form elements
========================================= */







/* ======================================
05.
	
========================================= */







/* ======================================
06.
	
========================================= */


















