@charset "utf-8";
/* CSS Document */

/****************************************************************

Common style

****************************************************************/
/* clearfix
========================================================*/
.clearfix: after {
	content: "";
	display: block;
	clear: both;
}


/* hover image
========================================================*/
a:hover img {
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}

a:hover img.no_opacity {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.no_fade:hover img {
	text-decoration:inherit;
	opacity: inherit;
	filter: inherit;
	-ms-filter: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}


/* float & clear
========================================================*/
.f_l { float: left; }
.f_r { float: right; }
.clr { clear: both; }


/* margin
========================================================*/
.mt0 {  margin-top: 0px  !important; }
.mt5 {  margin-top: 5px  !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }

.ml0 {  margin-left: 0px  !important; }
.ml5 {  margin-left: 5px  !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }

.mr0 {  margin-right: 0px  !important; }
.mr5 {  margin-right: 5px  !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }

.mb0 {  margin-bottom: 0px  !important; }
.mb5 {  margin-bottom: 5px  !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }


/* padding
========================================================*/
.pt0 {  padding-top: 0px  !important; }
.pt5 {  padding-top: 5px  !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }

.pl0 {  padding-left: 0px  !important; }
.pl5 {  padding-left: 5px  !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }

.pr0 {  padding-right: 0px  !important; }
.pr5 {  padding-right: 5px  !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }

.pb0 {  padding-bottom: 0px  !important; }
.pb5 {  padding-bottom: 5px  !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }


/* font
========================================================*/
.bold { font-weight: bold; }
.red {  color: #af0000; }


/* HTML
========================================================*/
body {
/*	font-family: Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: Roboto, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #222222;
	line-height: 1;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

img {
	font-size: 0;
	line-height: 0;
	border: none;
	vertical-align: top;
}

.none { display: none; }

a { -webkit-tap-highlight-color: rgba(0,0,0,0); }

a:link {    color: #222222; text-decoration: none; }
a:visited { color: #222222; text-decoration: none; }
a:hover {   color: #222222; text-decoration: underline; }
a:active {  color: #222222; text-decoration: underline; }

/* iPhone対応 submit＆textboxデフォルト装飾解除 */
input[type="submit"],
input[type="text"] {
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border: none;
	border-radius: 0;
	outline: none;
}

.sp_cont {
	display: none;
}

input[type="text"] {
	font-size: 16px;
	transform: scale(0.9);
}

input[type="number"] {
	font-size: 16px;
	transform: scale(0.9);
}



/****************************************************************

Base Style

****************************************************************/
#wrapper {
	/*padding-top: 158px;*/
}

.row {
	margin: 0;
	padding: 0;
}

/* Pagetop
========================================================*/
#pagetop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 5px;
	z-index: 100;
}

#pagetop a {
	display: block;
	width: 60px;
	height: 60px;
}

/* メインコンテンツ 
========================================================*/
#maincont .maincont_ttl {
	margin: 0 0 30px 0;
	font-size: 28px;
	font-weight: bold;
}

/* 高さ46pxボタン
========================================================*/
.btn_h46 a {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
	height: 46px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
}

.btn_h46 a:hover {
	text-decoration: none;
	border: 1px solid rgba(34,34,34,0.1);
}

.btn_h46 a  span {


	padding-left: 10px;
}

/* 最上部告知バナー
========================================================*/
#topBar {
	width: 100%;
	height: 40px;
/*	background: url("../images/common/top_campaign_10th.jpg") left top repeat-x;*/
}

#topBar a {
	display: block;
	width: 100%;
	height: 100%;
	background: #ddd;
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

@media screen and (max-width: 768px){

	#topBar {
		height: 30px;
	}

	#topBar a {
		font-size: 13px;
		padding: 8px 0;
		margin-bottom: 5px;
	}
}




/* ボタン
========================================================*/
.btn-primary {
	/*width: 279px;*/
	/*height: 52px;*/
	margin: 0 12px 0 0;
	font-size: 14px;
	color: #ffffff;
	background-color: #e22648;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.btn-primary:hover {
	background-color: #e22648;
	opacity: 0.75;
}

.btn-primary:link { color: #ffffff; }
.btn-primary:visited { color: #ffffff; }
.btn-primary:hover { color: #ffffff; }
.btn-primary:active { color: #ffffff; }


.btn-info {
	/*width: 279px;*/
	/*height: 52px;*/
	margin: 0 12px 0 0;
	font-size: 14px;
	color: #ffffff;
	background-color: #666666;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.btn-info:hover {
	background-color: #666666;
	opacity: 0.75;
}

.btn-info:link { color: #ffffff; }
.btn-info:visited { color: #ffffff; }
.btn-info:hover { color: #ffffff; }
.btn-info:active { color: #ffffff; }





/****************************************************************

Header style

****************************************************************/
#header_area {
	width: 100%;
	min-width: 980px;
	background-color: #ffffff;
	z-index: 999;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition: .5s;
	box-shadow:0px 2px 2px 0px rgba(0,0,0,0.14);
	-moz-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.14);
	-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.14);
}

#header_area .h_inner,
#header_area2 .h_inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}


/* h_top（キャッチ、ナビメニュー、ログインボタン）
========================================================*/
#header_area .h_top .h_inner,
#header_area2 .h_top .h_inner {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
	padding: 8px 0;
}

#header_area .h_top .h_top_left .h_catch,
#header_area2 .h_top .h_top_left .h_catch {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	font-size: 11px;
	color: #666666;
	line-height: 1.6;
}

#header_area .h_top .h_top_right,
#header_area2 .h_top .h_top_right {
	display: flex;
	display: -ms-flexbox;
}

#header_area .h_top .h_top_right .top_navi,
#header_area2 .h_top .h_top_right .top_navi {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin-right: 25px;
}

#header_area .h_top .h_top_right .top_navi li a,
#header_area2 .h_top .h_top_right .top_navi li a {
	display: block;
	padding: 0 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border-right: 1px solid #222222;
}

#header_area .h_top .h_top_right .top_navi li:last-of-type a,
#header_area2 .h_top .h_top_right .top_navi li:last-of-type a {
	border-right: none;
}

#header_area .h_top .h_top_right .login_btn input,
#header_area2 .h_top .h_top_right .login_btn input {
	box-sizing: border-box;
	width: 163px;
	padding: 7px 12px 7px 34px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	background: url(../images/common/h_login_icon.png) 11px 45% no-repeat #443122;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}

#header_area .h_top .h_top_right .login_btn input:hover,
#header_area2 .h_top .h_top_right .login_btn input:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}


/* h_logo_area（ロゴ、マイページ、お気に入り、カート）
========================================================*/
#header_area .h_logo_area,
#header_area2 .h_logo_area {
	padding: 12px 0;
	background-color: #f2f2f1;
}

#header_area .h_logo_area .h_inner,
#header_area2 .h_logo_area .h_inner {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;

	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
}

#header_area .h_logo_area .h_logo_right,
#header_area2 .h_logo_area .h_logo_right {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
}

#header_area .h_logo_area .h_logo_right .help_guide {
    margin: 0;
    font-size: 13px;
    color: #222222;
    line-height: 21px;
}
	/* 代引き手数料・送料バナー(sp)*/
#main #main_top .help_guide_sp {
	display: none;
}

#header_area .h_logo_area .h_logo_right .login_user {
	margin: 0 35px 0 0;
	font-size: 13px;
	color: #222222;
	line-height: 21px;
}

#header_area2 .h_logo_area .h_logo_right .login_user {
	margin: 0 35px 0 0;
	font-size: 13px;
	color: #ffffff;
	line-height: 21px;
}

#header_area .h_logo_area .h_logo_right .login_menu,
#header_area2 .h_logo_area .h_logo_right .login_menu {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

