/* カスタマイズ用CSS */
body {
    font-family: "Meiryo", "メイリオ", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #525263;
    transition: z-index 0ms 5.28455ms;
    background: #fff;
    margin: 0;
}

/* ボタン関係 */
.ec-inlineBtn--cancel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 50px;
    text-decoration: none;
    color: #fff;
    background-color: #8b8b8b;
    border-color: #ABABAB;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-inlineBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 50px;
    text-decoration: none;
    color: #fff;
    background-color: #1993B9;
    border-color: #ABABAB;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-inlineBtn--normal {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 50px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-color: #ABABAB;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
a.ec-inlineBtn--normal:hover,
button.ec-inlineBtn--normal:hover  {
	opacity: 0.8;
	text-decoration: none;
	color: #555;
}
.ec-blockBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    background-color: #1993B9;
    border-color: #ABABAB;
    display: block;
    width: 100%;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-blockBtn--cancel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    background-color: #8b8b8b;
    border-color: #ABABAB;
    display: block;
    width: 100%;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-blockBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 16px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-color: #ccc;
    display: block;
    width: 100%;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}

.ec-layoutRole__headerInfo {
	background: #EDEDED;
	color: #636363;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	padding-left: 0;
	text-align: center;
}
.ec-headerNaviRole {
	max-width: none;
	padding: 10px;
}
.ec-headerRole__title {
	width: 100px;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: auto;
    min-width: 230px;
}
#page_cart .ec-headerNaviRole .ec-headerNaviRole__right {
	width: auto;
    min-width: auto;
}
#page_cart .ec-headerNaviRole__cartInfo li {
	list-style: none;
}
#page_cart .ec-headerNaviRole__cartInfo li span {
	font-weight: bold;
}
#page_cart .ec-headerNaviRole:after {
	display: none;
}
.ec-headerTitle__title h1 img {
	width: 180px;
	height: auto;
}
.ec-headerTitle .ec-headerTitle__title a {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.ec-headerNav__top {
	display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__top a:hover,
.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__top a:hover span {
	text-decoration:underline;
}
.ec-headerNav__bottom img {
	width: auto;
	height: 55px;
	margin: 0 4px;
}
.ec-headerNav__bottom a:hover img {
	opacity: 0.5;
}
.ec-headerSearch__keywordBtn .ec-icon img {
    max-width: 22px;
    max-height: 22px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    position: absolute;
    top: 1em;
    right: 0.4em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
    border: 0;
    background: #ccc;
    color: #fff;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background: #ccc;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
}
.ec-drawerRole {
    background: #eee;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #eee;
}

.ec-itemNav__nav li ul li a {
    border-bottom: 0;
    padding: 16px 22px 16px 16px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-align: left;
    background: #fff;
    border-right: 0;
}
.ec-itemNav__nav > li:hover > a {
  background: #fafafa;
}

.ec-itemNav__nav > li:hover li:hover > a {
  background: #fafafa;
}

.ec-topicRole {
	background: #fff;
}

.ec-secHeading .ec-secHeading__en,
.ec-pageHeader .ec-pageHeader__en {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: normal;
    margin-right: 20px;
}
.ec-secHeading .ec-secHeading__ja,
.ec-pageHeader .ec-pageHeader__ja {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    vertical-align: 2px;
}

.ec-shelfRole .ec-pageHeader,
#RecommendPopular .ec-pageHeader {
    margin:50px 0;
    padding: 0;
    border-bottom: 1px solid #555;
}
.ec-pageHeader h1 {
    margin: 0 0 8px;
    border-bottom: 1px solid #555;
    border-top: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.ec-shelfRole .ec-secHeading,
.ec-newsRole .ec-secHeading,
#RecommendPopular .ec-secHeading {
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}
.ec-shelfGrid__item .item_name {
	font-weight: normal;
	font-size: 16px;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #C4C4C4;
}
.ec-shelfGrid__item .item_category {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #C4C4C4;
}
.ec-shelfGrid__item .item_price {
	font-weight: normal;
	font-size: 16px;
	padding: 8px 0 8px 0;
	text-align: right;
}
.ec-shelfGrid__item .item_price span {
	color: #FF0404;
	font-size: 20px;
}
.ec-shelfGrid__item .item_category p {
	margin: 0;
	padding: 0;
}
.ec-shelfGrid__item .item_category ul,
.ec-shelfGrid__item .item_category ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag,
.ec-productRole .ec-productRole__tag {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 6px 3px 5px;
	font-size: 8px;
	border: 0;
	border-radius: 0;
}
#page_product_detail .ec-productRole .ec-productRole__tag {
    font-size: 13px;
    padding-bottom: 0;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag.tag_1,
.ec-productRole .ec-productRole__tag.tag_1 {
	background: #438EFF;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag.tag_4,
.ec-productRole .ec-productRole__tag.tag_4 {
	background: #FF0404;
}
#RecommendPopular {
	padding: 20px;
	box-sizing: border-box;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item {
	position: relative;
	padding-top: 20px;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(1):after {
	content: "";
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 2;
	width: 40px;
	height: 40px;
	background-image: url(/html/user_data/assets/img/common/ico_ranking01.png);
	background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(2):after {
	content: "";
	position: absolute;
    left: 18px;
    top: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
	background-image: url(/html/user_data/assets/img/common/ico_ranking02.png);
	background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(3):after {
	content: "";
	position: absolute;
    left: 10px;
    top: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
	background-image: url(/html/user_data/assets/img/common/ico_ranking03.png);
	background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(4):after {
	content: "";
	position: absolute;
    left: 18px;
    top: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
	background-image: url(/html/user_data/assets/img/common/ico_ranking04.png);
	background-size: contain;
}
.ec-shelfGrid__item img {
	width: 100%;
	border: 1px solid #555;
	box-sizing: border-box;
}
.ec-shelfGrid .ec-shelfGrid__item img {
	width: 100%;
    max-height: 100%;
}
.ec-shelfGrid__item .ec-shelfGrid__item-name {
	border-bottom: 1px solid #C4C4C4;
	padding: 5px 0;
}
.ec-shelfGrid__item .price02-default {
	text-align: right;
	border-bottom: none;
	padding: 5px 0;
}
.ec-shelfGrid__item .price02-default span {
	color: #FF0404;
  font-size: 20px;
}
.ec-shelfGrid__item .ec-numberInput {
	text-align: right;
	padding: 5px 0;
}
.ec-shelfGrid__item .ec-numberInput input {
	margin-bottom:0;
	height: 30px;
}
#news_readmore {
	display: block;
	margin: 50px auto 0;
	padding: 0;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #555;
	border-radius: 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	color: #000;
	background: #fff;
}

.ec-footerRole {
    border-top: 0;
    margin-top: 150px;
    background: #EDEDED;
	color: #000;
}
.ec-footerTitle__copyright {
	background: #DEDEDE;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	text-align: center;
}
.ec-footerNavi .ec-footerNavi__link a,
.ec-footerTitle .ec-footerTitle__logo a {
    color: #000;
}
.ec-footerNavi .ec-footerNavi__link:hover a,
.ec-footerTitle .ec-footerTitle__logo:hover a {
    opacity: .8;
    text-decoration: none;
}

.ec-secHeading .ec-secHeading__en,
.ec-pageHeader .ec-pageHeader__en {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: normal;
    margin-right: 20px;
}
.ec-pageHeader {
	margin: 50px 0;
}
.ec-pageHeader h2 {
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	margin: 10px 16px;
	font-size: 18px;
	font-weight: normal;
	border-left: 15px solid #c4c4c4;
}

.btn-center {
	text-align: center;
	margin-bottom: 50px;
}
.btn-center a,
.ec-blockBtn--normal {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border: 1px solid #555;
	border-radius: 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	color: #000;
}
.btn-center a:hover,
.ec-blockBtn--normal:hover {
	opacity: 0.5;
	text-decoration: none;
}
.btn-center a.ec-inlineBtn--normal {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #555;
    border-radius: 25px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    color: #000;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
    display: inline-block;
    margin-left: auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #000;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 5px;
}


.ec-blockTopBtn{
	width: 30px;
	height: 31px;
	line-height: 31px;
	background-color:rgba(255,255,255,0);
}
.ec-blockTopBtn img {
	width: 30px;
	height: 31px;
}
.ec-footerRole__inner {
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
}
.ec-footerNavi {
	text-align: center;
	font-size: 0;
	margin-bottom: 0;
}
.ec-footerNavi__left,
.ec-footerNavi__center,
.ec-footerNavi__right {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
.ec-footerNavi__left,
.ec-footerNavi__center {
	margin-right: 0;
}
.ec-footerNavi__left span,
.ec-footerNavi__center span,
.ec-footerNavi__right span {
	font-weight: bold;
	color: #000;
}
.ec-footerNavi__left ul,
.ec-footerNavi__center ul,
.ec-footerNavi__right ul {
	list-style: none;
	margin:0 0 20px;
	padding: 0;
}
.ec-footerNavi__left ul li,
.ec-footerNavi__center ul li,
.ec-footerNavi__right ul li {
	line-height: 1.7em;
}
.ec-footerNavi__left ul li a,
.ec-footerNavi__center ul li a,
.ec-footerNavi__right ul li a {
	color: #000;
	font-weight: normal;
}

/* 商品詳細 */
.ec-productRole .ec-productRole__breadcrumb {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
}
.ec-productRole .ec-productRole__breadcrumb li {
	display: inline-block;
	font-size: 14px;
}
.ec-productRole .ec-productRole__breadcrumb li::after {
	content: "＞";
}
.ec-productRole .ec-productRole__breadcrumb li:last-child::after {
	content: "";
}
.ec-productRole .ec-productRole__breadcrumb li.breadcrumb_category a::after {
	content: ",";
}
.ec-productRole .ec-productRole__breadcrumb li.breadcrumb_category a:last-child::after {
	content: "";
}
.ec-productRole .ec-productRole__tags {
    margin-top: 16px;
    padding: 0;
    border-bottom: 0;
}
.ec-maker {
    display: none;
}
.ec-sliderItemRole {
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 10px;
}
.ec-sliderItemRole .slick-slider {
    margin-bottom: 10px;
}
.ec-sliderItemRole .slideThumb {
    margin-bottom: 10px;
    width: calc(100% / 4 - 8px);
    opacity: .8;
    cursor: pointer;
    margin-right: 10px;
}
.ec-sliderItemRole .slideThumb:nth-child(4n) {
	margin-right: 0;
}
.ec-productRole .slide-item img {
    width: 600px;
    height: auto;
    border: 1px solid #555;
    box-sizing: border-box;
}
.ec-productRole .slideThumb img {
    width: 100%;
    height: auto;
    border: 1px solid #555;
    box-sizing: border-box;
}
.ec-productRole .ec-productRole__profile {
    margin-left: 0;
    position: relative;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 20px;
    line-height: 1.7em;
}
.ec-productRole .ec-productRole__code {
    padding: 14px 0;
    border-bottom: 0;
}
.ec-productRole .ec-productRole__category {
    padding: 14px 0;
    border-bottom: 0;
}
.ec-productRole__btn {
	margin: 0 auto 20px;
}
.ec-shelfGrid .ec-productRole__btn {
    margin: 0 0 20px;
}
.ec-productRole__btn .add-cart {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #1993B9;
	border-radius: 25px;
	background: #1993B9;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	color: #fff;
	font-weight: normal;
}
.ec-productRole__profile form.btn-fav {
	position: static;
    bottom: auto;
    right: auto;
    width: 100%;
}
.ec-productRole .ec-productRole__btn {
    margin-bottom: 20px;
}

#page_product_detail .ec-productRole .ec-productRole__btn {
    width: 280px;
    min-width: 280px;
}
.ec-productRole .ec-productRole__price {
    margin-bottom: 20px;
}
.ec-productRole__btn #favorite {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #555;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	color: #000;
	font-weight: normal;
}
.ec-productRole__tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin: 50px auto;
    padding: 0 20px 0 20px;
	position: relative;
}

.component.consentForm h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}
.component.consentForm .consentForm__text{
	border:1px solid #555;
	border-radius: 5px;
	height: 210px;
	padding: 20px;
	box-sizing: border-box;
}
.component.consentForm .consentForm__scroll {
	font-size: 12px;
	height: 170px;
	overflow-y: scroll;
}
.component.consentForm .checkbox {
	text-align: center;
}
.component.consentForm .checkbox span {
	color: #ff0000;
}
.ec-productRole .ec-productRole__actions {
    padding: 14px 0;
    box-sizing: border-box;
}
#reviewContent p {
	margin: 0 0 20px;
}

.tab_item {
  width: 100%;
  height: 50px;
  border: 1px solid #555;
  border-radius: 10px;
  background-color: #fff;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #555;
  display: block;
  float: left;
  text-align: center;
  font-weight: normal;
  transition: all 0.2s ease;
  margin-right:5px;
  position: relative;
  z-index: 2;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 20px 0px 0;
  clear: both;
  overflow: hidden;
  text-align: left;
}
#productDetail:checked ~ #productDetail_content,
#productReview:checked ~ #productReview_content,
#productIngredient:checked ~ #productIngredient_content {
  display: block;
}
.ec-productRole__tabs input:checked + .tab_item {
  background-color: #ccc;
  color: #555;
  border: 1px solid #555;
}

