map *:focus {
	outline: none!important;
}

a,
button {
	outline: none!important;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}
.motherDay_tab{
	display: block;
	width: 100%;
	position: relative;
	background-repeat  : no-repeat;
	background-position: top center; 
	background-size: 100%;
}
.motherDay_tab1{
	background-image   : url(../images/GLS_LP_tab_01.jpg);
}
.motherDay_tab2{
	background-image   : url(../images/GLS_LP_tab_02.jpg);
}
.motherDay_tab3{
	background-image   : url(../images/GLS_LP_tab_03.jpg);
}
.motherDay_tab span{
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;

}
.motherDay_tab span a{
	display: table-cell;
	width: 33%;
	cursor: pointer;
	height: 100%;

}

.motherDay {
	width: 100%;
	max-width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.motherDay img {
	display: block;
	width: 100%;
}

.motherDay div {
	position: relative;
}



.motherDay div.product a {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 3;
	top: 0;
}

.motherDay div.product a:nth-of-type(odd) {
	left: 0;
}

.motherDay div.product a:nth-of-type(even) {
	right: 0;
}

.mb {
	display: none!important;
}

.tab_o{
	display: none;
}
.tab_o.active{
	display: block;
}
@media (max-width: 800px) {

	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}
	.motherDay_tab1{
	background-image   : url(../images/GLS_MB_tab_01.jpg);
}
.motherDay_tab2{
	background-image   : url(../images/GLS_MB_tab_02.jpg);
}
.motherDay_tab3{
	background-image   : url(../images/GLS_MB_tab_03.jpg);
}

}