#contents a:link{
	color:#000;
	text-decoration:none;
}
#contents a:visited{
	color:#000;
}
#contents a:hover{
	color:#66ccff;
	text-decoration:underline;
}
/*======================================

	ちらし

=======================================*/

/* -- ▼ちらし右側　共通 -- */

#leaflet .thumbnail{
	width:100%;
}
	#leaflet .thumbnail td{
		width:25%;
		text-align:left;
		vertical-align:top;
	}
	#leaflet .thumbnail .msg{
		width:30px;
		vertical-align:top;
	}
	#leaflet .thumbnail tfoot td{
		padding-top:5px;
		padding-right:10px;
		vertical-align:bottom;
	}

			/* -- ▼海外ツアー -- */
			#overseasTour{
			}
					#overseasTour .title{
						margin-left:-7px;
					}
						#overseasTour .title h3{
						}
							#overseasTour .title img{
								vertical-align:bottom;
								margin-right:1px;
							}
						#overseasTour .title ul{
							position:absolute;
							top:0;
							right:0;
						}
							#overseasTour .title li{
								float:left;
								margin-left:5px;
							}
								#overseasTour .title li a{
									margin-left:5px;
								}
					#overseasTourTxt{
						margin-top:20px;
						height:75px;
						overflow:auto;
					}
						#overseasTourTxt ul{
						}
							#overseasTourTxt li{
								margin-bottom:3px;
							}
								#overseasTourTxt li .badge{
									background-color:red;
									padding:1px 5px;
									margin-right:0.5em;
									
									font-weight:bold;
									color:#fff;
								}
								#overseasTourTxt li .b{
									margin-right:0.5em;
								}
								#overseasTourTxt li .value{
									margin-left:0.5em;
									
									font-weight:bold;
									color:red;
								}
					#overseasTourCategory{
						width:100%;
						margin-top:10px;
					}
						#overseasTourCategory td{
							width:20%;
							text-align:center;
							vertical-align:middle;
						}
					#overseasTour .thumbnail{
						margin-top:5px;
					}
						#overseasTour .thumbnail tfoot td{
							padding:0;
						}
						#overseasTour .thumbnail #overseasTour02,
						#overseasTour .thumbnail #overseasTour03,
						#overseasTour .thumbnail #overseasTour04,
						#overseasTour .thumbnail #overseasTour05{
							display:none;
						}
						#overseasTour .thumbnail .msg{
							padding-bottom:10px;
						}
					#overseasTour .btnArea{
						margin-top:10px;
						padding:0 12px;
					}
						#overseasTour .btnArea li{
							float:left;
							margin-right:8px;
						}
						#overseasTour .btnArea li.lastChild{
							margin-right:0;
						}
			
			/* -- ▼国内ツアー -- */
			#japanTour{
				margin-top:12px;
			}
				#japanTour .thumbnail{
					
				}
					#japanTour .thumbnail tfoot td li{
						float:left;
						margin-left:8px;
						
						color:#ccc;
					}
						#japanTour .thumbnail tfoot td li a{
							padding:3px 5px 2px;
							background-color:#efefef;
							
							color:#666;
						}
						#japanTour .thumbnail tfoot td li a:hover{
							color:#66ccff;
						}
						#japanTour .thumbnail tfoot td li a.active{
							font-weight:bold;
							color:#fff;
							
							background-color:#38a9fa;
						}
						
						#japanTour #japanTour02,
						#japanTour #japanTour03{
							display:none;
						}

