@charset "UTF-8";

.art {padding:40px 0;}
	.art p { padding:8px 0; margin: 0; font-size:14px; line-height:1.4em;}

	.links {padding:40px 0;}
		.links ul {  display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding:0; margin: 0; list-style:none;}
			.links li { width: 440px; padding: 0; font-size: 14px; border-bottom:1px solid #B5B08D;}
			.links li:nth-of-type(1), .links li:nth-of-type(2) { border-top:1px solid #B5B08D;}
			.links li a { display: block; padding: 20px; color:#534741; text-decoration: none; background: url(images/a-bg.jpg) no-repeat right;}
				.links li a:hover { text-decoration: underline;}
			.links li a strong { font-size: 16px;}