@CHARSET "UTF-8";
/** LP用に画面幅制御なしにする */
#LP .topGroupName {
	width:100%;
}

/** ログインエリア */
#content_2 {
	margin-bottom: 60px;
}

/** ログインボタン */
#content_2 .submitArea {
	display:table;
	width:100%;
}
#loginButtonItemWrap {
	vertical-align: top;
	padding-top: 10px;
}
#amazonPayLoginIncludeItemWrap {
	margin-bottom:10px;
}
#amazonPayLoginIncludeItemWrap #Logout {
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	#loginButtonItemWrap,
	#amazonPayLoginIncludeItemWrap {
		display:block;
	}
	#loginButtonItemWrap {
		margin-bottom: 25px;
	}
}

/** オプトイン */
#isOptin1ItemWrap .checkboxLabel > .checkboxStyle,
#isOptin2ItemWrap .checkboxLabel > .checkboxStyle,
#isOptin1ItemWrap .checkboxLabel > .MIXED,
#isOptin2ItemWrap .checkboxLabel > .MIXED {
    display: inline;
}
#optinGroup2 {
	margin-top:10px;
}

/** margin */
#paymentMethodGroup {
	margin:8px 0;
}

/** orderInput.cssからの調整 */
#customerInfoDispLayout .itemWrap {
	font-size:100%;
}

/** ログイン */
#loginBox {
    display: block;
    border: none;
}
#loginIdThSurround,
#passwordThSurround {
	background-color: #fff;
}
#loginBox .th,
#loginBox .td{
	border: none;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 1rem;
	display: inline-block;
}
#loginIdThSurround,
#passwordThSurround{
	width: 30%;
}
#loginIdTdSurround,
#passwordTdSurround{
	width: 70%;
}

#LP #customerInfoDispLayout .itemWrap {
	margin:0;
	padding:0;
}
#LP #loginBox input[type="email"],
#LP #loginBox input[type="password"] {
    width: 300px;
    float: none;
    margin-top:0;
}

/*ログインボタン*/
#loginButton {
	width: 400px;
	display: inline-block;
    background: #fff;
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0;
	margin:0 auto 80px;
	padding: 10px 0;
	text-align: center;
}

/*クリスタルジェミーの商品を購入したことがありますか*/
.hasDoneShopping_div {
    display: flex;
}

#nullThSurround span.required {
    vertical-align: middle;
    margin: auto;
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
	#loginButton {
		width: 90%;
		padding: 5px 0;
	}
}


/** 生年月日 */
.yearSelect,
.monthSelect,
.daySelect {
	width: 20%;
    position: relative;
    display: inline-block;
    float: left;
}
#birthdayYearTdSurround select {
}

/** orderInput.cssからの打ち消し */
div#isOptin1IncludeItemWrap.itemWrap,
div#htmlTextLowerItemWrap.itemWrap,
div#memberSaveButtonItemWrap.itemWrap {
	border-bottom:none;
}

#isOptinExp1_innerId,
#isOptinExp2_innerId {
	display:inline;
}

#payment {
	width:60px;
	margin-left:10px;
}

div#cardBrandItemWrap.itemWrap {
	display:none;
}
#LP #formArea #cardBrandItemWrap {
	display:none;
}
#LP #paymentLayoutGroup
,#LP #customerInfoGroup {
	margin-bottom:10px;
}
#LP #destinationOptionLayoutGroup {
	padding:0;
}
#LP #pagePartsHtmlText_OrderInfoInputPoint_innerId {
	margin-bottom:0;
}


/* お支払い方法、クレジット決済 */
#LP #customerInfoDispLayout .tr {
	border-bottom: none;
}
#LP #customerInfoDispLayout #creditCardGroup .useCardType1ItemWrap {
	margin-bottom: 12px;
}
#LP #customerInfoDispLayout #creditCardGroup #useCardType1_label {
	margin-bottom: 3px;
	padding: 5px 0;
	width: 100%;
	max-width: 315px;
}
#LP #customerInfoDispLayout #creditCardGroup .table.th_30 .th,
#LP #customerInfoDispLayout .table.th_30 th {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#LP #customerInfoDispLayout #creditCardGroup .td,
#LP #customerInfoDispLayout #creditCardGroup .table.th_30 .tdBox,
#LP #customerInfoDispLayout #creditCardGroup .table.th_30 td {
	background: #fff;
	border: 1px solid #ccc;
}

#creditCardGroup{
	background-color: #fffaee;
	padding: 40px;
}
#creditCardGroup .creditCardIncludeArea h3{
	padding-bottom: 18px;
}

#creditCardGroup .creditCardIncludeArea p{
	padding-top: 12px;
	padding-bottom: 12px;
}
/*お支払い回数、高さ調整*/
#paymentTypeItemWrap #paymentTypeTdSurround {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 641px) {
	#paymentType_2_label.checked {
		margin-bottom: 5px;
	}
}