#header_area .h_logo_area .h_logo_right .login_menu li.login_menu_search,
#header_area2 .h_logo_area .h_logo_right .login_menu li.login_menu_search {
	display: none;
}

#header_area .h_logo_area .h_logo_right .login_menu li a,
#header_area2 .h_logo_area .h_logo_right .login_menu li a {
	display: block;
	position: relative;
	padding: 0 10px;
	text-align: center;
}

#header_area .h_logo_area .h_logo_right .login_menu li a .notification,
#header_area2 .h_logo_area .h_logo_right .login_menu li a .notification {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
	position: absolute;
	top: -7px;
	right: 4px;
	/*width: 20px;
	height: 20px;
	background-color: #e22648;*/
	border-radius: 50%;
	z-index: 999;
}

#header_area .h_logo_area .h_logo_right .login_menu li a .notification .badge,
#header_area2 .h_logo_area .h_logo_right .login_menu li a .notification .badge {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
	width: 17px;
	height: 17px;
	font-size: 1rem;
}

#header_area .h_logo_area .h_logo_right .login_menu li a .notification .num,
#header_area2 .h_logo_area .h_logo_right .login_menu li a .notification .num {
	font-size: 9px;
	color: #ffffff;
}

#header_area .h_logo_area .h_logo_right .login_menu li a p {
	padding: 2px 0;
	font-size: 10px;
	font-weight: bold;
}

#header_area2 .h_logo_area .h_logo_right .login_menu li a p {
	display: none;
}


/* h_search_area（商品カテゴリー、検索）
========================================================*/
#header_area .h_search_area .h_inner,
#header_area2 .h_search_area .h_inner {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
	position: relative;
	height: 54px;
}

/**** 商品カテゴリー メガメニュー ***/
#header_area .h_search_area .menu,
#header_area2 .h_search_area .menu {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
}

#header_area .h_search_area .menu > li,
#header_area2 .h_search_area .menu > li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
}

#header_area .h_search_area .menu > li > a.init-bottom,
#header_area2 .h_search_area .menu > li > a.init-bottom {
	display: block;
	padding: 0 0 0 40px;
	color: #3e2817;
	background: url(../images/common/h_menu_open.png) left 70% no-repeat;
}

#header_area .h_search_area .h_category.open .menu > li > a.init-bottom,
#header_area2 .h_search_area .h_category.open .menu > li > a.init-bottom {
	background: url(../images/common/h_menu_close.png) left 70% no-repeat;
}

#header_area .h_search_area .menu > li > a.init-bottom span,
#header_area2 .h_search_area .menu > li > a.init-bottom span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #3e2817;
	line-height: 1.6;
}

#header_area .h_search_area ul.menu__second-level,
#header_area2 .h_search_area ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 2000;
}

#header_area .h_search_area ul.menu__third-level,
#header_area2 .h_search_area ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

#header_area .h_search_area ul.menu__fourth-level,
#header_area2 .h_search_area ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

#header_area .h_search_area .menu > li:hover,
#header_area2 .h_search_area .menu > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* floatクリア */
#header_area .h_search_area .menu:before,
#header_area .h_search_area .menu:after,
#header_area2 .h_search_area .menu:before,
#header_area2 .h_search_area .menu:after {
	content: " ";
	display: table;
}

#header_area .h_search_area .menu:after,
#header_area2 .h_search_area .menu:after {
	clear: both;
}

#header_area .h_search_area .menu,
#header_area2 .h_search_area .menu {
	*zoom: 1;
}

#header_area .h_search_area .h_category + ul.menu__second-level,
#header_area2 .h_search_area .h_category + ul.menu__second-level {
	box-sizing: border-box;
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	padding: 30px 0 0;
	background: #ffffff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#header_area .h_search_area .h_category.open + ul.menu__second-level,
#header_area2 .h_search_area .h_category.open + ul.menu__second-level {
	top: 53px;
	visibility: visible;
	opacity: 1;
}

#header_area .h_search_area .h_category + ul.menu__second-level > li,
#header_area2 .h_search_area .h_category + ul.menu__second-level > li {
	width: 16%;
	border: none;
	float: left;
}

#header_area .h_search_area .h_category + ul.menu__second-level > li a,
#header_area2 .h_search_area .h_category + ul.menu__second-level > li a {
	color: #ffffff;
}

#header_area .h_search_area .h_category + ul.menu__second-level > li:nth-child(3n+2),
#header_area2 .h_search_area .h_category + ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}

/*** 検索 ***/
#header_area .h_search_area .h_search .input_area,
#header_area2 .h_search_area .h_search .input_area {
	display: inline-flex;
	display: -ms-inline-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	width: 300px;
	height: 32px;
	border: 1px solid #cecece;
	border-radius: 3px;
}

#header_area .h_search_area .h_search .input_area .search_txt,
#header_area2 .h_search_area .h_search .input_area .search_txt {
	box-sizing: border-box;
	width: 100%;
	padding: 0 11px;
	font-size: 14px;
	transform: none;
	background-color: transparent;
}

#header_area .h_search_area .h_search .input_area .search_btn,
#header_area2 .h_search_area .h_search .input_area .search_btn {
	width: 75px;
	padding: 0 9px 0 0;
	font-size: 11px;
	color: #3e2817;
	text-align: right;
	background: url(../images/common/h_search_icon.png) 8px 50% no-repeat;
	background-color: transparent;
	border: 0;
	border-left: 1px solid #cecece;
	cursor: pointer;
}

#header_area .h_deliverycost,
.h_inner .h_deliverycost{
    display: block;
    font-weight: 900;
    color: #3e2817;
    margin: 0px 0 0 260px;
    font-size: 1.2em;
}
#header_area .h_deliverycost span.point,
.h_inner .h_deliverycost span.point{
    color: #de5d50;
}
#header_area .h_deliverycost span.li_text,
.h_inner .h_deliverycost span.li_text{
    font-size:0.5em;
}
#header_area .h_deliverycost_sp{
    display:inline-block;
    text-align:center;
    margin: 0;
    padding: 21px 0 5px;
    width:100%;
    font-size: 2.8vw;
}

@media screen and (max-width: 1186px){
    #header_area .h_deliverycost,
    .h_inner .h_deliverycost{
        margin: 0px;
    }
}

/* hsp_search_menu（スマホ用）
========================================================*/
.hsp_search_menu {
	display: none;
}


/* hsp_mypage_menu（スマホ用）
========================================================*/
.hsp_mypage_menu {
	display: none;
}


/* hsp_ctg_menu（スマホ用）
========================================================*/
.hsp_ctg_menu {
	display: none;
}


/* overlay（PC用）
========================================================*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	visibility: visible;
	cursor: default;
	z-index: 1000;
}


/* overlay（スマホ用）
========================================================*/
.overlay_sp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 990;
}


/* カテゴリーから探す（ヘッダーメニュー、トップページ共通）
========================================================*/
.category_search h2 {
	margin: 0 0 52px 0;
	text-align: center;
	background: url("../images/index/index_category_h2.png") left 50% repeat-x;
}

.category_search h2 span {
	display: inline-block;
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	background-color: #ffffff;
}

.category_search .category_list {
	padding: 0 1.1%;
}

.category_search .category_list > ul,
.hsp_ctg_inner .category_list > ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	/*-ms-flex-pack: justify;*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: 100%;
}

.category_search .category_list > ul li,
.hsp_ctg_inner .category_list > ul li {
	width: 14.2%;
	margin: 0 0 20px 0;
}

.category_search .category_list > ul li a,
.hsp_ctg_inner .category_list > ul li a {
	display: block;
	margin: 0 7px;
	text-align: center;
}

.category_search .category_list > ul li a p,
.hsp_ctg_inner .category_list > ul li a p {
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}



#index_category .index_category_more {
	width: 280px;
	height: 56px;
	margin: 0 auto 40px;
}

#index_category .index_category_more a {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
	width: 280px;
	height: 56px;
	background-color: #fff;
	border: 1px solid #443122;
	border-radius: 3px;
	color: #443122;
	font-size: 16px;
}

#index_category .index_category_more a:hover {
	text-decoration: none;
	background-color: #443122;
	color: #fff;
}

#index_category .index_category_more a span {
	font-size: 16px;
	padding-left: 10px;
}


/*** Header用 ***/
#header_area .category_search h2,
#header_area2 .category_search h2 {
	margin: 0 0 31px 0;
}

