.res{
	background-color: #ebebeb;
	padding: 1em 0;
}
.res-box{
	max-width: 1200px;
	margin: 0 auto;
}
.pc-res{
	display: block;
}
.yd-res{
	display: none;
}
.res-box table{
	cursor: pointer;
}
.res-box table tr{
	max-height: 23em;
}
.res-box table p{
	font-size: 175%;
	line-height: 2;
	padding-bottom: .5em;
}
.res-box table article{
	font-size: 87.5%;
	line-height: 2;
	max-height: 16em;
	overflow: hidden;
	text-indent: 2em;
}
.pc-res .res-img{
	/*border: 1px solid #666;*/
}
.pc-res .res-img{
	width: 15em;
	margin-right: 10em;
	transform: scale(1.25) translate3d(5em,-2em,0);
	display: block;
	box-shadow: 0 0 1em rgba(0,0,0,0.5);
}
.pc-res .res-img img{
	display: block;
}
.yd-res img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width:880px){
	.pc-res{
		display: none;
	}
	.yd-res{
		display: block;
	}
}