/*カード番号、注意文*/
#creditCardGroup #pagePartsHtmlText_OrderInfoInputCreditCardNo_innerId p {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 5px;
}
/*カード登録情報、注意文*/
#creditCardGroup #entryDescription_innerId {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	#creditCardGroup #pagePartsHtmlText_OrderInfoInputCreditCardNo_innerId p,
	#creditCardGroup #entryDescription_innerId {
		font-size: 10px;
	}
}

#creditCardGroup .useCardType1ItemWrap{
	margin-bottom: 12px;
}

#creditCardGroup .creditCardNoDescription{
	font-size: 0.75rem;
	margin-top: 8px;
}
#creditCardGroup .securityCodeNote{
	font-size: 0.75rem;
	margin-top: 8px;
}
#creditCardGroup #securityCode {
	width: 5em;
}

#creditCardGroup .OrderInfoInputSecurityCode{
	display: none;
}
#creditCardGroup .OrderInfoInputCardMember{
	font-size: 0.75rem;
	margin-top: 8px;
}

@media only screen and (max-width: 768px) {
	#LP #formArea #selectedPaymentMethodTdSurround {
		width: 100%;
	}
	#creditCardGroup{
		padding: 10px;
		font-size: 0.8125rem;
	}
	#LP #customerInfoDispLayout #creditCardGroup .tr {
		border: none;
	}
	#LP #customerInfoDispLayout #creditCardGroup .table.th_30 .th,
	#LP #customerInfoDispLayout #creditCardGroup .table.th_30 th {
		display: block;
		width: 100%;
	}
	#LP #customerInfoDispLayout #creditCardGroup .table.th_30 .td,
	#LP #customerInfoDispLayout #creditCardGroup .table.th_30 .tdBox,
	#LP #customerInfoDispLayout #creditCardGroup .table.th_30 td {
		border-top: none;
		border-bottom: none;
		display: block;
		width: 100%;
	}
	#LP #customerInfoDispLayout #creditCardGroup .paymentTypeTable.table.th_30 .td {
		border-bottom: 1px solid #ccc;
	}
	#creditCardGroup .creditCardIncludeArea h3 span{
		font-weight: 700;
		margin-bottom: 8px;
	}
}





/**** 以下、会員登録画面からの移植+調整 ****/
body#LP {
	padding-top: 0;
}

#LP .level_h2,
#LP .level_h3 {
	border: none;
	font-size: 1.25rem;
	font-weight: 500;
	color: #644c1f;
	background-color: #f7f3e9;
	padding: 8px 26px 5px;
	position: relative;
	margin-top: 60px;
}
/*お支払い方法、配送希望日時指定*/
#destinationOptionTitleItemWrap .level_h3,
#paymentTitleItemWrap .level_h3,
#pointTitleItemWrap .level_h3 {
	margin-right: 0;
	margin-left: 0;
}

#LP #customerInfoDispLayout {
	padding: 0;
}

#LP #customerInfoDispLayout .contents {
    width: 1000px;
	}

#LP #customerInfoDispLayout .topGroupName {
    width: 1000px;
	}

#LP #customerInfoDispLayout .table {
    border: none;
}

#LP #customerInfoDispLayout .table.th_30 .th,
#LP #customerInfoDispLayout .table.th_30 th {
	width: 32%;
	background: none;
}
#LP #customerInfoDispLayout .td,
#LP #customerInfoDispLayout .table.th_30 .tdBox,
#LP #customerInfoDispLayout .table.th_30 td {
	width: 68%;
	background: none;
}



/* -----  input関連 ----- */
#LP #customerInfoDispLayout input[type="text"] ,
#LP #customerInfoDispLayout input[type="password"] ,
#LP #customerInfoDispLayout input[type="email"]{ font-size: 90%; padding: 10px; }
#LP #customerInfoDispLayout input[type="radio"]{ color: #bfa77a; }

#LP #customerInfoDispLayout input.nameSei,
#LP #customerInfoDispLayout input.nameMei,
#LP #customerInfoDispLayout input.nameSeiKana,
#LP #customerInfoDispLayout input.nameMeiKana,
#LP #customerInfoDispLayout input.destNameSei,
#LP #customerInfoDispLayout input.destNameMei,
#LP #customerInfoDispLayout input.destNameSeiKana,
#LP #customerInfoDispLayout input.destNameMeiKana,
#LP #customerInfoDispLayout input.orderNameSei,
#LP #customerInfoDispLayout input.orderNameMei,
#LP #customerInfoDispLayout input.orderNameSeiKana,
#LP #customerInfoDispLayout input.orderNameMeiKana {
    width: 35%;
	margin-right: 5px;
	padding: 10px 10px 10px 15px;
}
input:focus {
    outline: 2px solid #bfa77a; background-color: #f5eee0;
}
select:focus {
    outline: 2px solid #bfa77a; background-color: #f5eee0;
}

