@charset "utf-8";

/*-----------------------------------
	RESET
-------------------------------------*/
html{
	box-sizing: border-box;
	font-size:62.5%; /* root=10px, rem */
	height:100%;
}


body{
	margin:0;
	padding:0;
	line-height:1.6;
	font-size: 1.4em; /* 14px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2C2C2C;
	height:100%;
	background:url(/share/images/body_bg.gif) repeat 0 0;
}

h1,h2,h3,h4,h5,p,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
}

ul,li,ol,dl,dt,dd{
	list-style:none;
	text-decoration:none;	
}

img{
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}

/*-----------------------------------
	SHARE
-------------------------------------*/
a{
	color: #2C2C2C;
	text-decoration: none;
}
a:hover{
}
a.underline{
	text-decoration: underline;
}
a.underline:hover{
	text-decoration: none;
}
a img{
	opacity: 1;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-indexwebkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
a img:hover{
	opacity: .60;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

a img.no_hover:hover{
	opacity: 1;
}

a.nohover img:hover{
	opacity: 1;
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}
a.current img, a.current img:hover, a.txthover:hover{
	opacity: .60;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
a.txthover > img{
	opacity: 1;
}

h2{
	font-size: 3.0rem; /* 30px */
	line-height: 1.4;
}
h3{
	font-size: 1.8rem; /* 18px */
	line-height: 1.6;
}
.thumb_ttl{
	font-size: 1.4rem; /* 14px */
	font-weight: bold;
	line-height: 1.4;
}

.txt_bold{
	font-weight: bold;
}
.txt_norm{
	font-weight: normal;
}
.txt_wh{
	color: #FFFFFF;
}
.txt_bl{
	color: #2C2C2C;
}
.txt_anno{
	font-size: 1.2rem;
	line-height: 1.6;
}
.txt_10{
	font-size: 1.0rem; /* 10px */
}
.txt_12{
	font-size: 1.2rem; /* 12px */
}
.txt_14{
	font-size: 1.4rem; /* 14px */
}
.txt_16{
	font-size: 1.6rem; /* 16px */
}
.txt_18{
	font-size: 1.8rem; /* 18px */
}
.txt_20{
	font-size: 2.0rem; /* 20px */
}
.txt_36{
	font-size: 3.6rem; /* 36px */
}
.txt_l{
	text-align: left;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

/* margin-top: mt5-mt60, margin-bottom: mb5-mb60, margin-left: ml5-ml60, margin-right: mr5-mr60
   padding-top: pt5-pt60, padding-bottom:pb5-pb60, padding-left: pl5-pl60, padding-right: pr5-pr60 */
.mt5{margin-top:5px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml40{margin-left:40px}.ml50{margin-left:50px}.ml60{margin-left:60px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mr40{margin-right:40px}.mr50{margin-right:50px}.mr60{margin-right:60px}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pl5{padding-left:5px}.pl10{padding-left:10px}.pl20{padding-left:20px}.pl30{padding-left:30px}.pl40{padding-left:40px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pr5{padding-right:5px}.pr10{padding-right:10px}.pr20{padding-right:20px}.pr30{padding-right:30px}.pr40{padding-right:40px}.pr50{padding-right:50px}.pr60{padding-right:60px}

.fl{
	float: left;
}
.fr{
	float: right;
}

@media screen and (max-width: 480px) {
	.txt_bold{
		font-weight: bold;
		font-size: 1.1em; /* 同フォントサイズ内をboldした場合にAndroidでboldが効かないためフォントサイズで調整 */
	}
	.txt_16{
		font-size: 1.4rem; /* 14px */
	}
	.txt_20{
		font-size: 1.8rem; /* 18px */
	}
	.txt_36{
		font-size: 1.8rem; /* 18px */
	}
	.txt_c{
		text-align: left;
	}
	.txt_r{
		text-align: left;
	}
}

/*-----------------------------------
	UTILITY
-------------------------------------*/
#pagetop{
	position:fixed;
	bottom:-200px;
	right:30px;
	z-index:10;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

@media screen and (max-width: 480px) {
	#pagetop{
		bottom:20px;
		right:20px;
		
	}
}


/*-----------------------------------
	LAYER
-------------------------------------*/

/*2colum*/
#main_wrapper{
	width:1200px;
	margin:0 auto;
	padding-bottom:60px;
}

#header_wave{
	width:100%;
	height:20px;
	margin:100px auto 40px;
	background:#fff url(/share/images/wave.png) repeat-x 0 bottom;	
}

#main_wrapper #main{
	width:840px;
	float:left;
	margin-left:30px;
}

#main_wrapper #side{
	width:280px;
	float:right;
	margin-right:30px;
}

#side_menu{
	
	
}

#side_menu li{
	
}

#side_bnr{
	display:block;
}

