@charset "UTF-8";

	#list_box {
		clear:both;
		margin:17px 0 22px;
		width:100%;
		border-bottom:solid 1px #d7d7d7;
	}
	#list_box th,#list_box td {
		padding:2px 10px;
		
		border-left:solid 1px #FFF;
		color:#202020;

	}

	#list_box th {
		
		height:30px;
		
		background:#d0e2fb;
		text-align:center;
	}
	#list_box td {
		height:74px;
	}

	.photo{
		width:14%;
	}
	.address{
		width:16%;
	}
	.train{
		width:14%;
	}
	.price{
		width:12%;
	}
	.type{
		width:15%;
	}
	.comment{
		width:22%;
	}
	.check{
		width:6%;
	}

