.informationAnchorStyle {
	text-decoration: underline !important;
}



#tab {
	margin-right:-20px;
	margin-bottom:30px;
}
#tab li {
	width:510px;
	margin-right:10px;
	float:left;
	cursor:pointer;
}
#tab li.tab1 {
	background: url(../img/wedding/tab1_off.png) no-repeat left top;
}
#tab li.tab2 {
	background: url(../img/wedding/tab2_off.png) no-repeat left top;
}
#tab li img {
	filter:alpha(opacity=0);
	-moz-opacity:0.00 ;
	opacity:0.00 ;
}

#tab li.selected img {
	filter:alpha(opacity=100) !important;
	-moz-opacity:1.00 !important;
	opacity:1.00 !important;
}


.main {
	width:100%;
	height:436px;
	margin-bottom:40px;
	margin-top:-40px;
	overflow:hidden;
}
.main ul {
	width:10000px;
}
.main li {
	float:left;
	margin-left:1px;
	width:525px;
	height:436px;
}
#contents {
	min-height:600px;	
}
.info_l {
	float:left;
	width:570px;
	position:relative;	
}
.info_l h3 {
	position:absolute;
	left:0;
	top:0;
	background:none;
}
.info_l ul {
	margin-left:212px;
}
.info_l li {
	display:block;
	margin-bottom:40px;
}
.info_l li dt {
	float:left;
	font-weight:bold;
	width:98px;
}

.info_l li dd {
	float:right;
	width:260px;
}
.info_l li dd strong {
	display:block;
	margin-bottom:7px;
}
.info_l li dd span {
	display:block;
	font-size:11px;
	
}
.maparea {
	float:right;
	width:408px;
	height:330px;
}

@media only screen and (max-width:738px){
#tab {
	margin-right:0px;
	margin-bottom:30px;
	
}
#tab li {
	width:50%;
	height:55px;
	text-align:center;
	overflow:hidden;
	margin-right:0px;
	float:left;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	box-sizing: border-box;
}
#tab li img {
	display:none;
}
#tab li.selected img {
	display:none;
}
#tab li a {
	display:block;
	height:55px;
}
#tab li.tab1 {
	background: url(../img/sp/t_2.png) no-repeat center top;
	background-size:74px 110px;
	border-right:2px solid #000;
}
#tab li.tab1.selected {
	background: url(../img/sp/t_2.png) no-repeat center -55px #000;
	background-size:74px 110px;
	border-right:2px solid #000;
}
#tab li.tab2 {
	background: url(../img/sp/t_3.png) no-repeat center top;
	background-size:74px 110px;
	
}
#tab li.tab2.selected {
	background: url(../img/sp/t_3.png) no-repeat center -55px #000;
	background-size:74px 110px;
	
}
.main {
	zoom:.6;
}
.info_l {
	float:none;
	width:auto;
	margin:0 10px;
	position:relative;	
}
.info_l h3 {
	position:absolute;
	left:0;
	top:0;
	background:none;
	zoom:.5;
}
.info_l ul {
	margin-left:100px;
}
.info_l li dt {
	float:none;
	font-weight:bold;
	width:100%;
}

.info_l li dd {
	float:none;
	width:100%;
}
.maparea {
	float:none;
	width:100%;
	height:330px;
}

}