/*----------------------------------------------------
 特集ページ
----------------------------------------------------*/

/*----アイキャッチ----*/
.sp-catch {
	padding:7px;
	color:#00C;
	font-weight:bold;
}
.sp-catch span {
	font-size:16px;
}
.sp-txt {
	padding:0 7px 7px 7px;
}

/*----ツアーラインナップ----*/
.tourtitle {
	padding:5px 10px;
	border-bottom:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
	color:#333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eaeaea), color-stop(0.03, #eaeaea), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 3%, #eaeaea 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eaeaea 3%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fff 0%, #eaeaea 3%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eaeaea 3%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fff 0%, #eaeaea 3%, #eaeaea 100%);
}

/*----ツアーポイント----*/
.tourpoint {
	padding:7px;
}
.tourpoint dt {
	font-weight:bold;
	color:#F60;
}
.tourpoint dd {
	margin-bottom:5px;
}
.tourcomment {
	padding:7px;
}

/*----ツアーカセット----*/
.tourcassette {
	margin:0 0 20px 0;
}
.tourcassette li {
	padding:7px;
	border-bottom:#cccccc 1px solid;
	overflow:hidden;
}
.tourcassette .tour-txt1 {
	color:#00C;
	font-weight:bold;
	font-size:14px;
}
.tourcassette .tour-txt2 {
	margin-bottom:5px;
}
.tourcassette .tour-txt-area {
	margin-bottom:4px;
}
.tourcassette .tour-txt-area span{
	padding:1px 5px;
	background:#33F;
	color:#FFF;
	font-size:11px;
}
.tour-img {
	float:left;
}
.tourcassette-r {
	padding-left:100px;
}
.tour-search {
	padding-left:100px;
}
.tour-select {
	font-weight:bold;
}
.tourcassette form {
	margin-bottom:5px;
}
button.tour-btn {
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 15px;
	margin-left:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fc8200), color-stop(0.02, #fda419), color-stop(0.00, #fffcf9));
	background: -webkit-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: -moz-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: -o-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: -ms-linear-gradient(top, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	background: linear-gradient(to bottom, #fffcf9 0%, #fda419 2%, #fc8200 100%);
	border:1px solid #c57811;
	border-radius: 5px;
}


