﻿form{
	padding:32px 32px 0 32px;
}
form label{
	display:block;
	margin:0 0 16px 0;
}
form label p{
	margin:-20px 0 0 24px;
}
.link{
	display:block;
	padding:8px 0px 12px 96px;
	background:#f2f2f2 url('../img/thumbnail.jpg') no-repeat;	
	height:80px;
	background-size:auto 100%;
	margin:16px 0;
}
.link h2{
	line-height:150%;
	margin-right:44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.link p{
	margin-right:44px;
	line-height:150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.arrow_r{
	height:12px;
	width:12px;
	background:url('../img/arrow_r.png') center no-repeat;
	background-size:100%;
}
.link .arrow_r{
	float:right;
	margin:0 16px;
	height:100%;
}
.chart_bar_h h2{
	margin:16px 0 8px 0;
}
.chart_bar_h .data{
	height:12px;
	line-height:100%;
	font-size:12px;
	margin:4px 0 0 0;
}
.chart_bar_h .data .bar{
	padding:0;
	height:100%;
	display:inline-block;
	background:#000;
	width:50%;
	margin:0 8px 0 0;
}