.radiobuttonLabel {
	display: inline-block;
	margin: 0 0 5px;
	padding: 15px 5px;
}
.radiobuttonLabel:last-of-type {
	margin-bottom: 0;
}
#selectedPaymentMethodTdSurround .radiobuttonLabel {
	display: block;
}

@media only screen and (max-width: 641px) {
	#LP #customerInfoDispLayout #creditCardNo {
		max-width: 300px;
		width: 100%;
	}
}


/*input,selectをフォーカスしたときに、td背景に色つくのを打ち消し*/
#selectedPaymentMethodTdSurround,
#appointedDeliveryDateTdSurround,
#appointedDeliveryTimeCodeTdSurround,
#deliveryRequestFlgTdSurround,
#customerInfoInputLayout > .tr > .td,
#cardInfoLayoutGroup > .tr > .td,
#paymentTypeTdSurround {
	background-color: #fff !important;
}

/*AndroidのChromeでの、セレクト背景色を透明に*/
select {
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	#LP #customerInfoDispLayout input.nameSei,
	#LP #customerInfoDispLayout input.nameMei,
	#LP #customerInfoDispLayout input.nameSeiKana,
	#LP #customerInfoDispLayout input.nameMeiKana,
	#LP #customerInfoDispLayout input.destNameSei,
	#LP #customerInfoDispLayout input.destNameMei,
	#LP #customerInfoDispLayout input.destNameSeiKana,
	#LP #customerInfoDispLayout input.destNameMeiKana,
	#LP #customerInfoDispLayout input.orderNameSei,
	#LP #customerInfoDispLayout input.orderNameMei,
	#LP #customerInfoDispLayout input.orderNameSeiKana,
	#LP #customerInfoDispLayout input.orderNameMeiKana {
		margin-bottom: 10px;
	}
}

/*姓名*/
#orderNameSeiPreLabel,
#orderNameMeiPreLabel,
#orderNameSeiKanaPreLabel,
#orderNameMeiKanaPreLabel {
	display: none;
}

#LP #customerInfoDispLayout input.postCode1 {
    width: 70px;
	margin: 0 10px 0 0;
}

#LP #customerInfoDispLayout input.postCode2 {
    width: 85px;
	margin: 0 10px;
}

#LP #customerInfoDispLayout input.address11,
#LP #customerInfoDispLayout input.address21,
#LP #customerInfoDispLayout input.address31 {
    width: 300px;
	margin-right: 5px;
	font-size: 90%;
	padding: 10px 10px 10px 15px;
}

#LP #customerInfoDispLayout input.telNo1Pre,
#LP #customerInfoDispLayout input.telNo1Middle,
#LP #customerInfoDispLayout input.telNo1Post {
    width: 85px;
}

#LP #customerInfoDispLayout input.customerOpportunityCode{
    width: 85px;
	margin-right: 5px;
}

#LP #customerInfoDispLayout input:focus {
    outline: 2px solid #bfa77a; background-color: #f5eee0;
}

#LP #customerInfoDispLayout input[type="button"]#postCodeSearchButton {
    background: #fff;
    color: #644c1f;
    border-style: solid;
    border-width: 1px;
    border-color: #bbac8e;
	padding: 5px 10px;
}

#LP #customerInfoDispLayout .required:after {
    content: "必須";
    background: #fff;
    color: #f03f75;
    padding: 0 5px;
    margin: 0 0 0 5px;
    font-weight: normal;
    font-size: 0.8em;
    border-radius: 5px;
	border: 1px solid #f03f75;
    float: right;
    min-width: 2em;
    text-align: center;
}
@media screen and (max-width: 768px) {
	#LP #customerInfoDispLayout #formArea .required:after,
	#LP #customerInfoDispLayout #formArea .required_condition:after {
		display: inline-block;
		font-size: 10px;
		margin-right: 5px;
	}
	#LP #customerInfoDispLayout #formArea #cardInfo .required_condition:after,
	#LP #customerInfoDispLayout #formArea #paymentTypeItemWrap .required_condition:after {
		margin-top: -5px;
		min-width: 2em;
		width: auto;
		height: auto;
		padding: 0 5px;
	}
}
@media screen and (max-width: 641px) {
	#LP #customerInfoDispLayout #formArea #orderEmailConfirmThSurround .required_condition:after,
	#LP #customerInfoDispLayout #formArea #registerCustomerPasswordConfirmThSurround .required_condition:after {
		margin-top: -16px;
	}
}

#LP #customerInfoDispLayout .table {
	display: table;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
#LP #customerInfoDispLayout .tr {
	display: table-row;
	border: none;
	border-bottom: 1px solid #d7cfb9;
}

#LP #customerInfoDispLayout .tdBox,
#LP #customerInfoDispLayout .th,
#LP #customerInfoDispLayout .table th,
#LP #customerInfoDispLayout .table td {
	padding: 17px 0 17px 15px;
	text-align: left;
	display: table-cell;
	border: none;
	margin: 0;
	vertical-align: middle;
}

#LP #customerInfoDispLayout .th { padding: 15px 0 15px 35px; }