#header_area .category_search .category_list > ul,
#header_area2 .category_search .category_list > ul {
	width: 88%;
	margin: auto;
}

#header_area .category_search .category_list > ul li,
#header_area2 .category_search .category_list > ul li {
	margin: 0 0 15px 0;
}




/* シリーズから探す（ヘッダーメニュー、トップページ共通）
========================================================*/
.series_search {
	background-color: #f2f2f1;
}

.series_search h2 {
	margin: 0 0 52px 0;
	text-align: center;
	background: url("../images/index/index_category_h2.png") left 50% repeat-x;
}

.series_search h2 span {
	display: inline-block;
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	background-color: #f2f2f1;
}

.series_search .series_list ul {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: 100%;
}

.series_search .series_list ul li {
	width: 19%;
	max-width: 208px;
	margin: 0 0 20px 0;
}

.series_search .series_list ul li a {
	display: block;
	text-align: center;
}

.series_search .series_list ul li a img {
	width: 100%;
	max-width: 208px;
}

.series_search .series_list ul li a .series_name {
	padding: 15px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}

.series_search .series_list ul li a .series_txt {
	font-size: 13px;
	line-height: 21px;
	text-align: left;
}

/*** Header用 ***/
#header_area .series_search,
#header_area2 .series_search {
	padding-top: 40px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}

#header_area .series_search h2,
#header_area2 .series_search h2 {
	margin: 0 0 31px 0;
}

#header_area .series_search .series_list > ul,
#header_area2 .series_search .series_list > ul {
	width: 90%;
	margin: auto;
}



/* 収納タイプから探す（ヘッダーメニュー、トップページ共通）
========================================================*/
.storage_search h2 {
	margin: 0 0 52px 0;
	text-align: center;
	background: url("../images/index/index_category_h2.png") left 50% repeat-x;
}

.storage_search h2 span {
	display: inline-block;
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.storage_search .storage_list ul {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: 100%;
}

.storage_search .storage_list ul li {
	width: 24%;
	max-width: 280px;
	margin: 0 0 20px 0;
}

.storage_search .storage_list ul li a {
	display: block;
	text-align: center;
}

.storage_search .storage_list ul li a img {
	width: 100%;
	max-width: 280px;
}

.storage_search .storage_list ul li a .storage_txt {
	font-weight: bold;
    line-height: 2.5;
	text-align: center;
}



/*** Header用 ***/
#header_area .series_search,
#header_area2 .series_search {
	padding-top: 40px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}

#header_area .series_search h2,
#header_area2 .series_search h2 {
	margin: 0 0 31px 0;
}

#header_area .series_search .series_list > ul,
#header_area2 .series_search .series_list > ul {
	width: 90%;
	margin: auto;
}

/****************************************************************

Header Area2（固定ヘッダー） style

****************************************************************/
#header_area2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	background-color: #ffffff;
	z-index: 999;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition: .5s;
	box-shadow:0px 2px 2px 0px rgba(0,0,0,0.14);
	-moz-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.14);
	-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.14);
}

/* h_logo_area（ロゴ、マイページ、お気に入り、カート）
========================================================*/
#header_area2 .h_logo_area {
	background-color: #443122;
}








/****************************************************************

Pankuzu style

****************************************************************/
#pan {
	width: 100%;
	max-width: 1200px;
	min-width: 980px;
	margin: 0 auto 40px;
	padding: 15px 0 0 0;
	box-sizing: border-box;
}

#pan p {
	font-size: 12px;
}

#pan p span {
	display: inline-block;
	padding: 0 8px;
}

#pan p span:first-of-type {
	padding: 0 8px 0 0;
}


/****************************************************************

Container style

****************************************************************/
#container {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	width: 100%;
	max-width: 1200px;
	min-width: 980px;
	margin: auto;
}

#index #container {
	display: block;
	max-width: inherit;
}




/****************************************************************

Left Navigation style

****************************************************************/
#leftnavi {
	width: 250px;
	margin-right: 50px;
}

/* レフトナビ Informationバナー
========================================================*/
#leftnavi .left_bnr_info {
	margin: 0 0 20px 0;
}

#leftnavi .left_bnr_info li {
	margin: 0 0 10px 0;
}

#leftnavi .left_bnr_info li:last-of-type {
	margin: 0;
}

#leftnavi .left_bnr_info li img {
	width: 100%;
}

/* レフトナビ ナビリンク
========================================================*/
#leftnavi .navilink_area {
	margin: 0 0 20px 0;
}

#leftnavi .navilink_area .navi_cont {
	margin: 0 0 5px 0;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

#leftnavi .navilink_area .navi_cont .navi_ttl2 {
	box-sizing: border-box;
	padding: 13px 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #f2f2f1;
	/*background: url(../images/common/hsp_ctg_menu_off.png) 95% 50%/12px no-repeat #f2f2f1;*/
	/*cursor: pointer;*/
}

/*#leftnavi .navilink_area .navi_cont .navi_ttl.open {
	background-color: #f2f2f1;
	background: url(../images/common/hsp_ctg_menu_on.png) 95% 50%/12px no-repeat #f2f2f1;
}*/

#leftnavi .navilink_area .navi_cont .navi_link {
	/*display: none;*/
	background-color: #ffffff;
} 

#leftnavi .navilink_area .navi_cont .navi_link li {
	border-bottom: 1px dotted #b2b2b2;
}

#leftnavi .navilink_area .navi_cont .navi_link li:last-of-type {
	border-bottom: none;
}

#leftnavi .navilink_area .navi_cont .navi_link .lv1 a {
	display: block;
	padding: 11px 15px 11px 18px;
	font-size: 13px;
	line-height: 1.4;
} 

#leftnavi .navilink_area .navi_cont .navi_link .lv2 a {
	display: block;
	padding: 9px 15px 9px 32px;
	font-size: 12px;
	line-height: 1.4;
} 


/* レフトナビ ブランドバナー
========================================================*/
#leftnavi .left_bnr_brand {
	margin: 0 0 20px 0;
}

#leftnavi .left_bnr_brand li {
	margin: 0 0 10px 0;
}

#leftnavi .left_bnr_brand li:last-of-type {
	margin: 0;
}

#leftnavi .left_bnr_brand li img {
	width: 100%;
}



/****************************************************************

Main Contents style

****************************************************************/
#maincont {
	width: 900px;
}




/****************************************************************

footer Style

****************************************************************/
#footer_area {
	min-width: 980px;
}

#footer_area .footer_inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}


/* フッターガイド
========================================================*/
#footer_guide {
	padding: 70px 0 60px 0;
}

#footer_guide h2 {
	margin: 0 0 25px 0;
	text-align: center;
}

#footer_guide h2 span {
	display: inline-block;
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}

#footer_guide .guide_list {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

#footer_guide .guide_list.sp_cont {
	display: none;
}

#footer_guide .guide_list li {
	border: 1px solid #74cce2;
}

#footer_guide .guide_list li {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-sizing: border-box;
	width: 32.7%;
	max-width: 392px;
	margin: 0 0 12px 0;
	padding: 26px 20px 20px 30px;
}

#footer_guide .guide_list li .guide_left {
	width: 64px;
	margin: 0 26px 0 0;
}

