@charset "Shift_JIS";


/* 初期化(これらの項目は変更不可) */
*{
	margin	: 0;
	padding	: 0;

}


div.attention{	/* 注意書き */
	font-size	: 12px; color : #F00;
}
.docs{padding: 5px 0 ;font-size	: 14px;}

/* 対応端末 */
p.terminal{
	text-align	: center;
}
span.kind{
	font-weight	: bold;
}

/* 送信結果 */
#success, #failed{
	margin	: 1em;
}
