@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : iTEC HANKYU HANSHIN
  URI : www.itec.hankyu-hanshin.co.jp
  Copyright(C) iTEC Hankyu Hanshin Co., Ltd.
---------------------------------------------------------- */

/*-----------------------------------------------------------
index:
	Box Model
	Header
	Global Nav
	Footer
	Side menu
	Local Nav
	Topic Path
	Free Area
	System Error
	Common
-----------------------------------------------------------*/

/* Box Model
---------------------------------------------------- */
html{
	overflow-y: scroll;
	margin-bottom: 1px;
	height: 100%;
}
body {
	text-align: center;
}
body.backgroundnone{
	background: none;
}
#layout {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#layout--wide{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#layout--wide{
		width: 1200px;
	}
}
.container{
	margin-bottom: 150px;
}

 /* ↓LINEPAY決済機能追加に伴うスタイル更新-20190129追加-↓ */
 #d_layout{
	width: 100%;
	margin: 0 auto;
 }
 /* ↑LINEPAY決済機能追加に伴うスタイル更新-20190129追加-↑ */

#footer,
#footer_renewal{
	position: relative;
}
#header_renewal{
	width: 100%;
  min-width: 1200px;
	background: #fff;
}
#header_order{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d1e4d8;
	padding: 15px 40px;
}
#header_order .header_order_title{
	font-weight: bold;
	color: #00583b;
	font-size: 20px;
}
#searchInput {
	margin: 0;
}


/* Header
---------------------------------------------------- */
.p-header__menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 45px 15px;
}
.p-header__icon{
	display: flex;
	align-items: center;
}
#header_renewal a{
	transition: opacity 0.3s ease 0s;
}
#header_renewal a:hover{
	opacity: 0.7;
	text-decoration: none;
}
#header_order #logo a,
#header_renewal #logo a{
	display: flex;
	align-items: center;
}
#header_order #logo a img,
#header_renewal #logo a img{
	width: 236px;
}
#header_order #logo a p,
#header_renewal #logo a p{
	color: #00583b;
	font-size: 16px;
	margin: 0 20px;
	font-weight: 500;
}
#header_renewal #userNav{
	text-align: center;
}
#header_renewal #userNav ul{
	display: flex;
	margin: 0;
	align-items: center;
}
#header_renewal #storeNav li,
#header_renewal #shopLink li,
#header_renewal #quickCart li,
#header_renewal #userNav li {
	margin: 0;
	line-height: 1;
	list-style-type: none;
}
#header_renewal #shopLink li {
	float: left;
	padding-left: 18px;
}
#header_renewal #userNav li p{
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #00583b;
	line-height: 1.3;
  white-space: nowrap;
}
#header_renewal #userNav li {
	padding: 0;
}
#header_renewal #userNav li a {
  display: block;
}
#header_renewal #userNav #memberChange{
	margin-right: 17px;
}
#header_renewal #userNav li#logIn {
	padding: 0;
	margin-right: 17px;
}
#header_renewal #userNav #logIn.logout{
	position: relative;
	margin-top: -2px;
}
#header_renewal #userNav #logIn.logout button{
	border: none;
	background: none;
	color: #00583b;
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0 0;
	cursor: pointer;
	padding-top: 30px;
	font-family: "Noto Sans JP", sans-serif;
}
#header_renewal #userNav #logIn.logout button:hover{
	text-decoration: underline;
}
#header_renewal #userNav .memberpage{
	margin-top: -5px;
	margin-right: 16px;
}
#header_renewal #userNav .memberpage p{
	margin-top: 5px;
}
#header_renewal #userNav #logIn.logout::before{
	
	background: url(../../images/header/icon_logout.png) no-repeat;
	width: 47px;
	height: 33px;
	position: absolute;
	top: 0;
}
#header_renewal #userNav #logIn.logout img{
	margin-left: -6px;
}
#header_renewal #userNav #logIn.logout p{
	margin-top: 8px;
}
#header_renewal #userNav .regist{
	margin-top: -5px;
	margin-right: 18px;
}
#header_renewal #userNav .regist p{
	margin-top: 10px;
}
#header_renewal #userNav .regist img{
	width: 33px;
}
#header_renewal #userNav #logIn.login{
	margin-right: 18px;
	margin-top: -2px;
}
#header_renewal #userNav #logIn.login img{
	width: 33px;
}
#header_renewal #userNav #logIn.login p{
	margin-top: 9px;
}
#header_renewal #orderFlow {
	top: 34px;
	right: 36px;
	width: 105px;
}
#header_renewal #orderFlow p {
	margin: 0;
}
#errorsttc #header,
#order #header,
#d_order #header {
	height: 83px;
	background: none;
	border-bottom: 3px solid #016368;
}