#LP #customerInfoDispLayout .thAddress span.thAreaSmalltext,
#LP #customerInfoDispLayout .thAreaSmall span.thAreaSmalltext {
	font-size: 80%;
	padding: 15px 0;
	}

#LP #customerInfoDispLayout .thSex,
#LP #customerInfoDispLayout .thBirthday,
#LP #customerInfoDispLayout .thAddress,
#LP #customerInfoDispLayout .thEmail,
#LP #customerInfoDispLayout .thPassword {
	padding: 16px 0 0 35px;
}

#LP #formArea .th, #LP #formArea .td {
	border: none;
}

#LP #customerInfoDispLayout .tdSex,
#LP #customerInfoDispLayout .tdBirthday,
#LP #customerInfoDispLayout .tdAddress,
#LP #customerInfoDispLayout .tdEmail,
#LP #customerInfoDispLayout .tdPassword{
	padding: 16px 0 0 15px;
}

#LP #customerInfoDispLayout .thMailmagazine {
	padding: 35px 0 15px 35px;
}

#LP #customerInfoDispLayout .tdMailmagazine {
	padding: 35px 0 15px 15px;
}

#LP #customerInfoDispLayout .trNone { border-bottom:none;}

#LP #customerInfoDispLayout select.birthdayYear {
    width: 100%;
}

#LP #customerInfoDispLayout select.birthdayMonth, select.birthdayDay {
    margin-left: 10px;
    width: 100%;
}

#LP #customerInfoDispLayout .selectWrapSex{
  width: 15%;
  position: relative;
  display: inline-block;
}

#LP #customerInfoDispLayout .selectWrapBirthday{
   width: 15%;
  position: relative;
  display: inline-block;
  float: left;
}

#LP #customerInfoDispLayout .selectWrapArea{
  width: 25%;
  position: relative;
  display: inline-block;
  float: left;
}

#LP #customerInfoDispLayout .selectWrapOppotunity{
   width: 45%;
  position: relative;
  display: inline-block;
  float: left;
}

#LP #customerInfoDispLayout .selectWrapSex::after,
#LP #customerInfoDispLayout .selectWrapBirthday::after,
#LP #customerInfoDispLayout .selectWrapArea::after,
#LP #customerInfoDispLayout .selectWrapOppotunity::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

#LP #customerInfoDispLayout .select01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 15px;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  font-size: 85%;
  margin: 0;
  color: #333;
}

#LP #customerInfoDispLayout select::-ms-expand {
    display: none;
}

#LP #customerInfoDispLayout select:focus {
    outline: 2px solid #bfa77a; background-color: #f5eee0;
}


#LP #customerInfoDispLayout #nullThSurround.th.sexThSurround { padding: 15px 0 10px 35px;}

#LP #customerInfoDispLayout .birthdayYearSuffixLabel,
#LP #customerInfoDispLayout .birthdayDaySuffixLabel,
#LP #customerInfoDispLayout .birthdayMonthSuffixLabel {padding: 10px 10px 10px 20px; float: left;}

#LP #customerInfoDispLayout .mailmagazineText { font-size: 80%; padding: 5px 0 20px 35px;}

#LP #customerInfoDispLayout #privacyPolicyGroup
	{
	background-color: #f8f8f6;
	border-radius: 3px;
	padding: 10px 30px 30px;
	margin: 60px 0 10px 0;
	}

/*郵便番号検索ボタン*/
@media only screen and (max-width: 641px) {
	#orderPostCodeSearchButton {
		margin-top: 5px;
	}
}

/*ログインメールアドレスとパスワード、お客様情報メールアドレス*/
@media screen and (max-width: 641px) {
	#LP #loginLayoutGroup #loginId,
	#LP #loginLayoutGroup #password,
	#orderEmail,
	#orderEmailConfirm {
		width: 100%;
	}
}

/*電話番号*/
@media screen and (max-width: 641px) {
	input.TEL_1,
	input.TEL_2,
	input.TEL_3 {
		width: 28%;
	}
}

/*生年月日*/
@media screen and (max-width: 641px) {
	#LP #customerInfoDispLayout #birthdayYearTdSurround {
		font-size: 10px;
	}
	#birthdayYearTdSurround select {
		padding: 8px 0;
	}
	.yearSelect {
		width: 26%;
	}
	.monthSelect, .daySelect {
		width: 20%;
	}
}

/*メルマガ購読*/
#LP #mailMagazineFlgItemWrap .required:after {
	margin-right: 16px;
}
.mailmagazineInfoArea {
	display: none;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, #mailMagazineFlg_labelId .required {
		font-size: 24px;
	}
}

