@charset "UTF-8";
/*
 ============================================================
  ファイル名：fee.css
  機能概要：手数料一覧用CSS

  更新履歴：
  2015.08.24：作成
 ============================================================
*/


.ib_interestNav {
		overflow: hidden;
    margin-bottom: 20px;
}
.ib_interestNav a {
    display: block;
    float: left;
    margin-bottom: 10px;
		margin-right: 20px;
    font-size: 13px;
}

table.interest th {
  padding: 1px;
}
table.interest td {
  padding: 1px;
}

.s_leftpd th.m_align_l{
	padding-left:14px;
}

[class^='mobile'] .m_spnone{
	display: none;
}