@charset "Shift_JIS";

/*----------------------------------------------------

 link

----------------------------------------------------*/

.box	{
	padding:20px 0;
	font-size:1.6rem;
}
.box	p	{
	display:inline-block;
	border-bottom:2px dotted #b0d400;
}

@media screen and (min-width:40em) {
	.sec	{
		width:900px;
		margin:0 auto;
	}
	.box	{
		padding:20px 0 0;
		font-size:1.8rem;
	}
}