.ec-productRole__tabs .ec-productRole__description,
.ec-productRole__tabs .Banner_area,
.ec-productRole__tabs .wrap_video,
.ec-productRole__tabs .pdf_area {
	margin-bottom: 30px;
}
.ec-productRole__tabs .Banner_area img {
    width: 100%;
    height: auto;
}
.ec-productRole__tabs .wrap_video {
	display: block;
}
.ec-productRole__tabs .Video_area {
	width: 100%;
    margin-bottom: 30px;
	margin-right: 0;
	text-align: center;
}
.ec-productRole__tabs .Free_area {
	width: 100%;
}
.pdf_area h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}
.pdf_area .btn-file {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
}
.pdf_area .btn-file a {
	display: block;
	color: #000;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border:1px solid #555;
	border-radius:5px;
	text-align: center;
}
.pdf_area .btn-file a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.tab_content_description ul.addition li {
	margin-bottom: 20px;
}
.tab_content_description #product_review_area {
    border-top: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.tab_content_description #product_review_area .review_list .review_date {
    font-weight: normal;
}
#product_review_area .ec-rectHeading h4 {
    background: none;
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
}

/* CART */
.ec-progress .ec-progress__number {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    background: #fff;
    color: #555;
    top: 0;
    left: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border:1px solid #555;
    font-weight: normal;
}
.ec-progress .ec-progress__label {
    font-size: 12px;
    font-weight: normal;
}
.ec-progress .is-complete .ec-progress__number {
    background: #555555;
    color: #fff;
}
.ec-progress .is-complete .ec-progress__label {
    color: #555555;
    font-weight: bold;
}
.ec-cartHeader .ec-cartHeader__label {
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #fff;
    overflow-x: hidden;
    font-weight: normal;
    border-bottom: 1px solid #555;
}
.ec-progress .ec-progress__item:after {
    content: '';
    position: absolute;
    display: block;
    background: #555;
    width: 100%;
    height: 1px;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: -1;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border:1px solid #555;
	border-radius: 5px;
	margin: 20px auto;
	display: block;
	justify-content:space-around;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation .cart-explanation__text {
	text-align: left;
	margin-bottom:10px;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation .cart-explanation__btn .ec-inlineBtn--normal {
	padding: 0 40px;
}
.ec-rectHeading h2 {
	background: #fff;
	font-size: 16px;
	border-bottom: 1px solid #555;
	padding: 8px 0;
}
.ec-orderDelivery .txt-comment p,
.ec-orderPayment .txt-comment p,
.ec-orderConfirm .txt-comment p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 1.7em;
}
.ec-orderDelivery .txt-comment__sub,
.ec-orderPayment .txt-comment__sub,
.ec-orderConfirm .txt-comment__sub {
	border-radius: 5px;
	border:1px solid #555;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}
.ec-orderDelivery .txt-comment__sub p,
.ec-orderPayment .txt-comment__sub p,
.ec-orderConfirm .txt-comment__sub p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 1.7em;
}
.ec-orderDelivery .txt-comment__sub p span,
.ec-orderPayment .txt-comment__sub p span,
.ec-orderConfirm .txt-comment__sub p span {
	font-weight: bold;
}
.use-point {
	font-weight: bold;
	margin-bottom: 5px;
}
.ec-totalBox {
	background: #fff;
	border-radius: 10px;
	border:1px solid #555;
}
.reportDescription-box {
	width: 80%;
	margin:0 auto 40px;
	border-radius: 10px;
	border:1px solid #555;
	padding: 20px;
	box-sizing: border-box;
}
.reportDescription-box h2 {
	font-size: 16px;
}
.reportDescription-box .ec-reportDescription {
	text-align: left;
	line-height: 1.7em;
}
.ec-cartCompleteRole .btn-box {
	width: 80%;
	margin:0 auto 40px;
}
.ec-cartCompleteRole .btn-box a {
	width: 200px;
	margin:0 10px 10px;
    display: inline-block;
}
.ec-pageText {
	width: 80%;
	margin: 0 auto 20px;
	text-align: left;
}
.ec-orderDelivery .ec-orderDelivery__title {
    padding: 16px 0 17px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
#top_box__button_menu p a {
	margin-bottom: 15px;
}

/* Login */
.ec-login {
    margin: 0 0 20px;
    padding: 30px 0 20px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
}
.ec-login .ec-login__input .ec-input dl {
	overflow: visible;
}
.ec-login .ec-login__input .ec-input dl dt {
	display: block;
	float: none;
	font-weight: normal;
	width: 100%;
	text-align: left;
	line-height: 40px;
}
.ec-login .ec-login__input .ec-input dl dd {
	display: block;
	font-weight: normal;
	margin-left: 0;
	text-align: left;
}
.ec-login .ec-login__input .ec-checkbox {
	text-align: center;
}
.ec-login .ec-login__input .ec-checkbox label {
	font-weight: normal;
	font-size: 14px;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
	border-radius: 5px;
	border: 1px solid #555;
}
.ec-login .ec-login__actions {
    text-align: center;
}
.ec-login .ec-login__link {
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
}
.ec-join {
	padding: 0 16px 0 16px;
}
.ec-productRole__profile .checkbox input[type="checkbox"] {
	margin-left: 0;
	margin-right:10px;
	position: static;
}
#page_cart .ec-headerNaviRole:after,
#page_shopping .ec-headerNaviRole:after {
	display: none;
}
.ec-cartRole {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.ec-cartRole .ec-cartRole__error .ec-alert-warning {
    max-width: 90%;
    display: inline-block;
}
.ec-cartRole__wrap {
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    border:1px solid #555;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0;
}
.ec-cartRole .ec-cartRole__actions {
    width: 100%;
    margin-right: auto;
    text-align: center;
}
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action {
    width: 200px;
    display: inline-block;
}
.ec-cartRole .ec-blockBtn--cancel {
    width: 200px;
    display: block;
    margin: 20px auto;
}

/* MyPage */
.ec-mypageRole {
    margin-bottom: 20px;
}

.ec-navlistRole .ec-navlistRole__navlist {
    display: block;
    border: none;
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.ec-navlistRole .ec-navlistRole__item {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 auto;
}
.ec-navlistRole .ec-navlistRole__item a {
    display: block;
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 25px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 15px;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-navlistRole .active a {
    background: #555;
    border:1px solid #555;
    color: #fff;
}
.ec-navlistRole .active a:hover {
    background: #555;
    border:1px solid #555;
    color: #fff;
    opacity: 0.8;
}
.ec-welcomeMsg {
    width: calc(100% - 50px);
    margin: 0 auto 20px;
    border:1px solid #555;
    border-radius: 10px;
    padding: 20px;
}
p.ec-historyListHeader__action a.ec-inlineBtn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 0 30px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-color: #ABABAB;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-addressRole__actions a.ec-inlineBtn,
.ec-addressList__action a.ec-inlineBtn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 30px;
    width: auto;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 0 30px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-color: #ABABAB;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
p.ec-historyListHeader__action a.ec-inlineBtn:hover,
.ec-addressRole__actions a.ec-inlineBtn:hover,
.ec-addressList__action a.ec-inlineBtn:hover {
    background:#eee;
}
.ec-mypageRole .ec-historyRole .ec-historyRole__header {
    width: 100%;
}
.ec-favoriteRole .ec-favoriteRole__itemTitle {
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #C4C4C4;
}
.ec-favoriteRole .ec-favoriteRole__itemPrice {
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0 8px 0;
    text-align: right;
}
.ec-favoriteRole .ec-favoriteRole__itemPrice span {
    color: #FF0404;
    font-size: 20px;
}
.ec-borderedDefs dl dt {
    position: relative;
    padding-right: 75px;
}
.ec-borderedDefs dl dt label {
    font-weight: normal;
}
.ec-required {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff0404;
    color: #fff;
    font-size: 12px;
}
.ec-withdrawRole {
    text-align: left;
}
.ec-withdrawRole .bx-message {
    text-align: center;
}
.ec-withdrawRole__title {
    color: #ff0404;
}
#receipt .ec-mypageRole table {
    margin: 0 auto;
}

/* 新規登録 */
.ec-registerRole .annotation {
    margin-bottom: 50px;
}
.ec-registerRole .annotation h3 {
    font-size: 16px;
}

/* FAQ */
section[id*="FAQ_"] {
    margin-top: 0;
}
section[id*="FAQ_"] .faq-list,
section[id*="FAQ_"] .contact-list, {
    margin-bottom: 50px;
}
section[id*="FAQ_"] .faq-list ul,
section[id*="FAQ_"] .contact-list ul {
    text-align: center;
    margin:0 0 50px;
    padding: 0;
}
section[id*="FAQ_"] .faq-list ul li {
    display: flex;
    align-items: center;
    text-align: left;
    width:100%;
    list-style: none;
    height: auto;
    min-height: 50px;
    line-height: 1.5em;
    padding-left: 65px;
    box-sizing: border-box;
    margin:0 0 10px 40px;
    background: url("/html/user_data/assets/img/common/ico_q.png") no-repeat left center;
    vertical-align: middle;
}
section[id*="FAQ_"] dl.faq-body {
    margin-bottom: 100px;
}
section[id*="FAQ_"] dl.faq-body dt {
    text-align: left;
    width:100%;
    list-style: none;
    height: auto;
    min-height: 50px;
    line-height: 1.5em;
    padding-left: 65px;
    padding-top: 15px;
    box-sizing: border-box;
    margin:0 0 10px;
    background: url("/html/user_data/assets/img/common/ico_q.png") no-repeat left top;
    vertical-align: top;
}
section[id*="FAQ_"] dl.faq-body dd {
    text-align: left;
    width:100%;
    list-style: none;
    height: auto;
    min-height: 50px;
    line-height: 1.5em;
    padding-left: 65px;
    padding-top: 15px;
    box-sizing: border-box;
    margin:0 0 10px;
    background: url("/html/user_data/assets/img/common/ico_a.png") no-repeat left top;
    vertical-align: top;
}
section[id*="FAQ_"] .contact-list ul li {
    display: inline-block;
    text-align: center;
    list-style: none;
    height: 70px;
    box-sizing: border-box;
    margin:5px 10px 10px;
    vertical-align: top;
}
section[id*="FAQ_"] .contact-list ul li a.ec-inlineBtn--normal {
    height: 70px;
    min-width: 260px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
section[id*="FAQ_"] .contact-list ul li span {
    display: block;
    font-size:14px;
    margin-top: 10px;
}
.ec-orderDelivery__actions .ec-selects {
    border:1px solid #555;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 30px;
}
.ec-orderDelivery__actions .ec-selects .ec-select {
    display: inline-block;
    margin-bottom: 0;
}
.ec-orderDelivery__actions .ec-selects .ec-select.ec-select__delivery {
    margin-left: 16px;
}
div#receipt table {
    width: 90%;
}
div#receipt table th {
    min-width: 4em;
}
.ec-borderedDefs {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-bottom: 16px;
    padding-top: 16px;
}
.ec-borderedDefs dl.line {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 16px;
}
#Known_area {
	margin: 0;
	padding: 0;
}
#Known_area label {
    font-weight: normal;
}