@media screen and (max-width: 480px) {	
	#main_wrapper{
		width:100%;
		margin:0 auto;
		overflow:hidden;
	}
	
	#main_wrapper #main{
		width:100%;
		float:none;
		margin-left:0;
		padding:0 20px;
		box-sizing:border-box;
	}

	#main_wrapper #side{
		margin-right:0px;
	}

	#header_wave{
		margin:53px auto 40px;
	}
	
	#side_bnr{
		display:none;
	}

}




/*-----------------------------------
	HEADER
-------------------------------------*/

#header{
	width:100%;
	height:100px;
	background:url(/share/images/header_bg.jpg) repeat-x center 0;
}

#header.fixed{
	width: 100%;
	height: 100px;
	position:absolute;
	top: 0;
	z-index: 100;
}

#spmenu_btn{
	display:none;	
}

#header .inner{
	width:1200px;
	padding:0 30px 0;
	background:url(/share/images/header_sakura.png) no-repeat 220px 5px;
	box-sizing:border-box;
	margin:0 auto;
}

#header h1{
	width:193px;
	padding-top:20px;
	float:left;	
}

#header ul{
	width:640px;
	float:right;
}

#header li{
	float:left;	
}

#header li a{
	display:block;
	width:160px;
	height:100px;
	font-size:0;
}
	
#nav_menu a.category{
	background:url(/share/images/nav_menu.png) no-repeat 0 0;
}

/*-------------------------------------------
		NAV BACKGROUND
--------------------------------------------*/

#nav_project{
	display:none;	
}

#nav_cpn a{
	background:url(/share/images/nav_cpn.png) no-repeat 0 0;
}

#nav_magazine a{
	background:url(/share/images/nav_magazine.png) no-repeat 0 0;
}

#nav_search a{
	background:url(/share/images/nav_search.png) no-repeat 0 0;
}

#nav_project a{
	background:url(/share/images/nav_project.png) no-repeat 0 0;
}



/*-- MENU PANEL
------------------------------------*/
#header li .sub_menu{
	display:none;
	position:absolute;
	background: url(/share/images/pane_bg.png) repeat 0 0;
	left:0;
	width:100%;
}

#nav_menu .sub_menu li{
	margin:30px 50px 30px 0;	
}

#nav_menu .sub_menu li:nth-child(1){
	margin-left:60px;
}

#nav_menu .cpn a{
	font-size:0;
	width:230px;
	height:197px;
	background:url(/share/images/nav_pane_cpn.png) no-repeat center center;
	background-size:230px auto;
}

#nav_menu .lunch a{
	font-size:0;
	width:230px;
	height:197px;
	background:url(/share/images/nav_pane_lunch.png) no-repeat center center;
	background-size:230px auto;
}

#nav_menu .food a{
	font-size:0;
	width:230px;
	height:197px;
	background:url(/share/images/nav_pane_food.png) no-repeat center center;
	background-size:230px autopx;
}

#nav_menu .drink a{
	font-size:0;
	width:230px;
	height:197px;
	background:url(/share/images/nav_pane_drink.png) no-repeat center center;
	background-size:230px autopx;
}

#nav_menu .party a{
	font-size:0;
	width:230px;
	height:197px;
	background:url(/share/images/nav_pane_party.png) no-repeat center center;
	background-size:230px autopx;
}

#header li .sub_menu.open{
	display:block;
}

#header li .sub_menu{
	display:none;
}


