@charset "UTF-8";

/* ヘッダー左側

.Heade_ServiceCatch{
    width:auto;
	}

.HeaderLeft{
    width:600px;
	float:left;
}

.HeaderLeft_sitelogo{
    width:240px;
	float:left;
	margin-top:10px;
}

.HeaderLeft_login{
    width:350px;
	margin-left:250px;
	margin-top:40px;
	_margin-left:125px;
}



.HeaderRight{
    width:320px;
	float:right;
	text-align:right;
}

.oitoku_name{
	font-size:11px;
	color:#999;
	margin-top:10px;
}
*/

/*--------------------------------------------------
	04. header 構成要素
--------------------------------------------------*/

#head_navi { width:940px; height:20px; background:url(/gift2/shared/head/image/head_navi_bg.jpg) repeat-x 0 0;}
#head_links { float:right; }

#head_main { width:940px; height:60px; background:#ffffff; }
#head_logo { float:left; margin:8px 0 0 12px;}
#head_login { float:left; color:#333333; margin:20px 0 20px 20px; }
#head_cart { float:right; margin:16px 10px 16px 0; }

#head_border { width:938px; border-top:#eeeeee 1px solid; margin:0 1px 0 1px; }

/* 登録情報の確認・変更ボタン */
#head_main .myaccount-btn {
  float: right;
  margin: 18px 10px 0 0;
  line-height: 1;
}

#head_main .myaccount-btn a,
#head_main .myaccount-btn span {
  display: block;
}
#head_main .myaccount-btn a {
  border: 1px solid #2e82c1;
  background: #abcde7;
  background: linear-gradient(to bottom,  #e6f1f7 0%,#abcde7 100%);
  color: #042262;
  text-shadow: 0 1px 1px #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#head_main .myaccount-btn a:hover {
  color: #042262;
  text-decoration: none;
  opacity: 0.55;
}
#head_main .myaccount-btn span {
  padding: 6px 17px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
