@charset "UTF-8";


 /* 資料を見るボタン　白地*/
a.list {
  position: relative;
	font-size:1.0rem;
	/*min-width:150px;
	max-width:250px;*/
	width:8em;
	padding:.4rem .7rem;
	background: #fff;
	border:solid 1px #666;
	border-radius: 8px;
	/*font-weight:bold;*/
	line-height:1.5;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin:auto 0;
	margin-left:3rem;
}
