@charset "utf-8";


/*--------------------------------------------------
               ヘッダー：ロゴとか上のところ
----------------------------------------------------*/



#header {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	display: block;
	background: #ffffff;
	border: 0;
	text-align: left;
}

#hd_space {
	padding: 10px 0 0px 0;
	margin-top: 0px;
}

#hd_name {
	width: 1000px;
	height: 64px;
	border-bottom: 2px solid #d6b382;
}

.hd_name_txt {
	font-size: 11px;
	/*font-size: 1.1rem;*/
	font-weight: normal;
	letter-spacing: 0.0em;
	width: 400px;
	float: left;
}

#hd_name img {
	text-align: right;
	width: auto;
	height: 48px;
	float: right;
}

#header #hd_space #hd_logo {
	width: 408px;
	height: 60px;
	margin: 0;
}

#hd_ad_list {
	width: 456px;
	padding: 25px 0 0 0;
	float: right;
}

#hd_ad_list li.hd_ad_inner {
	padding: 0 0 0 10px;
	float: left;
}

#hd_ad_list li.hd_ad_inner a {
	width: 130px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 34px;
	display: block;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #666666;
	text-decoration: none;
}

#hd_ad_list li.hd_ad_ad01 a {
	background: url(https://www.air-ry.live/smaf/images/cart.svg) no-repeat 8px 50%;
	background-size: 16px;
}

#hd_ad_list li.hd_ad_ad02 a {
	width: 180px;
	background: url(https://www.air-ry.live/smaf/images/history.svg) no-repeat 8px 50%;
	background-size: 16px;
}

#hd_ad_list li.hd_ad_ad03 a {
	width: 115px;
	background: url(https://www.air-ry.live/smaf/images/my.svg) no-repeat 8px 50%;
	background-size: 16px;
}

#hd_ad_list li a:hover {
	background-color: #f3f3f3;
	text-decoration: none;
}


/* 購入画面 */
#main-top #hd_space {
    width: fit-content;
    margin: 20px auto;
}

#main-top #header #hd_space #hd_logo {
	width: fit-content;
}

/*--------------------------------------------------
               ヘッダー：ナビ部分
----------------------------------------------------*/

#header #head_nav_space {
	width: 1000px;
	height: 38px;
	margin: 0 auto 10px;
	padding: 0;
}

#hd_nav_list {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
}

#hd_nav_space #hd_nav_list li {
	margin: 0;
	float: left;
	width: 140px;
	height: 33px;
	text-align: center;
	background: #ffffff;
	color: #757575;
}

#hd_nav_space #hd_nav_list li.hd_nav02 {
	width: 160px;
}

#hd_nav_space #hd_nav_list li::after {
	content: "";
	width: 1px;
	height: 24px;
	margin-top: 5px;
	background: #cacaca;
	display: block;
	float: right;
}

#hd_nav_space #hd_nav_list li.hd_nav06::after {
	display: none;
}

#hd_nav_list .hd_nav_btn a {
	width: 99%;
	height: 33px;
	display: block;
	margin: 0;
	padding: 0;
	color: #757575;
	font-size: 11px;
	line-height: 33px;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	float: left;
	background: none;
}

#hd_nav_list .hd_nav_btn a:hover {
	color: #757575;
	text-decoration: none;
	background: #f3f3f3;
}



.pc_hd_logoad_wrap {
	display: flex;
	height: 110px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pc_hd_logoad_wrap.lower #hd_logo a img {
	width: 132px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#header #hd_space #hd_logo {
	text-align: center;
	margin: 0 auto;
}

#hd_space #hd_ad_list li {
	padding: 0;
}

#hd_space #hd_ad_list li.hd_ad_inner a {
	border: none;
	flex-flow: column;
	width: 70px;
	height: inherit;
	padding: 0;
	display: flex;
	align-items: center;
}

#hd_space #hd_ad_list li a {
	background-image: none;
}


#hd_ad_list li a img {
	width: 26px;
	height: 26px;
}

#hd_ad_list.lower li a img {
	width: 26px;
	height: 26px;
	margin-bottom: 8px;
}

#hd_ad_list {
	padding: 0;
	width: inherit;
}

#hd_logo a img {
	width: 266px;
}

/*--------------------------------------------------
               ヘッダー：Whatshop部分
----------------------------------------------------*/

#hd_what {
	width: 1000px;
	height: 60px;
	padding: 15px 0 0 0;
	font-size: 11px;
	/*font-size: 1.1rem;*/
	line-height: 1.2;
}

#hd_what img {
	width: 125px;
	height: 37px;
	float: left;
	padding: 0 0 20px 0;
}

#hd_what a {
	font-size: 11px;
	/*font-size: 1.1rem;*/
}