#footer_guide .guide_list li .guide_right {
	flex: 1;
}

#footer_guide .guide_list li .guide_right .guide_ttl {
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

#footer_guide .guide_list li .guide_right .guide_txt {
	margin: 0 0 14px 0;
	font-size: 13px;
	line-height: 21px;
}

#footer_guide .guide_list li .guide_right .guide_btn {
	width: 130px;
	height: 34px;
	margin: 0 0 0 auto;
}

#footer_guide .guide_list li .guide_right .guide_btn a {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
	width: 130px;
	height: 34px;
	color: #ffffff;
	background-color: #2cb2d3;
	border-radius: 3px;
}

#footer_guide .guide_list li .guide_right .guide_btn a:hover {
	text-decoration: none;
	background-color: rgba(44,178,211,0.75);
}


/* フッターコンテンツ
========================================================*/
#f_contents {
	min-width: 980px;
	padding: 35px 0 0 0;
	background-color: #f2f2f1;
}

#f_contents .f_navi {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#f_contents .f_navi > li:nth-of-type(1) {
	width: 16%;
}

#f_contents .f_navi > li:nth-of-type(2) {
	width: 16%;
}

#f_contents .f_navi > li:nth-of-type(3) {
	width: 18%;
}

#f_contents .f_navi > li.f_navi_calendar {
	width: 19%;
}

#f_contents .f_navi > li.f_navi_postage {
	width: 29%;
}

#f_contents .f_navi > li .f_navi_box {
	margin: 0 0 36px 0;
}

#f_contents .f_navi > li .f_navi_box h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#f_contents .f_navi > li .f_navi_box .f_navi_list li a {
	font-size: 12px;
	color: #666666;
	line-height: 26px;
}

#f_contents .f_navi > li .f_navi_box .f_postage_cont {
	margin: 0 0 20px 0;
	padding: 27px;
	background-color: #fbfbfb;
}

#f_contents .f_navi > li .f_navi_box .f_postage_cont p {
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 21px;
}

#f_contents .f_navi > li .f_navi_box .f_postage_cont p:last-child {
	margin-bottom: 0;
}

#f_contents .f_navi > li .f_navi_box .f_postage_cont p .red {
	color: #ee7b78;
}

#f_contents .f_navi > li .f_navi_box .f_postage_cont p .f_postage_link {
	text-decoration: underline;
}

#f_contents .f_navi > li .f_navi_box .f_postage_cont p .f_postage_link:hover {
	text-decoration: none;
}


/* フッター営業日のご案内
========================================================*/
#f_contents .f_navi_calendar .f_calendar_box {
	width: 160px;
	margin: 0 0 30px 0;
}

#f_contents .f_navi_calendar .f_calendar_box h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
}

#f_contents .f_navi_calendar .f_calendar_box table {
	width: 100%;
	font-size: 13px;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

#f_contents .f_navi_calendar .f_calendar_box table tr {
	display: flex;
	display: -ms-flexbox;
	width: 100%;
}

#f_contents .f_navi_calendar .f_calendar_box table td {
	display: inline-block;
	flex: 1;
	padding: 6px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#f_contents .f_navi_calendar .f_calendar_box table td.week {
	color: #ffffff;
	background-color: #222222;
}

#f_contents .f_navi_calendar .f_calendar_box table td.sunday,
#f_contents .f_navi_calendar .f_calendar_box table td.saturday,
#f_contents .f_navi_calendar .f_calendar_box table td.holiday {
	background-color: #f0a4a2;
}

#f_contents .f_navi_calendar .f_calendar_txt {
	width: 160px;
}

#f_contents .f_navi_calendar .f_calendar_txt p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#f_contents .f_navi_calendar .f_calendar_txt p span {
	font-size: 25px;
	color: #f0a4a2;
	vertical-align: sub;
}


/* フッターコピーライト
========================================================*/
#f_copyright {
	background-color: #ffffff;
}

#f_copyright .footer_inner {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
	height: 50px;
}

#f_copyright .footer_inner .f_gnavi {
	display: flex;
	display: -ms-flexbox;
}

#f_copyright .footer_inner .f_gnavi li a {
	display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #222222;
}

#f_copyright .footer_inner .f_gnavi li:last-of-type a {
	border-right: none;
}

#f_copyright .footer_inner .f_copy_txt {
	font-size: 12px;
	line-height: 20px;
}



/****************************************************************

EC-CUBEデフォルトCSSの解除等上書き Style

****************************************************************/
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#index .inner {
	max-width: inherit;
}

#index #contents {
	padding-top: 0;
}

#pagetop a {
	background-color: inherit;
	border-radius: 0;
}

#side_left {
	width: 253px;
	margin-right: 50px;
	padding-right: 0;
	float: none;
}

#main {
	width: auto;
	float: none;
}

#topicpath {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
    padding-bottom: 60px;
	border: none;
}

#topicpath ol {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -10px;
}

#topicpath ol li span {
	font-size: 11px;
}



/****************************************************************

Mypage style

****************************************************************/
#page_mypage_login #main #login_box {
	margin-bottom: 80px;
	padding-bottom: 0;
}

#page_mypage_login #main .page-heading {
	font-size: 28px;
	margin: 0 0 25px 0;
	padding: 0;
}

#page_mypage_login #main .page-subheading {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0 0 16px 0;
	border-bottom: 2px solid #2cb2d3;
}

#page_mypage_login #main .page-subtxt {
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 21px;
}

#page_mypage_login #main .container-fluid {
	padding: 0;
}

#page_mypage_login #main #mypage_login_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login_box {
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 45px;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_email {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	width: 70%;
	margin: auto;
	padding-right: 0;
	padding-left: 0;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_email .login_form_name {
	width: 130px;
	font-weight: bold;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_pass {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	width: 70%;
	margin: auto;
	padding-right: 0;
	padding-left: 0;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_pass .login_form_name {
	width: 130px;
	font-weight: bold;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_pass #login_pass {
	border: 1px solid #C4CCCE;
}

#page_mypage_login #main #mypage_login_wrap #mypage_login__login_button {
	padding-right: 0;
	padding-left: 0;
}

#login_box .column .btn_area > p {
	width: 62%;
	margin-right: 0;
	text-align: right;
}

#login_box .column .btn_area > p .btn {
	display: inline;
	width: 230px;
	background-color: #e22648;
}

#login_box .column .btn_area > p .btn::before {
	display: inline-block;
	content: url(../images/common/mypage_btn_icon01.png);
	padding-right: 3px;
	vertical-align: sub;
}

#login_box .column .btn_area #mypage_login__login_menu {
	width: 38%;
}

#login_box .column .btn_area #mypage_login__login_menu > li {
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

#login_box .column .btn_area #mypage_login__login_menu > li a:link { text-decoration: underline; }
#login_box .column .btn_area #mypage_login__login_menu > li a:visited { text-decoration: underline; }

#login_box .column .btn_area #mypage_login__login_menu > li a:hover { text-decoration: none; }
#login_box .column .btn_area #mypage_login__login_menu > li a:active { text-decoration: none; }

#page_mypage_login #main .entry_contents {
	margin-bottom: 100px;
	padding-top: 20px;
}

#page_mypage_login #main .entry_contents ul {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}

#page_mypage_login #main .entry_contents ul li {
	width: 31%;
	text-align: center;
}

#page_mypage_login #main .entry_contents ul li > img {
	margin-bottom: 30px;
}

#page_mypage_login #main .entry_contents ul li .mypage_entry_txt01 {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #00a5ce;
}

#page_mypage_login #main .entry_contents ul li .mypage_entry_txt02 {
	font-size: 13px;
	line-height: 21px;
	text-align: left;
}

#page_mypage_login #main .entry_contents .newentry_btn {
	text-align: center;
}

