@charset "utf-8";
/*-------------------------------------------------
番組検索インデックス

1.各インデックス
2.各インデックス検索

-------------------------------------------------*/
	
#contWrap #contLeft	{
/*	background: url(../images/secTitleBg.gif) no-repeat 0 0;*/
	}


/*1.各インデックス
--------------------------------------------*/
#proBoxWrap	{
	margin-left: 19px;
	}
	
.proBoxBg	{
	width: 325px;
	height: 101px;
	float: left;
	padding-right: 6px;
	margin-bottom: 5px;
	}
	
.proBoxBg h3	{
	margin: 2px 0 0 123px;
	}
	
.proBoxBg p	{
	margin: 3px 10px 3px 130px;
	font-size: 10px;
	line-height: 14px;
	}
	
.proBoxBg ul	{
	margin: 0 0 0 130px;
	}
	
.proBoxBg li	{
	list-style: none;
	width: 93px;
	height: 26px;
	float: left;
	margin-right: 3px;
	}
	
.proBoxBg li a	{
	width: 93px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	}
	
.proBoxBg li.btn01 a	{
	background: url(../search/images/btn01.gif) no-repeat 0 0;
	}
	
.proBoxBg li.btn01 a:hover	{
	background: url(../search/images/btn01.gif) no-repeat 0 -26px;
	}
	
.proBoxBg li.btn02 a	{
	background: url(../search/images/btn02.gif) no-repeat 0 0;
	}
	
.proBoxBg li.btn02 a:hover	{
	background: url(../search/images/btn02.gif) no-repeat 0 -26px;
	}
	
#bg01	{
	background: url(../search/images/photo01.jpg) no-repeat 0 0;
	}
	
#bg02	{
	background: url(../search/images/photo02.jpg) no-repeat 0 0;
	}
	
#bg03	{
	background: url(../search/images/photo03.jpg) no-repeat 0 0;
	}
	
#bg04	{
	background: url(../search/images/photo04.jpg) no-repeat 0 0;
	}
	
#bg05	{
	background: url(../search/images/photo05.jpg) no-repeat 0 0;
	}
	
#bg06	{
	background: url(../search/images/photo06.jpg) no-repeat 0 0;
	}
	
#bg07	{
	background: url(../search/images/photo07.jpg) no-repeat 0 0;
	}
	
#bg08	{
	background: url(../search/images/photo08.jpg) no-repeat 0 0;
	}
	
#bg09	{
	background: url(../search/images/photo09.jpg) no-repeat 0 0;
	}
	
#bg10	{
	background: url(../search/images/photo10.jpg) no-repeat 0 0;
	}

/*2.各インデックス検索
--------------------------------------------*/

#contWrap #contLeft h2#h2titleSeach{
	margin				:	0 0 15px 20px;
}

#contWrap #contLeft h3#h3titleSeach{
	margin-left			:	20px;
	padding				:	3px 0 0 30px;
	width				:	650px;
	height				:	45px;
	color				:	#8a8a8a;
	font-size			:	16px;
	background			:	url(../search/images/h3_seach_icon_bg.gif) left top no-repeat;
}

#serachBoxWrap	{
	padding: 0 0 0 10px;
	margin-left:20px;
/*	background: url(../search/images/figure03.gif) repeat-y 0 0;*/
	}
	
#serachBoxTop	{
/*	background: url(../search/images/figure01.gif) no-repeat 0 0;*/
	}
	
#serachBoxBtm	{
/*	background: url(../search/images/figure02.gif) no-repeat left bottom;*/
/*	padding: 0px 22px 10px 10px;*/
	}
	
#fstTable	{
	width: 610px;
	margin-bottom:10px;
	}
	
#fstTable caption	{
	text-align: left;
	padding: 0px 0 5px 0;
	font-weight:bold;
	color				:	#8a8a8a;
	}
	
#fstTable th,#secTable th	{
	height: 60px;
	background: #fdb46c;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	color: #993f06;
	}
	
#fstTable td,#secTable td	{
	height: 60px;
	text-align: left;
	padding:5px 10px;
	border-bottom: 1px solid #fff;
	}
	
#fstTable .check td,#secTable .check td	{
	padding: 0;
	height: 20px;
	border: none;
	}
	
#secTable	{
	width: 610px;
	margin-bottom:10px;
	}
	
#secTable caption	{
	text-align: left;
	padding: 0px 0 5px 0;
	font-weight:bold;
	color				:	#8a8a8a;
	}
	
#serachBoxBtm p	{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	}

/*3.各インデックス検索結果
--------------------------------------------*/
.resuit #serachBoxBtm	{
/*	background: url(../search/images/figure02.gif) no-repeat left bottom;*/
	padding: 0px 22px 0 10px;
	}
	
.resuit #fstTable th	{
	height: 30px;
	background: #fdb46c;
	text-align: left;
	padding: 0 10px;
	border-bottom: 1px solid #fff;
	color: #993f06;
	}
	
.resuit #fstTable td	{
	height: 30px;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	}
	
.resuit #fstTable .check td	{
	padding: 0;
	height: 20px;
	border: none;
	}
	
.resuit #serachBoxBtm p	{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#listBtn	{
	background: #ffffb3;
	position: relative;
	padding: 10px 15px;
	margin: 10px 20px;
	}
	
#submitBtn	{
	position: absolute;
	top: 13px;
	right: 10px;
	}
	
#resultNum	{
	border-bottom: 1px dashed #b3b3b3;
	margin: 0 20px;
	padding-top: 10px;
	}
	
