@charset "shift_jis";

/*カカクコム共通CSS*/
@import "/css/global_new.css";

/*旧デザインのcss*/
@import "/css/fund/fund_old.css";

/*投資信託トップで使用　*/
@import "/css/fund/fund_top.css";

/*投資信託コンテンツ内　右メニュー読み物コラムなどで使用　*/
@import "/css/fund/fund_column.css";

/*投資信託コンテンツ内の細かい設定で使用　*/
@import "/css/fund/fund_etc.css";

/*投資信託検索ページ-お気に入りランキングで使用(更新されたら削除)*/
@import "/css/fund/fund_search.css";


/*マネー関連共通PR広告で使用　---css保存場所に注意---*/
@import "/css/money/money_pr.css";

/*マネー関連共通右メニューの読み物コラム・ご利用案内などで使用　---css保存場所に注意---*/
@import "/css/money/money_column.css";

/*マネー関連内の細かい設定で使用　---css保存場所に注意---*/
@import "/css/money/money_etc.css";

/*#moneyの中で共通に使用できるパーツ枠レイアウト　---css保存場所に注意---*/
@import "/css/money/parts.css";

/*印刷時の崩れ対応*/
@import "/css/money/print.css";


p {
	line-height: 1.3;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
th,td {
	vertical-align: top;
}


/* special attention 201103 sm1 */
#attentionBox {
    background-color: #FAFAD2;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 7px;
    text-align: left;
}

#attentionBox p {
    color: #FF0000;
    font-weight: bold;
    line-height: 1.3;
}
/* special attention end */