@import "base.css";

/* ページ */
.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;
	font-size:16px;
}

/* 返信No */
.res em {
	font-size:16px;
	color:#f00;
	font-style:normal;
	font-weight:bold;
}

/* 返信メッセージ */
.res p.res_name{
	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	color:#666;
	font-weight:bold;
	letter-spacing:1px;
}

.res p.res_body {
	font-size:12px;
	margin:0;
	padding:0;
	line-height:150%;
	letter-spacing:1px;
	color:#333;
}

.res p.res_date {
	font-size:10px;
	margin:5px 0 5px 0;
	padding:0;
	color:#999;
	letter-spacing:1px;
}

/* 返信フォーム */
div.view_bx_form {
position:relative;
float:left;
width:610px;
	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;
	line-height:150%;
	letter-spacing:2px;
	border-bottom:4px solid #bbb;
	background:url("../../img/bbspark/pc/base/icn_wo.gif") no-repeat right top;
	overflow:hidden;
	height:16px;
	width:625px;
}

div.view_bx_form h3 {
	font-size:14px;
	margin:5px 0 5px 0;
	padding:0;
	color:#333;
}

div.view_bx_form p{
	display:block;
	height:20px;
	line-height:120%;
	font-size:10px;
	margin:0;
	padding:0;
	color:#333;
}

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.listpr{
	padding:5px 0 3px 5px;
	font-size:10px;
	letter-spacing:1px;
	height:13px;
	background-color:#efefef;
	color:#000;
	border-bottom:1px dashed #ccc;
	}

div.listpr-none{
	height:5px;
	border-bottom:1px dashed #ccc;
	}

div.listpr a{
text-decoration:none;
	color:#000;
	}

div.listpr a:hover{
	color:#ff0000;
	}