@charset "utf-8";

/*――――――――――――――――――――――――――――――――――――――――――――――
アンカー調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-content #osusume, .l-content #kodawari, .l-content #clean {
	display: block;
	margin-top: -29px;
	padding-top: 69px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――
サマリー
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-content .summary {
	font-size: 16px;
	text-align: center;
}

.l-content .summary span {
	font-size: 25px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――
固定ヘッダー
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-content .static_header_fixed_header {
	z-index: 999;
}

.l-content .static_header_fixed_header .header_title {
	background-color: #fff;
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
}

.l-content .m-downListInline {
	margin: 0;
}

.l-content .m-downListInline > ul > li {
	font-size: 13px;
}

.l-content .m-downListInline > ul > li > a {
	width: 240px;
	padding: 8px 0;
	background-color: #f5f5f5;
	color: #333;
}

/*――――――――――――――――――――――――――――――――――――――――――――――
見出し
――――――――――――――――――――――――――――――――――――――――――――――*/
/* h2Ttl_02 */
.l-content .h2Ttl_02 {
	position: relative;
	border-left: 5px solid #0f218b;
	background: #f4f4f4;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 10px;
	margin-bottom: 25px;
}

.l-content .h2Ttl_02 span {
	display: block;
	color: #0f218b;
	padding: 0 0 0 10px;
	line-height: 1.2;
}

/* h2Ttl_03 */
.l-content .h2Ttl_03 {
	border-bottom: 1px solid #333;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.l-content .h2Ttl_03 span {
	border-left: 5px solid #0f218b;
	display: block;
	color: #333333;
	padding: 0 0 0 10px;
	line-height: 1.2;
}

/* h2Ttl_04 */
.l-content .h2Ttl_04 {
	border-bottom: 3px solid #e50012;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 4px;
}


/*――――――――――――――――――――――――――――――――――――――――――――――
おすすめ新商品
――――――――――――――――――――――――――――――――――――――――――――――*/
/* itemList */
.l-content .pickup .itemList {
	display: flex;
	flex-wrap: wrap;
	width: 1160px;
	margin: 0 auto;
}

.l-content  .itemList .item {
	position: relative;
	display: block;
	margin: 0 13px 0 0;
	border: 1px solid #bfbfbf;
	width: 280px;
	padding: 10px;
	box-sizing: border-box;
}

.l-content .itemList .item:nth-child(4n) {
	margin-right: 0;
}

.l-content .itemList .item:nth-child(n+5) {
	margin-top: 13px;
}

