@import "base.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/upaanex/pc/base/icn_newthread1.gif") no-repeat left top;
	overflow:hidden; 
	}
	
.make_new a:hover {
	border-top:4px solid #f69;
	background:url("../../images/upaanex/pc/base/icn_newthread2.gif") no-repeat left top;
	}
	
/* ページ */
.view_bx_page {
	width:300px;
	padding:0 10px;
	}
	
.view_bx_page p{
	font-size:10px ;
	letter-spacing:1px;
	color:#666;
	margin:0;
	padding:0 5px;
	}

/* 返信 */
.res {
	padding:0 10px 0 10px;
	margin-bottom:3px;
}
.res-first {
	padding:0 10px 10px 10px;
	margin-bottom:15px;
	border:1px solid #999;
	width:625px;
	background-color:#ffffee;
}

div.google_ad2{
	clear:both;
	text-align:right;
	margin:0;
	padding:0 0 5px 5px;
	}



/* 返信No */
#view_bx_body em {
	font-size:16px;
	color:#f69;
	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 {
	font-size:12px;
	margin:0;
	padding:0;
	line-height:150%;
	letter-spacing:1px;
	color:#000;
}

 p.res_date {
	font-size:10px;
	margin:5px 0 5px 0;
	padding:0;
	color:#333;
	letter-spacing:1px;
}

/* 返信フォーム */
div.view_bx_form {
	border:1px solid #eee;
	margin:0;
	padding:0 10px;
	background-color:#ffe;
	}


h2.view_title {
	padding:8px 0 5px 5px;
	font-size:16px;
	color:#666;
	letter-spacing:2px;
	border-bottom:4px solid #999;
	background:url("../img/pc/base/icn_wo.gif") no-repeat right bottom;
}

div.view_bx_form h3 {
	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	color:#000;
}

div.view_bx_form p{
	display:block;
	height:20px;
	line-height:120%;
	font-size:10px;
	margin:0;
	padding:0;
	color:#666;
}

div.view_bx_form p a{
	color:#666;
	}

div.view_bx_form input,div.view_bx_form textarea{
	border:1px solid #666;
	}

div.mobile_qr{
	float:left;
	position:relative;
	top:10px;
	left:5px;
	}

div.mobile_form{
	position:relative;
	top:90px;
	left:30px;
	float:left;
	}

p.viewpr{
	margin:0;
	padding:0;
	font-size:10px;
	}

p.viewpr a{
	color:#666666;
	}

p.viewpr a:hover{
	color:#ff6600;
	}
	
div.listborder{
	height:5px;
	border-bottom:1px dashed #ccc;
	}
	
div.listpr{
	padding:5px 0 3px 5px;
	font-size:10px;
	letter-spacing:1px;
	height:13px;
	background-color:#eeeeee;
	color:#666;
	border-bottom:1px dashed #ccc;
	}

div.listpr a{
	color:#000;
	}

div.listpr a:hover{
	color:#FF0000;
	}
	
div.google_ad{
	clear:both;
	width:648px;
	margin:0 0 10px 0;
	padding:0;
	}
	
div.google_ad div.inner{
	float:left;
	margin:0;
	padding:20px 0 10px 15px;
	width:300px;
	}
	

/* 新規スレッドを作る */
#thread_new {
	margin:0 0 15px 0;
}

#thread_new a {
	display:block;
	padding:10px 0 10px 0;
	text-align:center;
	text-decoration:none;
	background:url("../img/pc/base/icn_newthread1.gif") no-repeat left bottom;
	color:#f39;
	border-top:4px solid #999999;
	border-bottom:1px dotted #999999;
}

#thread_new a:hover {
	border-top:4px solid #f69;
	border-bottom:1px dotted #f69;
	background:url("../img/pc/base/icn_newthread2.gif") no-repeat left bottom;
}