@charset "utf-8";
/* CSS Document */

/* 2nd all
------------------------------------------------------------*/
#contents .contentsR{ font-size: 109%; }
#contents .contentsR p{ padding: 0 0 20px 0;}
#contents .contentsR .mainConUnit{ padding: 20px; }


/* 見出し
------------------------------------------------------------*/
#contents .contentsR h3.secondTtl{
	height: 27px;
	padding: 10px 0 0 30px;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
	color: #134070;
	background: url(../images/2nd_ttl.jpg) center no-repeat;
	box-shadow: #EAEAE3 0px 0px 3px, #EAEAE3 0px 0px 3px;
	-moz-box-shadow: #EAEAE3 0px 0px 3px, #EAEAE3 0px 0px 3px;
 	-webkit-box-shadow: #EAEAE3 0px 0px 3px, #EAEAE3 0px 0px 3px;
}

#contents .contentsR h4.secondSubTtl{
	height: 26px;
	padding: 11px 0 0 30px;
	font-size: 117%;
	line-height: 100%;
	font-weight: bold;
	color: #134070;
	background: url(../images/2nd_sub_ttl.jpg) center no-repeat;
	box-shadow: #EAEAE3 0px 0px 3px, #EAEAE3 0px 0px 3px;
	-moz-box-shadow: #EAEAE3 0px 0px 3px, #EAEAE3 0px 0px 3px;
 	-webkit-box-shadow: #EAEAE3 0px 0px 3px, #EAEAE3 0px 0px 3px;
}


/* 商品一覧 - navi
------------------------------------------------------------*/
#contents .contentsR .secondProductNav{
	background: url(../images/product_navi_bg.jpg) bottom repeat-x;
	padding: 10px 10px 5px 20px;
	border-left: solid 1px #D5D5D5;
	border-right: solid 1px #D5D5D5;
	border-bottom: solid 1px #D5D5D5;
}

#contents .contentsR .secondProductNav li{
	float: left;
	padding: 0 15px 5px 0;
}

#contents .contentsR .secondProductNav li a{
	background: url(../images/icon_circle.gif) left center no-repeat;
	padding: 0 0 0 18px;
}


/* 商品一覧 - list
------------------------------------------------------------*/
#contents .contentsR .productList{
	background: #FAFAFA;
	padding: 20px 20px 5px 20px;
	margin: 0 0 50px 0;
}

#contents .contentsR .productList .plUnit{
	width: 148px;
	border: 1px solid #CCC;
	padding: 1px;
	margin: 0 5px 15px 0;
	float: left;
}

#contents .contentsR .productList .plUnit dt,
#contents .contentsR .productList .plUnit dd{
	font-size: 85%;
}

#contents .contentsR .productList .plUnit dt.plPhoto{ padding: 0 0 10px 0; }
#contents .contentsR .productList .plUnit dt.plTtl{
	font-size: 100%;
	color: #134170;
	font-weight: bold;
	padding: 0 10px;
}
#contents .contentsR .productList .plUnit dt.plTtl a:link,
#contents .contentsR .productList .plUnit dt.plTtl a:visited{
	color: #134170;
	text-decoration: none;
}
#contents .contentsR .productList .plUnit dt.plTtl a:hover{
	text-decoration: underline;
}
#contents .contentsR .productList .plUnit dt.plNum{
	padding: 0 10px 2px 10px;
}
#contents .contentsR .productList .plUnit dd.plPrice{
	font-size: 100%;
	padding: 5px 10px 0 10px;
}
#contents .contentsR .productList .plUnit dd.plTxt{
	padding: 5px 10px 10px 10px;
}

#contents .contentsR .productList .plUnit dd.plCate{
	color: #996600;
	background: #F7F7E1;
	padding: 5px 10px;
}

/*　商品一覧　新商品アイコン　　*/
.new_wrap {
    position: relative;
}

.iframe3 {
    position: relative;
}

.iframe2 {
    position: relative;
}

.iframe {
    position: relative;
}

.new_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: -122px;
    left: 8px;
}

/*　商品一覧　停止関連告知用　　*/
#contents .contentsR .productList .plUnit dd.plTxtred{
	color: #ff0000;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
#contents .contentsR .productList .plUnit dt.plTtl02{
	font-size: 100%;
	color: #134170;
	font-weight: bold;
	padding: 0 10px;
}
#contents .contentsR .productList .plUnit dt.plTtl02 a:link,
#contents .contentsR .productList .plUnit dt.plTtl02 a:visited{
	color: #134170;
	text-decoration: none;
}
#contents .contentsR .productList .plUnit dt.plTtl02 a:hover{
	text-decoration: underline;
}
#contents .contentsR .productList .plUnit dd.plPrice02{
	font-size: 100%;
	padding: 4px 10px 0 10px;
}