@media screen and (max-width: 480px) {	
	#header{
		/*width:100%;
		height:50px;
		background:none;
		border-top:solid 3px #000;
		background:#FBFAF4;*/
		background:none;
	}

	#header.fixed{
		height:50px;
	}
	
	#header .header_nav{
		padding: 0;
		height: 0;
		opacity: 0;
		overflow:hidden;
	}
	
	#header .header_nav.sp_open{
		height:auto;
		opacity:1;
	}
	
	#header li{
		float:none;	
	}
	
	#spmenu_btn{
		display:block;
		position:absolute;
		top:5px;
		right:20px;
		cursor:pointer;
	}
	
	#header .inner{
		width:100%;
		padding:0;
		background:none;
	}
	
	#header .header-inner {
    	/*position: fixed*/
		width:100%;
		height:50px;
		background:none;
		border-top:solid 3px #000;
		background:url(/share/images/header_sakura.png) no-repeat 120px 0 #FBFAF4;
		background-size:20% auto;
	}
	
	#header h1{
		padding-top:8px;	
		padding-left:20px;	
		height:42px;
	}
	
	#header h1 img{
		width:100px;
		height:auto;
	}
	
	#header ul{
		width:100%;
		float:none;
	}
	
	#header li{
		margin-bottom:1px;
	}
	
	#header li a{
		display:block;
		width:100%;
		height:60px;
	}
	
	#header li.sp_open a{
		display:block;
		width:100%;
		height:60px;
	}
	
	#header li ul{
		display:none;
	}
	
	#header li.sp_open ul{
		display:block;
	}
	
	
	#header li .sub_menu{
		position:static;
		width:100%;
		background:none;
	}
	
	#nav_menu .sub_menu li{
		margin:0 0 1px 0;	
	}
	
	#nav_menu .sub_menu li:nth-child(1){
		margin-left:0;
	}
	
	#nav_project{
		display:block;	
	}

	#header .header_nav li .sub_menu li a,
	#header li#nav_project a{
		display:block;
		width:100%;
		height:60px;
	}
	
	/*-------------------------------------------
		NAV BACKGROUND
	--------------------------------------------*/

	#nav_menu a.category{
		font-size:0;
		background:url(/share/images/sp/nav_menu_sp.png) #fff no-repeat 30px center;
		background-size:auto 28px;
	}
	
	#nav_menu .lunch a{
		font-size:0;
		background:url(/share/images/sp/nav_lunch_sp.png) #eee no-repeat 60px center;
		background-size:auto 28px;
	}
	
	#nav_menu .food a{
		font-size:0;
		background:url(/share/images/sp/nav_food_sp.png) #eee no-repeat 60px center;
		background-size:auto 28px;
	}
	
	#nav_menu .drink a{
		font-size:0;
		background:url(/share/images/sp/nav_drink_sp.png) #eee no-repeat 60px center;
		background-size:auto 28px;
	}
	
	#nav_magazine a{
		background:url(/share/images/sp/nav_magazine_sp.png) #fff no-repeat 30px center;
		background-size:auto 28px;
	}
	
	#nav_menu .party a{
		font-size:0;
		background:url(/share/images/sp/nav_party_sp.png) #eee no-repeat 60px center;
		background-size:auto 28px;
	}

	#nav_cpn a{
		background:url(/share/images/sp/nav_cpn_sp.png) #fff no-repeat 30px center;
		background-size:auto 28px;
	}
	

	#nav_search a{
		background:url(/share/images/sp/nav_search_sp.png) #fff no-repeat 30px center;
		background-size:auto 28px;
	}
	

	#nav_project a{
		background:url(/share/images/sp/nav_project_sp.png) #fff no-repeat 30px center;
		background-size:auto 28px;
	}
	
	#header li .sub_menu{
		display:none;
	}
	
	.header_nav .sp-visible{
		display:block;
	}
	
}


/*-----------------------------------
	BODY
-------------------------------------*/
#main{
	width:100%;
}

.inner{
	width:1200px;
	margin:0 auto;
	padding:0 30px;
	box-sizing:border-box;
	position:relative;
}