/*ポイントのご利用*/
#usePoint {
	background-color: #fff;
}
#LP #customerInfoDispLayout #pointUsageWrap .tr {
	border: none;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, #LP #customerInfoDispLayout #pointUsageWrap .tr .th,
	#LP #customerInfoDispLayout #pointUsageWrap .tr .td {
		width: auto;
	}
}
#LP #formArea #pointLayoutGroup #currentPointItemWrap .td {
	text-align: center;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, #LP #formArea #pointLayoutGroup #currentPointItemWrap .td {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	#LP #formArea .itemWrap.currentPointItemWrap {
		display: inline-block;
		width: 50%;
		margin: 0;
		padding: 12px 0;
	}
	#LP #formArea .pointLayoutGroupNote {
		margin-bottom: 0;
	}
	#LP #formArea .itemWrap.currentPointItemWrap {
		margin-top: 20px;
	}
	#LP #formArea #pointLayoutGroup #currentPointThSurround,
	#LP #formArea #pointLayoutGroup #currentPointTdSurround.td {
		width: 47%;
	}

	#LP #customerInfoDispLayout #pointLayoutGroup #pointUsageWrap {
		width: 50%;
		margin-top: 15px;
	}
	#LP #customerInfoDispLayout #pointLayoutGroup #pointUsageWrap > div {
		width: 100%;
		display: inline-block;
		margin: 5px 0;
	}
}

@media screen and (max-width: 641px) {
	#LP #formArea .itemWrap.currentPointItemWrap {
		width: 100%;
		max-width: 450px;
	}
	#LP #customerInfoDispLayout #pointLayoutGroup #pointUsageWrap {
		width: 100%;
	}
}
/*ラジオボタン*/
#pointUsageWrap #noPoint_labelId {
	margin-bottom: 5px;
}
#LP #customerInfoDispLayout #pointLayoutGroup #pointUsageWrap > div#useAllPointItemWrap {
	margin: 10px 0 15px;
}
#LP #customerInfoDispLayout #pointLayoutGroup #pointUsageWrap > div#usePointItemWrap {
	padding: 5px;
	display: inline-block;
}
@media screen and (min-width: 768px) {
	#pointUsageWrap .radiobuttonLabel {
		padding: 5px;
	}
}
@media screen and (max-width: 768px) {
	#LP #customerInfoDispLayout #pointLayoutGroup #pointUsageWrap > div#useAllPointItemWrap {
		margin: 0 0 5px;
	}
}
@media screen and (max-width: 641px) {
	#orderInfoInputPointAllUseAttentionPartsIncludeItemWrap {
		border: none;
	}
}
#useAllPointItemWrap {
	margin-top: 0;
}

/*発送時のご要望*/
@media only screen and (max-width: 641px) {
	#deliveryRequestFlgItemWrap label {
		margin-right: 0;
	}
}

/*オプトイン*/
#isOptin1ItemWrap {
	text-align: center;
}
#isOptin1ItemWrap a {
	text-decoration: underline;
}
@media only screen and (max-width: 641px) {
	#LP #isOptin1ItemWrap {
		font-size: 12px;
	}
}

/* 確認ボタン */
#LP #customerInfoDispLayout #memberSaveButtonItemWrap {
	margin: 60px 0;
}
#LP #customerInfoDispLayout #memberSaveButton {
	font-size: 1.25rem;
	padding: 10px 42px;
	position: relative;
	border: none;
	background-color: #eadbc0;
	color: #644c1f;
}
@media only screen and (max-width: 641px) {
	#LP #customerInfoDispLayout #memberSaveButtonItemWrap {
		margin: 30px 0 60px;
	}
	#LP #customerInfoDispLayout #memberSaveButton {
		font-size: 1.125rem;
		width: 80%;
	}
}


/*フッター*/
#footer {
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}



@media screen and (min-width:769px) and ( max-width:999px) {
#LP #customerInfoDispLayout .contents {
    width: 100%;
	}

#LP #customerInfoDispLayout .topGroupName {
    width: 100%;
	}

}


@media screen and (max-width: 768px) {

	#LP #customerInfoDispLayout .contents {
    width: 100%;
	}

	#LP #customerInfoDispLayout .topGroupName {
    width: 100%!important;
	}

	#LP #customerInfoDispLayout .level_h2 {
    font-size: 1.3em;
    border-bottom: none;
	color: #644c1f;
    margin: -20px 0 20px;
    padding: 5px;
	}

	#LP #customerInfoDispLayout .tdBox,
	#LP #customerInfoDispLayout .th,
	#LP #customerInfoDispLayout .table th,
	#LP #customerInfoDispLayout .table td {
		padding: 0px;
		text-align: left;
		display: table-cell;
		border: none;
		margin: 0;
		vertical-align: middle;
	}

	#LP #customerInfoDispLayout .th {padding: 10px 0 5px 5px; text-align: left;}

	#LP #customerInfoDispLayout .tr {
		display: table-row;
	}
	#LP #customerInfoDispLayout .td, #LP #customerInfoDispLayout .th {
			display: block;
			border: 0;
			margin: 0 !important;
		}

	#LP #customerInfoDispLayout .table.th_30 .th,
	#LP #customerInfoDispLayout .table.th_30 th {
	  display: inline-block;
		width: 37%;
		background: none;
		font-size: 85%;
	  margin-right: 1% !important;
	}
	#LP #customerInfoDispLayout .table.th_30 .td,
	#LP #customerInfoDispLayout .table.th_30 .tdBox,
	#LP #customerInfoDispLayout .table.th_30 td {
	  display: inline-block;
		padding: 5px;
		width: 61%;
		background: none;
