@charset "utf-8";

/************************************************
 import css
************************************************ */

/*　〇回目お届け非表示PC　*/
span.teiki_cycle_set{
 display: none;
}

/* PC注文備考非表示設定 */
.pay_area02.contact_area{
 display:none;
}

/* PW再発行のリンク文字色変更 */
.login_area a{
font-weight:bold;
color:#0000FF;
text-decoration:underline;
}

/*　ATODENE画像サイズ変更PC　*/
#payment_id_45 img{
 width: 60%;
}

/*　クレカ新規画像サイズ変更PC　*/
#payment_id_8 img{
 width: 60%;
}

/*　クレカ画像サイズ変更PC　*/
#payment_id_9 img{
 width: 60%;
}

/* カートSTEP1定期情報の背景色削除 */
div#undercolumn_shopping #periodArea{
 background-color: transparent;
}
#periodArea{
 background-color: transparent;
}

/*　購入完了後のクレカ承認番号非表示　*/
#complete_payinfo_area{
 display: none;
}

/*　カートフロー　STEP1の「お届けサイクル」テキスト置き換え */
.period h4{
	font-size:0;
}
.period h4:before {
	font-size: 16px;
	content: "お届けサイクル";
}

/*　カートフロー　STEP1二回目お届けのカレンダー非表示 */
.table01.payment_calendar{
 display: none;
}

/*　カートフロー　STEP2入力内容を修正を目立たせる */
.btn_change_payment{
 font-weight:bold;
}

/* 購入履歴の商品画像削除（PC） */
.item_image{
 display: none;
}

/* MYページのコンテンツを下げる */
#main_column.colnum1{
 margin-top: 70px;
}

/* ネコポスでのお届け重量上限非表示設定 */
.attention_ttl{
 display:none;
}
.attention_outer{
 display:none;
}

/* MYページ→マイページに変更 */
.title{
font-size:0 !important;
}
.title:before {
	font-size: 17px;
	content: "マイページ";
}


/* マイページ */
#main_column h2 {
	padding: 14px;
	margin-bottom: 50px;
	font-size: 130%;
	color: #333333;
	font-weight: bold;
	font-size: 2em;
}
#undercolumn_login .login_area h3 {
	color: #e67e00!important;
	font-size: 20px;
	padding: 10px 0 10px 0;
	font-weight: bold;
}
div#undercolumn_login .login_area .inputbox {
	margin: 20px auto;
	padding: 40px 0;
	background: #f0f0f0;
}
#container .login_area dl.formlist dt {
	color: #212020;
	width: 120px;
	float: left;
	font-size: 14px;
	padding-top: 4px;
}
#container .login_area dl.formlist {
	margin: 20px auto 6px;
	width: 522px;
}
input[type='text'],
input[type='password'] {
	border: solid 1px #ccc;
	padding: 6px 0;
	border-radius: 5px;
}
.login_memory {
	margin: 2em 0 0 3.9em;
}
.btn_area input {
	background: #333!important;
}
.login_area a {
	color: #c7222e!important;
}
.inputbox .btn_area .login_entry {
	color: #fff!important;
}
.login_area .login_memory #login_memory{
	display: none;
}
.login_area .login_memory label[for="login_memory"]:before {
	content: "✓";
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #fff;
	border: 1px solid #545454;
	border-radius: 2px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
	margin-right: .5em;
}
.login_area .login_memory #login_memory:checked + label[for="login_memory"]:before {
	content: "✓";
	color: #fff;
	background: #ff8c00;
	border: 1px solid #ff8c00;
	margin-right: .5em;
}

/* トライアルカート */
.listdetail strong,
.alignR .item_price_area,
.row_detail td:nth-of-type(4),
.payment_total td {
	font-size: 1.35em;
}
#undercolumn_shopping h3 {
	color: #e67e00;
	font-size: 20px;
	padding: 10px 0 10px 0;
	font-weight: bold;
}
.step li.is_current{
	background: #ff8c00;
}
.step li.is_current:after{
	border-color: transparent transparent transparent #ff8c00;
}
#form1 .confirm_from_lp {
	position: relative;
	margin-bottom: 5em;
}
#form1 .confirm_from_lp:after {
	content: "金額は税込(8%)表記です";
	position: absolute;
	right: 0;
	bottom: -2em;
}
/* nextボタン */
#no_login_conf .btn_cart_in {
	background: #459900!important;
  border: none!important;
  padding: 1em 0;
}
#no_login_conf .btn_cart_in:hover {
  color: #fff!important;
  opacity: .8;
}
#button_lower #next2 {
  background: #459900!important;
  border: none!important;
}
#logo_area_lp img {
    width: 300px;
}
.btn_area input {
	background: #459900!important;
}
#next {
	background: #459900!important;
}
.login_area {
	margin-top: 1.5em;
}
#login_mypage .login_area_unregistered .login_entry {
	background: #459900;
}
/* 確認画面用表示制御css */
.LC_Page_Shopping_Confirm .raku2_order_teiki_info_price {
display: none;
}
.LC_Page_Shopping_Confirm #total_teiki_all {
display: none;
}
