@charset "shift-jis";


/*****共通利用部分*****/
p{padding:2px 0px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.margin-top-8{margin-top:8px;}
.topic-color{
	color:#996633;
	font-weight:bold;
}
.appeal-txt{
	font-weight:bold;
	padding:8px 8px;
}
.deco-none{
	text-decoration:none;
	color:#333;
}

h2 img{
	width:100%;
	vertical-align: text-bottom;
}

.title-img{
	text-align:center;
}
.title-img img{
	width:100%;
	max-width:480px;
}

h3.title{
    color: #333333;
    font-size: 24px;
    height: 28px;
    padding: 8px 0 4px 0;
    text-align: center;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../img/bar-silver.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.no-news{
	padding: 16px;
}

.bn-position{
	padding:16px 8px;
	text-align:right;
	border-bottom:dotted 1px #333;
}

.special-news {
	text-align:center;
}

.special-news .sp-news-img{
	margin: 10px 0 5px 0;
}

.topics-box .topic {
    background-color: #E7E7E7;
    border-bottom: 3px dotted #39352C;
    padding: 8px;
}
.topics-box .topic .topic-layout {
    background-image: url(../img/arrow/arrow_s.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
	background-size: 10px auto;
    width: 100%;
}
.topics-box .topic .topic-layout .topic-table {
    display: table;
}
.topics-box .topic .thumbnail-box {
    display: table-cell;
    padding: 0 8px 0 0;
    vertical-align: middle;
}
.topics-box .topic .thumbnail-box .thumbnail-chrome {
    border: 1px solid #999999;
    height: 52px;
    width: 52px;
}
.topics-box .topic .thumbnail-box .thumbnail {
    background-color: #999999;
    border: 1px solid #FFFFFF;
    height: 50px;
    width: 50px;
}
.topics-box .topic .thumbnail-box .thumbnail img{
    height: 50px;
    width: 50px;
}

.topics-box .topic .info {
    display: table-cell;
    font-size: 13px;
    padding-right: 20px;
    vertical-align: middle;
}
.topics-box .topic .info .title {
    font-size: 16px;
    margin: 4px 0;
}

.news-topic-link{
	border-bottom:solid 1px #CCC;
}

.news-link:nth-child(odd){
	display:block;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	background-color:#595959;
	border-bottom:solid 1px #fff;
}
.news-link:nth-child(even){
	display:block;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	background-color:#000000;
	border-bottom:solid 1px #fff;
}
.news-link_irregular{
	display:block;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	background-color:#000000;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
/*
.news-link:nth-child(odd){
	display:block;
	color:#333;
	font-size:12px;
	text-decoration:none;
	background-color:#F3F3F3;
}
.news-link:nth-child(even){
	display:block;
	color:#333;
	font-size:12px;
	text-decoration:none;
	background-color:#E0E0E0;
}
*/
.news-box{
	padding:8px;
}

.news-arrow{
	width: 100%;
	background-image: url('/img/renewal/20120205/arrow_right.png');
	background-repeat: no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
	background-position: right;
}

/*
.news-arrow{
	background-image: url(../img/arrow/arrow_s.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	width:100%;
}
*/
.news-box .news-fix{
	display:block;
	height:40px;
	padding-right:30px;
	word-wrap: break-word;
}

.news-box .news-fix img{
	max-width: 12px;
	max-height: 12px;
}


.member-link{
	display:block;
	color:#963;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	background: -moz-linear-gradient(top, #fff, #FFF 80%, #e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#eee));
}
.member-box{
	padding:8px;
	border-bottom:dotted 1px #CCC;
}
.member-arrow{
	width: 100%;
	background-image: url('/img/renewal/20120205/arrow_right.png');
	background-repeat: no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
	background-position: right;
}

/*
.member-arrow{
	background-image: url(../img/arrow/arrow_s.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
	background-size: 10px auto;
	width:100%;
}
*/
.member-box .member-pic{
	float:left;
	margin-right:8px;
}
.member-box .member-pic img{
	width:50px;
	height:50px;
}
.member-box .member-fix{
	display:block;
	padding-top:12px;
	height:32px;
	padding-right:30px;
}

.menu-topic-link{
	border-top:solid 2px #DCDCDC; 
}
.menu-link {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
/*
.menu-link {
	color:#960;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px #FFF, -1px -1px #FFF;
	-webkit-text-shadow:1px 1px #FFF, -1px -1px #FFF;
}
*/
.menu-box {
	padding:8px 8px 8px 12px;
	background-color: #595959;
	border-bottom:solid 1px #888888;
}
/*
.menu-box {
	padding:8px 8px 8px 12px;
	border-bottom:solid 1px #DCDCDC;
	background: -moz-linear-gradient(top, #fff, #FFF 80%, #e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#eee));
}
*/

.menu-arrow {
	width: 100%;
	background-image: url('/img/renewal/20120205/arrow_right.png');
	background-repeat: no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
	background-position: right;
}
/*
.menu-arrow {
	background-image: url(../img/arrow/arrow_s.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
	background-size: 10px auto;
    width: 100%;
}
*/
.menu-box .menu-fix {
	display:block;
	height:20px;
	padding:8px 0px 0px 0px;
}

.category-topic-link{
	margin:16px 0px;
	border-top:dotted 1px #333;
}

.category-link {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px #FFF, -1px -1px #FFF;
	-webkit-text-shadow:1px 1px #FFF, -1px -1px #FFF;
}
.category-box {
	padding:8px;
	border-bottom:dotted 1px #999;
	background: -moz-linear-gradient(top, #fff, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#eee));
}
.category-arrow {
	background-image: url(../img/arrow/arrow_s.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
	background-size: 10px auto;
    width: 100%;
}
.category-box .category-fix {
	display:block;
	height:30px;
	padding:10px 0px 0px 0px;
	color: #996600;
}

.feature-box{
	padding:8px 0px;
	text-align:center;
	border-bottom:dotted 1px #CCC;
}

.list-link{
	display:block;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.list-box{
	padding:8px;
	border-bottom:solid 2px #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #e1e1e1);
}

.list-arrow{
	background-image: url(../img/arrow/arrow_s.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
	background-size: 10px auto;
	width:100%;
}
.list-box .list-pic{
	float:left;
	margin-right:8px;
}
.list-box .list-pic img{
	width:50px;
	height:50px;
}
.port .list-box .list-fix{
	display:block;
	min-height:34px;
	padding-top:18px;
	padding-right:30px;
}
.land .list-box .list-fix{
	display:block;
	height:34px;
	padding-top:18px;
	padding-right:30px;
}


.introduce{
	padding:8px 8px;
	border-top:dotted 2px #CCC;
}
.top-dotted{
	border-top:dotted 2px #ccc;
}
.bottom-dotted{
	border-bottom:dotted 2px #333;
}
p.opening{
	margin-bottom:8px;
}

.role{
    border-bottom: 3px dotted #999;
    padding: 4px 8px 4px 16px;
}
.photo-box {
    text-align: center;
	margin:8px;
}
.photo-box img.photo {
    width: 60%;
}

.introduce .subtitle {
    font-size: 16px;
    margin-top: 4px;
}


.other-contents{
	margin-top:16px;
	margin-bottom:0px;
	background-color:#DEDEE2;
	text-align:center;
}
.contents-box {
	padding:8px;
}
.contents-box img{
	width:80%;
	max-width:300px;
}

.contents-box-up{
	text-align:center;
	padding:8px 0px;
}
.contents-box-up img{
	width:40%;
	max-width:150px;
	margin:8px 4px 4px 4px;
}

.contents-box-down{
	text-align:center;
	padding:8px 0px;
	margin-bottom:8px;
}
.contents-box-down img{
	width:100%;
	max-width:144px;
	margin:8px 0 4px 0;
}
.regist-btn {
	margin:16px 0px;
	padding:16px 0px;
	text-align:center;
	border-top:solid 1px #333;
}
.regist-btn img{
    height: 40px;
    max-height: 60px;
}

/*****個別利用部分*****/

/*EXILE*/
#exile-index-page .information-box{
	font-size:14px;
	margin:4px 0;
	padding:4px 8px;
	color:#fff;
	overflow: -webkit-marquee;
	white-space:nowrap;
	background-color:#222;
}

#exile-index-page .newcorner-box{
	padding: 8px 0;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

#exile-index-page .newcorner-box.last{
	border-bottom: none;
}

#exile-index-page .newcorner-box .newcorner-list{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#exile-index-page .newcorner-box .newcorner-list .cell{
	font-size: small;
	vertical-align: middle;
	display: table-cell;
}

#exile-index-page .newcorner-box .newcorner-list .cell img{
	height: 80px;
	border: solid 1px #ccc;
}

#exile-index-page .newcorner-box .newcorner-list .left-thumb{
	width: 40%;
}

#exile-index-page .newcorner-box .newcorner-list .right-thumb{
	width: 60%;
}

#exile-index-page .pickup-box .pickup-list .pickup-wrapper{
	border-bottom: solid 1px #ccc;
}

#exile-index-page .pickup-box .pickup-list .pickup-wrapper:last-child{
	border-bottom: none;
}

#exile-index-page .pickup-box .pickup-list .pickup{
	width: 100%;
	height: 67px;
	margin: 0 auto;
	display: table;
}