.l-content .itemList .item .icon {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.l-content .itemList .item .icon span {
	text-align: center;
	height: 27px;
	padding: 4px 0;
	box-sizing: border-box;
}

.l-content .itemList .item .icon .new {
	width: 80px;
	background: #dd0000;
}

.l-content .itemList .item .icon .kikaku {
	width: 80px;
	background: #007b23;
}

.l-content .itemList .item .icon .date {
	width: 170px;
	border: 1px solid #333;
	color: #333;
	margin-left: 10px;
}

.l-content .itemList .item .name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.l-content .itemList .item .subject {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.l-content .itemList .item .maker {
	text-align: center;
}

.l-content .itemList .item .pic {
	position: relative;
	margin: 10px auto;
	text-align: center;
}

.l-content .itemList .item .pickup_date {
	width: 260px;
	height: 74px;
	background: #fffbe1;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	display: table;
	padding: 4px;
	margin: 0 auto 10px;
}

.l-content .itemList .item .pickup_date p {
	display: table-cell; /* 子要素はテーブルセル要素にする */
	vertical-align: middle; /* 上下中央に寄せる */ 
}

.l-content .itemList .item .btn {
	text-align: center;
}

.l-content .itemList .item .m-btn--conversion{
	width: 168px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――
ミスミ開発担当のこだわり商品
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-content .commitment .m-media {
	width: 1170px;
	margin: 0 auto;
}

.l-content .commitment .commitment_item {
	width: 280px;
	border: 1px solid #bfbfbf;
	padding: 10px;
	text-align: center;
}

.l-content .commitment .commitment_item .name {
	font-size: 14px;
	font-weight: bold;
}

.l-content .commitment .commitment_item .pic {
	position: relative;
	margin: 10px auto;
	text-align: center;
}

.l-content .commitment .commitment_item .pic img {
	display: initial;
}

.l-content .commitment .commitment_item .m-btn--down {
	width: 168px;
}

.l-content .commitment .commitment_text  .commitment_title {
	border-bottom: solid 1px #ccc;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.l-content .commitment .commitment_text .commitment_flex {
	display: flex;
	align-items: flex-start;
}

.l-content .commitment .commitment_text .commitment_flex .commitment_icon {
	margin-right: 20px;
}

.l-content .commitment .commitment_text .commitment_flex .commitment_icon p {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.l-content .commitment .commitment_text .commitment_flex .commitment_gray {
	width: 100%;
	background-color: #e6eaf2;
	border-radius: 5px;
	padding: 10px 15px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――
サイドナビゲーション
――――――――――――――――――――――――――――――――――――――――――――――*/
/* useage_list side_navi */
.l-content .useage_list {
	display: flex;
	justify-content: space-between;
}

.l-content .side_item {
	position: sticky;
	top: 88px;
	width: 290px;
	height: 100%;
}

.l-content .side_nav { 
	height: 460px;
	padding: 0 5px 20px 10px;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	overflow: auto;
}

.l-content .list_content {
	width: 890px;
}

.l-content .side_nav ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 34px;
}

.l-content .side_nav ul li a{
	font-size:12px;
}

.l-content .side_nav ul li.new{
	position: relative;
}

.l-content .side_nav ul li.new::after{
	content: "NEW";
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	color: #dd0000;
	position: absolute;
	top: -5px;
	right: -6px;
}

.l-content .side_nav .nav_Ttl_sub{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 15px 0 5px;
}

/*――――――――――――――――――――――――――――――――――――――――――――――
商品一覧
――――――――――――――――――――――――――――――――――――――――――――――*/
/*ヘッダー分差し引き*/
.l-content .list_content {
	width: 890px;
	margin-right: 0;
}

.l-content .list_content .section {
	padding-top: 88px;
	margin-top: -88px;
}

.l-content .list_content .category_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}

.l-content .list_content .itemList {
	width: 870px;
	margin: 0 auto;
}

.l-content .list_content .itemList .item {
	margin: 0 10px 10px 0;
}

.l-content .list_content .itemList .item:nth-child(3n) {
	margin-right: 0;
}

.l-content .itemList .item .caption {
	width: 260px;
	height: 74px;
	background: #fffbe1;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	display: table;
	padding: 10px 20px;
	margin: 0 auto 10px;
}

.l-content .itemList .item .caption p {
	display: table-cell; /* 子要素はテーブルセル要素にする */
	vertical-align: middle; /* 上下中央に寄せる */ 
}

/*――――――――――――――――――――――――――――――――――――――――――――――
itemList hover
――――――――――――――――――――――――――――――――――――――――――――――*/
/*box_hover*/
.l-content .itemList .item.box_hover,
.l-content .commitment_item.box_hover {
	cursor: pointer;
}
.l-content .commitment_item.box_hover .name,
.l-content .commitment_item.box_hover .pic,
.l-content .commitment_item.box_hover .btn,
.l-content .itemList .item.box_hover .icon,
.l-content .itemList .item.box_hover .new,
.l-content .itemList .item.box_hover .kikaku,
.l-content .itemList .item.box_hover .name,
.l-content .itemList .item.box_hover .pic,
.l-content .itemList .item.box_hover .pickup_date,
.l-content .itemList .item.box_hover .price,
.l-content .itemList .item.box_hover .inner,
.l-content .itemList .item.box_hover .caption,
.l-content .itemList .item.box_hover .day,
.l-content .itemList .item.box_hover .btn{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

.l-content .itemList .box_hover .pic img {
	cursor: pointer;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}