@charset "utf-8";
/* ===================================================================
CSS information

 file name  :send_mb.css
 author	 :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */



/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/


/* ページタイトル */
#pop h3 {
	width:480px;
	
}
#pop .txt {
	margin:5px 25px 0 25px;
	padding:10px 0 0 0;
}
#pop .rice {
	margin:5px 25px 0 25px;
	padding:10px 0 0 1em;
	text-indent:-1em;
}
#pop input#send_mb {
	width:300px;
	padding:3px;
	font-size:13px;
}
#pop p.input {
	text-align:center;
	padding:5px 0 10px 0;
}

input.btnsend {
	background: url("/send_mb/images/btn_send.gif") no-repeat center top;
	width:123px;
	height:36px;
	border:0;
	display:block;
	font-size:1px;
	line-height:0;
	margin:0 auto;
	text-indent:-9999em;
}

label.error {
	color:#ff0000;
    margin:10px 25px 0 25px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

