/* 看板娘のレイアウト */

#kanban_picture,
#not_kanban_picture{
	width:100%;
	display:inline-block;
	clear:both;
	border-bottom:1px #ccc solid;
}

#kanban_picture{ 
	text-align:center;
	padding:0 0 15px;
}

#not_kanban_picture p{
	padding:0 15px 15px;
}

#kanban_picture img{
	width:728px;
	height:90px;
	padding:3px;
	border-radius:3px;
	border:1px #CCCCCC solid;
	box-shadow:0 0 3px #ccc;
}

#kanban_picture img:hover{
	opacity:0.6;
}

/* メインのレイアウト */

#members_left,
#members_dlsite_left{
	float:left;
	display:inline-block;
}

#members_left{ width:100%; }
#members_dlsite_left{ width:75%; }

#members_dlsite_left .mem-index .nijie{ width:25%; }
#members_left .mem-index .nijie{ width:20%; }

#members_right{
	float:right;
	display:inline-block;
	width:24%;
	color:#333;
}

#tieup_column{ margin:8px 0 10px; }

#tieup_column,
#tieup_column_ranking{
	float:right;
	display:inline-block;
	width:100%;
	border-left:1px #ccc solid;
	border-top:1px #ccc solid;
	border-top-left-radius:3px;
	border-right:1px #ccc solid;
	background:#fff;
	color:#333;
}

#tieup_column p.title,
#tieup_column_ranking p.title{
	padding:7px 0;
	background: #eee;
	border-bottom:1px #ccc solid;
	color:#333;
	font-size:14px;
}

.tieup_block{
	text-align:center;
	border-bottom:1px #ccc solid;
	padding:7px;
}

.tieup_block .dojin_title{
	font-weight:bold;
}

.tieup_block .img{
	padding:3px 0;
}

.tieup_block .img img{ 
	padding:3px;
	border:1px #CCCCCC solid;
	border-radius:3px;
	background:#fff;
}

.tieup_block .img img:hover{
	opacity:0.7;
}

#members_right #more{
	text-align:center;
	border-bottom-left-radius:3px;
	border-bottom:1px #ccc solid;
	padding:3px 7px 6px;
}

#members_right #more a{
	padding: 7px;
	display:block;
	background:#999;
	border-radius:3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	box-shadow:0 3px 0 #777;
	
}

#members_right #more a:hover{
	text-decoration:none;
	opacity:0.7;
}


#members_right #more .more_button{
	margin:3px 0;
}

