@import "base.css";
@import "column.css";
@import "adsense.css";


/* test */
.make_new {
	height:50px;
	padding:0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #999999;
	}
	
.make_new a{
	margin:0;
	display:block;
	width:645px;
	height:50px;
	border-top:4px solid #999999;
	background:url("../../images/8mile/pc/base/icn_newthread1.gif") no-repeat left top;
	overflow:hidden; 
	}
	
.make_new a:hover {
	border-top:4px solid #39c;
	background:url("../../images/8mile/pc/base/icn_newthread2.gif") no-repeat left top;
	}
	
/* ページ */
.view_bx_page {
	clear:both;
	width:300px;
	padding:0 10px;
	}
	
.view_bx_page p{
	font-size:10px ;
	letter-spacing:1px;
	color:#666;
	margin:0;
	padding:0 5px;
	}
	
/* 返信 */
.res {
	clear:both;
	position: relative;
	padding:0 10px 0 10px;
	margin-bottom:3px;
	}
	
.res-first {
	clear:both;
	position: relative;
	padding:0 10px 0 10px;
	margin-bottom:10px;
	border:1px solid #999;
	background-color:#ffffee;
	}
	
.res-good {
	clear:both;
	position: relative;
	padding:0 10px 0 10px;
	margin:5px 0 0 0;
	border:1px solid #999;
	background-color:#FFF4FF;
	}
	
.res-nice {
	clear:both;
	position: relative;
	padding:0 10px 0 10px;
	margin:5px 0 0 0;
	border:1px solid #aaa;
	}
	
.res-thanx {
	width:620px;
	clear:both;
	position: relative;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
	border:1px solid #999;
	background-color:#ffffee;
	background:url("../../images/group/pc/thanx.gif") no-repeat right top #ffffee;
	}
	
.res-none {
	clear:both;
	position: relative;
	padding:0;
	margin-bottom:3px;
	}
	
.bodyaflag{
	position: absolute;
	top:5px;
	right:5px;
	margin:0 0 5px 0;
	padding:0;
	text-align:right;
	}

.movie_box{
	width:130px;
	height:97px;
	margin:10px 10px 10px 0;
	padding:0;
	border:1px solid #666;
	}

/* 返信No */
#view_bx_body{
	width:640px;

}

#view_bx_body em {
	font-size:16px;
	color:#39c;
	font-style:normal;
	font-weight:bold;
	}
	
/* 返信メッセージ */
 p.res_name{
	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	color:#666;
	font-weight:bold;
	letter-spacing:1px;
	}
	
 p.res_body {
	width:630px;
	font-size:12px;
	margin:0 0 0 0;
	padding:0;
	line-height:150%;
	letter-spacing:1px;
	color:#000;
	word-break : break-all; 
	}
	
 p.res_date {
	font-size:10px;
	margin:5px 0 5px 0;
	padding:0;
	color:#333;
	letter-spacing:1px;
	}
	
/* レス一覧のボーダー*/
div.listborder{
	text-align:right;
	border-bottom:1px dashed #ccc;
	}

div.listborder-none{
	float:left;
	text-align:right;
	margin:10px 0 0 0;
	}
	
div.listpr{
	padding:5px 0 3px 5px;
	font-size:10px;
	letter-spacing:1px;
	height:13px;
	background-color:#FFCCFF;
	color:#666;
	border-bottom:1px dashed #ccc;
	}
	
div.listpr a{
	color:#000;
	}
	
div.listpr a:hover{
	color:#FF0000;
	}

/* ブックマークリンク */
div.book{
	text-align:center;
	clear:both;
	margin:5px 0;
	}

div.book p{
	color:#666;
	margin:0;
	padding:0;
	font-size:12px;
	}
