@charset "shift_jis";
/*------------------------------------------------*/
/*-- /jp/support/cs/info/2015/09/003/index.html --*/
/*------------------------------------------------*/

div#symptom, div#products, div#method {
	margin-bottom: 30px;
	}

/*----- notice -----*/

div.notice {
	border: 1px solid #F00;
	margin: 0 10px 25px;
	padding: 10px;
}

div.notice p {
	margin: 0;
	padding: 0;
	color: #F00;
}

/*----- symptom -----*/

div#symptom p.img {
	width: 438px;
	margin: auto auto 15px auto;
	}

/*----- products -----*/

div#products p.name {
	font-weight: bold;
	font-size: 1.4em;
	}

div#products li li {
	list-style-type: circle;
	}

/*----- inquiries -----*/

div#inquiries div.info {
	width: 500px;
	margin: 20px;
	border-bottom: none;
	}

div#inquiries h5 {
	margin-bottom: 5px;
	}

div#inquiries p {
	margin-bottom: 3px;
	}

 div#inquiries .annotation {
	width: 550px;
	margin: auto;
	padding: 3px;
	font-weight: bold;
	color: #666;
	background-color: #ECEBF5;
	border: 1px solid #999;
	}

div#inquiries ul.annotation li {
	margin: 0;
	}

/*----- history -----*/

div#history {
	margin-top: 45px;
	border-top: 1px dotted #666;
	}

div#history h3 {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	border-bottom: none;
	}
	
div#history ul {
	font-size: 11px;
	color: #666;
	}

div#history ul li {
	margin-left: -15px;
	list-style-type: none;
	}