/*--------------------------------------------------
            ヘッダー：検索窓＆検索ワード
	※フォーカスはサイドと一緒にマーキング
---------------------------------------------------*/

#hd_search_space {
	width: 990px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 5px;
	background: #efece8;
}

#hd_search_box {
	float: left;
	width: 373px;
	height: 28px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#hd_search_btn {
	width: 52px;
	height: 28px;
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	/* font-size: 1.1rem;*/
	text-align: center;
	margin: 0;
	border: 0;
	background: #b0cc59;
	float: right;
	/* applied IE6 and IE7 */
	>margin-top: -29px;
}

#hd_search_txtarea {
	font-size: 11px;
	/* font-size: 1.1rem;*/
	letter-spacing: 0.1em;
	color: #666666;
	width: 284px;
	height: 12px;
	padding: 8px 2px 8px 30px;
	border: 0;
	/*border-right: 2px solid #403f3e;*/
	background: url(images/hd_search_icon.gif) no-repeat 0px 2px #ffffff;
}

#hd_search_word {
	float: right;
	width: 600px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#hd_search_word ul {
	height: 28px;
	overflow: hidden;
	padding: 0 0 0 80px;
	background: url(https://www.air-ry.live/images/site/head/hd_search_ttl.gif?0112) no-repeat;
}

#hd_search_word ul li {
	float: left;
	height: 14px;
	white-space: nowrap;
	margin: 0;
	padding: 7px 8px;
	vertical-align: middle;
}

#hd_search_word ul li a {
	color: #696764;
	text-decoration: underline;
}

#hd_search_word ul li a:hover {
	color: #999999;
	text-decoration: underline;
}

/*----------------------------------------
　サイドとヘッダーの検索フォーカス
-------------------------------------------*/
#hd_search_txtarea:focus {
	font-size: 12px;
	/*font-size: 1.2rem;*/
	color: #666666;
	background-color: #ffffff;
}

#hd_search_txtarea02:focus {
	font-size: 12px;
	/*font-size: 1.2rem;*/
	color: #666666;
	background-color: #ffffff;
}

/* サイド検索内 hotワード */
#search {
	height: auto;
	min-height: 92px;
	background-color: #999;
}

#search #hotword {
	padding: 10px 8px;
	text-align: left;
}

#search #hotword p {
	color: #fff;
	border: solid 1px #cccccc;
	padding: 6px;
	margin: 0;
}

#search #hotword p span {
	display: block;
	font-weight: bold;
	padding: 0 0 3px;
}

#search #hotword p a {
	color: #fff;
	text-decoration: underline;
	line-height: 1.6;
	font-size: 11px;
	margin-right: 8px;
}

/*----------------------------------------
　ヘッダーカテゴリーマウスーバー
-------------------------------------------*/

#hd_menu_list {
	position: relative;
	z-index: 10;
	width: 1000px;
	margin: 0 0 8px 0;
}

#hd_menu_list li.hd_menu_btn {
	margin: 0;
	display: block;
	padding: 0px;
	width: 20%;
	height: 43px;
	/* background: url(https://www.air-ry.live/images/site/head/hd_menu_bk.gif) no-repeat;*/
	background: #c5a06c
		/*#9e6900*/
	;
	color: #ffffff;
	float: left;
}

/*
#hd_menu_list li.hd_menu01 {background-position: 0px 0px;}
#hd_menu_list li.hd_menu02 {background-position: -200px 0px;}
#hd_menu_list li.hd_menu03 {background-position: -400px 0px;}
#hd_menu_list li.hd_menu04 {background-position: -600px 0px;}
#hd_menu_list li.hd_menu05 {background-position: -800px 0px;}

#hd_menu_list li.hd_menu01:hover {background-position: 0px -43px;}
#hd_menu_list li.hd_menu02:hover {background-position: -200px -43px;}
#hd_menu_list li.hd_menu03:hover {background-position: -400px -43px;}
#hd_menu_list li.hd_menu04:hover {background-position: -600px -43px;}
#hd_menu_list li.hd_menu05:hover {background-position: -800px -43px;}
*/


/****** 2018.10.18 テキスト化時 追加CSS ******/

/* 游ゴシック指定 */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

#hd_menu_list span.hd_menu_btnTxt {
	display: block;
	width: 100%;
	height: 30px;
	border-right: solid 1px #ccc;
	box-sizing: border-box;
}

#hd_menu_list span.hd_menu_btnLast {
	border-right: none;
}

#hd_menu_list span.hd_menu_btnTxt span {
	display: block;
	width: 185px;
	height: 30px;
	margin: 6px auto;
	color: #ffffff;
	font-family: "Yu Gothic Bold", "游ゴシック Bold", YuGothic, "游ゴシック体";
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Bold", "游ゴシック Bold", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 31px;
	text-align: center;
}

