<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family:"Noto Sans Japanese", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li,dl,dt,dd,p{margin:0;padding:0;line-height:1.5em}
.slick-slider {
	opacity:0.8;
}
#mainPhoto{
	display:none;
	position:relative;
}
#mainPhoto h2{
	position:absolute;
	left:0%;
	top:0%;
	z-index:1;
}
#mainPhoto p{
	position:absolute;
	bottom:3%;
	z-index:1;
}
#mainPhoto ul li{
	width:100%;
}
#mainPhoto ul li img{
	width:100%;
	height:370px;
}

@media only screen and (max-width: 767px){
article p{
	float:none!important;
}
#mainPhoto p{
	position:absolute;
	left:0!important;
	bottom:3%;
}
#mainPhoto ul li img{
	height:250px;
}	
}

#tourContent{
	background:url(../../img/topics/sakura/bg.jpg) repeat;
	padding:8px 0;
}


/*検索*/
.searchWrap{
	overflow:hidden;
	background: url(../../img/topics/sakura/bg.jpg) repeat;
    padding: 10px 0;
}
.searchBox{
	margin: 0px 8px;
	border: #EF6081 2px solid;
	width:47%;
	float:left;
	height:130px;
	background:#fff;
}
.tourTtl{
	text-align:center;
	font-size:1.1em;
	background:#EF6081;
	color:#fff;
	padding:5px 0;
}
.tourTtl i{
	margin-right:3px;
}
.tourTtl span.eng:after{
	content:"│";
	padding:0 2px;
	font-size:0.8em;
	font-weight:normal;
}
.searchBoxInner {
	padding:5px;
	font-size:0.9em;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
}
.searchBox p.searchBtn{clear:both; width:80%;margin:5px auto;}
.searchBox p.searchBtn button{width:100%;background-color:#ADD39B ;border:none;padding:5px 0; color:#FFFFFF;cursor:pointer;border-radius:5px;margin:5px auto;font-size:1.2em;}
.searchBox p.searchBtn button i{margin-right:5px;}
.searchBox p.searchBtn button:hover{background-color:#CCC;}
.searchBox .search_keyword{border-top:#FFF 1px solid;padding-top:5px;}
.searchBox .search_keyword ul li{float:left;margin-right:8px;line-height:1.5em;margin-bottom: 3px;}
.searchBox .search_keyword ul li a{text-decoration:underline;}
.searchBox select,.searchBox input{padding:3px;max-width: 200px;}
.searchBox #useDay01{margin:2px auto;width:80%;}
.searchBox input{width:18px;padding:3px 0;}
.searchBox input.year1{width:55px;}
.searchBox span{float:left;margin-right:5px;font-size: 0.9em;}
.searchBox img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox img:hover{opacity:0.8;}
@media only screen and (max-width: 767px){
.searchBox{
	width:95%!important;
	float:none!important;
	margin:15px auto!important;
	overflow:auto;
	height:auto!important;
}
.selectDateTtl{
	float:left!important;
}
.selectDate{
	float:left!important;
}
.searchBox select{
	padding: 8px;
	height: auto !important;
	border: 1px solid #666;
	font-size: 1.2em;
	margin-left: 5px;
}
}
/*キーワードから検索する*/

.searchKeyword{
	width:47%;
	float:right;
	border:#EF6081 2px solid;
	background:#FFF;
	margin: 0px 8px 0px 0;
	height:130px;
}
.searchKeyword p{
	margin-bottom:5px;
}

.searchKeyword ul li{
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
	margin:5px 5px;
	font-size:14px;
	padding-left:15px;
	background:url(../../img/category/hatobus/iconKeyword.png) no-repeat left;
}
.searchKeyword ul li a{
	text-decoration:underline;
}
@media only screen and (max-width: 767px){
.searchKeyword{
	width:95%!important;
	float:none!important;
	height:auto!important;
	margin:15px auto!important;
}

}



#tourContentInner{
	width:98%;
	margin:0px auto;
	z-index:5;
	background:#fff;
	padding:8px 0;
	overflow:hidden;
}
#tourContentInner h3 {
	text-align:center;
	font-size:1.3em!important;
	padding:10px 0!important;
	background:#f2dbbd !important;
	border-bottom:solid 1px #603117!important;
	border-left: solid 12px #EF6081!important;
	color:#EF6081!important;
	width:95%!important;
	margin:0px auto 10px;
	
　}

#tourContentInner #planList h3{
	background:#fff!important;
	color:#EF6081!important;
	font-weight:normal;
	border:none!important;
	margin:0px auto;
}
#tourContentInner #planList h3 span{
	font-weight:bold;
}
#tourContentInner #planList h3 i{
	margin-right:8px;
}
.kwzMap{
	background:url(../../img/topics/kawazu/map.jpg) no-repeat;
	position:relative;
	width:516px;
	height:400px;
	margin:0 auto;
}

