@charset "utf-8";

/* --- RESULT --- */

.tours{
	margin-top: 20px;
}
.tours h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.tours p{
	font-weight: bold;
	margin-left: -5px;
}



.tours .root{
text-align: center;
margin-bottom: 20px;
}
.tours .root img{
width: 100%;
height: auto;
}

.tours2 .box{
	overflow: scroll;
}
.tours2 .box table{
	width: 860px;
	background-color: #fff;
}

@media (min-width: 1020px) {
	
	.tours2 .box{
	overflow:hidden;
}
	.tours2 .box table{
	width: 100%;
	background-color: #fff;
}

	.tours .root img{
	width: 500px;
	height: auto;
	}
}
.tours table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 3px auto 20px auto;
}

.tours table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
}

.tours td, th {
    vertical-align: middle;  /* 中央揃え */
}

.tours2 table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 3px auto 0px auto;
	font-size: 12px;
}

.tours2 table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
}

.tours2 td, th {
    vertical-align: middle;  /* 中央揃え */
}

/* --- ENJOY --- */