@charset "utf-8";

/* ===================================================================
	コンテンツ
		01 ブランドヴィジュアル
		02 バナー
=================================================================== */

/* 01 ブランドヴィジュアル
--------------------------------------------------------------------*/
#brand-visual {
	margin-bottom: 16px;
	position: relative;
}
	#brand-visual .radius-top {
		position: absolute;
		top: 0;
	}
	#brand-visual .radius-bottom {
		position: absolute;
		bottom: 0;
	}

/* バナー
--------------------------------------------------------------------*/
.bannerlist{
    width: 960px;
    margin: 0 auto 50px auto;
}
.bannerlist li img {
	width: 100%;
	height: auto;
}
.bannerlist li:first-child {
	width: 640px;
	float: left;
}
.bannerlist li:not(:first-child) {
	width: 320px;
	float: left;
}
.bannerlist_ext li:first-child {
	width: 960px;
}
.bannerlist_ext li:not(:first-child) {
	width: 480px;
	float: left;
}
.bannerlist_pickup {
	margin:-30px auto 50px;
}
.bannerlist_pickup li.cts_two {
	width: 480px;
}
.bannerlist_pickup li.cts_one {
	width: 960px;
}
