@charset "utf-8";
/* CSS Document */

/*PC版ここから*/
@media screen and (min-width:769px) {
	.block-header-usernav .block-header-usernav--cart a {
		padding: 50px 19px 8px !important;
		border-radius: 0 0 6px 6px !important;
		background-position: left 36px top 12px !important;
	}
	.block-header-usernav p.white{
		margin-top: -5px;
	}
	.block-headernav-link--btn {
		height: 40px !important;
		line-height: 40px !important;
	}
	.block-global-search {
		width: 487px !important;
	}
	.block-global-search form {
		height: 40px !important;
		padding-right: 110px !important;
	}
	input.block-global-search--keyword {
		height: 38px !important;
		line-height: 40px !important;
		border-top-left-radius: 6px !important;
		border-bottom-left-radius: 6px !important;
	}
	input.block-global-search--keyword:hover {
		border: 1px solid #eee !important;
		background: #f9f9f9;
	}
	button.block-global-search--submit {
		line-height: 38px !important;
		width: 110px !important;
		border-top-right-radius: 6px !important;
		border-bottom-right-radius: 6px !important;
	}
	.block-header-globalnav {
		padding-top: 0 !important;
		display: flex;
		flex-wrap: wrap;
	}
	
}