.ec-borderedDefs dd .ec-halfInput textarea,
.ec-borderedDefs dd .ec-halfInput input[type='text'] {
    width: 100%;
}

.ec-newsHeader {
    margin-bottom: 20px;
}
.ec-newsHeader h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.ec-newsHeader .tx-date {
    color: #999;
    font-size: 12px;
}
.ec-newsBody-img {
    width: 31%;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.ec-newsBody-img-large {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
}
.ec-newsBody-img img,
.ec-newsBody-img-large img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.ec-newsBody-img .img-comment,
.ec-newsBody-img-large .img-comment {
    display: block;
    font-size: 13px;
    color: #110d95;
    text-align: left;
}
.ec-newsBody-text {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}
.ec-newsBody-text p {
    margin: 20px 0 20px 0;
}

@media screen and (max-width:320px) {
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
    border: 0;
    background: #ccc;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ec-login {
    width: 100%;
    padding: 30px 0 20px;
}
#news_readmore,
.btn-center a,
.ec-blockBtn--normal {
    width: 100%;
}
.ec-productRole__tabs::before {
    content: "";
    border-bottom: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation {
    width: 100%;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation .cart-explanation__btn .ec-inlineBtn--normal {
    padding: 0 20px;
}
}


@media screen and (max-width:425px) {

section[id*="FAQ_"] .faq-list ul li {
    margin: 0 0 10px 0;
}

.ec-cartRole .ec-cartRole__progress.cart-explanation {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #555;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    justify-content:space-around;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation .cart-explanation__text {
    text-align: left;
    margin-bottom:0;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation .cart-explanation__btn .ec-inlineBtn--normal {
    padding: 0 50px;
}
}

@media screen and (min-width:768px) {
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(1):after {
    content: "";
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking01.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(2):after {
    content: "";
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking02.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(3):after {
    content: "";
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking03.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(4):after {
    content: "";
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking04.png);
    background-size: contain;
}
.ec-cartRole .ec-cartRole__actions {
    width: 100%;
    margin-right: auto;
    text-align: right;
}

.ec-mypageRole .ec-pageHeader h1 {
    margin: 0;
    padding: 0;
    line-height: 36px;
    height: 36px;
}

.ec-layoutRole__headerInfo {
	background: #EDEDED;
	color: #636363;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	padding-left: 10px;
	text-align: left;
}
.ec-headerRole__title {
    width: 180px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: 230px;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
	width: calc(100% - 410px);
	text-align: center;
}
.ec-headerNaviRole__right .ec-headerNaviRole__nav .ec-headerNav {
	height: 106px;
}
.ec-headerNav .ec-headerNav__itemLink {
	display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    vertical-align: middle;
    color: black;
}
.ec-headerNav__top {
	display: block;
}
.ec-headerNav__top a {
	display: inline-block;
	font-size: 11px;
	margin-right: 5px;
    vertical-align: middle;
    color: black;
}
.ec-headerNav__bottom {
	margin-top: 15px;
	margin-right: 5px;
}
.ec-headerNav__bottom img {
	width: auto;
	height: 62px;
	margin: 0 4px;
}
.ec-headerTitle .ec-headerTitle__title a {
    font-size: 0;
    margin-bottom: 0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
	color: #000;
	background: #fff;
	border-radius: 0;
	border-bottom: 1px solid #555;
	height: 34px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}
.ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    border-bottom: 1px solid #555;
    border-radius: 0;
	height: 34px;
}
.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 10px 30px 10px 30px;
    height: auto;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: #fff;
    border-bottom: 0;
    border-right: 0;
}

.ec-itemNav__nav {
    border-left: 1px solid #555;
}
.ec-itemNav__nav li a {
    display: block;
    margin: 0;
    padding: 10px 30px 10px 30px;
    height: auto;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: #fff;
    border-bottom: 0;
    border-right: 1px solid #555;
}
.ec-topicRole .ec-topicRole__list {
    flex-wrap: wrap;
}
.ec-topicRole .ec-topicRole__listItem {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
}
.ec-topicRole .ec-topicRole__listItem:nth-child(3n) {
    margin-right: 0;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag,
.ec-productRole .ec-productRole__tag {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
}

.ec-newsRole .ec-newsRole__news {
    border: 0;
    padding: 20px 30px;
}
.ec-blockTopBtn{
	width: 60px;
	height: 62px;
	line-height: 62px;
	background-color:rgba(255,255,255,0);
}
.ec-blockTopBtn img {
	width: 60px;
	height: 62px;
}

.ec-footerNavi {
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
}
.ec-footerNavi__left,
.ec-footerNavi__center,
.ec-footerNavi__right {
	display: inline-block;
	width: 200px;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
.ec-footerNavi__left,
.ec-footerNavi__center {
	margin-right: 20px;
}
.ec-footerNavi__left span,
.ec-footerNavi__center span,
.ec-footerNavi__right span {
	font-weight: bold;
	color: #000;
}
.ec-footerNavi__left ul,
.ec-footerNavi__center ul,
.ec-footerNavi__right ul {
	list-style: none;
	margin:10px 0 0 0;
	padding: 0;
}
.ec-footerNavi__left ul li,
.ec-footerNavi__center ul li,
.ec-footerNavi__right ul li {
	line-height: 1.7em;
}
.ec-footerNavi__left ul li a,
.ec-footerNavi__center ul li a,
.ec-footerNavi__right ul li a {
	color: #000;
	font-weight: normal;
}

.tab_item {
  width: 200px;
  height: 50px;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #555;
  display: block;
  float: left;
  text-align: center;
  font-weight: normal;
  transition: all 0.2s ease;
  margin-right:5px;
  position: relative;
  z-index: 2;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.ec-productRole__tabs::before {
	content: "";
	border-bottom: 1px solid #555;
	width: 100%;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 1;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#productDetail:checked ~ #productDetail_content,
#productReview:checked ~ #productReview_content,
#productIngredient:checked ~ #productIngredient_content {
  display: block;
}
.ec-productRole__tabs input:checked + .tab_item {
  background-color: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
}
.ec-productRole .ec-productRole__profile {
    margin-left: 16px;
    position: relative;
}

.ec-productRole__tabs .wrap_video {
	display: block;
}
.ec-productRole__tabs .Video_area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}
.ec-productRole__tabs .Video_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wrap_video .ec-productRole__description {
    width: 100%;
}
.ec-productRole__tabs .Free_area {
	width: 400px;
}
.ec-headerNaviRole {
	position: relative;
    align-items: flex-start;
}
.ec-headerNaviRole__cartInfo {
	position: absolute;
	top: 50px;
	left:180px;
	width: calc(100% - 500px);
}
#page_cart .ec-headerNaviRole:after {
	display: none;
}
.cart-explanation__text {
	text-align: left;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation {
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	border:1px solid #555;
	border-radius: 5px;
	margin: 20px auto;
	display: flex;
	justify-content:space-around;
}

/* Login */
.ec-login .ec-login__input .ec-input dl dt {
	display: block;
	float: left;
	font-weight: normal;
	width: 9em;
	text-align: right;
	line-height: 40px;
}
.ec-login .ec-login__input .ec-input dl dd {
	display: block;
	font-weight: normal;
	margin-left: 10em;
	text-align: left;
}
.ec-login .ec-login__link {
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
}
/* MyPage */
.ec-navlistRole .ec-navlistRole__item {
    display: inline-block;
    width: calc(100% / 3 - 30px);
    border: none;
    padding: 0;
    margin: 0 10px;
}
.ec-navlistRole .ec-navlistRole__item a {
    display: block;
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    margin: 0 0 15px;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ec-navlistRole .active a:hover {
    background: #555;
    border:1px solid #555;
    color: #fff;
    opacity: 0.8;
}
p.ec-historyListHeader__action a.ec-inlineBtn{
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 30px;
    width: auto;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 30px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-color: #ABABAB;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
p.ec-historyListHeader__action a.ec-inlineBtn:hover{
    background:#eee;
}
.ec-mypageRole .ec-historyRole .ec-historyRole__header {
    width: 50%;
}
.ec-required {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff0404;
    color: #fff;
    font-size: 12px;
}
.ec-borderedDefs dt {
    padding-right: 100px;
    box-sizing: border-box;
    margin-right: 20px;
}

/* FAQ */
section[id*="FAQ_"] {
    margin-top: 0;
}
section[id*="FAQ_"] .faq-list,
section[id*="FAQ_"] .contact-list {
    margin-bottom: 50px;
}
section[id*="FAQ_"] .faq-list ul,
section[id*="FAQ_"] .contact-list ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin:0;
    padding: 0;
}
section[id*="FAQ_"] .contact-list ul {
    justify-content:center;
}
section[id*="FAQ_"] .faq-list ul li {
    align-items: center;
    justify-content:left;
    width: calc(50% - 50px);
    margin: 0 0 10px 40px;
}
section[id*="FAQ_"] .contact-list ul li {
    display: inline-block;
    text-align: center;
    list-style: none;
    height: 70px;
    box-sizing: border-box;
    margin:5px 10px 10px;
    vertical-align: top;
}
section[id*="FAQ_"] .contact-list ul li a.ec-inlineBtn--normal {
    height: 70px;
    min-width: 260px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
section[id*="FAQ_"] .contact-list ul li span {
    display: block;
    font-size:14px;
    margin-top: 10px;
}
}


@media screen and (min-width:1024px) {
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(1):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking01.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(2):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking02.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(3):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking03.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(4):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking04.png);
    background-size: contain;
}
}

/*** PC ***/
@media screen and (min-width:1131px) {
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(1):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking01.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(2):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking02.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(3):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking03.png);
    background-size: contain;
}
#RecommendPopular .ec-shelfGrid .ec-shelfGrid__item:nth-child(4):after {
    content: "";
    position: absolute;
    left: 25px;
    top: -6px;
    z-index: 2;
    width: 54px;
    height: 54px;
    background-image: url(/html/user_data/assets/img/common/ico_ranking04.png);
    background-size: contain;
}

.ec-productRole__btn .add-cart {
    display: inline-block;
    width: 285px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #1993B9;
    border-radius: 25px;
    background: #1993B9;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    color: #fff;
    font-weight: normal;
}
.ec-shelfGrid__item .ec-productRole__btn .add-cart {
    width: 246px;
}
.ec-productRole__profile form.btn-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
}
.ec-productRole .ec-productRole__btn {
    margin: 0;
}
.ec-productRole__btn #favorite {
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    color: #000;
    font-weight: normal;
}
.ec-pageText {
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
}
#page_cart .ec-headerNaviRole:after {
    display: none;
}
.ec-cartRole .ec-cartRole__progress.cart-explanation {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #555;
    border-radius: 5px;
    margin: 20px auto;
    display: flex;
    justify-content:space-around;
}
.ec-orderDelivery__item  {
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #555;
    border-radius: 5px;
    margin: 20px auto 40px;
}

.pdf_area .btn-file {
    width: 230px;
    display: inline-block;
    margin: 0 20px 20px 0;
}
.pdf_area .btn-file a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border:1px solid #555;
    border-radius:5px;
    text-align: center;
}

.ec-productRole__tabs .wrap_video {
    display: flex;
}
.ec-productRole__tabs .Video_area {
    width: 580px;
    margin-right: 30px;
    padding-bottom: 31.25%;
}
.ec-productRole__tabs .Video_area iframe {
    width: 580px;
    height: 315px;
}
.wrap_video .ec-productRole__description {
    width: 400px;
}
div#receipt table {
    min-width: 750px;
}
}
.item_ratail_price {
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0 0 0;
    text-align: right;
}
.item_ratail_price + .item_price {
    padding-top: 4px;
}