/*		float: right;*/
		vertical-align: top;
		}
	#LP #formArea #paymentTypeTdSurround,
	#LP #formArea #mailMagazineFlgTdSurround,
	#LP #formArea #deliveryRequestFlgTdSurround,
	#LP #formArea #dispOrderTelNoTdSurround {
		border-bottom: none;
	}

	#LP #customerInfoDispLayout input { font-size: 90%;}

	#LP #customerInfoDispLayout input.nameSei,
	#LP #customerInfoDispLayout input.nameMei,
	#LP #customerInfoDispLayout input.nameSeiKana,
	#LP #customerInfoDispLayout input.nameMeiKana,
	#LP #customerInfoDispLayout input.destNameSei,
	#LP #customerInfoDispLayout input.destNameMei,
	#LP #customerInfoDispLayout input.destNameSeiKana,
	#LP #customerInfoDispLayout input.destNameMeiKana,
	#LP #customerInfoDispLayout input.orderNameSei,
	#LP #customerInfoDispLayout input.orderNameMei,
	#LP #customerInfoDispLayout input.orderNameSeiKana,
	#LP #customerInfoDispLayout input.orderNameMeiKana {
	    width: 100%;
		margin-right: 5px;
		padding: 10px;
	}

	#LP #customerInfoDispLayout input.address11,
	#LP #customerInfoDispLayout input.address21,
	#LP #customerInfoDispLayout input.address31 {
	    width: 100%;
		margin-right: 5px;
		padding: 10px;
	}

	#LP #customerInfoDispLayout input.postCode1 {
	    width: 23%;
	    margin: 0 10px 0 0;
		padding: 7px 10px;
	}

	#LP #customerInfoDispLayout input.postCode2{
	    width: 27%;
	    margin: 0 10px;
		padding: 7px 10px;
	}


	#LP #customerInfoDispLayout #nameSei {
	  margin-bottom: 15px;
	}
	#LP #customerInfoDispLayout #nameSeiThSurround {
	  padding-top: 15px;
	}

	#LP #customerInfoDispLayout #nameSeiKanaThSurround { padding-top: 23px;}
	#LP #customerInfoDispLayout #nameSeiKana {
	  margin-top: 10px;
	  margin-bottom: 15px;
	}
	#LP #customerInfoDispLayout #sexThSurround {
	  padding-top: 24px;
	}

	#LP #customerInfoDispLayout input.nameMei, #LP #customerInfoDispLayout input.nameMeiKana {margin-bottom:15px;}

	#LP #customerInfoDispLayout #nullThSurround.th.sexThSurround { padding: 25px 0 10px 5px;}

	#LP #customerInfoDispLayout #sexTdSurround {padding-top: 15px;}

	#LP #customerInfoDispLayout #postCode1ThSurround {padding-top: 25px;}
	#LP #customerInfoDispLayout #postCode1TdSurround {padding-top: 15px;}

	#LP #customerInfoDispLayout #birthdayYearThSurround {padding-top: 20px;}
	#LP #customerInfoDispLayout #birthdayYearTdSurround {padding-top: 10px;}

	#LP #customerInfoDispLayout #emailPc1ThSurround { font-size: 77%; padding-top: 22px;}
	#LP #customerInfoDispLayout #emailPc1TdSurround {padding-top: 15px;}
	#LP #customerInfoDispLayout #emailPc1TdSurround input#emailPc1 { width: 100%; font-size: 70%;}
	#LP #customerInfoDispLayout #emailPc1ConfirmTdSurround { padding-bottom: 15px;}
	#LP #customerInfoDispLayout #emailPc1ConfirmTdSurround input#emailPc1Confirm{ width: 100%; font-size: 70%; padding-right: 5px;}

	#LP #customerInfoDispLayout #emailPc1ConfirmThSurround { font-size: 77%;}

	#LP #customerInfoDispLayout #passwordThSurround {padding-top: 22px;}
	#LP #customerInfoDispLayout #passwordTdSurround {padding-top: 15px;}
	#LP #customerInfoDispLayout #passwordTdSurround input#password{ font-size: 70%;}
	#LP #customerInfoDispLayout #passwordConfirmTdSurround { padding-bottom: 15px;}
	#LP #customerInfoDispLayout #passwordConfirmTdSurround input#passwordConfirm{ font-size: 70%; padding-right: 5px;}

	#LP #customerInfoDispLayout #passwordThSurround,
	#LP #customerInfoDispLayout #passwordConfirmThSurround { font-size: 77%;}

	#LP #customerInfoDispLayout #customerOpportunityCodeThSurround {padding-top: 25px;}
	#LP #customerInfoDispLayout #customerOpportunityCodeTdSurround {padding-top: 15px; padding-bottom: 15px;}

	#LP #customerInfoDispLayout #areaCode1ThSurround,
	#LP #customerInfoDispLayout #address11ThSurround,
	#LP #customerInfoDispLayout #address21ThSurround {padding-top: 15px;}

	#LP #customerInfoDispLayout #address31TdSurround { padding-bottom: 15px;}

	#LP #customerInfoDispLayout #telNo1PreThSurround { padding-top: 25px; padding-bottom: 15px;}
	#LP #customerInfoDispLayout #telNo1TdSurround { padding-top: 15px; padding-bottom: 15px;}

	#LP #customerInfoDispLayout #nullThSurround.mailMagazineFlgThSurround {padding-top: 18px;}
	#LP #customerInfoDispLayout #mailMagazineFlgTdSurround {padding-top: 15px; padding-bottom: 15px; font-size: 85%;}

	#LP #customerInfoDispLayout #isMemberAgreementFlgItemWrap { font-size: 90%;}

	#LP #customerInfoDispLayout .mailmagazineText {
	    font-size: 80%;
	    padding: 5px 0 0 5px;
	}

	#LP #customerInfoDispLayout input.telNo1Pre,
	#LP #customerInfoDispLayout input.telNo1Middle,
	#LP #customerInfoDispLayout input.telNo1Post {
	    width: 28%;
		padding: 7px 10px;
	}

	#LP #customerInfoDispLayout .selectWrapSex{
	  width: 40%;
	  position: relative;
	  display: inline-block;
	}

	#LP #customerInfoDispLayout .selectWrapArea{
	  width: 100%;
	  position: relative;
	  display: inline-block;
	  float: left;
	}

	#LP #customerInfoDispLayout .selectWrapBirthday{
	   width: 19%;
	  position: relative;
	  display: inline-block;
	  float: left;
	}

	#LP #customerInfoDispLayout .selectWrapBirthdayYear{
	   width: 24%;
	  position: relative;
	  display: inline-block;
	  float: left;
	}

	#LP #customerInfoDispLayout .selectWrapBirthday::after {
	  content: '';
	  width: 6px;
	  height: 6px;
	  border: 0px;
	  border-bottom: solid 2px #b4b3b3;
	  border-right: solid 2px #b4b3b3;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  margin-top: -4px;
	}

	#LP #customerInfoDispLayout .select01 {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  width: 100%;
	  height: 35px;
	  background: transparent;
	  position: relative;
	  z-index: 1;
	  padding: 0 40px 0 10px;
	  border: 1px solid #c0c0c0;
	  border-radius: 0px;
	  font-size: 85%;
	  margin: 0;
	  color: #333;
	}

	#LP #customerInfoDispLayout .select01Birthday {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  width: 100%;
	  height: 35px;
	  background: transparent;
	  position: relative;
	  z-index: 1;
	  padding: 0 0 0 5px;
	  border: 1px solid #c0c0c0;
	  border-radius: 0px;
	  font-size: 90%;
	  margin: 0;
	  color: #333;
	}

	#LP #customerInfoDispLayout .birthdayYearSuffixLabel,
	#LP #customerInfoDispLayout .birthdayDaySuffixLabel,
	#LP #customerInfoDispLayout .birthdayMonthSuffixLabel { padding: 8px 5px 10px 5px; float: left;}

	#LP #customerInfoDispLayout select.birthdayMonth,
	#LP #customerInfoDispLayout select.birthdayDay {
	    margin-top: 0;
	    margin-left: 0;
	}

	#LP #customerInfoDispLayout input[type="button"]#postCodeSearchButton {
	    background: #fff;
	    color: #644c1f;
	    border-style: solid;
	    border-width: 1px;
	    border-color: #bbac8e;
	    padding: 3px 10px;
		margin: 8px 0 0 0;
		font-size: 90%;
	}

	#LP #customerInfoDispLayout .required:after {
	    content: "必須";
	    background: #fff;
	    color: #f03f75;
	    padding: 0 5px;
	    margin: 0 0 0 5px;
	    font-weight: normal;
	    font-size: 0.8em;
	    border-radius: 3px;
		border: 1px solid #f03f75;
	    float: right;
	    min-width: 2em;
	    text-align: center;
	}

	#LP #customerInfoDispLayout .passwordConfirmSP, #LP #customerInfoDispLayout .emailPc1ConfirmSP { display: block; text-align: left; line-height: 140%;}
	#LP #customerInfoDispLayout .emailPc1ConfirmSP { font-size: 90%;}
	#LP #customerInfoDispLayout .passwordConfirmPC, #LP #customerInfoDispLayout .emailPc1ConfirmPC { display: none; }

	/* 確認ボタン */
	#LP #customerInfoDispLayout #buttonGroup {
	    padding: 20px 0 0;
	}

	#LP #customerInfoDispLayout #saveButton {
	    width: 90%;
	    margin-bottom: 20px;}

	#LP #customerInfoDispLayout input.btn_1[type="submit"]{
	    background: #eadbc0;
	    color: #644c1f;
	    border-style: solid;
	    border-width: 1px;
	    border-color: #eadbc0;
		padding: 8px 0;
		width: 100%;
		margin:10px 5% 0;
		text-align: center;
	}

	#LP #customerInfoDispLayout .saveButtonWrap{
	  color: #644c1f;
	  position: relative;
	  line-height: 2.8em;
	  width: 100%;
	  transition: 0.5s;
	  margin:0 auto;
	}

	#LP #customerInfoDispLayout .saveButtonWrap::after{
	  transition: 0.3s;
	  content: "";
	  width: .5em;
	  height: .5em;
	  border-top: 2px solid #644c1f;
	  border-right: 2px solid #644c1f;
	  position: absolute;
	  top: -0.6em;
	  bottom: 0;
	  right: 50px;
	  margin: auto;
	  -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

}