.kwzMap li{
	position:absolute;
	background:#EF6081;
	color:#fff;
	box-shadow:0px 3px 0px 1px #603117;
	-moz-box-shadow:0px 3px 0px 0px #603117;
	-webkit-box-shadow:0px 3px 0px 0px #603117;
	border-radius:5px;
	padding:3px 10px;
	display:block;
	cursor:pointer;
	font-size:1.2em;
}

.kwzMap li::before,
.kwzMap li::after,
.tourBox ul li::before,
.tourBox ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.kwzMap li,
.kwzMap li::before,
.kwzMap li::after,
.tourBox ul li,
.tourBox ul li::before,
.tourBox ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.kwzMap li:hover{
	background-color: #f2dbbd;
}
.kwzMap li.kawazumatsuri{
	top: 72%;
	left: 47%;
}
.kwzMap li.hina{
	top: 59%;
	left: 50%;
}
.kwzMap li.atami{
	top: 3%;
	right: 25%;
}
.kwzMap li.joren{
	top: 40%;
	right: 40%;
}
.kwzMap li.nirayama{
	top: 14%;
	left: 50%;
}
.kwzMap li i{
	margin-left:5px;
	font-size:0.8em;
	padding-bottom:3px;
}


@media only screen and (max-width: 767px){
.kwzMap{
	width:100%;
	background-size:100% auto;
	height:300px!important;
}
.kwzMap li{
	font-size:1em;
}
}
/*#tourContentInner #arrival{
	padding-top:50px;
}
.tourBox{
	display:none;
}
.active{
	display:block;
}*/


#tourContentInner #arrival{
	padding-top:5px;
}
.tourBox{
	display:none;
}
.active{
	display:block;
}


.tourBox ul{
	border:1px solid #603117;
	width:96%;
	margin:8px auto;
	display:flex;
	flex-wrap: wrap;
	padding:8px 0;
}
.tourBox ul li{
	width:33%;
	text-align:center;
	border-right:1px dotted #603117;
	padding:6px 3px;
	cursor:pointer;
	margin-bottom:2px;
	font-size:1.1em;
	text-decoration:underline;
}
.tourBox ul li:hover{
	background:#ADD39B;
}
.tourBox ul li:nth-child(4),.tourBox ul li:last-child{
	border-right:none;
}
/*プラン一覧ＰＣＮＥＷ*/
/*.planArea{
	clear:both;
	margin-top:0px;
}*/
#planList{
	overflow:hidden;
}
.planBox{
	width: 47.8%;
    display: inline-block;
	margin: 8px;
	padding:8px;
	border: #999 1px solid;
	box-sizing: border-box;
    vertical-align: top;
}
.planBox:nth-child(even) {
    margin-left: 0;
}
.planBoxL{
	width:95%;
	float:left;
	margin:8px 2px 0px 8px;
	padding:8px 5px;
	border-bottom:#603117 1px dotted;
}
.planBox h4,.planBoxL h4{
	font-weight:bold;
	background: transparent!important;
	font-size: 100%;
	vertical-align: baseline;
	border: none!important;
	color: #555555;
	margin-bottom:5px;
}
.planBoxL h4{
	font-size:1.1em;
}
/*.pLeft{
	border-right:#603117 1px dotted;
	margin-left:10px!important;	
}*/
.planBox p img,.planBoxL p img{
	height:160px;
}
.planBoxL p{
	width:45%;
	float:left;
	margin-right:8px;
}
.planBoxL .recText{
	width:53%;
	float:left;
}
.planBox .planInfo{
	margin:8px 0px;
	width:100%;
}
.planBoxL .planInfo{
	margin: 0 0 8px;
	width:100%;
}
.planBox .planInfo th,.planBoxL .planInfo th{
	background:#ADD39B!important;
}
.planBox .planInfo td,.planBoxL .planInfo td{
	border-bottom:#999 1px solid!important;
	padding: 3px 5px!important;
}
.planBox .planInfo .tableTtl,.planBoxL .planInfo .tableTtl{
	background:#EF6081;
	margin-right:8px;
	border-bottom:#999 1px solid!important;
	padding:5px;
	font-weight:normal!important;
}
.planBox dl.planPrice,.planBoxL dl.planPrice{
	display: table;
	border-collapse: separate;
	border-spacing: 2px 0;  
	margin-left: auto;
	margin-right: auto;
}
.planBoxL dl.planPrice{
	float:left;
	margin: 8px 0;
}
.planBox dl.planPrice dt,.planBoxL dl.planPrice dt{	
	display: table-cell;
	padding-top:5px;
	margin-left:8px;
}
.planBox dl.planPrice dd,.planBoxL dl.planPrice dd{
	display: table-cell;
	margin-left:5px;
	color:#EF6081;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3em;
}
.planBox .planLink{
	clear:both;
}
.planBoxL .planLink{
	float: right;
	margin-right:0;
}
.planBox .planLink a,.planBoxL .planLink a{
	text-align:center;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-radius:5px;
	padding:10px 0px;
	display:block;
	text-decoration:none;
	background:#EF6081;
	color:#FFFFFF!important;
	font-size:1.3em;
	box-shadow: 0 3px 0 rgba(96,49,23,1);
}
.planBox .planLink a:hover,.planBoxL .planLink a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.sakuraOtherPlan {
    display: block;
    font-size: 12px;
    border: #603117 1px solid;
    padding: 8px;
    width: 70%;
    text-align: center;
    margin: 8px auto;
    text-decoration: none;
}

