@CHARSET "UTF-8";

.item-area {
	width: 99%;
/*	border-top: 1px solid lightgray; */
	border-top: 1px solid ;
	border-left: 4px solid gray;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	padding-top: 3px;
}

.item-area .info-area {
	width: 100%;
}

.item-area .vote-area {
	width: 100%;
	/*	border-top: 2px solid Burlywood;*/
	background-color: Beige;
}

.item-area .vote-area:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.item-area .row {
	width: 100%;
	margin-bottom: 1px;
}

.item-area .row:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.info-area .title-1col {
	width: 15%;
	min-width: 90px;
	max-width: 135px;
	/*	background-color: HoneyDew; */
	padding-left: 2px;
	padding-bottom: 2px;
	border-right: 3px solid gray;
	border-bottom: 1px solid Slateblue;
	float: left;
}

.info-area .value-1col {
	width: auto;
	padding-left: 3px;
	text-align: left;
}

.info-area .title-2col {
	width: 15%;
	min-width: 90px;
	max-width: 135px;
	/*	background-color: HoneyDew; */
	padding-left: 2px;
	border-right: 3px solid gray;
	border-bottom: 1px solid Slateblue;
	float: left;
}

.info-area .value-2col {
	width: 31%;
	padding-left: 3px;
	text-align: left;
	float: left;
}

.vote-area .title-panel {
	width: 15%;
	min-width: 90px;
	max-width: 135px;
	padding-left: 2px;
	text-align: center;
	float: left;
}

.vote-area .input-area {
	width: 27%;
	margin-left: 6px;
	float: left;
}

.vote-area .input-area .title {
	width: 40%;
}

.vote-area .input-area .point {
	width: 59%;
	font-size: 110%;
	font-weight: bolder;
	color: darkgreen;
}
.vote-area .input-area .point-caution {
	width: 59%;
	font-size: 110%;
	font-weight: bolder;
	color: red;
}

.vote-area .input-area .choice {
	width: 100%;
}

.vote-button {
	font-size: small;
	width: 60%;
	min-width: 4em;
	cursor: default;
}


input.to-copipe {
	border: none;
	/*	border: 1px solid gray; */
	width: 83%;
}