#exile-index-page .pickup-box .pickup-list .pickup .cell{
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#exile-index-page .pickup-box .pickup-list .pickup .thumb{
	width: 45%;
}

#exile-index-page .pickup-box .pickup-list .pickup .cell img{
	max-height: 60px;
	vertical-align: text-bottom;
}

#exile-index-page .ibox{
	width: 160px;
	margin: 2px 4px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

#exile-index-page .ibox .layout{
	width: 148px;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
}

#exile-index-page .ibox .layout .img-wrapper{
	width: 100%;
	height: 78px;
	display: table;
}

#exile-index-page .ibox .layout .img-wrapper .chrome{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

#exile-index-page .ibox .layout .chrome img {
	max-height: 70px;
	vertical-align: text-bottom;
}

#exile-index-page .ibox .layout .title-wrapper{
	width: 100%;
	display: table;
}

#exile-index-page .ibox .layout .title-wrapper .title{
	width: 100%;
	height: 34px;
	marign: 4px 0;
	font-size: small;
	color: #666;
	background-color: #ccc;
	vertical-align: middle;
	display: table-cell;
}

#exile-index-page .gallery-holder {
	margin: 0 auto;
	padding: 12px;
	background-image: url('/img/top-slider-back.png');
	border-bottom:solid 2px #999;
	border-top:solid 2px #999;
}