#header_renewal #userNav #quickCart {
	position: relative;
	margin-top: -1px;
}
#header_renewal #userNav #quickCart img{
	margin-left: -7px;
	width: 34px;
}
#header_renewal #userNav #quickCart p{
	margin: 6px 0 0;
}
#header_renewal #userNav #quickCart .cartCount {
	text-align: center;
	display: flex;
  align-items: center;
  justify-content: center;
	min-width: 18px;
	min-height: 18px;
	background: #a1883b;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: 23px;
	font-size: 10px;
	color: #fff;
  line-height: 1.0;
	padding: 2px;
}
#header_renewal #userNav #quickCart .cartCount #sumCountWrap{
	color: #fff;
}

/* Header Nav
---------------------------------------------------- */
#headNav {
	position: absolute;
	top: 6px;
	right: 24px;
	width: 187px;
}
#headNav ul {
	margin: 0;
}
#headNav li {
	float: left;
	margin: 0;
	font-size: 0;
	line-height: 1;
	list-style: none;
}




/* Search Input
---------------------------------------------------- */
#searchInput input:hover{
	opacity: 1;
}
#searchInput form{
	width: 410px;
	height: 50px;
	display: flex;
	align-items: center;
	margin-right: 57px;
}
#searchInput form input {
	vertical-align: top;
	outline: none;
}
#searchInput form input::placeholder {
	font-size: 14px;
  color: #00583b;
	font-family: "Noto Sans JP", sans-serif;
	@-moz-document url-prefix(){		
		color: #00583b;
	}
}
#searchInput form #search {
	box-sizing: border-box;
	height: 50px;
	width: 346px;
	border-radius: 26px 0 0 26px;
	padding: 10px 10px 10px 25px;
	border: none;
	line-height: 16px;
	background-color: #e8f1eb;
  color: #00583b;
}
.searchimage{
	height: 50px;
	width: 65px;
	border-radius: 0 25px 25px 0;
	padding: 13px 20px;
	border: none;
	line-height: 16px;
	background-color: #e8f1eb;
}
*:first-child+html #searchInput form #search {
	padding: 1px 0 0 0;
}

/* Footer
---------------------------------------------------- */
#footer {
	height: 132px;
	background: url(../../images/footer/bg_footer.gif) 0 0 no-repeat;
}
#footer #footNav {
	position: absolute;
	left: 20px;
	top: 0px;
}
#footer #footNav ul,
#footer #footNav ul li {
	margin: 0;
	list-style: none;
}
#footer #footNav ul li {
	float: left;
	font-size: 0;
	line-height: 1;
}
#footer p#footLogo {
	position: absolute;
	width: 446px;
	left: 22px;
	top: 29px;
	padding: 0;
	margin: 0;
}
#footer p#copyRight {
	position: absolute;
	width: 258px;
	right: 15px;
	top: 47px;
	padding: 0;
	margin: 0;
}

