@charset "UTF-8";
/* ----------------------------------------------------------
  TITLE : 東武
  NOTE : システム開発チームが追加する専用CSSファイル
  Copyright(C) iTEC Hankyu Hanshin Co., Ltd.
---------------------------------------------------------- */


/*----------------------------------------------------
	入力エラースタイル
----------------------------------------------------*/
.errorPart {
	background-color: #fff991;
}

/*----------------------------------------------------
	注文　お届け先と商品の設定
----------------------------------------------------*/

/* 依頼主同一名称 */
.specify #contenter .clientExist {
	background: #ffcbcb;
}

/*----------------------------------------------------
	自宅配送の場合
	デザインは別ページになっててCSS適用できないので
	zitaku → specify にして使用
---------------------------------------------------- */

/* お届け先 */
.specify #contenter .receiverList .myName {
	position: relative;
	margin: 0 0 15px;
}

.specify #contenter .receiverList .myName h4 {
	font-size: 114%;
	color: #1d2087;
}

.specify #contenter .receiverList .myName dl {
	padding: 10px 175px 10px 14px;
	background: #fff;
	border: 1px solid #b2b2b2;
}

.specify #contenter .receiverList .myName dl dt {
}

.specify #contenter .receiverList .myName dl dt strong {
	font-size: 125%;
}

.specify #contenter .receiverList .myName dl dt em {
	font-size: 114%;
}

.specify #contenter .receiverList .myName dl dd {
}

.specify #contenter .receiverList .myName dd.btn {
	position: absolute;
	top: 45%;
	right: 15px;
}

.specify #contenter .receiverList .receiver .receiverExist .receiverMain  dl dt,
.specify #contenter .receiverList .receiver .receiverExist .receiverMain dl dd {
	background: #fff0f0;
}

/*----------------------------------------------------
	jAlertダイアログ　HITMALLでの初期値
----------------------------------------------------*/
.dialog_defaultStyle {
	width:400px;
}
.dialog_defaultStyle #popup_ok,
.dialog_defaultStyle #popup_cancel {
	width:90px;
}

/*----------------------------------------------------
	住所入力時に表示する確認ガイアログの画像差し替え
----------------------------------------------------*/
.originalImgContent #popup_content {
	background-image: url(images/alartimg.gif);
}

/*----------------------------------------------------
	再注文ダイアログ
----------------------------------------------------*/
.dialog_doReOrderConfirm {
	width:450px;
}
.dialog_doReOrderConfirm #popup_ok,
.dialog_doReOrderConfirm #popup_cancel {
	width:90px;
}

/*----------------------------------------------------
	資生堂ダイアログ
----------------------------------------------------*/
.dialog_shiseidoConfirm {
	width:600px;
}
.dialog_shiseidoConfirm #popup_ok,
.dialog_shiseidoConfirm #popup_cancel {
	width:90px;
}

/*----------------------------------------------------
	削除ダイアログ
----------------------------------------------------*/
.dialog_deleteConfirm {
	width:300px;
}
.dialog_deleteConfirm #popup_ok,
.dialog_deleteConfirm #popup_cancel {
	width:90px;
}

/*----------------------------------------------------
	注文-お届け先と商品の画面
----------------------------------------------------*/
.slipNumber {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	padding: 2px 5px 1px;
}

.errorSlipNumber {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	padding: 2px 5px 1px;
}

/*----------------------------------------------------
	カード一覧画面
----------------------------------------------------*/
.defaultCard {
	background: none repeat scroll 0 0 #3366ff;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	padding: 5px 5px 5px 5px;
}

.expireCard {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	padding: 2px 5px 1px;
	margin-left: 10px;
}

.expiredCard {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	padding: 2px 5px 1px;
	margin-left: 10px;
}

/*----------------------------------------------------
	入力例
----------------------------------------------------*/
input[type="text"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color : #808080;  /* gray */
}

/*----------------------------------------------------
	商品詳細の「続きを見る」の文字列スタイル
----------------------------------------------------*/
.accordionString {
	text-align:right;
	color : #2673C9;
	text-decoration : underline;
	padding-right : 20px;
}

/*----------------------------------------------------
	東武カード＆東武ロイヤルカードのカード画像スタイル
----------------------------------------------------*/
.cardfaceStyle{
	margin-top:8px;
}