#exile-index-page .gallery {
	width: 100%;
	overflow: hidden;
}
#exile-index-page .gallery div.holder {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#exile-index-page .gallery div.list {
	width: 9999px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#exile-index-page .gallery div.item {
	float: left;
}

#exile-index-page .gallery img.prev{
	width: 24px;
	height: 24px;
	position: absolute;
	left: -1000px;
}

#exile-index-page .gallery img.next{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 1000px;
}

#exile-index-page .ex-m{
	font-size: 13px;
	min-height: 32px;
	padding: 8px 8px 0 8px;
}

#exile-index-page .ex-m .button{
	width: 40%;
	max-width: 120px;
	margin: 4px auto 8px auto;
	padding: 8px 8px 8px 12px;
	display:block;
}

#exile-index-page .ex-m .button span.bk-btn{
	color: #333;
	font-family: Baskerville;
	font-size: 16px;
	text-shadow: 0 1px 3px #fff, 0 -1px 1px #fff;
}

/*劇団EXILE*/
#gekidanexile-index-page .information-box{
	font-size:14px;
	padding:4px 8px;
	margin-bottom: 4px;
	color:#FFF;
	overflow: -webkit-marquee;
	white-space:nowrap;
	background: -moz-linear-gradient(center top , #404040, #191919 5%, #2B2B2B 20%, #2B2B2B 80%, #191919 95%, #404040) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), color-stop(0.05, #191919), color-stop(0.2, #2b2b2b), color-stop(0.8, #2b2b2b), color-stop(0.95, #191919), to(#404040));
}

#gekidanexile-index-page .gray-link{
	background-color:#CCC;
	padding:12px 0px;
	text-align:center;
}

#gekidanexile-index-page .box-link{
	border-bottom:dotted 1px #CCC;
	text-align:center;
	padding:12px 0px;
}

#gekidandexile-index-page .special-info{
	text-align:center;
}

#gekidanexile-index-page .special-link,
#gnr-index-page .special-link{
	margin:12px 0px;
}

#gekidanexile-profile-page .title-img{
	text-align:center;
	padding:8px 0px;
	border-bottom:solid 1px #CCC;
}
#gekidanexile-profile-page .title-img img{
	width:80%;
	max-width:480px;
}

