.mini_box_photo_text{
	display: table-cell;
	vertical-align: top;
}

.table tr:nth-of-type(1) td{
	text-align:center;
}

.table td:nth-of-type(1){
	width:460px;
	text-align:left;
	font-size:20px;
	line-height:1.8;
}

.table td:nth-of-type(2){
	width:200px;
	text-align:left;
	font-size:20px;
}



/* layout mobile
--------------------------------------------------*/
@media screen and (max-width: 640px) {

.table td:nth-of-type(1){
	width:60%;
	text-align:left;
	font-size:4.2vw;
	line-height:1.4;
}

.table td:nth-of-type(2){
	width:40%;
	text-align:left;
	font-size:4.2vw;
	line-height:1.4;
}


}