#index.drawing article .project_title h1 {
	font-size: 16px;
}
#index.drawing article section .wrap .box_right .name > a { width: calc(100%/3); }
#index.drawing article section .wrap .box_right .name > .figure,
#index.drawing article section .wrap .box_right .name > .site,
#index.drawing article section .wrap .box_right .name > .ai {
	display: block;
	float: left;
	height: 100%;
	width: calc(100% / 3);
	text-align: center;
	box-sizing: border-box;
}
#index.drawing article section .wrap .box_right .name a .figure,
#index.drawing article section .wrap .box_right .name a .site,
#index.drawing article section .wrap .box_right .name a .ai {
	display: block;
	/* float: left; */
	height: 100%;
	/* width: calc(100% / 3); */
	text-align: center;
	box-sizing: border-box;
}
#index.drawing article section .wrap .box_right .name a .ai span {
	display: inline-block;
	margin-top: .5em;
}
#index.drawing article section .wrap .box_right .name a:hover .ai span {
	/*color: #0FE;*/
	color: gray;
}
/* #index.drawing article .project_title h1 {
	font-size: 16px;
}

#index.drawing article section .wrap .box_right .name .figure,
#index.drawing article section .wrap .box_right .name .site,
#index.drawing article section .wrap .box_right .name .ai {
	display: block;
	float: left;
	height: 100%;
	width: calc(100% / 3);
	text-align: center;
	box-sizing: border-box;
} */
@media (max-width: 960px) {
	#index.drawing article .project_title h1 {
		margin: auto;
	}
}
