@charset "utf-8";

/* category.css */
.category {
	background-color:#b7054c;
	color:#d05c8a;
}

.category em {
	background-color:#700834;
}

ul.list {
	margin-bottom:16px;
}

.list li {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	padding:0 0 5px 15px;
}

.applications {
	border: 3px double #ee3333;
	margin-bottom: 5px;
	padding: 8px;
}

.applications th {
	color: #ee3333;
	font-weight: bold;
	line-height: 1.6em;
	width: 5em;
}

.applications td {
	font-weight: bold;
	line-height: 1.6em;
	padding-right: 8px;
	vertical-align: top;
}

.applications td span {
	border-bottom: 1px solid #ee3333;
	line-height: 1.3em;
	font-weight:bold;
}

p.notes {
	text-align: right;
}

.attention {
	border: 1px solid #cccccc;
	margin-bottom: 25px;
	padding: 12px;
}

.attention dt {
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: underline;
}

.attention dt.ok {
	color: #0099ff;
	font-weight:bold;
}

.attention dd {
	padding-bottom: 10px;
	width: 100%;
}

.attention dt.ng {
  color: #ee3333;
}

.attention dd ul {
  width: 100%;
}


@media only screen and (max-width: 640px) {

	.imgBox li.wide {
		display:block;
	}

}