#resultNum strong	{
	color: #ff9f40;
	font-size: 20px;
	padding-left: 10px;
	}
	
.resultBox	{
	margin: 0 20px;
	position: relative;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px dashed #b3b3b3;
	}
	
.resultBoxLeft	{
	width: 183px;
	float: left;
	margin-right: 9px;
	}
	
.resultBoxRight	{
	width: 460px;
	float: left;
	position: relative;
	background: url(../search/images/listBg.gif) no-repeat 0 0;
	}
	
.resultBoxRight h2	{
	padding: 0 0 3px 0;
	font-size: 18px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体";
	color: #be5b38;
	font-weight: normal;
	}
	
.resultBoxRight table	{
	border-bottom: 1px solid #b3b3b3;
	width: 400px;
	margin: 6px 0 6px 10px;
	}
	
.resultBoxRight h3	{
	margin: 0 10px;
	}
	
.resultBoxRight h3 span	{
	background: #998177;
	color: #fff;
	padding: 3px;
	}
	
.resultBoxRight p	{
	margin: 0 0 0 10px;
	}
	
.resultBoxRight .copy	{
	line-height: 14px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体";
	padding: 5px 0;
	}
	
.resultBoxRight .service	{
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 3px;
	margin-bottom: 3px;
	}
	
.resultBoxRight .service img	{
	margin-right: 3px;
	}
	
.resultBoxRight .detels	{
	width: 97px;
	height: 22px;
	position: absolute;
	bottom: 33px;
	left: 540px;
	}
	
.resultBoxRight .detels a	{
	width: 97px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(../search/images/btn03.gif) no-repeat 0 0;
	}
	
.resultBoxRight .detels a:hover	{
	background: url(../search/images/btn03.gif) no-repeat 0 -22px;
	}
	
.resultBoxRight ul	{
	padding-left: 35px;
	list-style: none;
	position: relative;
	width: 425px;
	height: 23px;
	}
	
.resultBoxRight li	{
	width: 97px;
	height: 23px;
	float: left;
	list-style: none;
	margin-left: 7px;
	}
	
.resultBoxRight li a	{
	width: 97px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	}
	
.resultBoxRight li.btn25 a	{
	background: url(../search/images/btn25.gif) no-repeat 0 0;
	}
	
.resultBoxRight li.btn25 a:hover	{
	background: url(../search/images/btn25.gif) no-repeat 0 -23px;
	}
	
.resultBoxRight li.btn26 a	{
	background: url(../search/images/btn26.gif) no-repeat 0 0;
	}
	
.resultBoxRight li.btn26 a:hover	{
	background: url(../search/images/btn26.gif) no-repeat 0 -23px;
	}
	
.resultBoxRight li.btn27 a	{
	background: url(../search/images/btn27.gif) no-repeat 0 0;
	}
	
.resultBoxRight li.btn27 a:hover	{
	background: url(../search/images/btn27.gif) no-repeat 0 -23px;
	}
	
.resultBoxRight li.btn28 a	{
	background: url(../search/images/btn28.gif) no-repeat 0 0;
	}
	
.resultBoxRight li.btn28 a:hover	{
	background: url(../search/images/btn28.gif) no-repeat 0 -23px;
	}
	
.resultBoxRight .label img	{
	margin-right: 2px;
	}
	
.resultBoxRight .mySub	{
	position: absolute;
	top: 0px;
	right: 0;
	}
	
/*海外リゾート地図部分*/
	
#worldMap	{
	position: relative;
	width: 498px;
	height: 219px;
	background: url(../search/images/worldmap.gif) no-repeat 0 0;
	}
	
.check label	{
	cursor: pointer;
	}
	
.check p	{
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#check01	{
	position: absolute;
	top: 15px;
	left: 15px;
	}
	
#check02	{
	position: absolute;
	top: 69px;
	left: 95px;
	}
	
#check03	{
	position: absolute;
	top: 93px;
	left: 143px;
	}
	
#check04	{
	position: absolute;
	top: 125px;
	left: 98px;
	}
	
#check05	{
	position: absolute;
	top: 100px;
	left: 211px;
	}
	
#check06	{
	position: absolute;
	top: 120px;
	left: 294px;
	}
	
#check07	{
	position: absolute;
	top: 158px;
	left: 253px;
	}
	
#check08	{
	position: absolute;
	top: 87px;
	left: 380px;
	}
	
#check09	{
	position: absolute;
	top: 190px;
	left: 427px;
	}
	
#japanMap	{
	position: relative;
	width: 498px;
	height: 219px;
	background: url(../search/images/japanmap.gif) no-repeat 0 0;
	}
	
#check10	{
	position: absolute;
	top: 15px;
	left: 15px;
	}
	
#check11	{
	position: absolute;
	top: 160px;
	left: 37px;
	}
	
#check12	{
	position: absolute;
	top: 122px;
	left: 108px;
	}
	
#check13	{
	position: absolute;
	top: 112px;
	left: 216px;
	}
	
#check14	{
	position: absolute;
	top: 160px;
	left: 230px;
	}
	
#check15	{
	position: absolute;
	top: 135px;
	left: 268px;
	}
	
#check16	{
	position: absolute;
	top: 100px;
	left: 280px;
	}
	
#check17	{
	position: absolute;
	top: 132px;
	left: 300px;
	}
	
#check18	{
	position: absolute;
	top: 42px;
	left: 386px;
	}
	
#check19	{
	position: absolute;
	top: 190px;
	left: 427px;
	}
	
