@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#version .sec01 {
	padding: 14px 0;
	background-color: #54c154;
}
#version .comTabBox {
	margin-bottom: 17px;
}
#version .comTabBox th, #version .comTabBox td {
	border-color: #54c154;
}
#version .comTabBox th {
	padding: 5px 5px 7px;
	width: 29.2%;
}
#version .comTabBox td {
	padding: 0 6px;
}
#version .comTabBox .tdStyle {
	padding: 0 18px;
	font-size: 1.2rem;
	background-color: #CFDAE6;
}
#version .comTabBox td input,
#version .comTabBox td select {
	border: 1px solid #CCC;
	border-radius: 3px;
	height: 30px;
	box-sizing: border-box;
}
#version .comTabBox + .headLine01 span {
	padding: 0 2px;
}
#version .history {
	margin: 13px  240px 20px 240px;
	padding: 6px;
	min-height: 50px;
	overflow-y: auto;
	background: #F2F2F2;
	border-radius: 5px;
	box-sizing: border-box;
	color:#555;
}
#version .history p {
	font-size: 1.35rem;
	line-height: 1.4;
	font-weight: normal;
}
#version .history .ttl {
	margin-bottom: 11px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

#version .history .ttl {
	margin-bottom: 11px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
#version img {
	height: 16px;
}
@media screen and (max-width: 350px) {
	.comTabBox select {
		font-size: 1.2rem;
	}
}