@media screen and (min-width:642px) and ( max-width:768px) {

	#LP #customerInfoDispLayout #nameSeiThSurround { padding-top: 15px;}
	#LP #customerInfoDispLayout #nameSeiTdSurround { margin-top: 0px;}
	#LP #customerInfoDispLayout #nameSeiKanaThSurround { padding-top: 15px;}
	#LP #customerInfoDispLayout #nameSeiKanaTdSurround { margin-top: 10px;}
	#LP #customerInfoDispLayout input.nameSei,
	#LP #customerInfoDispLayout input.nameSeiKana {margin-bottom:10px;}
	#LP #customerInfoDispLayout input.nameMei,
	#LP #customerInfoDispLayout input.nameMeiKana {margin-bottom:15px;}

	#LP #customerInfoDispLayout input.btn_1[type="submit"]{
	    background: #eadbc0;
	    color: #644c1f;
	    border-style: solid;
	    border-width: 1px;
	    border-color: #eadbc0;
		padding: 10px 30px;
		width: 250px;
		text-align: center;
	}

	#LP #customerInfoDispLayout .saveButtonWrap{
	  color: #644c1f;
	  position: relative;
	  line-height: 2.8em;
	  width: 250px;
	  transition: 0.5s;
	  margin:0 auto;
	}

	#LP #customerInfoDispLayout .saveButtonWrap::after{
	  transition: 0.3s;
	  content: "";
	  width: .5em;
	  height: .5em;
	  border-top: 2px solid #644c1f;
	  border-right: 2px solid #644c1f;
	  position: absolute;
	  top: 0.4em;
	  bottom: 0;
	  right: 40px;
	  margin: auto;
	  -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

}


