@CHARSET "UTF-8";

div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.pp_container {
	position: relative;
	width: 450px;
	height: 138px;
	background-color: #ffffff;
	padding:0;
	border-radius: 10px;
}

div#tuhou {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1;
}
div#tuhou div.background {

	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	z-index:20;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#tuhou div.pp_container {
    position: fixed;
    left: 235px;
	width: 90%;
    margin: 0 auto;
	max-width:417px;
	background-color: #ffffff;
	border-radius: 10px;
	top:37%;
	z-index:400;
}
@media screen and ( max-width:479px )
{
	div#tuhou div.pp_container
	{
		    left: 4%;
	}
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー通報画面 talk/tuho.php */
.report_div{
    width: 100%;
    max-width: 417px;
    padding: 2px;
    border-radius: 10px;
    background: #f4eaff;
    border: #FFB3B9 solid 2px;
	z-index:100;
}
.number_div{
    background: #f4eaff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: normal;
    background: url(../images/tuhou.png) no-repeat;
    padding-left: 24px;
    background-size: 18px;
    background-position: left;
    padding-bottom: 3px;
}
.content_div{
	background-color: white;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.choices_div{
    text-align: center;
}
.choices_div button{
    width: 80px;
    height: 30px;
    border-radius: 5px;
}
button.report_ok{
    margin-right: 50px;
    background-color: #FFDFE5;
}
#reply_choices button{
	margin-right:0;
}
button.report_cancel{
	background: #D5D5FF;
}