@charset "utf-8";

ul.ERR_supportnumber {
	float: left;
	list-style: none;
	border: 2px dotted #999999;
	padding: 0.5em 1.5em;
	margin-bottom: 1em;
	display: none;
}

ul.ERR_supportnumber + * {
	clear: left;
}

ul.ERR_supportnumber li {
	display: inline-block;
}

ul.ERR_supportnumber li + li {
	font-weight: bold;
}

#contents h1.ERR_title {
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-bottom: 2px solid #cc0000;
}
#contents h1.ERR_title span.ERR_model_name {
	font-size: 0.6em;
}

#contents div.search_wrap {
	text-align: right;
	margin-bottom: 2em;
}
#contents div.search_wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
#contents div.search_wrap p {
	display: inline;
}
#contents div.search_wrap table td {
	padding: 0;
}

#contents div.ERR_faq_common {
	background: #ffdddd;
	padding: 1em;
	margin-bottom: 1em;
}

#contents div.ERR_faq {
	margin-bottom: 1em;
}
#contents div.ERR_faq h2 {
	padding-left: 1em;
	border-bottom: 2px solid #ffa500;
}
#contents div.ERR_faq ul {
	list-style-image: url(common/bullet.gif);
	margin-left: 1em;
}
#contents div.ERR_faq ul li p {
	font-size: 1.2em;
}
#contents div.ERR_faq ul ul {
	list-style: disc none;
	margin-left: 0;
}
