@charset "utf-8";
#voices-top {
	background: #f9fdfe;
	width: 711px;
	padding: 0 0;
	border: 1px solid #5bc1da;
	box-sizing: border-box;
}

#voices-top .title-area {
	overflow: hidden;
	margin: 10px 17px;
}
#voices-top .leed_ttl {
	width:216px;
	height:24px;
	background:url(../img/top_tl_voices.gif) no-repeat 0 0;
	text-indent:-9999px;
	float: left;
	margin: 1px 40px 1px 0;
}
#voices-top .more {
	text-align: right;
	float: left;
	height: 20px;
	line-height: 20px;
}
#voices-top .more a {
	width:67px;
	height:26px;
	background:url(../img/top_btn_cp_list.gif) no-repeat 0 0;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
#voices-top .more a:hover {
	background:url(../img/top_btn_cp_list.gif) no-repeat 0 -26px;
}

/*for the cubes*/

#panels {
	width: 711px;
}
#voices-top #panel-l, #voices-top #panel-r {
	width: 342px;
	margin-left: 9px;
	float: left;
}
#panel-r {
}
#voices-top .jkcubeslideshow{
	background: #fff;
	display: block;
	float: left;
	width: 108px;
	height: 108px;
	box-sizing: border-box;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	margin-bottom: 9px;
	vertical-align: middle;
}

#voices-top #cubeshow1, #voices-top #cubeshow4 {
	width: 225px;
	height: 225px;
	margin-right: 9px;
}

#voices-top div.side1, #voices-top div.side2 {
	width: 100%;
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden;
	transition: all 1s ease-in-out;
	top: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
	min-height: 108px;
	overflow: hidden;
	height: 108px;
}

#cubeshow1 div.side1, #cubeshow1 div.side2, #cubeshow4 div.side1, #cubeshow4 div.side2 {
	height: 225px;
}

#voices-top div.side1 img, #voices-top div.side2 img {
	width: auto;
	height: 100%;
	position: relative;
}

#voices-top div.side1 img[class^="size-"], #voices-top div.side2 img[class^="size-"]{
	width: 100%;
	height: auto;
}


.jkcubeslideshow div[class^="side"] span {
	-webkit-background-size: 100%;
	background-size: 100%;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.jkcubeslideshow span.instagram {
	background-image: url(../img/instagram_ic.png);
}
.jkcubeslideshow span.twitter {
	background-image: url(../img/twitter_ic.png);
}
.jkcubeslideshow span.youtube {
	background-image: url(../img/youtube_ic.png);
}


/*sidebar用*/

#side-voices-top {
	border: 1px solid #d8e0e1;
	background: #f9fdfe;
	width: 200px;
	margin: 0 auto;
	padding: 0;
}

#side-voices-top .title-area {
	overflow: hidden;
	margin: 0 0 6px;
}
#side-voices-top .leed_ttl {
	width: 177px;
	height: 20px;
	background: url(../img/side-top_tl_voices.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin: 12px auto 6px;
}
#side-voices-top .more {
	margin: 0;
	text-align: right;
	float: right;
}
#side-voices-top .more a {
	width: 50px;
	height: 19.5px;
	background-image: url(../img/top_btn_cp_list.gif);
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 12px;
	}
#side-voices-top .more a:hover {
	background-position: 0 -20px;
}

/*for the cubes*/

#side-voices-top #side-panels {
	width: 100%;
}
#side-voices-top div.jkcubeslideshow{

	display: block;
	width: 176px !important;
	height: 176px;
	position: relative;
	margin: 0 auto 12px;
}

#side-voices-top div.eachpanel1, #side-voices-top div.eachpanel2 {
	width: 176px !important;
	height: 176px;
	margin: 0 auto 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	overflow: hidden;
}

#side-voices-top div.eachpanel1 img, #side-voices-top div.eachpanel2 img {
	width: auto;
	height: 100%;
	position: relative;
}

#side-voices-top div.eachpanel1 img[class^="size-"], #side-voices-top div.eachpanel2 img[class^="size-"]{
	width: 100%;
	height: auto;
}


#side-voices-top .jkcubeslideshow div[class^="eachpanel"] span {
	-webkit-background-size: 100%;
	background-size: 100%;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 4px;
	bottom: 4px;
}

#side-voices-top .jkcubeslideshow span.instagram {
	background-image: url(../img/instagram_ic.png);
}
#side-voices-top .jkcubeslideshow span.twitter {
	background-image: url(../img/twitter_ic.png);
}
#side-voices-top .jkcubeslideshow span.youtube {
	background-image: url(../img/youtube_ic.png);
}



.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}