@charset "utf-8";

/* Base*/
body{	margin:0; padding:0; 
	font-size: 0.9em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color:#444;
 }

/* Table*/
table{
border-collapse: collapse;
margin:30px 0 20px 0;
}

td{
border: solid 1px #ccc;
padding:8px;
text-align: left;
}

td.green{
background:#3b8d3e;
color:#fff;
}
td.green2{
background:#dbfce0;
}

td.dgreen{
background:#52873f;
text-align:center;
border:solid 1px #d0f7c2;
padding:8px;
}

td.dgreen a{
color:#fff;
}

td.green2b{
	background:#dbfce0;
	text-align: center;
}

td .green2c{
	background:#dbfce0;
	text-align:center;
}

td.green3{
	background:#dbfce0;
	border-left: double 15px #7eb986;
	font-size:1.1em;
}

td.orange{
background:#fee0cb;
padding:10px;
}

td.gray{
background:#fdfcfc;
}

td.gray2{
background:#fdfcfc;
padding:18px;
}
/* IMG*/
img {
	border: none;
}

/* ul ol*/
ul{
	list-style: none;
}

.steplast ul{
	list-style: disc;
}

.steplast ul li{
	padding:10px 0;
	width:90%;
	line-height:28px;
}

ol{
	margin-bottom:-30px;
}
ol li{
	padding-bottom:20px;
	text-align:justify;
}

/* Text*/

.bold	{ font-weight: bold;}


/* Link*/
a {
	color: #3a9345;
	text-decoration: none;
}
a:hover {
	color: #7eb986;
	text-decoration: underline;
}

/* Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
}

/* Float*/

.float_l	{ float: left;}
.float_r	{ float: right;}
