
/* head_area */
#plaza_head_area{
	width:980px;
	height:400px;
	border:1px solid #fff;
	outline:1px solid #000;
	background:url(../back_15.png);
	background-size:cover;
	background-position:center bottom;
}

#div1{
	cursor:move;
	position:absolute;
	z-index:1000;
}

.my_img{
	width:100px;
	height:133px;
	filter:drop-shadow(1px 1px 1px #000);
}

.fukidashi{
	display:none;
	width:100px;
	height:30px;
	background:#fff;
	border:1px solid #000;
	border-radius:8px;
	color:#000;
	font-size:9px;
	position:relative;
	top:-170px;
	padding:5px;
}

.my_img:hover + .fukidashi {
	display:block;
}

/* comment_area */
.plaza_comment_area{
	width:800px;
	height:150px;
	background:#fdd;
	border:2px solid #f99;
	border-radius:20px;
}

.set_dicon{
	width:120px;
	height:120px;
	border:1px solid #000;
	border-radius:100%;
}

.comment_area{
	width:400px;height:120px;
	border:1px solid #f99;
	border-radius:5px;
	font-size:12px;
	padding:5px;
	outline:none;
}

.comment_area:hover{
	border:1px solid #f00;
}

/* speech_area */
.speech_area table{
	width:900px;
	color:#000;
	border-collapse:collapse;
	filter:drop-shadow(1px 1px 1px #000);
	font-size:11px;
}

.speech_area th{
	background:#f99;
	border-radius:10px 10px 0px 0px;
	padding:5px 10px;
	text-align:left;
	height:24px;
}

.speech_area td{
	padding:5px 10px;
	background:#fdd;
	font-size:13px;
	height:94px;
	vertical-align:top;
}

.speech_area td.sp_left{
	border-radius:0px 0px 0px 10px;
	width:100px;
}

.speech_area td.sp_right{
	border-radius:0px 0px 10px 0px;
	width:800px;
}

.sp_icon{
 width:80px;
 height:80px;
 border:1px solid #000;
 border-radius:100%;
}

