div#toujouhou_comment{
	border: 1px solid #ffa5a5;
	border-radius: 10px;
	margin: 10px 0 10px 20px;
	padding: 5px;
	font-size: 16px;
	background: #fffdf3;
}
div#toujouhou_comment form{
	line-height: 1em;
}
div#toujouhou_comment textarea{
	font-size: 20px;
	width: 100%;
	height: 5em;
}
div#toujouhou_comment input[type="button"] {
	font-size: 16px;
	padding:0 10px;
	color:red;
}

table.kakojouhou{
	margin:0 auto;
  border-collapse: collapse;
}
table.kakojouhou th{
  background: gray;
  color: white;
  border: solid 1px silver;
}
table.kakojouhou td{
	text-align: center;
	background: white;
	color: black;
	border: solid 1px gray;
}
table.kakojouhou .nengetu{
	width:8em;
}
table.kakojouhou .kaisuu{
	width:4em;
}
table.kakojouhou .madori{
	width:5em;
}
table.kakojouhou .menseki{
	width:6em;
}
table.kakojouhou .kakaku{
	width:7em;
}
table.kakojouhou td.kakaku{
	text-align: right;
}

.baikyakusoudan{
	font-size:16px;
	display: inline-block;
	width: 10em;
	text-align: center;
	text-decoration: none;
	border: solid 0.5px rgb(255, 0, 50);
	color: #fffffe;
	margin: 0 auto 5px auto;
	background-color: #ff4f71;
	border-radius: 4px;
}
.baikyakusoudan_large{
	font-size:24px;
	display: block;
	text-align: center;
	text-decoration: none;
	max-width: 350px;
	min-width: 300px;
	border: solid 0.5px rgb(255, 0, 50);
	color: #fffffe;
	margin: 0 auto 5px auto;
	background-color: #ff4f71;
	border-radius: 4px;
	height: 60px;
	line-height: 60px;
}
.baikyakusoudan_large:hover {
	background-color: #333;
	color: #fff;
}
#kakojouhou_tudukiwomiru{
	border: none;
	color: gray;
	height: 2em;
	cursor:pointer;
}
#kakojouhou_tudukiwomiru:hover{
	text-decoration: underline;
	color: blue;
	background: #ebebeb;
}