@charset "utf-8";
/* CSS Document */


/*	「ここがツボ」一覧ページレイアウト
────────────────────────────────────────────────*/
/*body {
	min-width: 996px;
	margin: 0;
	background: #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}*/
#fdxmaincontent {background: #000!important;}
#main-column {
	width: 996px!important;
	min-height: 1000px!important;
	padding: 0!important;
	overflow: hidden!important;
}


/*　左カラム
────────────────────────────────────────────────*/
#lc {
	width: 206px;
	padding: 0;
	position: relative;
	float: left;
}

/*　左カラム共通　*/
.fb {/*position: fixed;*/}
#reporter-select h2 , 
#report-shops h2 {
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid #c22;
	font-size: 16px;
	color: #fff;
}

/*　レポーターリスト　*/
#reporter-select {
	width: 199px;
	padding: 0 0 20px;
	background: #000;
	position: absolute;
	overflow: hidden;
}
#reporter-select.fixed {
	position: fixed;
	vertical-align: top;
	top: 38px;
}
#reporter-select.test {position: absolute!important;}
#reporter-select ul {
	width: 199px;
	margin: 0;
	padding: 3px 0 0;
	list-style-type: none;
}
#reporter-select ul li {
	padding: 4px 2px 4px 4px;
	border-bottom: 1px solid #222;
	overflow: hidden;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
#reporter-select ul li.allset {
	margin: 1px 0 0;
	background: #222;
	border-radius: 0 0 2px 2px;
	border: none;
	text-align: center;
}
#reporter-select ul li:hover {background: #111;}
#reporter-select ul li img {
	width: 30px;
	margin: 0 10px 0 0;
	border: none;
	vertical-align: top;
	float: left;
}
#reporter-select ul li span.name {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}
#reporter-select ul li.allset:hover , 
#reporter-select ul li:hover span.name {color: #c22;}
#reporter-select ul li span.num {
	height: 30px;
	padding: 0 4px 0 0;
	line-height: 30px;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
#reporter-select ul li.active , 
#reporter-select ul li.active span.name {
	background: #fff;
	color: #111;
	cursor: default;
}



/*　レポート店舗一覧　*/
#report-shops {
	width: 199px;
	overflow: hidden;
	position: relative;
}
#report-shops ul {
	margin: 0;
	padding: 3px 0 0;
	list-style-type: none;
}
#report-shops ul li {
	padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #222;
	line-height: 1em;
}
#report-shops ul li.hide {display: none;}
#report-shops ul li a {
	padding: 7px 4px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}
#report-shops ul li:hover a {
	background: #111;
	color: #c22;
}











/*　中央カラム
────────────────────────────────────────────────*/
#mc {
	width: 790px;
	float: left;
}
#reporter-list {display: none;}

#report-list {
	width: 790px;
	margin: -15px 0 0;
	padding: 0;
	list-style-type: none;
}
#report-list li {
	margin: 15px 0 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	vertical-align: top;
}
#report-list li.hide {display: none;}
#report-list li h2 {
	margin: 0;
	padding: 12px 10px 12px 120px;
	background: scroll #c22 url(/uploads/cfiles/update/tsubo/img/tubodx.jpg) 10px center no-repeat;
	font-size: 20px;
	color: #fff;
}
#report-list li h3 {
	margin: 0 11px;
	padding: 9px 7px 10px;
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
}
#report-list li h3 span {font-size: 14px;}
#report-list li h3 a {
	font-size: 15px;
	color: #03f;
	outline: none;
}
#report-list li h3 a:hover {color: #c22;}
#report-list li dl {
	margin: 0;
	padding: 15px;
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#report-list li dl dd {margin: 0;}

#report-list li dl dd.fig {
	margin: 0 15px 7px 0;
	background: #ddd;
	overflow: hidden;
	float: left;
}
#report-list li dl dd.fig img {
	width: 130px;
	margin: 5px 5px 0;
	vertical-align: top;
}
#report-list li dl dd.fig span {
	width: 130px;
	margin: 5px;
	line-height: 1.4em;
	display: block;
	text-align: center;
	font-size: 11px;
}
#report-list li dl dd.text {
	line-height: 1.6em;
	font-size: 14px;
}
#report-list li dl dd.text a {
	text-decoration: underline;
	color: #03f;
}
#report-list li dl dd.text a:hover {color: #c22;}

#report-list li div.reporter {
	padding: 5px;
	background: #efefef;
	border-top: 1px solid #fff;
	overflow: hidden;
}
#report-list li div.reporter span.name {
	height: 42px;
	padding: 0 15px;
	line-height: 42px;
	float: right;
	font-size: 14px;
	color: #111;
}
#report-list li div.reporter img {
	width: 40px;
	height: 40px;
	border: 1px solid #777;
	vertical-align: top;
	float: right;
}

















