@charset "UTF-8";
/* ==============================
  css-mcb-top
=================================
所属サークル（自分）
---------------------------------
参加中コンテスト（自分）
---------------------------------
参加中コンテスト（他人）
============================== */

.columnWrap {
	width: 695px;
}
/* clearfix */
.columnWrap:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.columnWrap {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .columnWrap {
	height: 1%;
}
.columnWrap {
	display: block;
}
/* End hide from IE-mac */

/* ------------------------------
  所属サークル（自分）
------------------------------ */
#circleSelf {
	width: 338px;
	margin-bottom: 20px;
	float: left;
}
#circleSelf h2 {
	width: 93px;
	height: 17px;
	background: url(/image/contents/member/skyblue/h2_circle.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

#circleSelf ul {
	width: 288px;
}
#circleSelf li {
	width: 288px;
	text-align: center;
	margin-bottom: 15px;
}
#circleSelf li span.bnr {
	width: 288px;
	height: 35px;
	background: url(/image/contents/member/skyblue/top_bnr_bg.gif) repeat-x;
	display: block;
	padding-bottom: 5px;
}

#circleSelf .btn-goCircle {
	width: 134px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	padding-left: 154px;
}
#circleSelf .btn-goCircle a {
	width: 134px;
	height: 23px;
	background: url(/image/contents/member/skyblue/btn_go_circle.gif) no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
}
#circleSelf .btn-goCircle a:hover {
	background-position: 0 -23px;
}

/* ------------------------------
  参加中コンテスト（自分）
------------------------------ */
#contestSelf {
	width: 338px;
	margin-bottom: 20px;
	float: right;
}
#contestSelf h2 {
	width: 120px;
	height: 17px;
	background: url(/image/contents/member/skyblue/h2_contest.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#contestSelf .conWrap {
	width: 288px;
	margin-bottom: 20px;
}
/* clearfix */
#contestSelf .conWrap:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#contestSelf .conWrap {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #contestSelf .conWrap {
	height: 1%;
}
#contestSelf .conWrap {
	display: block;
}
/* End hide from IE-mac */

#contestSelf .conWrap .ph {
	width: 120px;
	height: 190px;
	border: 1px solid #ebebeb;
	float: left;
}
#contestSelf .conWrap .txt {
	width: 150px;
	font-size: 12px;
	float: right;
}
#contestSelf .conWrap .txt .date {
	font-size: 10px;
	margin-bottom: 5px;
}
#contestSelf .conWrap .txt .rank {
	width: 150px;
	height: 36px;
	background: url(/image/contents/member/nomal/rank_bg.gif) repeat-x;
	text-align: center;
	margin-bottom: 15px;
}
#contestSelf .conWrap .txt .rank span {
	display: block;
	padding-top: 8px;
}
#contestSelf .conWrap .txt .vote img {
	padding-top: 5px;
}

#contestSelf .conWrap .txt li {
	width: 42px;
	padding-right: 10px;
	float: left;
}
#contestSelf .conWrap .txt li.last {
	padding-right: 0;
}

#contestSelf .conWrap .txt li span.lank1,
#contestSelf .conWrap .txt li span.lank2,
#contestSelf .conWrap .txt li span.lank3 {
	width: 42px;
	height: 17px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	padding-bottom: 5px;
}
#contestSelf .conWrap .txt li span.lank1 {
	background: url(/image/contents/member/nomal/contest_no1.gif) no-repeat;
}
#contestSelf .conWrap .txt li span.lank2 {
	background: url(/image/contents/member/nomal/contest_no2.gif) no-repeat;
}
#contestSelf .conWrap .txt li span.lank3 {
	background: url(/image/contents/member/nomal/contest_no3.gif) no-repeat;
}

#contestSelf .conWrap .txt li img.icon {
	border: 1px solid #ebebeb;
}

#contestSelf .btn-goContest {
	width: 134px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	padding-left: 154px;
}
#contestSelf .btn-goContest a {
	width: 134px;
	height: 23px;
	background: url(/image/contents/member/skyblue/btn_go_contest.gif) no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
}
#contestSelf .btn-goContest a:hover {
	background-position: 0 -23px;
}
