@charset "UTF-8";

/*補聴器のいろいろ　ここから*/
#models{
	width: 540px;
	height: 795px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: auto;
}

#models_title {
	float: left;
	width: 540px;
	height: 30px;
}

#models_cont {
	float: left;
	width: 540px;
	height: 765px;
}

#models_cont p{
	font-size: 13px;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

#models_cont table {
	background-color: #888888;
	width: 500px;
	margin-left: 15px;
}

#shape_title {
	width: 100px;
}

#explain_title {
	width: 200px;
}

#models_cont th {
	text-align: center;
	background-color:#a4cff2;
	width: 150px;
}

#models_cont td {
	background-color: #ffffff;
	text-align: center;
}
/*補聴器のいろいろ　ここまで*/
