﻿@charset "utf-8";

.point
	{
	display:inline-table;
	margin:25px 0 0 -3px;
	*height:170px;
	}

.point li
	{
	float:left;
	padding:0 18px 0 0;
	width:157px;
	}
.point .note
	{
	display:block;
	padding:0 4px 0 0;
	text-align:right;
	font-size:63%;
	line-height:1.25;
	}

.about
	{
	display:inline-table;
	margin:0 30px 0 0;
	}
.about:after
	{
	content:"";
	display:block;
	clear:both;
	line-height:0px;
	min-height:0px;
	height:0px;
	overflow:hidden;
	}

.about h2
	{
	padding:30px 0 1.5ex;
	color:#B3D240;
	font-weight:bold;
	font-size:119%;
	line-height:1.25;
	}

.about p
	{
	font-size:75%;
	line-height:1.75;
	}

.about .flr
	{ margin:0 0 5px 30px; }
.about .fll
	{ margin:5px 30px 10px 0; }