@media only screen and (max-width: 767px){
.planBox{
	float:none!important;
	width:95%!important;
	margin:2px auto!important;
}
.planBox dl{
	float:none;
}
.planBox .tourImg{
	width:70%;
	float:none;
	margin:5px auto;
}
.planBox dl dd.tourPrice{
	text-align:center;
}
}

/*名所案内*/
#meisyoInfoW{
	overflow:hidden;
	width:100%;
}
.meisyoInfo p img{
	width:40%;
	float:left;
	border: #5f5f5f 1px solid !important;
	padding:2px;
}
.meisyoInfo{
	width:88%;
	float:left;
	margin:8px 2px 0px 10px;
	padding:20px;
	border:#eee 1px solid;
	box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	-moz-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	-webkit-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	-o-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	-ms-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.meisyoInfo .infotxt{
	margin:0px 8px;
	width:55%;
	float:left;
}
.meisyoInfo .planLink{
	clear:none;
	float:left;
	width:51%;
	margin:8px auto;
}
.meisyoInfo .planLink a{
    display: block;
    text-align: center;
    margin: 8px auto;
}
/*.meisyoInfo .planLink a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}*/
@media only screen and (max-width: 767px){
#meisyoInfoW{
	width:95%;
}
.meisyoInfo{
	width:84%!important;
}
.meisyoInfo p img{
	width:95%!important;
	float:none!important;
	margin:auto;
	clear:both;
}
.meisyoInfo .infotxt{
	margin:5px!important;
	width:95%!important;
	float:none!important;
}
}

/*テーマから探す*/
.themaSakura{
	width: 30.5%;
	position:relative;
	float:left;
	margin-left:9px;
	margin-bottom:9px;
	border:1px solid #603117;
	font-size:1em;
}
.themaSakura a{
	text-decoration:none!important;
}
.themaSakura dl dt{
	font-size:0.9em;
	display:block;
	position:relative;
	margin-bottom:5px;

}
.themaSakura dl dd{
	position:relative;
	text-align:center;
/*	padding:3px;*/
	background:#8f8f8f;
	color:#FFFFFF;
	opacity:0.92;
/*	left:2px;
	bottom:0px;*/
	z-index:1;
	padding:2px 0;
	font-weight:bold;
	top:-30px;
	margin-bottom:-27px;
}
.themaSakura dl dd span{
	font-size:1.3em;
	color:#F60;
	margin-right:5px;
	font-weight:bold;
}

@media only screen and (max-width: 767px){
.themaSakura{
	width:46.5%!important;
	margin-left:7px;
}
}



/*見どころスポットから探すPC*/
.spot {
    display: flex;
    flex-wrap: wrap;
}
.spot dl{
	width:30%;
	vertical-align: top;
    margin: 5px;
    padding: 5px;
    border: #5f5f5f 1px solid !important;
}

.spot dl dt{
	text-align:center;
	font-weight: bold;
	color: #5f5f5f;
}
.spot dl dd{
	margin: 5px;
	font-size: 0.9em;
}
.spot .spot_txt{
	margin: 0 5px !important;
	text-align:left!important;
}
.spot .btn{
	display:block;
	clear:both;
	position: relative;
	background:none;
}
.spot .btn a{
	background:#EF6081;
	display:block;
	border-radius:5px;
	padding:10px 0;
	font-weight:bold;
	text-decoration:none;
	width:90%;
	margin:5px auto;
	text-align:center;
	color:#FFF!important;
	position: relative;
}
#content .spot .btn a:hover{
	background:#FCC;
}
.width50 dl{
	width:45.8%!important;
}
@media only screen and (max-width: 767px){
.spot dl{
	width:44%!important;
	margin-left:5px;
}
.spot .first_spot{
	margin-left: 5px!important;
}
}
/*目的地から選ぶ*/