#gekidanexile-profile-page .profile-name{
	padding:8px 0px;
	text-align:center;
	border-bottom:solid 1px #ccc;
}

#gekidanexile-profile-page .profile{
	border-bottom:dotted 1px #CCC;
	padding:8px 12px 8px 12px;
}
#gekidanexile-profile-page .profile:last-child{
	border-bottom:none;
	padding:8px 12px 8px 12px;
}

#gekidanexile-blog-page .btn-field{
	margin:24px auto 20px auto;
	width:40%;
	text-align:center;
}


/*GENERATIONS*/
#gnr-index-page .title-img{
	text-align:center;
}
#gnr-index-page .title-img img{
	width:80%;
	max-width:480px;
}

#gnr-index-page .special-link{
	text-align:center;
	padding:8px;
	background-color:#E0E0E0;
}

#gnr-profile-page .title-img{
	text-align:center;
	padding:8px 0px;
	border-bottom:solid 1px #CCC;
}
#gnr-profile-page .title-img img{
	width:80%;
	max-width:480px;
}

#gnr-profile-page .profile-name{
	padding:8px 0px;
	text-align:center;
	border-bottom:solid 1px #ccc;
}

#gnr-profile-page .profile{
	border-top:solid 1px #CCC;
	padding:8px 12px 8px 12px;
}

#gnr-blog-page .btn-field{
	margin:36px auto 20px auto;
	width:40%;
}


/*J Soul Brothers*/
#jbro-index-page .information-box{
	font-size:20px;
	margin:4px 0px;
	padding:4px 8px;
	color:#333;
	overflow: -webkit-marquee;
	white-space:nowrap;
	background-color:#FFF;
	border:solid 1px #CCC;
}
#jbro-index-page .information-box .carousel{
	padding:0px 12px;
}
#jbro-index-page .information-box .carousel .carousel-text{
	overflow:hidden;
}
#jbro-index-page .marqee-orn{
	padding:0px 0px;
	top:-35px;
	position:relative;
}

#jbro-index-page .special-info{
	text-align:center;
}

#jbro-index-page .special-link{
	margin:8px 0px;
	text-align:center;
}
#jbro-index-page .special-link.dotted-line{
	border-bottom:dotted 1px #CCC;
}

#jbro-index-page .special-info .special-link a{
	color:#AC822F;
}

#jbro-index-page .special-info .tribal-fix{
	background-color:#E0E0E0;
	padding:8px 0px;
}

#jbro-index-page .jsb-member-pic{
	width:100%;
	margin-top:-4px;
}

#jbro-member-page .special-link{
	padding:8px 0px;
	text-align:center;
	border-bottom:dotted 2px #CCC;
}
#jbro-member-page .special-link:last-child{
	padding:8px 0px;
	text-align:center;
	border-bottom:none;
}

#jbro-member-page .profile-btn-filed{
	background-color:#DDD;
	padding:16px 0px;
}
#jbro-member-page .button3{
	display:block;
	width:50%;
	max-width:240px;
	text-decoration:none;
	margin:0px auto;
}

#jbro-member-page .profile-name{
	padding:8px 0px;
	text-align:center;
	border-bottom:solid 1px #ccc;
}
#jbro-member-page .profile-photo{
	text-align:center;
	padding:8px 0px;
}
#jbro-member-page .profile-photo .profile-pic{
	width:80%;
	max-width:300px;
}

#jbro-member-page div.profile{
	border-top:solid 1px #CCC;
	padding:8px 0px 0px 16px;
}

#jbro-member-page .member-box{
	background-color:#e7e7e7;
}
#jbro-member-page .explain-txt{
	padding:8px 16px;
}

#jbro-profile-page .padding-text{
	padding:8px 8px;
}

#jbro-profile-page .personal-theme{
	padding:8px 0px;
	text-align:center;
	color:#963;
}

#jbro-profile-page .message-title{
	padding:8px;
	text-align:center;
	border-bottom:solid 1px #CCC;
}



#discography-page .btn-filed{
	padding:8px;
}
#discography-page .next-btn{
    text-align: center;
    margin: 4px 0 8px auto;
    max-width: 120px;
    width: 40%;
    text-align: center;
}
#discography-page .next-btn img{
	height:16px;
}

#discography-page .music-list{
	text-align:center;
}
#discography-page .music-box{
	padding:16px 8px;
}

#discography-page .music-box img{
	width:60%;
	max-width:240px;
}