/* Footer_renewal
---------------------------------------------------- */
#footer_renewal{
	font-family: "Noto Sans JP", sans-serif;
}
#footer_renewal a:hover{
	transition: opacity ease 0.3s;
	opacity: 0.7;
}
#footer_renewal li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer_renewal .footBnr{
	background-color: #f5f5f5;
}
#footer_renewal .footBnr ul{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
#footer_renewal .footBnr ul li{
	margin: 0 40px 0 0;
}
#footer_renewal .footBnr ul li:nth-of-type(3n){
	margin: 0;
}
#footer_renewal #footNav {
	background-color: #00583b;
	padding: 50px 0 40px;
}
#footer_renewal #footNav ul{
	width: 1200px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}
#footer_renewal #footNav ul li{
	margin: 0;
	list-style-type: none;
}
#footer_renewal #footNav ul.guide li{
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 16px;
}
#footer_renewal #footNav ul.guide li a{
	color: #fff;
}
#footer_renewal #footNav ul.guide li a:hover{
	text-decoration: underline;
}
#footer_renewal #footNav ul.guide li:last-of-type{
	border-right: none;
	padding: 0;
	margin: 0;
}
#footer_renewal #footNav ul.link{
	justify-content: space-between;
}
#footer_renewal #footNav ul.link li {
	width: 580px;
	height: 80px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_renewal #footNav ul.link li:first-of-type a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 580px;
  height: 80px;
}
#footer_renewal #footNav ul.link li:first-of-type a:hover{
	text-decoration: none;
}
#footer_renewal #footNav ul.link li:first-of-type img{
	margin-right: 22px;
}
#footer_renewal #footNav ul.link p{
	color: #000;
	font-size: 16px;
}
#footer_renewal #footNav ul.link p span{
	font-size: 16px;
	padding-left: 15px;
}
#footer_renewal #footNav ul.link .snsicon{
	margin-left: 30px;
}
#footer_renewal #footNav ul.link .snsicon:first-of-type{
	margin-left: 20px;
}
#footer_order{
	background-color: #00583b;
	padding: 35px 0;
}
#footer_order p#copyRight,
#footer_renewal p#copyRight {
	font-size: 12px;
	color: #e8f1eb;
	padding: 0;
	margin: 0;
	text-align: center;
}

/* Side menu
---------------------------------------------------- */
#sideBar #member-join {
	margin: 0;
}
#sideBar .sideBox {
	width: 196px;
	padding: 0;
	margin: 0;
}
#sideBar .sideBox dl {
	width: 196px;
	margin: 0;
	text-align: center;
	background: url(../../images/bg_sidebox.gif) left bottom no-repeat;
}
#sideBar .sideBox dt {
	padding: 14px 0 0;
	margin: 0;
}
#sideBar .sideBox dd {
	width: 196px;
	padding: 13px 0 20px;
	margin: 0;
}
#sideBar .sideBox dd img.qrcode {
	padding: 0 0 12px;
	margin: 0;
}
#sideBar .sideBox dd p {
	width: 101px;
	margin: 0 0 0 74px;
	font-size: 10px;
	line-height: 1.4;
}
#sideBar .sideBox dd p a {
	text-decoration: none;
}
#sideBar .sideBox dd p img {
	margin-top: 10px;
}
#sideBar #mailmaga dl {
	background: url(../../images/bg_sidebar.gif) 0 0 repeat-y;
}
#sideBar #mailmaga dt {
	padding: 14px 0 14px;
	margin: 0;
}
#sideBar #mailmaga dd {
	background: url(../../images/bg_mailmagazine.gif) 0 0 no-repeat;
}
#sideBar #mobile dd.notice {
	margin: 8px 6px 0 8px;
}
.sideBox #mailmaga img,
.sideBox #mobile img{
	margin-top: 11px;
}
#sideBar #sideBtn {
	padding-bottom: 4px;
	margin: 10px 0;
	border-bottom: 1px dotted #666666;
}
#sideBar #sideBtn ul {
	margin: 0;
}
#sideBar #sideBtn li {
	margin: 0 0 4px 0;
	list-style: none;
}
#sideBar .bannerBox {
	margin: 15px 0;
}
#sideBar .bannerBox p {
	margin: 0;
	text-align: center;
}