#tourContentInner .placeList h3{
	background:#fff!important;
	color:#0099FF!important;
	font-weight:normal;
	border:none!important;
	margin:0px auto;
}

#tourContentInner .placeList .annnai{
	text-align:center;
	margin-bottom:10px;
	font-size:110%;

}

#tourContentInner .placeList h3 span{
	font-weight:bold;
}
#tourContentInner .placeList h3 i{
	margin-right:8px;
}
.placeList{
	position:relative;
	width:100%;
	/*height:180px;*/
	margin:0 auto;
	overflow:hidden;
}
#tourContentInner .placeList ul li{
	width: 30.5%;
	position:relative;
	float:left;
	margin-left:9px;
	margin-bottom:9px;
	border:1px solid #603117;
	font-size:1em;
}
.placeList li:hover{
	opacity:0.6;
}
/*#tourContentInner .placeList ul li:nth-child(1),#tourContentInner .placeList ul li:nth-child(4){
	margin-left:10px;
}

#tourContentInner .placeList ul li:nth-child(3),#tourContentInner .placeList ul li:nth-child(6){
	margin-right:10px;
}*/

#tourContentInner .placeList ul li img{
	width:100%;
	height:120px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#tourContentInner .placeList ul li .categoryImg{
	overflow:hidden;
	width:100%;
	height:100px;
	cursor: pointer;
}
#tourContentInner .placeList ul li a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
#tourContentInner .placeList ul li span.categoryArea{
	position:absolute;
	top: 75%;
	left: 0%;
	background:#f9f2e7;
	opacity:0.8;
	text-align:center;
	font-size:1em;
	padding:2px 0;
	width:100%;
}
.tourMeal {
    background: #fff;
    width: 98%;
    margin: 0px auto;
    z-index: 5;
    padding: 8px 0;
    overflow: hidden;
}
.tourMeal h3 {
	text-align:center;
	font-size:1.3em!important;
	padding:10px 0!important;
	background:#f2dbbd !important;
	border-bottom:solid 1px #603117!important;
	border-left: solid 12px #EF6081!important;
	color:#EF6081!important;
	width:95%!important;
	margin:0px auto 10px;
	
}
.tourMeal h4{
	font-size:1.1em;
	text-align:center;
	background:#666!important;
	color:#fff;
	padding:6px 0;
	border-top:none;
}
.tourMeal .mealPlan{
	border:1px #666 solid;
	width: 98%;
    margin: 8px auto;
}
.tourMeal .mealPlanImg{
	float:left;
	width:30%;
	padding:8px;
}
.tourMeal .mealPlanImg img{
	width:100%;
}
.tourMeal .mealPlanText{
	width: 64.2%;
    float: left;
    padding: 8px 8px 8px 0px;
}
.tourMeal .planLink {
	width:60%;
	margin:8px auto;
}
.tourMeal .planLink a {
    text-align: center;
    font-weight: bold;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    border-radius: 5px;
    padding: 6px 0px;
    display: block;
    text-decoration: none;
    background: #EF6081;
    color: #FFFFFF!important;
    font-size: 1.3em;
    box-shadow: 0 3px 0 rgba(96,49,23,1);
}
.navi{
	margin:10px 0;
}
.navi ul li{
	padding:5px;
	display:inline-block;
	width:22.4%;
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #666;
}
.navi ul li:last-child{
	border-right:none;
}
.navi ul li i{
	margin-left:5px;
}
@media only screen and (max-width: 767px){
#tourContentInner .placeList ul li{
	width:46.5%!important;
	margin-left:7px;
}
.tourMeal .mealPlanImg{
	padding:5px;
}
.tourMeal .mealPlanText{
	padding:5px 5px 5px 0;
}
.tourMeal h4{
	font-size:1em;
}
.tourMeal .planLink {
	width:80%;
}
.tourMeal .planLink a {
	font-size:1.1em;
}
.navi ul li{
	width:46.2%;
}
.navi ul li:nth-child(even){
	border-right:none;
}

}
/*ページ内リンク*/
.pageNav ul{
	width:100%;
	display:table;
	margin:8px 0;
	font-size:0.9em;
}
.pageNav ul li{
	display:table-cell;
	border-right:1px solid #666;
	text-align:center;
	padding:8px 0;
	font-size:1.1em;
}
.pageNav ul li a{
	text-decoration:underline;
}
.pageNav ul li:last-child{
	border-right:none;
}
.pageNav ul li i{
	margin-left:3px;}

