@charset "utf-8";
/*
**************************************************
CSSデフォルト設定
**************************************************
*/
/*
**************************************************
htmlやbodyタグはBrother様のhtml部分になるため、
以下のセレクタは使用しない
**************************************************
html {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	padding:0;
	margin:0;
	line-height: 1.5;
	font-family: sans-serif, "Helvetica Neue", Arial, Helvetica;
	height: 100%;
}
body.ar-AE {
	font-family: sans-serif, Arial, Helvetica;
}
body.th-TH {
	font-family: sans-serif, tahoma, Helvetica;
}
body.ja-JP {
	font-family: sans-serif, Arial, "Helvetica Neue", Helvetica;
}
*/

/*FAQでは、bodyタグはBrother様のhtml部分になるが、表示はマニュアル出力と同じにするため、
  上記のセレクタはid="body"で設定する*/
#body {
	text-align:center;
	padding:0;
	margin:0;
	line-height: 1.5;
	font-family: sans-serif, "Helvetica Neue", Arial, Helvetica;
	height: 100%;
}
#body .ar-AE {
	font-family: sans-serif, Arial, Helvetica;
}
#body .th-TH {
	font-family: sans-serif, tahoma, Helvetica;
}
#body .ja-JP {
	font-family: sans-serif, Arial, "Helvetica Neue", Helvetica;
}

#body p {
	margin-bottom:0;
}
#body .alignR {
	text-align: right !important;
}

#body .alignC {
	text-align: center !important;
}

#body .alignL {
	text-align: left !important;
}

#body .columnL,
#body .columnC,
#body .floatL {
	float: left;
}

#body .columnR,
#body .floatR {
	float: right;
}

#body .noBullet,
#body .noBullet li {
	list-style-type: none;
}


#body .clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}

#body .st {
	margin-left: 0 !important;
}

/* ++++++++++ float clear ++++++++ */

#body .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