#hd_menu_list span.line2 span {
	font-size: 10px;
	line-height: 13px;
	height: 28px;
	padding: 2px 0 0 0;
}

#hd_menu_list li.hd_menu01:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu02:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu03:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu04:hover span.hd_menu_btnTxt span,
#hd_menu_list li.hd_menu05:hover span.hd_menu_btnTxt span {
	background: #efece8;
	color: #333;
}

#hd_menu_list li.hd_menu02:hover .hd_menu_box {
	width: 116px;
}

/****** //追加CSS ******/










#hd_menu_list li div.hd_menu_box,
#hd_menu_list li div.hd_menu_box-last {
	display: none;
}

#hd_menu_list li:hover div.hd_menu_box,
#hd_menu_list li:hover div.hd_menu_box-last {
	display: block;
	position: absolute;
	top: 43px;
}

/* 変更追加 */
#hd_menu_list li div.hd_menu_box ul {
	position: relative;
	top: 15px;
	left: 0px;
	padding: 20px 40px;
	width: 316px;
	background: #ffffff;
	border: solid 2px #dbdbdb;
	/* applied IE6 and IE7 */
	>top: 0px;
}

#hd_menu_list li.hd_menu02 div.hd_menu_box ul,
#hd_menu_list li.hd_menu03 div.hd_menu_box ul,
#hd_menu_list li.hd_menu04 div.hd_menu_box ul,
#hd_menu_list li.hd_menu05 div.hd_menu_box ul {
	width: 116px;
}

/*
#hd_menu_list li.hd_menu02 div.hd_menu_box ul {
	left: -200px;
}
*/
#hd_menu_list li div.hd_menu_box:after {
	content: '';
	position: absolute;
	border-bottom: 15px solid #ffffff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	top: 3px;
	left: 85px;
	/* applied only IE8 */
	z-index
	/*\**/
	: 1;
	\9 border-bottom
	/*\**/
	: 15px solid #ff6666;
	\9
}

#hd_menu_list li div.hd_menu_box:before {
	content: '';
	position: absolute;
	border-bottom: 15px solid #dbdbdb;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	top: 0px;
	left: 85px;
}

/* //変更追加 */



#hd_menu_list li.hd_menu_inner {
	width: 155px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#hd_menu_list li.hd_menu_inner a {
	display: inline-block;
	width: 145px;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	background: url(images/hd_menu_icon01.gif) no-repeat 0px 12px;
}

#hd_menu_list li.hd_menu_inner a:hover {
	background: url(images/hd_menu_icon02.gif) no-repeat 0px 12px;
}



/*--------------------------------------------------
               ヘッダー：隠れヘッダー
----------------------------------------------------*/


#change {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 9999;
}



/*--------------------------------------------------
           隠れヘッダー：検索窓＆検索ワード
	※フォーカスはサイドと一緒にマーキング
---------------------------------------------------*/

#hd_search_space02 {
	width: 990px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 5px;
	background: #474442;
}

#hd_search_box02 {
	float: left;
	width: 858px;
	height: 28px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#hd_search_btn02 {
	width: 60px;
	height: 28px;
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	/* font-size: 1.1rem;*/
	text-align: center;
	margin: 0;
	border: 0;
	background: #b0cc59;
	float: right;
	/* applied IE6 and IE7 */
	>margin-top: -29px;
}

#hd_search_txtarea02 {
	font-size: 11px;
	/* font-size: 1.1rem;*/
	letter-spacing: 0.1em;
	color: #666666;
	width: 763px;
	height: 24px;
	padding: 2px 2px 2px 30px;
	border: 0;
	border-right: 2px solid #403f3e;
	background: url(images/hd_search_icon.gif) no-repeat 0px 2px #ffffff;
}

#hd_search_cate a {
	text-indent: -99999px;
	float: right;
	width: 128px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 0;
	background: #b0cc59;
	background: url(https://www.air-ry.live/images/site/head/hd_search_cate.gif) no-repeat;
}

#hd_search_cate a,
#hd_search_cate a:hover {
	color: #ffffff;
}


/*--------------------------------------------------
  　　         TOPサイドナビ
---------------------------------------------------*/

#side_nav {
	color: #7f7f7f;
	display: block;
	font-size: 0.6em;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 150px;
}

#side_nav li {
	line-height: 21px;
}

#side_nav ul,
li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.ctgg {
	border-left: 1px solid #9e6900;
	border-right: 1px solid #9e6900;
	color: #9e6900;
	font-size: 12px;
	/* font-size: 1.2rem;*/
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.0em;
	margin: 0;
	padding: 0 0 0 6px;
	width: 142px;
	line-height: 21px;
}