/* System Error
---------------------------------------------------- */
#error .inputError{
	width: 1200px;
  margin: 0 auto 30px;
}
#error #container {
	text-align: center;
	padding: 130px 0 100px;
}
#error .logo{
	margin-bottom: 70px;
}
#error h5{
	color: #00583b;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
}
#error p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 2;
}
#error #copyRight{
	font-size: 12px;
	text-align: center;
	margin-bottom: 130px;
}
#error .mainte{
	width: 700px;
	margin: 30px auto;
	border: 4px solid #e6e6e6;
	padding: 20px;
	text-align: center;
}
#error .mainte dt{
	font-size: 18px;
	font-weight: bold;
}
#error .mainte dd{
	font-size: 18px;
	font-weight: bold;
}
#error .mainte p{
	font-size: 13px;
}
#error .date {
	width: 520px;
	margin: 20px auto 0;
	border: solid 2px #cf0000;
}
#error .date dt {
	font-size: 16px;
	font-weight: bold;
	color: #cf0000;
}
#error .date dd {
	font-size: 14px;
	color: #cf0000;
}

/* Common
---------------------------------------------------- */
#container h2 {
	margin: 4px 0 12px 0;
}
#sideBar h2 {
	padding: 0;
	margin: 17px 0 0 0;
}
p#pageTop {
	position: absolute;
	top: 0px;
	right: 23px;
	margin: 0;
}
p.Transition {
	margin: 0;
	text-align: center;
}


/* 2024.03 リニューアル
---------------------------------------------------- */
.content__inner{
	width: 1200px;
	margin: 0 auto;
}
.container_renewal_side{
	display: flex;
	width: 1200px;
	margin: 70px auto 150px;
	justify-content: space-between;
}
.mainContents_renewal{
	width: 920px;
}
.grand-top a:hover,
.goodslist a:hover,
.goodsDetail a:hover{
	transition: opacity 0.3s ease-out;
	opacity: 0.7;
	border-bottom: none;
}

/* sidemenu　2024.03リニューアル
---------------------------------------------------- */
.sidemenu{
	width: 220px;
	margin-bottom: 150px;
}
#localNav ul,
#localNav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#localNav li{
	line-height: 1.4;
	text-align: left;
	font-size: 16px;
	color: #00583b;
	font-weight: bold;
	border-bottom: 1px solid #00583b;
	padding: 25px 0 15px 0;
}
#localNav li a span{
	color: #00583b;
	font-weight: bold;
	font-size: 16px;
}
#localNav li a span:hover{
	text-decoration: underline;
}
#localNav ul#sidemenuPageItems > li:first-of-type{
	padding-top: 8px;
}
/* 第2階層 */
#localNav li.subCategory {
    border: none;
		padding: 0;
}
#localNav li.subCategory a {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	position: relative;
	padding: 13px 0 13px 20px;
	line-height: 1.6;
}
#localNav li.subCategory a:hover{
	text-decoration: underline;
}
#localNav li.subCategory a::before{
	content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #269d65;
  border-right: solid 1px #269d65;
  position: absolute;
  left: 0;
  top: 23px;
  transform: rotate(45deg);
}
#localNav li.subCategory li{
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	padding: 0;
}
/* 第3階層 */
#localNav li.subCategory li.subCategory{
	border: none;
}
#localNav li.subCategory li.subCategory li{
	background-color: #fafafa;
}
#localNav li.subCategory li.subCategory li a{
	padding: 13px 20px 13px 40px;
}
#localNav li.subCategory li.subCategory li a::before{
	width: 5px;
  height: 5px;
	left: 20px;
	top: 23px;
}
/* 第4階層 */
#localNav li.subCategory li.subCategory li.subCategory{
	border-bottom: 1px solid #e6e6e6;
}
#localNav li.subCategory li.subCategory li.subCategory li{
	border: none;
}
#localNav li.subCategory li.subCategory li.subCategory li a{
	font-size: 14px;
	padding: 10px 20px 10px 55px;
	background-color: #f2f2f2;
}
#localNav li.subCategory li.subCategory li.subCategory ul{
	padding: 5px 0;
	background-color: #f2f2f2;
}
#localNav li.subCategory li.subCategory li.subCategory li a::before{
	content: "・";
	position: absolute;
	border: none;
	color: #269d65;
	left: 40px;
	top: 11px;
}

