/*
browser_support
*/



/* Portal */
$(function () {

// 最下部のborder
$("div#mainContents ol li:last-child").css("border","none");


//新着プロフィール
$("ol#newProfile li:odd").css({
	width: "315px",
	marginRight: "0"
});

});





/* CMS */
$(function () {

// ページングなどのborder
$("ul.convenienceSwitch li:last-child").css({
	border: "none",
	marginRight: "0",
	paddingRight: "0"
});

$("ul.paging li:last-child").css({
	border: "none",
	marginRight: "0",
	paddingRight: "0"
});

/*
$("div.paging ul li:last-child").css({
	border: "none",
	marginRight: "0",
	paddingRight: "0"
});
*/


$("body.friend div#mainContents div dl ul li:last-child").css({
	border: "none",
	marginRight: "0",
	paddingRight: "0"
});


// CMSのborder
$("div#mainContents ol li:last-child").css("border","none");
$("div#recentClap dl:last-child").css("border","none");
$("div#mainContents li:last-child dl.popularEntry").css("border","none");
$("body.report dl.newClap:last-child dd").css("border","none");
$("body.report div#listWrapper tr:last-child td").css("borderColor","#32a9a7");


// リピート最後の間隔
$("div#recentClap dl:last-child dt").css("paddingBottom","0");
$("div#mainContents li:last-child dl.popularEntry dt").css("paddingBottom","0");



// ボタンの間隔
$("body#messageInbox div#mainContents p input:first-child").css("margin-right","5px");

});
