@charset "UTF-8";

/*--------------------------------------------------------------------
FAQ Program 専用 css
--------------------------------------------------------------------*/




/*リスト表示
--------------------------------------------------------------------*/
div#faq ul{
margin:0;
padding-bottom:10px;
padding-left:10px;
}

div#faq ul li{
list-style:none;
}

div#faq ul li a{
display:block;
padding-left:20px;
background:url(/english/04faq/img/arrow.gif) no-repeat 0 3px;
}

/*戻るボタン
--------------------------------------------------------------------*/
p.btnBack{
margin-top:10px;
}


/*検索キーテーブル
--------------------------------------------------------------------*/
table#searchTable{}

table#searchTable th{
border:1px solid #FFFFFF!important;
}

table#searchTable td{
border:1px solid #FFFFFF!important;
}

/*faqテーブル
--------------------------------------------------------------------*/
div#faq table.faqTable{
margin-bottom:0;
}

div#faq table th.question{
width:50px;
background-color:#005BB5;
}

div#faq table th.answer{
width:50px;
background-color:#B5B5B5;
}

/*エラー表示テーブル
--------------------------------------------------------------------*/
div#faq table#errorTable{
width:100%;
margin-top:15px;
}

div#faq table#errorTable th{
color:#FFFFFF;
background-color:#FF0000;
border:1px solid #FFFFFF;
text-align:left;
text-indent:10px;
}


div#faq table#errorTable td{
padding-top:15px;
border:1px solid #FFFFFF;
}

div#faq table#errorTable td p a{
display:block;
width:105px;
margin-top:30px;
}



