.mobile_bottom_win {
	display: none;
}
.pc_bell {
	display: block;
}	
@media (max-width: 767px) {
	.pc_bell {
		display: none;
	}								
	.mobile_bottom_win
	{
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0;
		background: #fff;
		box-shadow: rgba(0,0,0,.2) 0 -4px 2px;
		width: 100%;
		padding: 8px;
		z-index: 99999;
		
	}
	.mobile_bottom_win a.closepwa, .mobile_bottom_win a.closepwa:hover
	{
		display: block;
		position: absolute;
		top: 0px;
		/*top: 50%;
		margin-top: -12px;*/
		right: 10px;
		width: 24px;
		height: 24px;
		line-height: inherit;
		font-size: 40px;
		font-weight: 300;
		color: #ff6600;
			
		text-decoration: none;
	}
	
	.mobile_bottom_win a.inner, .mobile_bottom_win a.inner:hover
	{
		display: block;
		text-decoration: none;
		padding: 0 0 0 60px;
		margin-bottom: 0px;
		width: 85%;
		z-index: 9999;
		height: 48px;
	}
	.mobile_bottom_win a.inner:hover
	{
		opacity: .7
	}
}