@charset 'UTF-8';

/*  activities
--------------------------------------- */

/* list の設定
-------------------------------*/

.list {
	height:1%;
	margin:0 0 0 3px;
}

.list li {
	padding:0 0 0 13px;
	background:url(../gif/ico1.gif) no-repeat left 5px;
	font-size: 16px;
	line-height: 1.58;
	text-align: left;
}

.grayBox {
	background-color: #eee;
	border: 2px solid #ccc;
	margin: 0 20px;
	padding: 10px;
}

table th,
table td
{
	vertical-align: middle;
}

.tp_cont a.link {
	color: #02f;

}

.tp_cont a:hover.link {
	color: #e06;
	font-weight: bold;
	transition: 0.3s;
}