@charset "shift_jis";
/* CSS Document */
/* --------------------------------------------------------------------
	マイページ系共通
-------------------------------------------------------------------- */
div.col1_ {
	overflow: hidden;
}
div.col1_ p.miLogo.spr {
	float: right;
	position: static;
	margin: 3px 8px 0 0;
}

div.col1_ ul.breadCrumb {
	clear: both;
}
div.col1_ .common_headline1_ {
	color: #3f3f3f;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #ffffff;
	margin: 10px 3px 15px;
	padding: 16px 12px 14px;
}
div.col1_ .common_headline2_ {
	color: #3f3f3f;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 6px;
}
div.col1_ p.message_ {
	font-size: 1.0rem;
	padding: 0 12px 20px;
	margin: -25px 3px 40px;
	background-color: #ffffff;
}
.button_ {
	border: 0;
	border: 0;
	border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.large_button_ {
	display: block;
	font-size: 1.3rem;
	width: 89%;
	padding: 14px 0 12px;
	margin: 0 auto;
}
.action1_button_ {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c40000), color-stop(0.00, #c40000));
	background: -webkit-linear-gradient(#c40000, #c40000);
	background: -moz-linear-gradient(#c40000, #c40000);
	background: -o-linear-gradient(#c40000, #c40000);
	background: -ms-linear-gradient(#c40000, #c40000);
	background: linear-gradient(#c40000, #c40000);
}
.action2_button_ {
	color: #3f3f3f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fae1c0), color-stop(0.00, #fae1c0));
	background: -webkit-linear-gradient(#fae1c0, #fae1c0);
	background: -moz-linear-gradient(#fae1c0, #fae1c0);
	background: -o-linear-gradient(#fae1c0, #fae1c0);
	background: -ms-linear-gradient(#fae1c0, #fae1c0);
	background: linear-gradient(#fae1c0, #fae1c0);
}
div.customer_ input[type="password"],
div.login_ input[type="password"] {
  -webkit-appearance: none;
  padding: 8px 4px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #fcf3e0;
}
/* ラジオボタンデザイン */
div.customer_ input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 24px;
    height: 24px;
    background:#fff;
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    position: relative;
	vertical-align: middle;
}

/* チェックの印を:before疑似要素を使って作成 */
div.customer_ input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -7px 0 0 -7px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    content: "";
    width: 14px;
    height: 14px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#786528),
        to(#786528)
    );
}
/* チェックボックスデザイン */
div.customer_ input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 24px;
    height: 24px;
    background:#fff;
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
    position: relative;
	vertical-align: middle;
}

/* タップ後のデザイン */
div.customer_ input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 15px;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background: #786528;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
div.customer_ input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 15px;
    content: "";
    width: 16px;
    height: 4px;
    background: #786528;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
/**/
div.customer_ label {
	padding: 0 40px 0 0px;
}
div.customer_ select {
	height: 40px;
	border: 1px solid #dcdcdc;
	background-color: #fcf3e0;
}
div.customer_ div.submit_,
div.login_ div.submit_ {
	width: 98%;
	margin: 37px auto 0;
	padding: 20px 0;
	background-color: #ffffff;
}
div.customer_ .note_,
div.login_ .note_ {
	font-size: 1.2rem;
	line-height: 1.33;
	text-align: center;
}
div.login_ .note_ {
	margin-top: 40px;
}
div.customer_ p.pageback_ {
	margin: 17px 3px 0;
}
div.customer_ p.pageback_ a {
	font-size: 1.0rem;
	padding-left: 15px;
	display: block;
	position: relative;
}
div.customer_ p.pageback_ a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 8px;
	margin-top: -4px;
	background-image: url(../images/style@2x.png);
	background-position: -537px -31px;
	background-repeat: no-repeat;
	background-size: 800px auto;
}
/* 白背景枠 */
div.customer_ div.custom_wrap_ {
	padding: 0 9px;
	margin: 0 3px 40px;
	background-color: #ffffff;
}
/* エラー */
div.col1_ div.info_ {
	font-size: 1.2rem;
	margin: 0 3px 30px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}
div.col1_ div.info_ .error_ {
	background: none;
	margin: 5px 0 0;
	padding: 0;
}
/* 赤字 */
div.customer_ .red_,
div.login_ .red_ {
	color: #cc0000;
}
/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ p.attention_ {
	color: #cc0000;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 16px;
}
div.login_ div.loginform_ {
	background-color: #ffffff;
	margin: 0 3px 5px;
}
div.login_ div.loginform_ .common_headline2_ {
	padding: 16px 10px;
	margin: 0;
}
div.login_ div.loginform_ .box_ {
	padding: 0 9px 15px;
}
div.login_ div.loginform_ .form_text_ {
	font-size: 1.2rem;
	margin-bottom: 27px;
}
div.login_ div.loginform_ dl.loginform_ {
	padding-bottom: 20px;
}
div.login_ div.loginform_ dl.loginform_ dt {
	font-size: 1.5rem;
	margin-bottom: 6px;
}
div.login_ div.loginform_ dl.loginform_ dd {
	margin-bottom: 15px;
}
div.login_ div.loginform_ .box_ input.large_button_ {
	width: 58%;
	margin-bottom: 16px;
}
div.login_ div.loginform_ div.forgotpass_ {
	font-size: 1.2rem;
	text-align: center;
}
div.login_ div.loginform_ .recruit_btn_ {
}
div.login_ div.loginform_ .recruit_btn_ .btn_  {
	width: 55%;
	margin: 0 auto;
}
div.login_ div.loginform_ .recruit_btn_ p {
	text-align: center;
	margin-top: 15px;
}

/* --------------------------------------------------------------------
	会員登録
-------------------------------------------------------------------- */
div.customer_ {
}
div.customer_ dl.formdetail_,
div.login_ dl.formdetail_ {
	background-color: #ffffff;
}
div.customer_ dl.formdetail_ dt,
div.login_ dl.formdetail_ dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 18px 0 0;
}
div.customer_ dl.formdetail_ dt .hiddenEnter_ {
	display: none;
}
div.customer_ dl.formdetail_ dt span.red_,
div.login_ dl.formdetail_ dt span.red_ {
	margin-left: 20px;
}
div.customer_ dl.formdetail_ dd,
div.login_ dl.formdetail_ dd {
	padding: 5px 0 10px;
}
div.customer_ dl.formdetail_ dd img.efo_icon_,
div.login_ dl.formdetail_ dd img.efo_icon_ {
	width: 15px;
	vertical-align: middle;
}
div.customer_ dl.formdetail_ dd p.small_,
div.login_ dl.formdetail_ dd p.small_ {
	color: #adadad;
	font-size: 1.2rem;
	margin-top: 5px;
}
div.customer_ dl.formdetail_ dd input[type="text"],
div.login_ input[type="text"] {
	background-color: #fcf3e0;
}

div.customer_ dl.customer_ {
}
div.customer_ dl.customer_ dt {
}
div.customer_ dl.customer_ dd {
}
div.customer_ dl.customer_ dd span.item_ {
	display: inline-block;
	width: 37px;
}
div.customer_ dl.customer_ dd input[name="name"],
div.customer_ dl.customer_ dd input[name="name2"],
div.customer_ dl.customer_ dd input[name="kana"],
div.customer_ dl.customer_ dd input[name="kana2"] {
	width: 75%;
	margin: 10px 12px 10px 0;
}
div.customer_ dl.customer_ dd input[name="addr"] {
	width: 88%;
	margin: 0 12px 0 0;
}
div.customer_ dl.customer_ dd input[name="comp"] {
	width: 88%;
	margin: 0 12px 0 0;
}
/* f1 2020.04.15 */
div.customer_ dl.customer_ dd input[name="dept"] {
  width: 88%;
  margin: 0 12px 0 0;
}
div.customer_ dl.customer_ dd input[name="addr2"] {
  width: 88%;
  margin: 0 12px 0 0;
}
div.customer_ dl.customer_ dd input[name="nickname"] {
  width: 88%;
  margin: 0 12px 0 0;
}

div.customer_ dl.customer_ dd select[name="yy_birth"] {
	width: 28%;
	margin: 0 5px 0 0;
}
div.customer_ dl.customer_ dd select[name="mm_birth"] {
	width: 18%;
	margin: 0 5px;
}
div.customer_ dl.customer_ dd select[name="dd_birth"] {
	width: 18%;
	margin: 0 0 0 5px;
}

div.customer_ #agreebody {
	padding: 7px 10px;
	border: 1px solid #dcdcdc;
}
div.customer_ #agreebody h3 {
	font-size: 1.1rem;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
div.customer_ #agreebody .agreebody_ {
	font-size: 0.9rem;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	height: 135px;
	overflow: hidden;
}
div.customer_ #agreebody .agreebody_.open {
	height: auto;
}
div.customer_ #agreebody .btn_more_ {
	font-size: 1.3rem;
	width: 150px;
	margin: 15px auto 0;
	padding: 8px 0 7px;
	background-color: #fae2c0;
	text-align: center;
}

/* --------------------------------------------------------------------
	パスワードの変更
-------------------------------------------------------------------- */
div.customer_ dl.passchange_ {
}
div.customer_ dl.passchange_ dt {
}
div.customer_ dl.passchange_ dd input {
	width: 100%;
}
/* --------------------------------------------------------------------
	パスワードの再設定
-------------------------------------------------------------------- */
div.customer_ dl.forgotpass_ {
}
div.customer_ dl.forgotpass_ dt {
}
div.customer_ dl.forgotpass_ dd span.item_ {
	display: inline-block;
	width: 37px;
}
div.customer_ dl.forgotpass_ dd input[name="name"],
div.customer_ dl.forgotpass_ dd input[name="name2"] {
	width: 75%;
	margin: 10px 12px 10px 0;
}
/* --------------------------------------------------------------------
	リクルートIDとキノギフト会員の紐付け
-------------------------------------------------------------------- */
div.login_ #recruit_entry .box_ input.large_button_,
div.login_ #kinogifut_entry .box_ input.large_button_ {
	width: 89%;
}
/* --------------------------------------------------------------------
	2段階認証；メール受信の確認
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ .authmail_ h2 {
	color: #3f3f3f;
    font-size: 1.2rem;
    font-weight: bold;
	padding-top: 15px;
}
div.login_ .authmail_ p {
	font-size: 1.1rem;
	margin-top: 10px;
}
div.login_ .authmail_ p.indent_ {
	text-indent: -1em;
    padding-left: 1em;
}
/* --------------------------------------------------------------------
	メールアドレスの変更
-------------------------------------------------------------------- */
div.customer_ .mailchange_ {
	padding-bottom: 15px;
}
div.customer_ .mailchange_ .message_ {
	padding: 15px 0;
}

/*  add .03.04 f1 */
.addressList > .quickSrc {
    background: #ffffff;
	margin-bottom: 20px;
}
.addressList > .quickSrc ul{
	margin: auto 20px;
}
ul.client_list_ {
  overflow: hidden;
  position: relative;
  top: 0px;
  margin: 0px;
  padding: 0px;
  left: 0px;
  width: auto;
  display: inline-block;
}
ul.client_list_ > li {
  float: left;
  list-style: none;
  margin-right: 10px;
  background: #f1f1f1;
}
ul.client_list_ > li.client0 {
  background: #f1f1f1;
}
ul.client_list_ > li.current {
  font-weight: bold;
  background: #bababa;
}
ul.client_list_ > li > div > p{
/*
  padding:10px 5px 10px 5px;
  width: 165px;
  height: 64px;
*/
  padding: 12px 0;
  width: 145px;
  height: 54px;
  line-height: 2.8rem;
  font-size: 90%;
}

/* ご依頼主情報・編集 */
p.client_btnUpd_ {
  width: 60px !important;
  white-space: nowrap;
  float: right;
}

/* お届け先・編集 */
p.clientdest_btnUpd_ {
  width: 60px !important;
  white-space: nowrap;
  float: right;
}
/* お届け先・削除 */
div.clientdest_btnDel_ {
  width: 60px;
  white-space: nowrap;
  float: right;
}


div.customer_ .ico{
  font-size: 1rem;
  padding: 2px 8px;
  display: inline-block;
  margin: 4px 8px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f9f9f9;
}

div.customer_ .exsample {
  color: #adadad;
  padding: 4px 0 0;
}

/* ----- caution ----- */
div.customer_ .caution {
  color: #6b6b6b;
  display: inline-block;
  position: relative;
  margin: 16px 0 0;
  padding: 8px 16px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
div.customer_ .caution:after {
  content: "";
  position: absolute;
  left: 24px;
  top: -8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: -8px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #f9f9f9 transparent;
}

.messagezip_ {
  float: right;
}
