@charset "utf-8";
/* CSS Document */

/* クエスチョン欄 */

div#question {
	background-color: #85CC3E;
/*	background-color: #FFFFFF; */
	padding: 15px;
}
div#question table {
	margin: 0px auto;
}
div#question_sub {
	background-color: #BAE292;
/*	background-color: #FFFFFF; */
	padding: 3px 10px;
}
div#question_sub div.name {
	font-size:110%;
	font-weight:bold;
}
div#question_sub div.attribute {
}

div#question div.balloon {
	background-image: url(/img/balloon_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 541px;
}

div#question div.balloon p {
	background-image: url(/img/balloon_big2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 35px 15px 35px 45px;
	font-weight:bold;
	line-height:1.05;
}

div#question div.balloon p span.title{
	font-size: 20px;
	display:block;
}
div#question div.balloon p span.body{
	font-size: 14px;
	display:block;
	margin-top:15px;
	font-weight:normal;
}


/* パーセント表示 */
div#percent {
	border-top: 3px solid #151515;
	background-color: #FFFFFF;
	padding: 10px 0px;
}
div#bar_yes {
	float:left;
	border-top: 4px solid #151515;
	border-right: 2px solid #151515;
	border-bottom: 4px solid #151515;
	border-left: 4px solid #151515;
}
div#bar_no {
	float:left;
	border-top: 4px solid #151515;
	border-right: 4px solid #151515;
	border-bottom: 4px solid #151515;
	border-left: 2px solid #151515;
}
div.bar_0 {
	float:left;
}
div#condition {
}
div#condition_sub {
	background-image: url(/img/bg_condition.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 15px;
}

/* コメント欄 */
div#comment {
	padding: 15px;
}

div#comment div.line {
	padding: 3px 10px;
	margin: 25px 0px 15px;
}
div#comment div.first {
	margin-top: 0px;
}

div#comment div.yes {
	background-color:#E5F3F8;
}

div#comment div.no {
	background-color:#FDE7E4;
}

div#comment div.line span.number {
	font-weight:bold;
	float:left;
}

div#comment div.line span.date {
	float:right;
}

div#comment div.stand {
	float:left;
	width:100px;
}
div#comment div.comment {
	float:right;
	width:540px;
	padding: 0px 15px;
	font-size:110%;
}

td.name {
	text-align:center;
}
td.attribute {
	font-size:80%;
	padding:0px 0px 0px 15px;
}

/* 回答ページ */
div#reply {
	border-top: 4px solid #151515;
	text-align:center;
	padding:10px;
}

/* 違反報告ページ */
div#report {
	border-top: 4px solid #151515;
	text-align:center;
	padding:10px;
}
div#report div.inner {
	width:620px;
	text-align:left;
}


