@charset "utf-8";

/* topContent01
=========================================*/
#topContent01 {
}

/* contentColLeft */
#topContent01 .contentColLeft {
	float: left;
	width: 430px;
}

/* mainVisualArea */
#topContent01 .contentColLeft #mainVisualArea {
	overflow: hidden;
	width: 410px;
	height: 560px;
	padding: 20px 0 10px 20px;
	background: #f5f5f5 url(/common/images/loading.gif) no-repeat 50% 50%;
}
#topContent01 .contentColLeft #mainVisualArea #mainVisualList {
	position: relative;
}
#topContent01 .contentColLeft #mainVisualArea #mainVisualList div {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#topContent01 .contentColLeft #mainVisualArea a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#topContent01 .contentColLeft #mainVisualArea .image {
	width: 361px;
	height: 490px;
}
#topContent01 .contentColLeft #mainVisualArea .name {
	margin-top: 10px;
}
#topContent01 .contentColLeft #mainVisualArea .copy {
	color: #666666;
}

#topContent01 .contentColLeft #mainVisualArea .bx-wrapper {
	position: relative;
}
#topContent01 .contentColLeft #mainVisualArea .bx-wrapper a {
	outline: none;
}
#topContent01 .contentColLeft #mainVisualArea .bx-wrapper .bx-viewport {
	width: 361px !important;
}

#topContent01 .contentColLeft #mainVisualArea .bx-pager {
	position: absolute;
	top: 56px;
	right: 18px;
}
#topContent01 .contentColLeft #mainVisualArea .bx-pager .bx-pager-item {
	margin-bottom: 30px;
}
#topContent01 .contentColLeft #mainVisualArea .bx-pager .bx-pager-item a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/index_ic03.png) no-repeat 0 0;
	text-indent: -9999px;
}
#topContent01 .contentColLeft #mainVisualArea .bx-pager .bx-pager-item a.active {
	background: url(/images/index_ic03on.png) no-repeat 0 0;
}
#topContent01 .contentColLeft #mainVisualArea .bx-controls-direction {
	position: absolute;
	top: 0;
	right: 11px;
	height: 490px;
}
#topContent01 .contentColLeft #mainVisualArea .bx-controls-direction a.bx-prev {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url(/images/index_ic04.png) no-repeat 0 0;
	text-indent: -9999px;
}
#topContent01 .contentColLeft #mainVisualArea .bx-controls-direction a.bx-next {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url(/images/index_ic05.png) no-repeat 0 0;
	text-indent: -9999px;
}




/* contentColRight */
#topContent01 .contentColRight {
	float: right;
	width: 540px;
}

/* voiceArea */
#topContent01 .contentColRight .voiceArea {
	height: 313px;
	overflow-y: scroll;
}

/* recommendArea */
#topContent01 .contentColRight .recommendArea {
	margin-top: 15px;
}
#topContent01 .contentColRight .recommendArea .recommendColLeft {
	float: left;
	width: 324px;
}
#topContent01 .contentColRight .recommendArea .recommendColRight {
	float: right;
	width: 200px;
}
#topContent01 .contentColRight .recommendArea .image a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#topContent01 .contentColRight .recommendArea .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#topContent01 .contentColRight .recommendArea .info {
	margin-top: 15px;
}
#topContent01 .contentColRight .recommendArea .copy {
}


/* topContent02
=========================================*/
#topContent02 {
	clear: both;
	margin-top: 30px;
}
#topContent02 .contentColLeft {
	float: left;
	width: 484px;
}
#topContent02 .contentColRight {
	float: right;
	width: 484px;
}
#topContent02 .newsArea,
#topContent02 .whatnewArea {
	height: 122px;
	overflow-y: scroll;
}


/* topContent03
=========================================*/
#topContent03 {
	clear: both;
	margin-top: 30px;
}
#topContent03 #linkBannerListArea {
	position: relative;
	margin-top: 12px;
}
#topContent03 #linkBannerListArea .bx-wrapper {
	width: 952px !important;
	max-width: 952px !important;
}
#topContent03 #linkBannerListArea #linkBannerList li {
	float: left;
	z-index: 10;
}
#topContent03 #linkBannerListArea #linkBannerList li a {
	display: block;
	border: solid 1px #dddddd;
}
#topContent03 #linkBannerListArea #linkBannerList li a:hover {
	border: solid 1px #008BBC;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#topContent03 #linkBannerListArea .bx-controls-direction a.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 44px;
	background: url(/images/index_ic01.png) no-repeat 6px 50%;
	text-indent: -9999px;
	outline: none;
}
#topContent03 #linkBannerListArea .bx-controls-direction a.bx-next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 24px;
	height: 44px;
	background: url(/images/index_ic02.png) no-repeat 10px 50%;
	text-indent: -9999px;
	outline: none;
}
#topContent03 #linkBannerListArea .bx-controls-direction a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}





/* scroll
=========================================*/
/* 全体 */
.jspContainer {
	overflow: hidden;
	position:relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position: absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
/* 背景 */
.jspTrack {
	position: relative;
}
.voiceArea .jspTrack {
	background: #dddddd;
}
.newsArea .jspTrack {
	background: #dddddd;
}
.whatnewArea .jspTrack {
	background: #dddddd;
}
/* ノブ */
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.voiceArea .jspDrag {
	background: #d14fa6;
}
.newsArea .jspDrag {
	background: #ffcc00;
}
.whatnewArea .jspDrag {
	background: #339999;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}








/* ClearFix
=========================================*/
#topContent01:after,
#topContent02:after,
#topContent01 .contentColRight .recommendArea:after,
#topContent03 #linkBannerList:after {
	content: "";
	display: block;
	clear: both;
}
#topContent01,
#topContent02,
#topContent01 .contentColRight .recommendArea,
#topContent03 #linkBannerList {
	min-height: 1%;
	zoom: 1;
}
