/* type_block_list */
	.type_block_list {
		font-size:0;
	}
	.type_block_list li{
		display:inline-block;
		vertical-align:top;
		width:50%;
		max-width:350px;
		padding:0 1rem 3.2rem;
	}
		figure img{
			border:1px solid #bbb;
			border-radius:4px;
			overflow:hidden;
			cursor:pointer;
		}
		figcaption {
			font-size:1.1rem;
			line-height:1.4rem;
			color:#FFB300;
			text-align:left;
			padding:0.8rem 0.8rem;
			word-break:keep-all;
			word-wrap: break-word;
			text-align:center;
		}
		/*
		.type_block_list li:nth-child(even) figcaption {
			color:#FFB300;
		}
		*/
		/*
			figcaption:before {
				content:"- ";
			}
			figcaption:after {
				content:" -";
			}*/
/* type_block_list end */