.ctgg ul li {
	line-height: 21px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.ctgg2 {
	color: #9e6900;
	font-size: 12px;
	/* font-size: 1.2rem;*/
	letter-spacing: 0.0em;
	width: 142px;
}

.ctgg a {
	color: #666;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ctgg a:hover {
	color: #33cc00;
	text-decoration: underline;
}

.line_d,
.line {
	border-left: 1px solid #9e6900;
	border-right: 1px solid #9e6900;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	width: 138px;
	height: auto;
}

.line_d img {
	padding: 10px 0;
}

.line img {
	padding: 10px 0 20px 0;
}

#side_nav li.contents {
	border-left: 1px solid #9e6900;
	border-right: 1px solid #9e6900;
	clear: both;
	color: #9e6900;
	font-size: 10px;
	height: 21px;
	margin: 0;
	padding: 0 0 3px 8px;
	width: 140px;
}


/*--------------------------------------------------
	TOP-フッター
--------------------------------------------------*/

#footer {
	width: 1000px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

#footer ul {
	padding: 0 !important;
}

#ft_text {
	margin-top: 20px;
	text-align: left;
	width: 998px;
	height: auto;
	border: 1px solid #dcdcdc;
}

#ft_text dt,
#ft_text dd {
	height: 310px;
	float: left;
	padding: 15px 10px 15px 15px;
	border-right: 1px dotted #dcdcdc;
}

#ft_text dt {
	width: 270px;
	height: 310px;
}

#ft_text dd ul li {
	line-height: 1.2 !important;
	display: block;
	float: left;
	padding: 4px 0 4px 5px;
	background: url(images/list-disc.gif) no-repeat -1px 8px;
}

#ft_text dd.ft-inner01 {
	width: 300px;
	/* applied IE6 and IE7 */
	^white-space: nowrap;
}

#ft_text dd.ft-inner01 li {
	width: 145px;
	/* applied IE6 and IE7 */
	^white-space: nowrap;
}

#ft_text dd.ft-inner02 {
	width: 140px;
	/* applied IE6 and IE7 */
	^white-space: nowrap;
}

#ft_text dd.ft-inner03 {
	width: 170px;
	/* applied IE6 and IE7 */
	^white-space: nowrap;
}

.ft-topic {
	font-weight: bold;
	padding-bottom: 10px;
}

/*-------------------------------------------------------
  　　カテゴリランキング露出用
-------------------------------------------------------*/

#product-rk {
	color: #666666;
	width: 570px;
	height: auto;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}

#product-rcmn #product-rk-ttl {
	width: 570px;
	height: 34px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#product-rk .produck-rk-list {
	list-style: none;
	float: left;
	margin: 0px;
	border-top: 0px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	border-left: 1px solid #e3e2e2;
	background: #ffffff;
}

#product-rk .produck-rk-list a {
	width: 170px;
	height: 225px;
	padding: 48px 9px 10px;
	display: block;
}

#product-rk .produck-rk-list:hover {
	background: #fefdf1;
}

#product-rk .product-rk01 a {
	background: url(https://www.air-ry.live/item/product-rcmn/temp-images/product-rk-bk01.gif) no-repeat 50% top;
}

#product-rk .product-rk02 a {
	background: url(https://www.air-ry.live/item/product-rcmn/temp-images/product-rk-bk02.gif) no-repeat 50% top;
	padding: 48px 10px 10px;
}

#product-rk .product-rk03 a {
	background: url(https://www.air-ry.live/item/product-rcmn/temp-images/product-rk-bk03.gif) no-repeat 50% top;
	border-right: 1px solid #e3e2e2;
}

#product-rk .product-rk04 a {
	background: url(https://www.air-ry.live/item/product-rcmn/temp-images/product-rk-bk04.gif) no-repeat 50% top;
}

#product-rk .product-rk05 a {
	background: url(https://www.air-ry.live/item/product-rcmn/temp-images/product-rk-bk05.gif) no-repeat 50% top;
	padding: 48px 10px 10px;
}

#product-rk .product-rk06 a {
	background: url(https://www.air-ry.live/item/product-rcmn/temp-images/product-rk-bk06.gif) no-repeat 50% top;
	border-right: 1px solid #e3e2e2;
}

#product-rk .catekago img {
	width: 170px;
}

#product-rk .catename {
	width: 170px;
	height: auto;
	text-align: center;
	padding: 5px 0 0px;
	overflow: hidden;
	white-space: wrap;
	font-size: 12px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
}

#product-rk .catename a {
	color: #0a43fb;
}

#product-rk .cateprice {
	width: 170px;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1.2;
	padding: 0px;
	overflow: hidden;
	color: #ff6666;
}

#product-rk a .cateprice:hover {
	text-decoration: none;
}


/*-------------------------------------------------------
  露出バナーの幅フィット用
-------------------------------------------------------*/

#widthfit,
#widthfit img {
	width: 100%;
}

img#widthfit {
	width: 100%;
	height: 100%;
}