@charset "UTF-8";
#title {  background-image: url("images/title-bg.jpg");}

#layout h2 { display: block; width: 100%; max-width:1080px; padding:80px 0 0 0; margin:0 auto; text-align:left;}

.inner { max-width:1020px;}

.art { padding:10px 0 40px 0; text-align: left;}
	.art h3 { display: block; padding:10px 0; font-size:18px; text-align: left; border-bottom: 1px solid #FFF;}
		.art h3 span { white-space: nowrap; font-size:16px; font-weight: normal;}
			.art h3 span::before { content:"（";}
			.art h3 span::after { content:"）";}
	.arttext { padding: 10px 0; font-size:16px;}
	.artphoto { padding: 0;}
		.artphoto ul { display: flex; flex-wrap: wrap; justify-content: space-between; padding:0 0 5px 0; list-style: none;}
			.artphoto li { box-sizing: border-box; padding:10px 0; font-size:14px; align-self: center;}
				.artphoto li a { text-decoration: none; opacity:1; }
					.artphoto li a:hover { color:#666; opacity:.6; }
				.artphoto li a span { display: block; width: 100%; height:320px; margin-bottom: 5px; background: no-repeat center center; background-size: cover; opacity: 1;}
					.artphoto li a:hover span {  opacity:.6; }
	.download ul { padding:.250px 0; margin:0; list-style:none;}
		.download li { display:block; padding: 5px 0 5px 30px; font-size:14px; }
			.download li a { color:#FFF; text-decoration:underline;}
			.download li a:hover { color:#CCC; text-decoration:none;}
			.download li:before { display: block; width: 30px; height:28px; content:""; margin-left:-30px; float:left; background-position: left; background-repeat: no-repeat;background-size: contain;}
			li.pdf:before { background-image:url(../images/fileicons/pdf.png); }
			li.doc:before { background-image:url(../images/fileicons/doc.png);}
			li.xls:before { background-image:url(../images/fileicons/xls.png);}
			li.txt:before { background-image:url(../images/fileicons/txt.png);}
			li.jpg:before { background-image:url(../images/fileicons/jpg.png);}
			li.ppt:before { background-image:url(../images/fileicons/ppt.png);}

@media all and (min-width:320px) {
	/* 320px+ settings */
	.artphoto li { width:48%;}
}

@media all and (min-width:640px) {
	/* 640px+ settings */
}

@media all and (min-width:960px) {
	/* 960px+ settings */
	.artphoto li { width:23%;}
	.artphoto ul::before, .artphoto ul::after { display: block; content:""; width: 23%; height: 1px; overflow: hidden; order: +1;}
}

@media all and (min-width:1200px) {
	/* 1200px+ settings */
}
