@charset "UTF-8";
/* list.css */

#List li {
	clear:both;
	width:98%;
	margin-bottom:10px;
	padding:1% 1%;
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#List li a {
	text-decoration:none;
	color:#333333;
}
#List li a:hover {
	color:#777777;
}
#List li h2 {
	margin-bottom:4px;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:14px;
}
#List li#ServiceMainTit {
	width:96%;
	padding:2%;
	line-height:1.6em;
	background-color:#595959;
	color:#FFFFFF;
}
#List li#ServiceMainTit h1 {
	margin-bottom:5px;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:16px;
}
.listImg {
	width:80px;
	padding-right:20px;
	float:left;
}
.listText {
	line-height:1.6em;
}