/* Main
===============================================================*/


/* item_txt
===============================================================*/
.item_txt {
	margin-bottom:17px;
}

.item_txt p a {
	text-decoration:underline;
}



/* perfume_list
===============================================================*/
.perfume_list {
	margin-bottom:30px;
}

.perfume_list ul {
	width: 100%;
    clear: both;
    overflow: hidden;
}

.perfume_list ul li {
	float:left;
	width: 113px;
	border:#e6ddd1 1px solid;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	margin-right:10px;
	font-family: "A-OTF 新ゴ Pro M", A-OTF Shin Go Pro M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#523619;
    text-align: center;
}
.perfume_list ul li:last-child {
	margin-right:0;
}

.perfume_list ul li a {
	display:block;
	color:#523619 !important;
    padding: 8px 8px 8px 0;
	background:url(../images/cate/ar01.png) no-repeat right center;
}
#AllBox #Main .perfume_list ul li a:hover {
	background:url(../images/cate/ar01.png) no-repeat right center #f7f6f3;
	text-decoration:none !important;
}




/* rec
===============================================================*/
.rec {
	position:relative;
}

.rec h2{
	font-weight: 500;
}
.rec h3{
	font-weight: 500;
}
.rec h2.category{
	font-size: 18px;
	border-bottom: #d0cebb 2px solid;
	color: #5d3b08;
	font-weight: 500;
	margin-top: 15px;
}

.rec .bg .box {
    width: 710px;
	padding: 30px 10px 30px 20px;
    display: table;
	border-bottom:#b8b8b8 1px dotted;
}

.rec .bg .box:last-child{
    border-bottom: none;
}

/* 2023.03.15 ADD ---------------------------- */
.rec .bg .box p.ph {
	display:table-cell;
    width: 200px;
    vertical-align: top;
}
/* 2023.03.15 ADD end---------------------------- */

.rec .bg .box p.ph img {
	width:100%;
	height:auto;
}
.rec .bg .box p.ph a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter:alpha(opacity=70);
	opacity:0.7;
}

.rec .bg .box .con {
	display:table-cell;
	padding-left:23px;
    vertical-align:middle;
}

.rec .bg .box .con p.itemname {
    color: #004f9f;
}
.rec .bg .box .con p.itemname a {
    color: #004f9f;
}

.rec .bg .box .con ul.tag_list{
	margin: 10px 0 10px;
	display: flex;
	flex-wrap: wrap;
}

.rec .bg .box .con ul.tag_list li{
	margin-right: 7px;
	padding: 2px 10px;
	font-size: 13px;
	color: #735c46;
	margin-bottom: 3px;
}

.rec .bg .box .con ul.tag_list li.tag1{
	border: solid 1px #fed9cf;
	background: #fff7f5;
}

.rec .bg .box .con ul.tag_list li.tag2{
	border: solid 1px #cfd7f4;
	background: #f5f9ff;
}

.rec .bg .box .con ul.tag_list li.tag3{
	border: solid 1px #fae1ff;
	background: #fdf2ff;
}

.rec .bg .box .con ul.tag_list li.tag4{
	border: solid 1px #d8d8d8;
	background: #f9f9f9;
}

.rec .bg .box .con ul.tag_list li.tag5{
	border: solid 1px #dfbcff;
	background: #ece2ff;
}

.rec .bg .box .con ul.tag_list li.tag6{
	border: solid 1px #ffe2c5;
	background: #ffebd8;
}

.rec .bg .box .con ul.tag_list li.tag7{
	border: solid 1px #d9d4ff;
	background: #ececfe;
}

.rec .bg .box .con ul.tag_list li.tag8{
	border: solid 1px #c1e3ff;
	background: #ecf6fe;
}

.rec .bg .box .con ul.tag_list li.tag9{
	border: solid 1px #bae5b6;
	background: #ebffeb;
}

.rec .bg .box .con ul.tag_list li.tag10{
    border: solid 1px #f3f3f3;
    background: #f9f9f9;
}


.rec .bg .box .con p.d {
    font-size: 18px;
    line-height: 22px;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
    color: #444444;
    padding-left: 110px;
}
.rec .bg .box .con .big_d{
	display: inline-block;
	margin:6px 0 0 0;
}

.rec .bg .box .con p.d{
	width: 150px;
	font-size: 14px;
    line-height: 18px;
    padding: 0 0 5px 84px;
}

.rec .bg .box .con p.d a{
	color: #606060;
    text-decoration: underline;
}


.rec .bg .box .con p.price {
    font-size: 16px;
    margin: 6px 0 10px;
}

.rec .bg .box .con p.price span {
	font-size: 16px;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
	color:#c10000;
}

.rec .bg .box .con p.price del {
    font-size: 14px;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
	color:#797979;
}

.rec .bg .box .con p.price span.tag {
    color: #ffffff;
    display: inline-block;
    background: #c10000;
    text-align: center;
    padding: 3px 0;
    font-size: 10px;
    line-height: 12px;
    width: 34px;
    border-radius: 2px;
    margin-left: 1em;
    vertical-align: middle;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
    font-weight: bold;
}




.rec .bg .box .con p.d {
    width: 150px;
	line-height:18px;
	padding:0 0 5px 84px;
}
.rec .bg .box .con p.d a {
	text-decoration:underline;
}

.rec .bg .box .con p.price {
	font-size:14px;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
}
.rec .bg .box .con p.price span {
	color:#d52b33;
    font-size: 16px;
    padding: 0 6px 0 0;
}
.rec .bg .box .con p.price del {
	color:#606060;
}


.rec .bg .box .con p.st1 {
	background:url(../images/common/star.png) no-repeat 0 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st15 {
	background:url(../images/common/star.png) no-repeat -612px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st2 {
	background:url(../images/common/star.png) no-repeat -1225px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st25 {
	background:url(../images/common/star.png) no-repeat -1837px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st3 {
	background:url(../images/common/star.png) no-repeat -2450px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st35 {
	background:url(../images/common/star.png) no-repeat -3062px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st4 {
	background:url(../images/common/star.png) no-repeat -3674px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st45 {
	background:url(../images/common/star.png) no-repeat -4286px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st5 {
	background:url(../images/common/star.png) no-repeat -4898px 2px;
    background-size: 5512px 14px;
}




/* perfume text
===============================================================*/
.perfume_txt h2 {
    color: #52381e;
    font-size: 16px;
    font-weight: normal;
}
.perfume_txt p {
    color: #525252;
    line-height: 1.8;
    padding: 5px 0 10px;
}
