@charset "utf-8";

.about table { width: 100%; border-collapse: collapse; border: none; }
	.about th,
	.about td { text-align: left; vertical-align: top; padding-bottom: 5px; padding-top: 5px; border-bottom: 1px dotted #D9D9D9; }
	.about th { width: 110px; }
		.about th.last,
		.about td.last { border-bottom: none; }
		.about td p.sttl { margin-bottom: 4px; }
		.about td p.notice { margin-bottom: 1em; }
		
		.about td ul.list01 { margin-left: 18px; margin-bottom: 4px; }
		.about td ul.list02 { margin-left: 0; color: #F00000; list-style: none; }
			.about td ul.list02 li { background: url(../../img_about/pict_about_01.png) 0 5px no-repeat; padding-left: 18px; }
			.about td p.notice02 { color: #F00000; margin-bottom: 1em; }

.bottomBoxAbout { background-color: #EDF4FE; }
.about a{
	color:#0168D4;
}