:root{
  --min-color: #c84e99;
  --min-color2: #009944;
  --parameter_px-01: 300px;
  --parameter_px-03: 35px;
  --parameter_px-topMenu: 80px;
}
@charset "UTF-8";
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 22px;
	font-size:16px;
}
a{
	color:var(--min-color2);
}
a:hover{
	color:var(--min-color);
}
.top_box{
	background: rgba(255,255,255,1.0);
	position: fixed;
	width:100%;
	height:82px;
	z-index:999;
	padding-top:10px;
	padding-bottom:10px;
	top:0px;
}
.conter_box{
	margin-right: auto;
	margin-left: auto;
	width: 1280px;
	padding-top:var(--parameter_px-topMenu);
	
	/*background-color:#FF0033;*/
}
.top_box .conter_box,.bottom_box .conter_box{
	padding-top:0px;
}
.top_content{
	text-align: right;
	padding-top:0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width:calc(100% - 20px - 20px);
	height:calc(var(--parameter_px-topMenu) - 0px - 0px);
	font-size:14px;
	font-family: "微軟正黑體", "新細明體";
	
	/*background-color:#66CC33;*/
}
.top_content a{
	text-decoration: none;
	padding-left: 10px;
	color: #000000;
}
.top_content a:hover,.top_content a.logout:hover{
	color: var(--min-color);
}
.top_content a.checkout{
	background-image: url(../img/cart.svg);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-size:25px;
	border: 1px solid #FF0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	color:#FF0000;
	border-radius: 0px;
}
.top_content a.checkout:hover{
	color:#FFFFFF;
	background-color: #FF0000;
	background-image: url(../img/cart-hover.svg);
}
.top_content a.logout{
	color:#009944;
}

.flexINfloat{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.PC_menu{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	width:calc(100% - 200px);
	
	margin-left:50px;
	list-style-type: none;
	margin-top:0px;
	margin-bottom:0px;
	
	/*background-color:#FFCC00;*/
}
.PC_menu li{
}
.PC_menu li a{
	display: block;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;		
	font-size:16.5px;
	
	/*background-color:#9966FF;
	border: 1px solid #000000;*/
}

.home_link{
	width:300px;
	height:60px; 
	cursor: pointer;
	background-image:url(../images/logo.svg);	
	background-repeat: no-repeat;
	background-size: auto 60px;
	
	/*background-color:#FFFF00;*/
}
.first_item{
	height: 25px;
	width: calc(var(--parameter_px-01) - var(--parameter_px-03) - 3px);
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 15px;
	cursor:pointer;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-weight: bolder;
	font-size:20px;
}
.first_item:hover{
	background-color: #FFEEEF;
}
.pcOnly{
}
.mobileOnly{
	display:none;
}