/*商品詳細ページ用CSS*/
.pts_itemPage{
	width: 830px;
	margin: 0px auto;
	clear: both;
}

.pts_itemPage section{margin: 30px 0; padding: 0;}

.pts_itemPage a{color: #1eaad8; text-decoration: underline;}

.tbl_itemSpec{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	width: 400px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 1rem;
	line-height: 160%;
	color: #333;
}
.tbl_itemSpec th{
	/*background: #f8f8f8;*/
	padding: 10px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #999;
	text-align: left;
}
.tbl_itemSpec td{
	background: #fff;
	padding: 10px;
	/*width: 625px;*/
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #999;
}

.tbl_itemSpec .bd-dot-t{border-top: 1px dotted #bbb;}
.tbl_itemSpec .bd-dot-r{border-right: 1px dotted #bbb;}
.tbl_itemSpec .bd-dot-b{border-bottom: 1px dotted #bbb;}
.tbl_itemSpec .bd-dot-l{border-left: 1px dotted #bbb;}


h3.ttl_itemCont{
	margin: 30px auto;
	padding: 0px;
	font-size: 24px;
	color: #000;
	text-align: center;
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ttl_itemCont:before,
.ttl_itemCont:after {
border-top: 1px solid;
content: "";
flex-grow: 0;
width:1em;
}

.ttl_itemCont:before {
margin-right: 1rem;
}

.ttl_itemCont:after {
margin-left: 1rem;
}

/*特商法ページ用CSS*/
div.Deal{
	width: 830px;
	margin: 0px auto;}

.Deal a{color: #1eaad8; text-decoration: underline;}
.Deal p{
	font-weight: normal;
	font-size: 1rem;
	line-height: 160%;
	color: #333;}

.CrossHead{
	margin: 30px auto 10px auto;
	background: #b1afaf;
	padding: 15px;
	font-size: 1rem;
	color: #fff;}

.Definition{
	font-size: 1rem;
	color: #b1034e;
	/*s*/
	border-bottom: 1px solid #b1034e;
	margin: 40px auto 20px auto;
	padding: 0px 0px 5px 0px;}

.tbl_Deal{
	border:1px solid #999;
	width: 828px;
	margin: 0 auto;}

.tbl_Deal th{
	background: #f8f5ef;
	padding: 10px;
	/*width: 200px;*/
	font-weight: normal;
	font-size: 1rem;
	color: #000;
	border-bottom: 1px dotted #999;}

.tbl_Deal td{
	background: #fff;
	padding: 10px;
	/*width: 625px;*/
	font-weight: normal;
	font-size: 1rem;
	color: #555;
	border-bottom: 1px dotted #666;}

.tbl_Deal2{
	border:1px solid #999;
	width: auto;
	margin: 15px 5px;}

.tbl_Deal2 th{
	background: #f8f5ef;
	padding: 10px;
	/*width: 200px;*/
	font-weight: normal;
	font-size: 1rem;
	color: #000;
	border-bottom: 1px dotted #999;
	border-right: 1px solid #999;}

.tbl_Deal2 td{
	background: #fff;
	padding: 10px;
	/*width: 625px;*/
	font-weight: normal;
	font-size: 1rem;
	color: #555;
	border-bottom: 1px dotted #666;
	border-right: 1px solid #999;}

/*navanaグループページ用CSS*/
  .navanaMovieList{margin: 0 auto; text-align:center;}
  .navanaMovieList iframe{ margin: 20px; }
  .navana .contInner{background: #ffe8e8; margin: 0 auto 40px auto; padding:40px;}
  .navana .instaBtn {
    background: url(../img/icon_movie.png) no-repeat 10px center #fff;
    position: inherit;
    width: 300px;
}

.categoryList{}
.categoryList ul{
font-size: 0.9rem;
padding: 0;
margin: 10px 0 20px 0;

}

.categoryList li{
list-style-type: none;
border-bottom: 1px dotted #ccc;
padding: 5px;
}

.categoryList .ttl_categorydetail{
font-size: 1.1rem;
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffacaf;
    font-weight: bold;
    color: #ffacaf;
}

.categoryList .ttl_categorydetail a{color: #ffacaf;}

/*会員情報入力画面の必須マーク「＊」を「必須」のテキスト表示に変更*/
.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}
.fs-body-top .fs-pt-carousel__slide{
  display:flex !important;
  justify-content:center;
}

/* 閉店処理 */
.float_catalog {
	display: none!important;
}
#fs_p_scrollingCartButton {
   display: none!important;
}
.fs-body-category .fs-c-subgroup {
   display: none!important;
}
.fs-body-category .fs-c-productList {
   display: none!important;
}
.fs-body-category-medical .mv_inner {
   display: none!important;
}
.fs-body-category-medical .fs-c-heading--page {
   display: none!important;
}