﻿@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500&display=swap&subset=japanese');
#linenew {
	font-family: 'M PLUS Rounded 1c';
	font-size: 0.78125rem;
}
#linenew a{
	border-color:#00AC00;
	text-indent:10px;
	padding:0.5em 0.6em;
	letter-spacing:-0.01em;
	color:#00AC00;
	background-color:#F2FCE9;
	border:1px solid #00AC00;
	border-radius:14px;
	text-decoration:none;
}
#linenew a:hover{
	background: #33CC33;
	color: #ffffff;
}
