@charset "utf-8";
/* CSS Document */

.cityinfo {
	padding-bottom: 24px;
}
.cityinfo h2 {
	font-size: 26px;
	margin-bottom: 24px;
}
.tTable {
	border-collapse: collapse;
	border: solid 1px #c9c9c9;
}
.tTable th {
	font-size:90%;
	border: solid 1px #c9c9c9;
	background: #F5F5F5;
	padding: 4px 0;
}
.tTable td {
	border: solid 1px #c9c9c9;
	line-height: 2;
	padding: 3px;
}

.lead {
	font-size:105%;
	line-height:28px;
}

.chui{
	font-size:90%;
}

.gazouwaku{   
     border:1px solid #DCDCDC;/* 外枠の色 */   
     padding:5px;/* 余白 */   
     background-color:#ffffff;/* 余白部分の色 */   
}

.tour_midashi{
	font-size:115%;
	color:#701c54;
	font-weight:bold;
	}

.tour_city{
	font-size:100%;
	color:#701c54;
	font-weight:bold;
	}

.tour_main{
	font-size:95%;
	font-weight:bold;
	color:#701c54;
}

.tour_sub{
	font-size:85%;
}

.tour_price{
	font-size:105%;
	color:#F30;
	font-weight:bold;
	}
.tour_midashi2 {
	margin:0 0 15px 0;
	padding:12px 10px;
	background: #1D8ADE;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}


/* ####  ribon設定 #### */
#ribon {
	background: #0095fb;
}
#ribon #pickup ul li a:hover {
	background: #0ab3fb;
}