@media screen and (max-width:641px) {

  #LP #customerInfoDispLayout #emailPc1ConfirmThSurround .required::after {
      margin-top: -14px;
  }
  #LP #customerInfoDispLayout #passwordConfirmThSurround .required::after {
      margin-top: -14px;
  }

}



/****** アンケートエリア ******/
/*レイアウト*/
#LP #enqueteArea {
	margin-top: 60px;
}

/*タイトル*/
#LP #enqueteArea .enqueteTitle {
	display: block;
	border: none;
	font-size: 1.25rem;
	font-weight: 500;
	color: #644c1f;
	background-color: #f7f3e9;
	padding: 8px 26px 5px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 30px;
}

/*各質問*/
#LP #enqueteArea .enqueteQuestionList {
	margin-bottom: 40px;
}
#LP #enqueteArea .enqueteQuestionList dt {
	margin-bottom: 10px;
}
#LP #enqueteArea dd[id^=content_] {
	margin-bottom: 10px;
}
#LP #enqueteArea .radiobuttonLabel {
	margin-right: 20px;
}
#LP #enqueteArea .checkboxLabel {
	display: inline-block;
	margin: 0 20px 5px 0;
	padding: 15px 5px;
}
#LP #enqueteArea select,
#LP #enqueteArea input[type=text],
#LP #enqueteArea textarea {
	margin: 20px 0;
}
#LP #enqueteArea input[type=text] {
	width: 50%;
}
#LP #enqueteArea textarea {
	width: 50%;
	height: 8em;
}
@media only screen and (max-width: 641px) {
	#LP #enqueteArea input[type=text],
	#LP #enqueteArea textarea {
		width: 100%;
	}
}


////////////////////////
/*! jQuery UI - v1.12.0 - 2016-08-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* リストの枠の設定 */
.ui-widget-content {
	padding-left:8px;
}
/* リスト内のデータフォーカス時のカラー */
.ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
}
.ui-widget-content .ui-menu-item a,
.ui-widget-content .ui-menu-item a:hover {
 -webkit-transition: 0.1s!important;
 -moz-transition: 0.1s!important;
 -o-transition: 0.1s!important;
 transition: 0.1s!important;

}