.itemGroupThumbs{
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.itemGroupThumbs dl,
.itemGroupThumbs dd{
	margin: 0;
	padding: 0;
	width: 216px;
}
#goods .itemGroupThumbs.swipermylist .l-goods dl,
.itemGroupThumbs .l-goods dl{
	margin: 50px 0 50px 0;
}
#goods .itemGroupThumbs .l-goods dl,
#search .itemGroupThumbs .l-goods dl{
	margin: 50px 20px 50px 0;
}
.itemGroupThumbs .l-goods:nth-of-type(4n) dl{
	padding-right: 0;
}
.itemGroupThumbs .l-goods a:hover{
	text-decoration: none;
}
.l-goods a:hover .l-goods--name{
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.l-goods a:hover .l-goods--price{
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.itemGroupThumbs .l-goods .l-goods--price .sale{
	margin-top: 0;
	color: #e60012;
}
.itemGroupThumbs .l-goods a:hover .l-goods--price .sale {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-decoration-color: #e60012;
}
.itemGroupThumbs .l-goods .l-goods--price .sale-arrow {
  font-weight: normal;
  color: #e60012;
	text-decoration-skip-ink: none;
  text-decoration-color: #e60012;
}
.itemGroupThumbs .l-goods .l-goods--price .price-before-sale,
.itemGroupThumbs .l-goods .l-goods--price .price-before-sale span {
  font-size: 18px;
  font-weight: normal;
  color: inherit;
}
.l-goods tr{
	display: flex;
}
.l-goods td{
	width: 216px;
	margin: 0 30px 0 0;
}
.l-goods td:nth-of-type(5n){
	margin-right: 0;
}
.l-goods .l-goods--name{
	display: block;
	color: #333;
	font-size: 15px;
	width: 196px;
	text-align: left;
	margin: 18px auto 0;
	line-height: 24px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.l-goods .l-goods--price span{
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	width: 196px;
	text-align: left;
	margin: 12px auto 0;
}
.l-goods .l-goods--price span.sale{
	margin-top: 0;
  color: #e60012;
}
.l-goods .l-goods--price .salecomment span{
	font-size: 14px;
	display: block;
	color: #e60012;
	line-height: 1.5;
}
.l-goods a:hover .l-goods--price .salecomment span,
.l-goods a:hover .l-goods--price .sale,
.l-goods a:hover .l-goods--price .sale-arrow {
	text-decoration: underline;
	text-decoration-color: red;
}
.l-goods .l-goods--price .saleprice{
	color: #e60012;
	font-size: 20px;
	width: 196px;
  text-align: left;
  margin: 12px auto 0;
	font-weight: bold;
}
.l-goods .l-goods--icon{
	width: 216px;
	text-align: left;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 0 10px;
}
.l-goods .l-goods--icon:empty {
	display: none;
}
.l-goods .l-goods--icon .icon_stock{
	width: 195px;
}
.l-goods .l-goods--icon .icon_stock img{
	width: 100%;
}
.l-goods .l-goods--icon img{
	width: 95px;
	height: 24px;
	margin: 0 5px 5px 0;
}
.l-goods .l-goods--icon img.sale{
	width: 195px;
	margin-right: 0;
}
.l-goods .l-goods--icon:empty{
	display: none;
}


.pageNaiton_renewal {
	text-align: center;
	margin-top: 70px;
}
.pageNaiton_renewal .pageing {
	margin: 0 0 0 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageNaiton_renewal .pageing a{
	color: #00583b;
	font-size: 18px;
}
.pageNaiton_renewal .pageing span{
	color: #ccc;
	font-size: 18px;
}
.pageNaiton_renewal .pageing .prev{
	position: relative;
	margin-right: 30px;
}
.pageNaiton_renewal .pageing .prev img,
.pageNaiton_renewal .pageing .next img{
	display: none;
}
.pageNaiton_renewal .pageing .prev a,
.pageNaiton_renewal .pageing .next a{
	width: 30px;
  height: 30px;
  display: block;
	position: relative;
}
.pageNaiton_renewal .pageing .prev a::before{
	content: "";
	background: url(../../images/goods/prev.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
.pageNaiton_renewal .pageing .next{
	margin-left: 15px;
}
.pageNaiton_renewal .pageing .next a::before{
	content: "";
	background: url(../../images/goods/next.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
.pageNaiton_renewal .pageing .itemcount{
	font-size: 15px;
	color: #00583b;
	padding-right: 28px;
}
.pageNaiton_renewal .pageing .numberlink a,
.pageNaiton_renewal .pageing .numberlink span{
	display: inline-block;
	margin-right: 15px;
}
.pageNaiton_renewal .pageing .numberlink a:hover{
  text-decoration: underline;
}

/*  商品一覧　2024.03 リニューアル
---------------------------------------------------- */
body.search,
body.goodslist,
body#news{
	background: none;
	font-family: "Noto Sans JP", sans-serif;
}
.search ul,
.search li,
.goodslist li,
.goodslist ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body#news #newsForm{
	font-size: 16px;
	line-height: 1.8;
}
.topicPath{
	width: 100%;
	padding: 13px 30px;
	text-align: left;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
}
.topicPath.border{
	border-bottom: 1px solid #d1e4d8;
}
.topicPath ol{
	margin: 0;
	padding: 0;
}
.topicPath li{
	display: inline;
	margin: 0;
	font-size: 13px;
	list-style: none;
}
.topicPath .gt{
	color: #ccc;
	font-weight: 500;
}
.topicPath a{
	color: #00583b;
	font-weight: bold;
	font-size: 13px;
}
.topicPath a:hover{
	text-decoration: underline;
}
.topicPath li:last-of-type a{
	color: #777;
	font-weight: 400;
}
.search h2,
.goodslist h2 span{
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	color: #00583b;
	margin-bottom: 60px;
}
.search #pageNaiton,
.goodslist #pageNaiton{
	width: 920px;
	background: none;
	margin: 60px 0 0;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #00583b;
	padding: 0 0 22px 0;
	align-items: center;
}
.search #pageNaiton dl.order dd,
.goodslist #pageNaiton dl.order dd{
	display: flex;
}
.search #pageNaiton dl.order dd div:first-of-type,
.goodslist #pageNaiton dl.order dd div:first-of-type{
	margin-right: 10px;
}
.search #pageNaiton dl.sort,
.goodslist #pageNaiton dl.sort{
	font-size: 18px;
	border-right: 1px dotted #00583b;
	padding-right: 25px;
	margin-right: 25px;
	height: 30px;
}
.search #pageNaiton dl.sort dd,
.goodslist #pageNaiton dl.sort dd{
	display: flex;
	align-items: baseline;
}
.search #pageNaiton dl.sort dd p,
.goodslist #pageNaiton dl.sort dd p{
	margin: 0 0 0 23px;
	color: #a3b5b5;
	margin-top: -5px;
}
.search #pageNaiton dl.sort a,
.goodslist #pageNaiton dl.sort a{
	border-bottom: 1px solid #00583b;
	padding-bottom: 5px;
	font-size: 18px;
	color: #00583b;
}
.search #pageNaiton dl.sort a:hover,
.goodslist #pageNaiton dl.sort a:hover,
.search #pageNaiton dl.sort a:focus,
.goodslist #pageNaiton dl.sort a:focus{
	border-bottom: none;
	text-decoration: none;
}

