@charset "UTF-8";
/* CSS Document */

/* ------ 同人用紙袋制作事例 ------ */
.results_list ul{
}

.results_list ul li{
float:left;
margin-bottom:15px;
margin-right:15px;
}

.results_list ul li img{
border:#CCC 1px solid;
vertical-align: bottom;
}


.jirei_box{
	width:640px;
	height:320px;
	margin-bottom:40px;
	border-bottom:#ccc dashed 1px;
}
.jirei_txt{
	width:320px;
	float:right;
	margin:0 0 40px 0;
}
.jirei_txt table{
	width:320px;
	margin:0;
	border-collapse:collapse;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
.jirei_txt table th{
	background:#F1EBD3;
	width:100px;
	text-align:center;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
.jirei_txt table td,
.jirei_txt table th{
	padding:4px 10px;
	line-height:150%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.jirei_txt table th,
.jirei_txt table td{
	font-size:80%;
}
.jirei_img{
	vertical-align: bottom;
	width:310px;
	float:left;
}
@media all and (max-width:640px) {
	.results_list ul {
		display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
		-webkit-justify-content: space-between;
 		justify-content: space-between;
		margin-top: 3%;
		margin-bottom: 0;
	}
	.results_list ul li {
		width: 31%;
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}
	.results_list ul li img {
	}
}