/*****bar部分の調整*****/
.button3{
	color: #FFF;
	padding: 8px 4px;
	text-align: center;
	border: 1px solid #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #999, #111 50%, #555);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), color-stop(0.5, #111), to(#555));
	background-color: #1D2328;
	border-radius: 3px;
}


.button_tour a{
	display:block;
	width:200px;
	margin:auto;
	text-align:center;
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding:4px 0px;
}




.more{
    margin-bottom: 3px;
    padding: 0 1px;
    position: relative;
    text-align: center;
    top: -5px;
}
.more-list {display: none;}
.backnumber {
    font-size: 13px;
    min-height: 32px;
    padding: 8px;
}
.backnumber .button {
	display:block;
    margin: 4px 0 8px auto;
    max-width: 120px;
    padding: 8px 8px 8px 12px;
    width: 40%;
}

.more .bar-arrow img {
    height: 24px;
    padding-top: 8px;
}
.more .bar-arrow {
    margin: 0 auto;
    width: 140px;
}
body{
	background-color:#000000;
	color: #aaa;
}
.backnumber2{
	font-size: 13px;
	margin-top:8px;
	margin-bottom:8px;
}
.button2{
	display:block;
	width:140px;
	padding:8px 0px;
	margin-right:8px;
	margin-left:auto;
	border: 1px solid #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), color-stop(0.5, #252525), color-stop(0.5, #c2c2c2), to(#aaaaaa));
	text-align: center;
}
.button2 span.bk-btn2{
	color: #ffffff;
	position:relative;
	font-family: Baskerville;
	font-size: 16px;
}


#counter div.outbox{
	text-align: center;
	border: 3px groove #fff;
	width: 80%;
	margin: 0 auto;
	background-color: #000;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#counter div.title{
	font-size: 16px;
	color: #f00;
	padding: 3px;
	margin: 0 auto;
	font-weight : bold ;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#counter div.button-field{
	margin:12px auto;
	width:40%;
	text-align:center
}

a .blocklink {
	display: block;
}

#jbro-index-page .regular_corner{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#jbro-index-page .regular_corner img{
	border: 1px #333 solid;
}

#jbro-index-page .regular_corner table {
	margin: auto;
	text-align: center;
	font-size: 12px;
}

.news_txt{
	position:relative;
	top:-7px;
}

#jbro-index-page .othertopics-box .othertopic{
	padding: 8px;
	border-bottom: solid 1px #999;
}

#jbro-index-page .othertopics-box .othertopic .othertopic-layout{
	width: 100%;
	#background-image: url('/img/renewal/20121016/arrow_right.png');
	background-repeat: no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
	background-position: right;
}

#jbro-index-page .othertopics-box .othertopic .othertopic-layout .othertopic-table{
	display: table;
}

#jbro-index-page .othertopics-box .othertopic .thumbnail-box{
	padding: 0 8px 0 0;
	vertical-align: middle;
	display: table-cell;
}

#jbro-index-page .othertopics-box .othertopic .thumbnail-box .thumbnail-chrome{
	width: 52px;
	height: 52px;
	border: solid 1px #999;
}

#jbro-index-page .othertopics-box .othertopic .thumbnail-box .thumbnail{
	width: 50px;
	height: 50px;
	border: solid 1px #FFF;
	background-color: #999;
}

#jbro-index-page .othertopics-box .othertopic .thumbnail-box .thumbnail img{
	width: 50px;
}

#jbro-index-page .othertopics-box .othertopic .info{
	padding-right: 20px;
	font-size: 13px;
	vertical-align: middle;
	display: table-cell;
}

#jbro-index-page .othertopics-box .othertopic .info .title{
	margin: 4px 0;
	font-size: 16px;
	color: #0080e0;
}

#jbro-index-page .othertopics-box .othertopic .info .text{
	margin: 4px 0;
	font-size: 13px;
	color: #000;
}

.button{
	display:block;
    padding: 8px 4px;
    text-align: center;
	border: solid 1px #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: -moz-linear-gradient(top, #fff, #777);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#777));
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 1) inset;
	color:#fff;
	font-weight: bold;
}
.button span.bk-btn{
	color:#FFF;
	font-family: Baskerville;
	font-size:16px;
	text-shadow:0px 1px 3px #aaaaaa, 0px -1px 3px #aaaaaa;
}