@media screen and (max-width: 480px) {
	
	.inner{
		width:100%;
		padding:0 20px;
	}
	
}





@media screen and (max-width: 480px) {
	
	#convertion{
		padding:30px 0 40px;
	}
	
	#shop_detail br{
		display:block;	
	}
	
	#shop_detail p{
		font-size:1.6rem;
		margin:0 auto 20px;
	}

	
	#shop_detail li{
		float:none;
	}
	
	#shop_detail li img{
		width:300px;
		height:auto;
		margin:0 auto;
		text-align:center;
	}
	
	#shop_detail .search{
		margin:0 0 20px;
	}	
}


/*-----------------------------------
	FOOTER
-------------------------------------*/
#footer{
	
}

#wave{
	width:100%;
	height:65px;
	margin-bottom:50px;
	background:#fff url(/share/images/wave.png) repeat-x 0 0;	
}

#footer a{
	opacity:1;
	-ms-filter: "alpha(opacity=100)";
}

#footer a:hover{
	opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width: 480px) {
	#wave{
		width:100%;
		height:30px;
		margin-bottom:0;
		background:#fff url(/share/images/wave.png) repeat-x 0 0;
		background-size:auto 30px;	
	}
	
}




/*-----------------------------------
	APP
-------------------------------------*/

#app{
	background:#fff;
	padding:30px 0;
}

#app .inner{
	width:1140px;
	margin:0 auto;
	border:3px solid #5355A0;
	box-sizing:border-box;
	padding:25px 0 25px 170px;
	background:#F0EFE4 url(/share/images/app_bg.jpg) no-repeat 35px 40px;
}

#app br{
	display:none;
}

#app .txt_box{
	width:400px;
	float:left;
}

#app .txt_box h3{
	font-size:2rem;
	color:#1E1F86;
	margin-bottom:10px;
}

#app .txt_box .lead{
	margin-bottom:5px;	
}

#app .txt_box .caution{
	font-size:1.2rem;
	color:#878787;
}

#app .btn_box{
	width:325px;
	float:left;
	margin:45px 0 0 30px;
}

#app .btn_box li{
	float:left;
	margin:0 0 10px 0;
}

#app .btn_box li.apple{
	margin-right:15px;
}

#app .app_ojisan{
	position:absolute;
	top:10px;
	right:20px;	
}

@media screen and (max-width: 480px) {
	#app{
		width:100%;
		margin:0 auto 20px;
		padding-bottom:0px;
		border:none;
		background-size:80px auto;
		overflow:hidden;
		padding:0;
	}
	
	#app .inner{
		width:100%;
		background:#F0EFE4;
		border-left:none;
		border-right:none;
	}
	
	#app br{
		display:none;
	}
	
	#app .inner{
		padding:20px;
	}
	
	#app .txt_box{
		width:100%;
		float:none;
	}
	
	#app .txt_box h3{
		font-size:1.6rem;
	}
	
	#app .txt_box .caution{
		font-size:1rem;
	}
	
	#app .btn_box{
		width:300px;
		margin:10px auto 0;
		float:none;
		
	}
	
	#app .btn_box li img{
		width:120px;
		height:auto;	
	}
	
	#app .btn_box li.apple{
		margin-right:13px;
	}
	
	#app .qr{
		display:none;	
	}
	
	#app .app_ojisan{
		display:none;
	}
	
}



/*-----------------------------------
	FOOTER_BNR
-------------------------------------*/

#footer_bnr{
	background:url(/share/images/footer_bnr_bg.gif) repeat 0 0;
}

#footer_bnr .inner{
	width:1200px;
	margin:0 auto;
	padding:30px 30px;
	box-sizing:border-box;
}

#footer_bnr li{
	float:left;
	margin-right:20px;
}

#footer_bnr li:last-child{
	margin-right:0;	
}

@media screen and (max-width: 480px) {
	
	#pagetop{
		display:none;	
	}

	#footer_bnr{
		background-size:50px 50px;
	}

	#footer_bnr .inner{
		width:300px;
		margin:0 auto;
		padding:20px 0 10px;
	}
	
	#footer_bnr li img{
		width:140px;
		height:auto;
	}
	
	#footer_bnr li{
		float:left;
		margin:0 0 10px 0;
		text-align:center;
	}
	
	#footer_bnr li.mr{
		margin-right:20px;	
	}
	
}