.bnArea li{
	margin-bottom:8px;
}

.mapCont{
	text-align: center;
	margin:15px 0;
}
.portCont li{
	padding:8px;
	border-bottom:1px dotted #666;
}
.portCont h4{
	text-align: center;
	font-size:1.2em;
	margin:8px 0;
}
.portCont p{
	margin-bottom:8px;
}
/*その他の地域*/
.otherArea {
    margin: 8px 0 15px;
}
.otherArea .otherTtl,h2.ttl_c{
	font-family: "Sawarabi Mincho";
    color: #EF6081;
    font-size: 1.5em;
    font-weight: normal;
    margin: 15px 5px 10px 5px;
    position: relative;
    padding: 5px 0px 5px 5px;
}
.otherArea .otherTtl:after,h2.ttl_c:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
	border-bottom:#EF6081 solid 2px;
/*    background: -webkit-repeating-linear-gradient(-45deg, #8C0000, #8C0000 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #8C0000, #8C0000 2px, #fff 2px, #fff 4px);*/
}
.otherArea li{
	float:left;
	width:32.6%;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	text-align: center;
	box-sizing: border-box;
	background: #f2dbbd;
    border-radius: 5px;
}
.otherArea li img{
	width:100%;
	height:122px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.otherArea li:hover{
	opacity:0.8;
}
.otherArea li .areaName{
	font-family: 'Satisfy', cursive;
	font-size:2.6em;
	color:#fff;
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position:absolute;
	-webkit-text-shadow: 0px 0px 8px #333;
  	-moz-text-shadow: 0px 0px 8px #333;
  	text-shadow: 0px 0px 8px #333;
}
.otherArea li .areaTtl{
	font-size:1.1em;
	padding: 12px 0;
    font-weight: bold;
    color: #EF6081;
}
@media only screen and (min-width: 768px){
.otherArea li:nth-child(3n){
	margin-right:0px;
}

}
@media only screen and (max-width: 767px){
.otherArea li{
	width:49%;
}
.otherArea li .areaName{
	font-size:2.4em;
	top: 42%;
	left: 50%;
}
.otherArea li:nth-child(2n){
	margin-right:0px;
}

}
/*日付検索*/
#menu_mujin2 p {
    background: #666;
    width: 30%;
    margin-left: 13px;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#menu_mujin2 ul{
	width: 100%;
    margin: 0 auto;
	border:#666 2px solid;
	float:left;
}
#menu_mujin2 ul li{
	display:block;
	float:left;
	font-size:1.1em;
	width:9.8%;
	font-weight:bold;
	background: #fff;
    border-left: 1px dotted #666;    
}
/*#menu_mujin2 ul li:nth-child(10){
	width:9.9%;

}*/
#menu_mujin2 ul li:nth-child(1),#menu_mujin2 ul li:nth-child(2),#menu_mujin2 ul li:nth-child(3),#menu_mujin2 ul li:nth-child(4) ,#menu_mujin2 ul li:nth-child(5),#menu_mujin2 ul li:nth-child(6),#menu_mujin2 ul li:nth-child(7) ,#menu_mujin2 ul li:nth-child(8),#menu_mujin2 ul li:nth-child(9),#menu_mujin2 ul li:nth-child(10) {
	border-bottom: 1px dotted #666;
}
#menu_mujin2 ul li:nth-child(1),#menu_mujin2 ul li:nth-child(11) {
	border-left:none;
}

#menu_mujin2 ul li span{
	display:inline-block;
	vertical-align:middle;
	margin:3px;
}
#menu_mujin2 ul li span img{
	width: 50px;
    height: 45px;
}
#menu_mujin2 ul li a{
	display: block;
	color:#333;
}
#menu_mujin2 ul li span.islandName{
	padding-left:5px;
}
#menu_mujin2 ul li span.islandName i{
	margin-left:3px;
}
#menu_mujin2 ul li.tabCurrent{
	color:#0066cc;
}

#menu_mujin2 img{
	opacity:0.5;
}
#menu_mujin2 ul li.tabCurrent img,#menu_mujin2 a:hover img{
	opacity:1;
}
#menu_mujin2 ul li a:hover{
	color:#0066cc;
}
</pre></body></html>