#page_mypage_login #main .entry_contents .newentry_btn a {
	display: inline-block;
	box-sizing: border-box;
	width: 230px;
	height: 56px;
	margin: 0;
	padding: 0;
	line-height: 56px;
	background-color: #e22648;
	vertical-align: middle;
}


.mypage .message {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
	padding-top: 40px;
}

.mypage .message .message_logout a:link { text-decoration: underline; }
.mypage .message .message_logout a:visited { text-decoration: underline; }
.mypage .message .message_logout a:hover { text-decoration: none; }
.mypage .message .message_logout a:active { text-decoration: none; }

.mypage .message .message_name span {
	font-weight: bold;
}

.local_nav ul {
	border-radius: 3px;
}

.local_nav li.active a {
	color: #ffffff;
	background-color: #ababab;
}

.page-heading {
	border-top: none;
	border-bottom: none;
}

.container-fluid {
	padding-right: 8px;
	padding-left: 8px;
}

.form-group.input_name input {
	border: 1px solid #c4c4c4;
}

.form-group.input_zip input {
	border: 1px solid #c4c4c4;
}

.form-group .form-control {
	border: 1px solid #c4c4c4;
}

/* Mypage ご注文履歴
******************************************/
#history_list .historylist_column .order_date {
	margin-bottom: 15px;
}

#history_list .historylist_column .order_detail {
	margin-bottom: 20px;
}

#history_list .historylist_column .order_detail dt,
#history_list .historylist_column .order_detail dd {
	margin-bottom: 5px;
}

/* Mypage 退会手続き
******************************************/
#withdraw_box__body_inner .icon {
	margin-bottom: 20px;
}

#withdraw_box__body_inner .unsubscribe_box h3 {
	margin-bottom: 30px;
}

#withdraw_box__body_inner > p {
	line-height: 21px;
	margin-bottom: 30px;
}

#confirm_box__message .icon {
	margin-bottom: 20px;
}

#confirm_box__footer .btn_group p {
	margin-bottom: 15px;
}

.unsubscribe_box h3 {
	margin-bottom: 20px;
	line-height: 1.3;
}

.unsubscribe_box h3 + p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 21px;
}

/* パスワードの再発行
******************************************/
#page_forgot,
#page_forgot_complete {
	background-color: #f7f7f7;
}

#page_forgot .page-heading,
#page_forgot_complete .page-heading {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 28px;
	text-align: center;
}

#page_forgot #container,
#page_forgot_complete #container {
	max-width: inherit;
	min-width: inherit;
	padding: 0;
}

#page_forgot #contents,
#page_forgot_complete #contents {
	height: auto;
	padding: 50px 80px 0;
}

#page_forgot #contents #top_box__body,
#page_forgot_complete #contents #complete_box__body {
	padding: 0;
	float: none;
}

#page_forgot #contents #top_box__body > p,
#page_forgot_complete #contents #complete_box__body .complete_message p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

#page_forgot #contents #top_box__body .dl_table {
	border-top: none;
	border-bottom: 1px solid #ccc;
}

#page_forgot #contents #top_box__body .dl_table dl {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	padding: 20px 0;
}

#page_forgot #contents #top_box__body .dl_table dt {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none
}

#page_forgot #contents #top_box__body .dl_table dd {
	flex: 1;
	-ms-flex: 1;
	padding: 0 0 0 40px;
	border-bottom: none;
}

#page_forgot #contents #top_box__body .dl_table dt label {
	display: inline-block;
	width: 110px;
	font-weight: bold;
}

#page_forgot #contents #top_box__body .dl_table dt span {
	width: 44px;
	margin: 0;
	padding: 0 8px;
	color: #ffffff;
	background-color: #e22648;
	border-radius: 11px;
}

#page_forgot #contents #top_box__body .dl_table .form-control {
	border: 1px solid #c8c8c8;
}

#page_forgot #contents #top_box__body #top_box__footer {
	width: 230px;
	margin: 0 auto;
	padding: 0;
	float: none;
}

#page_forgot #contents #top_box__body #top_box__footer #top_box__next_button {
	width: 100%;
	margin: 0;
	padding: 0;
}

#page_forgot #contents #top_box__body #top_box__footer #top_box__next_button p .btn {
	height: 52px;
	margin-bottom: 30px;
}

#page_forgot #contents .forgot_contact_txt {
	text-align: center;
}

#page_forgot #contents .forgot_contact_txt a:link { text-decoration: underline; }
#page_forgot #contents .forgot_contact_txt a:visited { text-decoration: underline; }
#page_forgot #contents .forgot_contact_txt a:hover { text-decoration: none; }
#page_forgot #contents .forgot_contact_txt a:active { text-decoration: none; }

#page_forgot #header_area .h_logo_area .h_logo_right .login_menu li a .notification, #header_area2 .h_logo_area .h_logo_right .login_menu li a .notification {
	display: none;
}

#page_forgot_complete #complete_wrap {
	margin-bottom: 30px;
}

#page_forgot_complete .close_btn a {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-flex-align: center;
	width: 140px;
	height: 46px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
}

#page_forgot_complete .close_btn a:hover {
	text-decoration: none;
	border: 1px solid rgba(34,34,34,0.1);
}

#page_forgot #top_box .sp_cont {
	display: none;
}

#page_forgot_reset .page-heading {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#page_forgot_reset #reset_box {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}



/****************************************************************

カートページ style

****************************************************************/
#page_cart .page-heading {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#cart_box_list .item_detail {
	font-size: 14px;
	line-height: 21px;
}

#customer_detail_box {
	line-height: 20px;
}

#confirm_main > .column:nth-of-type(3) {
	padding-top: 30px;
}

#confirm_main > .column:nth-of-type(3) > h3 {
	padding-bottom: 10px;
	font-size: 14px;
}

#confirm_main .item_detail {
	line-height: 20px;
}

#confirm_main .address {
	line-height: 20px;
}

#payment_list {
	padding-top: 15px;
}

#contact_message {
	padding-top: 15px;
}

.heading02 + .column .btn_edit {
	top: 10px;
}

#complete_flow_box .flowline.step3 {
	margin-bottom: 50px;
}

#deliveradd_input_box {
	padding-bottom: 30px;
}

#detail_box__body #detail_box__next_button .btn {
	margin-bottom: 15px;
	padding: 16px;
}

#detail_box__body #detail_box__insert_button .btn {
	margin-bottom: 15px;
	padding: 16px;
}

#detail_box__body #detail_box__back_button .btn {
	margin-bottom: 15px;
	padding: 16px;
}

.customer-edit input {
	height: 35px;
	margin: 5px 3px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}



/****************************************************************

購入ページ style

****************************************************************/
#page_shopping_login .page-heading {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#page_shopping_nonmember .page-heading {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#page_shopping_complete .page-heading {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#page_shopping .page-heading {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#page_shopping_complete .complete_message .heading01 {
	padding-top: 30px;
}




/********************************************************************************************************

PCリキッド style

********************************************************************************************************/
@media screen and (min-width: 769px) and (max-width: 1220px){
	#container {
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	#header_area {
		top: 0;
	}
	
	#header_area .h_top .h_inner {
		box-sizing: border-box;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#header_area .h_logo_area {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#header_area .h_search_area {
		padding-right: 10px;
	}
	
	#pan {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#index_series {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#index_size {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#index_feature {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#index_recommend {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#index_helpful {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#footer_guide {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#f_contents {
		box-sizing: border-box;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#f_copyright {
		padding-right: 10px;
		padding-left: 10px;
	}
	
}