/*-----------------------------------
	OTHER LINK
-------------------------------------*/
#other_link{
	margin:0 auto;
	background:#ddd;
}

#other_link .inner{
	padding:15px 30px;
	box-sizing:border-box;
}

#other_link li{
	float:left;
	margin-right:50px;
}

@media screen and (max-width: 480px) {
	
	#other_link{
		margin:0 auto 0;	
	}

	#other_link .inner{
		width:100%;
	}
	
	#other_link li{
		font-size:1rem;
		margin-right:20px;
	}
}


/*-----------------------------------
	FOOTER NAV
-------------------------------------*/
#footer_nav{
	font-size:1.2rem;
	width:100%;
	margin:0 auto 0;
	background:#000;
	padding-top:50px
}

#footer_nav .inner{
	background:url(/share/images/footer_logo.png) no-repeat 30px 0;
	padding:0 30px 60px 270px;
	box-sizing:border-box;
}

#footer_nav ul{
	width:890px;
	border-bottom:1px dotted #737373;	
}

#footer_nav li{
	margin-right:50px;
	float:left;
	padding:15px 0;
	color:#ccc;	
}

#footer_nav li a{
	color:#ccc;	
}

#footer_nav ul:last-child{
	border-bottom:none;
}

#footer_nav .category{
	width:170px;
}


@media screen and (max-width: 480px) {
	#footer_nav{
		display:none;
		width:100%;
		border-top:1px solid #ccc;
		overflow:hidden;
		margin:0 auto 0;
	}

	#footer_nav .inner{
		padding:0;
	}

	#footer_nav ul{
		border-bottom:none;	
	}
	
	#footer_nav .category{
		width:100%;
	}
	
	#footer_nav li.no_link{
		display:block;
		font-size:1.2rem;
		padding:10px 20px;
		border-bottom:1px solid #ccc;
	}

	#footer_nav li{
		margin-right:0;
		float:none;
		padding:0;
		font-size:1rem;
		margin-bottom:0;
	}

	#footer_nav li a{
		display:block;
		font-size:1.2rem;
		padding:10px 20px;
		margin-right:0;
		border-bottom:1px solid #ccc;
		background:url(/share/images/sp/arrow_black.png) right center no-repeat;
		background-size:auto 10px;
	}

	
}






/*-----------------------------------
	COPY
-------------------------------------*/
#copy{
	color:#eee;
	padding-bottom:50px;
	background: #000 url(/share/images/wave.png) repeat-x 0 bottom;	
}

#copy .inner{
	padding:20px 30px;
	text-align:center;
}



@media screen and (max-width: 480px) {
	#copy{
		font-size:1rem;
		background: #000 url(/share/images/wave.png) repeat-x 0 bottom;
		background-size:80% auto;	
	}
	
}


/*-----------------------------------------
	Colorbox
-------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 98);}
#colorbox{outline:0;}
    #cboxContent{margin-top:0;/*32px*/ overflow:visible; /*background:#efefef; border:1px solid #ccc;*/}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{/*background:#000; padding:1px;*/ }
        /*#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}*/
        #cboxLoadingOverlay{/*background:#000;*/}
        #cboxTitle{position:absolute;bottom:-60px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; /*background:url(../images/controls.png) no-repeat 0 0;*/}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
       /*#cboxPrevious:hover{background-position:0px -25px;}*/
        #cboxNext{background-position:-25px 0px; right:22px;}
      /*#cboxNext:hover{background-position:-25px -25px;}*/
       #cboxClose{background-position:0 0; top:-50px; right:0;}
         /*#cboxClose:hover{background-position:-50px -25px;}*/
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#cboxClose{
	 border:0; 
	 padding:0; 
	 margin:0; 
	 text-indent:-9999px; 
	 width:40px; 
	 height:40px;
	 background:url(/share/images/close_btn.png) no-repeat 0 0;
	 background-size:40px 40px;
}
