@charset "utf-8";

#contentsArea article .line div.table-wrap{
overflow-x: scroll;
}
#contentsArea article .line table.wrap{
  width: 100%;
  border-collapse: collapse;
/*  white-space: nowrap;*/
}
#contentsArea article .line div.word-break{
word-break: break-word;
}
#contentsArea article .line div.break-all{
word-break:break-all;
}

#contentsArea article td.bgcolor-gray{
	background:#f5f5f5;}

#contentsArea article p.imageTextCenter01{ margin:30px auto ;color:#666;font-size:11px;}