/********************************************************************************************************

Tablet style

********************************************************************************************************/
@media screen and (max-width: 768px){
	
	/****************************************************************

	Base Style

	****************************************************************/
	a:link {    color: #222222; text-decoration: none; }
	a:visited { color: #222222; text-decoration: none; }
	a:hover {   color: #222222; text-decoration: none; }
	a:active {  color: #222222; text-decoration: none; }
	
	a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		text-decoration: none;
	}
	
	#wrapper {
		padding-top: 101px;
	}
	
	/* Pagetop
	========================================================*/
	#pagetop {
		display: none;
		position: fixed;
		bottom: 5px;
		right: 0px;
	}
	
	#pagetop a {
		display: block;
		width: 50px;
		height: 50px;
	}
	
	#pagetop a img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	/* 高さ46pxボタン
	========================================================*/
	.btn_h46 a {
		height: auto;
		font-size: 13px;
		line-height: 1.6;
	}
	
	
	
	/****************************************************************

	Header Style

	****************************************************************/
	#header_area {
		display: block;
		min-width: inherit;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	#header_area .h_top {
		display: none;
	}
	
	#header_area .h_search_area {
		display: none;
	}
	
	#header_area .h_logo_area {
		padding: 8px 0;
		background-color: #f5f5f4;
	}
	
	#header_area .h_logo_area .h_inner {
		box-sizing: border-box;
		height: 39px;
		padding: 0 3%;
	}
	
	#header_area .h_logo_area .tenmalogo,
	#header_area2 .h_logo_area .tenmalogo {
		width: 43%;
	}
	
	#header_area .h_logo_area .tenmalogo img,
	#header_area2 .h_logo_area .tenmalogo img {
		width: 100%;
		max-width: 194px;
	}
	
	#header_area .h_logo_area .h_logo_right {
		width: 50%;
	}
	
	#header_area .h_logo_area .h_logo_right .login_user {
		display: none;
	}
	
	#header_area .h_logo_area .h_logo_right .help_guide {
		display: none;
	}
	
	/* 代引き手数料・送料バナー(sp)*/
	#main #main_top .help_guide_sp {
		width: 100%;
		display: block;
		margin: 10px auto 0;
	}

	#header_area .h_logo_area .h_logo_right .login_menu {
		margin: 0 0 0 auto;
		padding-top: 5px;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li a {
		padding: 0;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li a p {
		display: block;
		padding: 3px 0 0 0;
		color: #443122;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li a img {
		width: 70%;
		max-width: 56px;
		height: auto;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li a .notification {
		top: -4px;
		right: 5px;
		width: 17px;
		height: 17px;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li.login_menu_search {
		display: block;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li.login_menu_fav {
		display: none;
	}
	
	#header_area .h_logo_area .h_logo_right .login_menu li.login_menu_cart {
		margin-left: 5px;
	}
	
	
	/* hsp_search_menu（スマホ用）
	========================================================*/
	#header_area .hsp_search_menu {
		display: none;
		background-color: #f5f5f4;
	}
	
	#header_area .hsp_search_menu .input_area {
		display: flex;
		display: -ms-flexbox;
		box-sizing: content-box;
		width: 92%;
		height: 40px;
		margin: auto;
		padding: 15px 0 0;
	}
	
	.hsp_search_txt {
		flex: 1;
		padding: 0 10px;
		font-size: 16px;
		border-top: 1px solid #999999;
		border-right: none;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		border-radius: 5px 0 0 5px;
		transform: none !important;
	}
	
	.hsp_search_btn {
		width: 50px;
		background: url("../images/common/hsp_search_menu_icon.png") center center/26px no-repeat #443122;
		border-top: 1px solid #999999;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: none;
		border-radius: 0 5px 5px 0;
	}
	
	#header_area .hsp_search_menu .closebtn {
		padding: 20px 0;
	}
	
	#header_area .hsp_search_menu .closebtn div {
		width: 13%;
		margin: auto;
		text-align: center;
	}
	
	#header_area .hsp_search_menu .closebtn div img {
		width: 100%;
		max-width: 50px;
		height: auto;
	}
	
	#header_area .hsp_search_menu .closebtn div p {
		padding: 8px 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	
	
	/* hsp_mypage_menu（スマホ用）
	========================================================*/
	#header_area .hsp_mypage_menu {
		display: none;
		background-color: #f5f5f4;
	}
	
	#header_area .hsp_mypage_menu .mypage_menu_list {
		width: 92%;
		margin: auto;
		padding: 15px 0 0 0;
	}
	
	#header_area .hsp_mypage_menu .mypage_menu_list li {
		margin: 0 0 10px 0;
	}
	
	#header_area .hsp_mypage_menu .mypage_menu_list li a {
		display: block;
		padding: 17px 10px 17px 15px;
		font-size: 14px;
		font-weight: bold;
		background: url("../images/common/hsp_mypage_arrow.png") 96% center/10px no-repeat #e1e1e0;
		border-radius: 4px;
	}
	
	#header_area .hsp_mypage_menu .closebtn {
		padding: 20px 0;
	}
	
	#header_area .hsp_mypage_menu .closebtn div {
		width: 13%;
		margin: auto;
		text-align: center;
	}
	
	#header_area .hsp_mypage_menu .closebtn div img {
		width: 100%;
		max-width: 50px;
		height: auto;
	}
	
	#header_area .hsp_mypage_menu .closebtn div p {
		padding: 8px 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	
	
	/* hsp_ctg_menu（スマホ用）
	========================================================*/
	#header_area .hsp_ctg_menu {
		display: block;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_btn {
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-flex-pack: center;
		align-items: center;
		-ms-flex-align: center;
		box-sizing: border-box;
		height: 46px;
		color: #ffffff;
		text-align: center;
		background-color: #443122;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_btn i {
		margin-left: 4px;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_container {
		display: none;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background-color: #f5f5f4;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents {
		height: auto;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li {
		text-align: center;
		background-color: #f5f5f4;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li.closebtn {
		padding: 20px 0;
		border-top: 3px solid #ffffff;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li.closebtn div {
		width: 13%;
		margin: auto;
		text-align: center;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li.closebtn div img {
		width: 100%;
		max-width: 50px;
		height: auto;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li.closebtn div p {
		padding: 8px 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	
	#header_area .hsp_ctg_inner .category_list > ul {
		background-color: #ffffff;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents > li .category_list ul {
		padding: 20px 0 10px;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents > li .category_list ul li {
		margin-bottom: 10px;
		background-color: #ffffff;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li .hsp_ctg_ttl {
		padding: 20px 4%;
		font-size: 14px;
		font-weight: bold;
		background: url(../images/common/hsp_ctg_menu_off.png) 96% 50%/15px no-repeat #f5f5f4;
		border-top: 3px solid #ffffff;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li .hsp_ctg_ttl.open {
		background: url(../images/common/hsp_ctg_menu_on.png) 96% 50%/15px no-repeat #f5f5f4;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents li .hsp_ctg_inner {
		display: none;
	}
	
	
	/* カテゴリーから探す（ヘッダーメニュー、トップページ共通）
	========================================================*/
	.category_search .category_list,
	.hsp_ctg_inner .category_list {
		padding: 0 4% 10px;
	}
	
	.category_search .category_list > ul li,
	.hsp_ctg_inner .category_list > ul li {
		width: 32%;
	}
	
	.category_search .category_list > ul li a,
	.hsp_ctg_inner .category_list > ul li a {
		margin: 0;
	}
	
	.category_search .category_list > ul li a img,
	.hsp_ctg_inner .category_list > ul li a img {
		width: 70%;
		height: auto;
		max-width: 120px;
	}
	
	.category_search .category_list > ul li a p,
	.hsp_ctg_inner .category_list > ul li a p {
		padding: 8px 0;
		font-size: 12px;
		line-height: 1.6;
	}
	
	#index_category .index_category_more {
		margin: 0 auto 20px;
	}

	/* シリーズから探す（ヘッダーメニュー内）
	========================================================*/
	.hsp_ctg_inner .series_list {
		padding: 0 4% 10px;
	}
	
	.hsp_ctg_inner .series_list ul {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-ms-flex-pack: justify;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		box-sizing: border-box;
		width: 100%;
		padding: 15px 4% 0;
		background-color: #ffffff;
	}
	
	.hsp_ctg_inner .series_list ul li {
		width: 48%;
		margin-bottom: 15px;
		background-color: #ffffff !important;
	}
	
	.hsp_ctg_inner .series_list ul li a img {
		width: 100%;
		max-width: 208px;
	}
	
	.hsp_ctg_inner .series_list ul li:nth-of-type(1) a img {
		box-sizing: border-box;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
	}
	
	.hsp_ctg_inner .series_list ul li:nth-of-type(2) a img {
		box-sizing: border-box;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
	}
	
	.hsp_ctg_inner .series_list ul li a .series_name {
		padding: 10px 0 5px;
		text-align: center;
	}
	
	.hsp_ctg_inner .series_list ul li a .series_name .sp_cont {
		display: inline;
	}
	
	.hsp_ctg_inner .series_list ul li a .series_txt {
		font-size: 12px;
		line-height: 1.6;
	}
	
	
	/* シリーズから探す（トップページコンテンツ）
	========================================================*/
	.series_search .series_list ul {
		display: block;
		width: 100%;
	}
	
	.series_search .series_list ul li a .series_name {
		padding: 10px 0 5px;
	}
	
	.series_search .series_list ul li a .series_name .sp_cont {
		display: inline;
	}
	
	.series_search .series_list ul li a .series_txt {
		font-size: 12px;
		line-height: 1.6;
	}
	
	
	/* サイズから探す（ヘッダーメニュー内）
	========================================================*/
	.hsp_ctg_inner .size_list {
		padding: 0 4% 10px;
	}
	
	.hsp_ctg_inner .size_list ul {
		padding: 15px 6% 5px;
		background-color: #ffffff;
	}
	
	.hsp_ctg_inner .size_list ul li {
		margin-bottom: 15px;
	}
	
	#header_area .hsp_ctg_menu .hsp_ctg_contents .hsp_ctg_inner li {
		background-color: #ffffff;
	}
	
	.hsp_ctg_inner .size_list ul li a img {
		width: 100%;
		max-width: 400px;
	}
	
	.hsp_ctg_inner .size_list ul li a .size_txt {
		display: none;
	}
	
	
	
	/* 収納タイプから探す（ヘッダーメニュー、トップページ共通）
	========================================================*/
	#index_storage .storage_list > ul li a p {
		padding: 8px 0;
		font-size: 12px;
		line-height: 1.6;
		font-weight: bold;
	}
	
	.hsp_ctg_inner .storage_list {
		padding: 0 4% 10px;
	}
	
	.hsp_ctg_inner .storage_list ul {
		padding: 15px 6% 5px;
		background-color: #ffffff;
		display: -webkit-flex;
    	display: flex;
	}
	
	.hsp_ctg_inner .storage_list ul li {
		margin: 5px;
		width: 45%;
	}
	
	.hsp_ctg_inner .storage_list ul li a img {
		width: 100%;
		max-width: 400px;
	}
	
	.hsp_ctg_inner .storage_list ul li p.storage_txt {
		font-size: 12px;
		padding-top: 5px;
	}
	
	
	
	
	/****************************************************************

	Container style

	****************************************************************/
	#container {
		display: block;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
        /* margin: auto;*/
        margin: 40px auto 0;
	}
	
	
	
	/****************************************************************

	Pankuzu style

	****************************************************************/
	#pan {
		width: 92%;
		max-width: inherit;
		min-width: inherit;
		margin: 0 auto 30px;
		padding-top: 10px;
	}
	
	
	
	/****************************************************************

	Left Navigation style

	****************************************************************/
	#leftnavi {
		display: none;
	}
	
	
	
	/****************************************************************

	Main Contents style

	****************************************************************/
	#maincont {
		width: 92%;
		max-width: inherit;
		min-width: inherit;
		margin: auto;
		padding-bottom: 10px;
	}
	
	#maincont .maincont_ttl {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	
	
	/****************************************************************

	footer Style

	****************************************************************/
	#footer_area {
		min-width: inherit;
	}
	
	
	/* フッターガイド
	========================================================*/
	#footer_guide .pc_cont {
		display: none;
	}
	
	#footer_guide .sp_cont {
		display: block;
	}
	
	#footer_guide {
		padding: 40px 0 40px 0;
	}
	
	#footer_guide h2 {
		margin: 0 0 20px 0;
	}
	
	#footer_guide h2 span {
		display: inline-block;
		padding: 0;
		font-size: 15px;
		line-height: 1.6;
	}
	
	#footer_guide .guide_list {
		display: block;
		box-sizing: border-box;
		padding: 0 4%;
	}
	
	#footer_guide .guide_list.pc_cont {
		display: none;
	}
	
	#footer_guide .guide_list.sp_cont {
		display: block;
	}
	
	#footer_guide .guide_list li {
		width: 100%;
		max-width: inherit;
		padding: 20px 40px 20px 25px;
		background: url("../images/common/f_guide_arrow.png") 96% 50%/13px no-repeat;
	}
	
	#footer_guide .guide_list li a {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-ms-flex-pack: justify;
		box-sizing: border-box;
	}
	
	#footer_guide .guide_list li .guide_left {
		width: 20%;
		max-width: 64px;
		margin-right: 15px;
		padding-top: 5px;
	}
	
	#footer_guide .guide_list li .guide_left img {
		width: 100%;
		max-width: 64px;
		height: auto;
	}
	
	#footer_guide .guide_list li .guide_right .guide_ttl {
		margin-bottom: 7px;
		font-size: 14px;
	}
	
	#footer_guide .guide_list li .guide_right .guide_txt {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 1.6;
	}
	
	#footer_guide .guide_list li .guide_right .guide_btn {
		display: none;
	}
	
	
	/* フッターコンテンツ
	========================================================*/
	#f_contents {
		min-width: inherit;
		padding: 5px 0;
	}
	
	#f_contents .f_navi {
		display: block;
		padding: 0 6%;
	}
	
	#f_contents .f_navi li:nth-of-type(n) {
		width: 100%;
	}
	
	#f_contents .f_navi > li .f_navi_box {
		margin-bottom: 0;
		padding: 5px 0;
		border-bottom: 1px solid #e3e3e3;
	}
	
	#f_contents .f_navi > li .f_navi_box h2 {
		margin-bottom: 0;
		padding: 8px 0 8px 5px;
		font-size: 13px;
		background: url("../images/common/f_navibg_off.png") right 50%/18px no-repeat;
	}
	
	#f_contents .f_navi > li .f_navi_box h2.fnavi_open {
		background: url("../images/common/f_navibg_on.png") right 50%/18px no-repeat;
	}
	
	#f_contents .f_navi > li .f_navi_box .f_navi_list {
		display: none;
	}
	
	#f_contents .f_navi > li .f_navi_box .f_navi_list li {
		padding: 5px 0;
	}
	
	#f_contents .f_navi > li .f_navi_box .f_navi_list li:first-of-type {
		padding-top: 15px;
	}
	
	#f_contents .f_navi > li .f_navi_box .f_navi_list li a {
		font-size: 13px;
		line-height: 1.6;
	}
	
	#f_contents .f_navi > li.f_navi_calendar .f_navi_box {
		border-bottom: none;
	}
	
	#f_contents .f_navi > li.f_navi_calendar .f_navi_box .f_navi_list .f_calendar {
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-ms-flex-pack: justify;
		padding-top: 20px;
	}
	
	#f_contents .f_navi > li.f_navi_calendar .f_navi_box .f_navi_list .f_calendar_box {
		width: 47%;
		margin-bottom: 15px;
	}
	
	#f_contents .f_navi_calendar .f_calendar_txt {
		width: 100%;
		padding-bottom: 10px;
	}
	
	#f_contents .f_navi > li.f_navi_postage {
		display: none;
	}
	
	#f_copyright .footer_inner {
		display: block;
		height: auto;
	}
	
	#f_copyright .footer_inner .f_gnavi {
		justify-content: center;
		padding: 14px 0;
		border-bottom: 1px solid #e3e3e3;
	}
	
	#f_copyright .footer_inner .f_gnavi li a {
		font-size: 11px;
	}
	
	#f_copyright .footer_inner .f_copy_txt {
		padding: 6px 0;
		text-align: center;
	}
		
	panel {
		width: 500px;
	}
	
	#panel > dt {
		border-bottom: solid 1px white;
		background-color: #00BCD4;
		color: white;
		cursor: pointer;
		padding: 10px;
		font-weight: bold;
	}
	
	#panel > dd {
		border: solid 1px Silver;
		margin: 0px;
		padding: 10px;
	}
	
	#topicpath {
		/*margin-bottom: 15px;*/
        /*padding: 0 4%;*/
        padding:8% 4% 0%;
	}
	
	#topicpath ol {
        line-height: 1.3;
        padding-bottom: 0;
        margin-bottom: -5px;
	}
	
	/****************************************************************

	Mypage style

	****************************************************************/
	#page_mypage_login #main .page-heading {
		margin-bottom: 15px;
		padding-right: 4%;
		padding-left: 4%;
		font-size: 22px;
		line-height: 1.4;
	}
	
	#page_mypage_login #main .page-subheading {
		margin-bottom: 15px;
		padding-right: 4%;
		padding-left: 4%;
		font-size: 16px;
		line-height: 1.4;
	}

	#page_mypage_login #main .page-subtxt {
		margin-bottom: 20px;
		padding-right: 4%;
		padding-left: 4%;
		font-size: 13px;
		line-height: 1.4;
	}
	
	#page_mypage_login #main #login_box {
		margin-bottom: 50px;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box {
		padding: 30px 4%;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_email {
		display: block;
		width: 100%;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_email .login_form_name {
		display: block;
		width: 100%;
		margin-bottom: 7px;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_email #login_email {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		width: 100%;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_pass {
		display: block;
		width: 100%;
	}

	#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_pass .login_form_name {
		display: block;
		width: 100%;
		margin-bottom: 7px;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box__login_pass #login_pass {
		width: 100%;
	}
	
	#page_mypage_login #main #mypage_login_wrap #mypage_login_box .column_inner .extra-form {
		padding: 0;
	}
	
	#login_box .column .btn_area > p {
		width: 100%;
		margin: auto;
		text-align: center;
	}

	#login_box .column .btn_area > p .btn {
		margin: 0;
	}
	
	#login_box .column .btn_area #mypage_login__login_menu {
		width: 100%;
	}
	
	#login_box .column .btn_area #mypage_login__login_menu > li {
		text-align: center;
	}
	
	#login_box .column .btn_area #mypage_login__login_menu > li br {
		display: none;
	}
	
	#login_box .column .btn_area #mypage_login__login_menu {
		margin-top: 25px;
	}
	
	#page_mypage_login #main .page-subtxt {
		line-height: 1.6;
	}
	
	#page_mypage_login #main .entry_contents {
		margin-bottom: 50px;
		padding-right: 4%;
		padding-left: 4%;
	}
	
	#page_mypage_login #main .entry_contents ul {
		margin-bottom: 30px;
	}
	
	#page_mypage_login #main .entry_contents ul li > img {
		margin-bottom: 20px;
	}
	
	#page_mypage_login #main .entry_contents ul li .mypage_entry_txt01 {
		font-size: 13px;
		line-height: 1.4;
		text-align: left;
	}
	
	#page_mypage_login #main .entry_contents ul li .mypage_entry_txt02 {
		font-size: 12px;
		line-height: 1.6
	}
	
	/* パスワードリマインダー
	========================================================*/
	#page_forgot #contents,
	#page_forgot_complete #contents {
		padding: 30px 4%;
	}
	
	#page_forgot .page-heading,
	#page_forgot_complete .page-heading {
		margin-bottom: 15px;
		font-size: 22px;
	}
	
	#page_forgot #form1 {
		margin-top: 10px;
	}
	
	#page_forgot #contents #top_box__body .dl_table dl {
		display: block;
		padding: 15px 0;
		border-bottom: none;
	}
	
	#page_forgot #contents #top_box__body .dl_table dt {
		display: block;
		margin-bottom: 7px;
	}
	
	#page_forgot #contents #top_box__body .dl_table dt label {
		font-size: 14px;
	}

	#page_forgot #contents #top_box__body .dl_table dd {
		padding: 0;
	}
	
	#page_forgot #contents #top_box__body .dl_table .form-control {
		width: 80%;
		height: 35px;
	}
	
	#page_forgot_reset .page-heading {
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
	}

	#page_forgot_reset #reset_box {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}


	
	
	
	/* 注文履歴
	========================================================*/
	.mypage .message {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 30px;
	}
	
	#history_list__total_count {
		padding-bottom: 5px;
	}
	
	#history_list .historylist_column {
		padding-top: 10px;
		padding-bottom: 20px;
		border-top: 2px solid #ccc;
	}

	#history_list .historylist_column .order_date {
		margin-bottom: 10px;
	}

	#history_list .historylist_column .btn {
		margin-bottom: 17px;
	}
	
	#detail_box {
		padding-bottom: 20px;
	}
	
	.dl_table dl {
		padding: 12px 0;
	}
	
	.dl_table dl dt {
		padding-bottom: 10px;
	}
	
	/* お届け先編集
	========================================================*/
	#deliveradd_select .address {
		line-height: 20px;
	}
	
	.unsubscribe_box h3 {
		padding-top: 20px;
		font-size: 20px;
	}


	
	
	/****************************************************************

	カートページ style

	****************************************************************/
	.complete_message .heading01 {
		font-size: 20px;
	}
	
	.complete_message > p {
		line-height: 23px;
		text-align: left;
	}
	
	#cart #cart_box #cart_item_list .item_name {
		line-height: 1.3;
	}
	
	#cart #cart_box #cart_item_list .item_price {
		margin-bottom: 7px;
	}
	
	#shopping_confirm .cart_item.table {
		margin-bottom: 10px;
	}
	
	#shopping_confirm .total_box dl {
		margin-bottom: 5px;
	}
	
	
	
	
}




