@charset 'UTF-8';

/* タグプロパティ */
h3 {
	margin-top: 5px;
	background-color: #FFFFFF;
}

table {
	margin-bottom: 10px;
}

caption {
	text-align: left;
	font-weight: bold;
}

th {
	text-align: left;
	white-space: nowrap;
}

/* 製品紹介 */
.product-name {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	margin-right: 5px;
}

.product-image {
	text-align: center;
	margin-bottom: 10px;
}

.product-discription {
	width: 100%;
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
}

.product-discription dl {
	margin-bottom: 10px;
}

.product-discription dl dt {
	color: #0033CC;
	font-weight: bold;
}

.product-discription dl dd {
	margin-left: 1em;
	margin-bottom: 5px;
}

.product-discription img {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* PATIENT FOLDER SCREEN LIST */
.screen-list li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
