@charset "shift_jis";

/* support : Common */
#sentences h2 {
	text-decoration: underline;
	padding: 10px 5px;
}
#sentences h3 {
	padding: 0px 5px 5px;
}
#sentences ul,
#sentences ol {
	margin-top: 0px;
	margin-bottom: 30px;
}
/*#sentences li {
	list-style-type: decimal;
	margin-top: 8px;
}*/
#abc li {
	list-style-type: lower-alpha;
	margin-top: 8px;
}
#sentences ol.listDecimal, #sentences ol.listAlphabetUp, #sentences ol.listAlphabetLow, #sentences ol.listKatakana {
	padding-left: 40px;
}
#sentences ol.listDecimal li, #sentences ol.listAlphabetUp li, #sentences ol.listAlphabetLow li, #sentences ol.listKatakana li {
	padding: 3px 0px;
	line-height: 18px;
}
#sentences ol.listDecimal {
	list-style: decimal;
}
#sentences ol.listAlphabetUp {
	list-style: upper-alpha;
}
#sentences ol.listAlphabetLow {
	list-style: lower-alpha;
}
#sentences ol.listKatakana {
	list-style: katakana;
}

/* support : index */
#sentences p.copy {
	padding-top: 10px;
}
#sentences p.nonSupport {
	font-size: 10px;
	margin: -15px 18px 10px;
	background: #F5F3E9;
	padding: 6px 10px;
}
#sentences .supportList {
	background: url(../images/support/list_dotline.gif) repeat-y center 0px;
	padding: 0px 0px 0px 18px;
}
#sentences .supportList h3 {
	padding: 0px;
}
#sentences .supportList p {
	padding: 12px 5px 0px 0px;
	height: 120px;
	font-size: 10px;
	margin: 0px;
}
#sentences .supportList p img {
	float: left;
	margin: 0px 10px 30px 0px;
}

#sentences .supportListLeft {
	width: 220px;
	padding-right: 9px;
	float: left;
}
#sentences .supportListRight {
	width: 220px;
	float: left;
}