/********************************************************************************************************

smartphone 横 style

********************************************************************************************************/
@media screen and (max-width: 700px){
	#header_area .hsp_ctg_menu .hsp_ctg_contents {
		height: 50vh;
	}
	
	#header_area .hsp_mypage_menu {
		height: 50vh;
		overflow-x: hidden;
		overflow-y: auto;
	}
}



/********************************************************************************************************

smartphone 縦 style

********************************************************************************************************/
@media screen and (max-width: 460px){
	#header_area .hsp_ctg_menu .hsp_ctg_contents {
		height: auto;
	}
	
	#header_area .hsp_mypage_menu {
		height: auto;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	
	#page_forgot #top_box .sp_cont {
		display: block;
	}
	
	#f_copyright .footer_inner .f_gnavi {
		flex-wrap: wrap;
	}

	#f_copyright .footer_inner .f_gnavi > li {
		width: 50%;
		margin-bottom: 5px;
	}

	#f_copyright .footer_inner .f_gnavi > li:nth-of-type(odd) {
		text-align: right;
	}

	#f_copyright .footer_inner .f_gnavi > li:nth-of-type(even) {
		text-align: left;
	}

	#f_copyright .footer_inner .f_gnavi > li:nth-of-type(even) a {
		border-right: none;
	}

}

