/*===============================================
form.css	BODY#mobileform
===============================================*/

BODY#mobileform { 
}


/* エラーメッセージ */

BODY#mobileform DIV.ermessage { 
}

BODY#mobileform DIV.ermessage P { 
	border: 1px solid #F00;
	padding: 5px 10px;
	margin-bottom: 20px;
}

BODY#mobileform DIV.caution P,
BODY#mobileform SPAN.essential,
BODY#mobileform DIV.ermessage P STRONG,
BODY#mobileform DIV.ermessage P SPAN { 
	color: #F00;
}

BODY#mobileform .ui-header .ui-title { 
	margin: 0.6em 60px 0.8em;
}

BODY#mobileform .ui-content H2 { 
	margin-top: 0;
	font-size: 16px;
	border-left: 5px solid #999;
	padding: 5px 5px 3px 5px;
}