@charset "utf-8";

/*============================================================
 カスタムパーツPC
============================================================*/

/* 画像リンク群 左1+右2
---------------------------------------------------------- */
.prmParts_linkImgBlock {
	margin: auto;
	max-width: 700px;
}

.prmParts_linkImgBlock .blockL {
	float:left;
}

.prmParts_linkImgBlock .blockL .prmImgLink {
	display: block;
}

.prmParts_linkImgBlock .blockR {
	float:left;
}

.prmParts_linkImgBlock .blockR .prmImgLink {
	display: block;
}

/* 画像リンク群 左1+右3
---------------------------------------------------------- */
.prmParts_linkImgBlock.prmParts_col3R .blockL {
	width:500px;
}

.prmParts_linkImgBlock.prmParts_col3R .blockL_Img {
	max-width: 500px;
}

/* (左)画像,テキストリンク+(右)紹介文
---------------------------------------------------------- */
.prmParts_itemIntroduction {
	position: relative;
	min-height: 180px;
	font-size: 13px;
}

.prmParts_itemIntroduction .itemIntroduction {
	padding: 0 0 20px 200px;
	min-height:180px;
}

.prmParts_itemIntroduction .itemIntroductionTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.prmParts_itemIntroduction .itemIntroductionImgBlock img {
	width: 100%;
}

.prmParts_itemIntroduction .itemIntroductionImgBlock .itemLink {
	padding: 3px 0 0 0;
}

.prmParts_itemIntroduction .itemIntroductionImgLinkInner {
	position: absolute;
	top: 0;
	width: 180px;
	left: 0;
}

.prmParts_itemIntroduction .itemLink:empty {
	display:none;
}

.prmParts_itemIntroduction.prmParts_imgLarge .itemIntroductionImgLinkInner {
	width: 400px;
}

.prmParts_itemIntroduction.prmParts_imgLarge .itemIntroduction {
	padding: 0 0 0 420px;
	min-height:400px;
}

/* (左)紹介文+(右)画像
---------------------------------------------------------- */
.prmParts_itemIntroductionLeft {
	position: relative;
	font-size: 13px;
}

.prmParts_itemIntroductionLeft .itemIntroduction {
	padding: 0;
	width: calc( 100% - 200px );
	padding-right: 200px\9;
	display: inline-block;
	float: left;
}

.prmParts_itemIntroductionLeft.prmParts_imgLarge  .itemIntroduction {
	width: calc( 100% - 420px );
	padding-right: 420px\9;
}

.prmParts_itemIntroductionLeft .itemIntroductionTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.prmParts_itemIntroductionLeft .itemIntroductionImgBlock {
	position:absolute\9;
	top:0\9;
	right:0\9;
}

.prmParts_itemIntroductionLeft .itemIntroductionImgBlock img {
	width: 100%;
}

.prmParts_itemIntroductionLeft .itemIntroductionImgBlock .itemLink {
	padding: 3px 0 0 0;
	position: absolute;
	bottom: -20px;
}

.prmParts_itemIntroductionLeft .itemIntroductionImgLinkInner {
	width: 180px;
	float: right;
	right: 0;
	top: 0;
}

.prmParts_itemIntroductionLeft .itemLink:empty {
	display:none;
}

.prmParts_itemIntroductionLeft .itemIntroduction p {
	padding: 0;
}

.prmParts_itemIntroductionLeft .itemIntroduction .itemLink {
	width: calc( 100% - 200px );
	padding-right: 200px\9;
	display: inline-block;
	padding: 3px 0 0 0;
}

.prmParts_itemIntroductionLeft.prmParts_imgLarge .itemIntroductionImgLinkInner {
	width: 400px;
}

.prmParts_itemIntroductionLeft.prmParts_imgLarge .itemIntroduction .itemLink {
	display: block;
	padding: 3px 0 0 0;
}

.prmParts_itemIntroductionLeft.prmParts_imgLarge .itemIntroduction  .itemIntroductionImgBlock .itemLink {
	width: calc( 100% - 420px );
	left: 0;
	padding: 3px 0 0 0;
}

.itemIntroductionTitle:empty {
	display:none;
}

/* 4カラムを1行表示
---------------------------------------------------------- */
.prmParts_itemLayoutLine {
	text-align: center;
	margin: auto;
	max-width: 770px;
	font-size: 13px;
}

.prmParts_itemLayoutLine .itemLayoutLineBlock {
	margin: 0 0 24px;
	border-bottom: 2px #D3D4D5 dotted;
	padding: 0 32px;
}

.prmParts_itemLayoutLine .itemLayoutLineBlock:last-child {
	margin: 0;
}

.itemLayoutLineBlockItem {
	float: left\9;
	width: 150px;
	margin: 0 0 0 8px;
	display: inline-block;
	vertical-align: top;
}

.itemLayoutLineBlockItem:first-child {
	margin: 0;
}

.itemLayoutLineBlockItemCaption {
	padding: 16px 0;
	font-size: 13px;
}

.itemLayoutLineBlockItemImg {
	width: 100%;
}

/* 動画再生(mainCol)
---------------------------------------------------------- */
.prmParts_movieLayout {
	width: 750px;
	height:450px;
	margin: auto;
	font-size: 13px;
}

.prmParts_movieLayout iframe {
	width: 100%;
	height:100%;
}

.prmParts_float .floatItem .prmParts_movieLayout {
	width: 100%;
	height: 250px;
	max-width:450px;
}


/* 中央寄せコンテンツ
---------------------------------------------------------- */
.prmParts_centeringIntroduction {
	width: 70%;
	margin:auto;
}

/* 画像タイル
---------------------------------------------------------- */
.prmParts_itemTileSmall li {
	max-width: 222px;
	margin: 0 10px 24px 0;
	float: left;
}
.prmParts_itemTileSmall .imgArea {
	border-radius: 0;
	border:1px solid #fff;
	padding:0;margin:0 15px 0 0;
}
.prmParts_itemTileSmall .imgArea img {
	width: 200px;
	height: auto;
}

/* 3カラムの記事
---------------------------------------------------------- */
.prmParts_itemTileMiddle {
	width: 100%;
}

.prmParts_itemTileMiddle li {
	float: left;
}

.prmParts_itemTileMiddle .prmParts_itemCol3 {
	margin: 0 5% 0 0;
	width: 30%;
}

.prmParts_itemTileMiddle .prmParts_itemCol3:last-child {
	margin: 0;
}

/* フロートアイテム
---------------------------------------------------------- */
.prmParts_float .floatItem {
	float:left;
}

.prmParts_float .floatItem {
	padding-right: 2%;
}

.prmParts_float .floatItem:last-child {
	padding-right: 0;
}

.prmParts_float.floatItem-col04 .floatItem {
	width: 23%;
	*width: 21%;
	width: 21%\9;
}

.prmParts_float.floatItem-col03 .floatItem {
	width: 32%;
	*width: 30%;
	width: 30%\9;
}

.prmParts_float.floatItem-col02 .floatItem {
	width: 49%;
	*width: 46%;
	width: 46%\9;
}

.prmParts_float .floatItem img {
	width: 100%;
}

.prmParts_float.flipLayout .floatItem {
	float: left;
	padding: 0 10px 0 0;
}

.prmParts_float.flipLayout .floatItem:first-child {
	float: right;
}

/* フロートアイテム+背景画像 */
.prmParts_float.backgroundImg_item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: reverse;
}

.prmParts_float_backgroundImg_item {
	float: left;
	margin: 0 30px 20px 0;
	min-height: 180px;
	position: relative;
	width: 300px;
}

.prmParts_float_backgroundImg_item img {
	max-width: 260px;
	max-height: 180px;
	position: absolute;
	right: 0;
	top: 5px;
}

.prmParts_float_backgroundImg_itemTitle {
	font-size: 15px;
	position: relative;
	width: 160px;
}

.prmParts_float_backgroundImg_linkList {
	max-width: 160px;
	position: relative;
}

.prmParts_float_backgroundImg_itemTitle a {
	color: #333435;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.prmParts_float_backgroundImg_linkList li a {
	margin: 0 0 3px 0;
}

.prmParts_float_backgroundImg_linkList li a {
	display: block;
	padding: 0 0 4px;
}

/* mp4 swf 埋め込み動画再生
---------------------------------------------------------- */
.prmParts_flashContents {
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.prmParts_flashContents {
		display: block;
	}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.prmParts_videoContents {
		display: block;
	}
}

.prmParts_flashContents {
	display: block\9;
	*display: block;
}

.prmParts_videoContents {
	display: none\9;
	*display: none;
}

.prmParts_flashContents:not(:target) {
	display: none\9;
}

.prmParts_videoContents:not(:target) {
	display: block\9;
}

.prmParts_float .floatItem .prmParts_flashContents object {
	width:100%;
}

.prmParts_float .floatItem .prmParts_videoContents video{
	width:100%;
}

.prmParts_float_videoContents_item .prmParts_videoContents,
.prmParts_float_videoContents_item .prmParts_flashContents {
	float: left;
	margin: 0 60px 30px 0;
}


/* 記事　
---------------------------------------------------------- */
.prmParts_articleBlock_frame {
	position: relative;
	min-height: 100px;
}

.prmParts_articleBlock_frame.largeL {
	min-height: 180px;
}

.prmParts_articleBlock h3{
	font-weight: bold;
	margin: 0 0 10px 0;
}

.prmParts_articleBlock h4{
	font-weight: bold;
	font-size: 13px;
}

.articleBlock_frame_Inner {
	position: relative;
}

.articleBlock_frame_Inner .imgBlock_left {
	top:0;
}

.articleBlock_frame_Inner .imgBlock_left img {
	width: 100px;
	position: absolute;
	top: 0;
}

.articleBlock_frame_Inner .imgBlock_link {
	position:absolute;
	padding:0 0 0 115px;
	bottom:0
}

.articleBlock_frame_Inner .textBlock_right {
	padding: 0 0 20px 115px;
}

.prmParts_articleBlock_frame .imgBlock_link,
.prmParts_articleBlock_rImg .imgBlock_link {
	text-decoration: underline;
}

/* 左画像 大 */

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .imgBlock_left img {
	width: 180px;
}

.prmParts_articleBlock_frame.largeL {
	min-height: 180px;
}

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .imgBlock_link {
	padding:0 0 0 190px;
	text-decoration: underline;
}

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_right.textLink {
	padding: 0 0 25px 190px;
}

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_right {
	padding: 0 0 0 190px;
}

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_right.textLink {
	padding: 0 0 0 190px;
}

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_right {
	padding: 0 0 0 190px;
}

.prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_right.textLink {
	padding: 0 0 25px 190px;
}

/* 入れ子 */

.prmParts_articleBlock_frame .articleBlock_frame_Inner.child_articleBlock {
	margin: 20px 0 0 0;
	padding: 0 0 0 190px;
	min-height: 100px;
}

.prmParts_articleBlock_frame .articleBlock_frame_Inner.child_articleBlock .imgBlock_left img {
	width: 100px;
}

.prmParts_articleBlock_frame .articleBlock_frame_Inner.child_articleBlock .imgBlock_link {
	padding:0 0 0 110px;
}

.prmParts_articleBlock_frame .articleBlock_frame_Inner.child_articleBlock .textBlock_right {
	padding: 0 0 20px 110px;
}

/* 記事　反転
---------------------------------------------------------- */
.prmParts_articleBlock_rImg .prmParts_articleBlock_frame {
	position: relative;
	min-height: 100px;
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL {
	min-height: 180px;
}

.prmParts_articleBlock_rImg h3{
	font-weight: bold;
	margin: 0 0 10px 0;
}

.prmParts_articleBlock_rImg h4{
	font-weight: bold;
	font-size: 13px;
}

.articleBlock_frame_Inner {
	position: relative;
}

.prmParts_articleBlock_rImg .articleBlock_frame_Inner .imgBlock_right {
	top:0;
	float: right;
	width: 100px;
	height: 100px;
	right: 0;
}
.prmParts_articleBlock_rImg .articleBlock_frame_Inner.largeL .imgBlock_right {
	height: 180px;
}

.prmParts_articleBlock_rImg .articleBlock_frame_Inner .imgBlock_right img {
	width: 100px;
	position: absolute;
	top: 0;
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame .articleBlock_frame_Inner .imgBlock_link,
.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .imgBlock_link {
	position: absolute;
	padding: 0;
	bottom: 0;
	left: 0;
}

.prmParts_articleBlock_rImg .articleBlock_frame_Inner .textBlock_left {
	width: calc(100% - 115px);
	padding: 0 0 20px 0;
	display: inline-block;
}

/* 左画像 大 */
.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .imgBlock_right {
 width:180px;
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .imgBlock_right img {
	width: 180px;
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL {
	min-height: 180px;
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_left {
	padding: 0;
	width: calc(100% - 195px);
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner .textBlock_left.textLink {
	padding: 0 0 25px 0;
}

/* 入れ子 */

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame .articleBlock_frame_Inner.child_articleBlock {
	margin: 20px 115px 0 0;
	padding: 0;
	min-height: 100px;
}

.prmParts_articleBlock_rImg .prmParts_articleBlock_frame.largeL .articleBlock_frame_Inner.child_articleBlock {
	margin: 20px 195px 0 0;
	padding: 0;
	min-height: 100px;
}


/*============================================================
 共通パーツPC
============================================================*/

/*  カテゴリパーツ
------------------------------------------------- */
#contents .mainCol .section .rcmWidget .rcmBlock .rcmBrandList a .caption {
	display: block;
}

#contents .mainCol .section .rcmWidget .rcmBlock .rcmBrandList a .caption:empty {
	display: none;
}

.rcmWidget .rcmBrandList li {
	max-width: 122px;
}

/*  leftCol
------------------------------------------------- */
.leftCol > .section.mainView iframe {
height: 110px;
}

/*============================================================
 たまじ珈琲・ヴァレンチア
============================================================*/
.partsLayout {
	width:85%;
	margin:auto;
}

.partsLayout .col2 {
	width: 48%;
	float: left;
}

.partsLayout .col2 .imgLink {
	display: block;
}

.partsLayout .col2:first-child {
	margin-right: 4%;
	float: left;
}

.partsLayout .col2 img {
	width: 100%;
}

.blockTitle {
	font-weight: bold;
	font-size:14px;
	margin: 15px 0 0 0;
}

.blockArticle {
	margin: 10px 0 0 0;
	font-size: 13px;
}

.blockArticle .articleLink {
	padding: 15px 0 0 0;
}

.parts_itemDetail .leftBox {
	float: left;
	width: 50%;
}

.parts_itemDetail .rightBox {
	overflow:hidden;
	padding-left: 30px;
	line-height:1.4;
}

.cofListArea {
	max-width: 900px;
	background-color: #e6d9c6;
	margin: auto;
}

.cofTypeBox {
	border-bottom: 1px solid #BBBBBB;
}

.cofListBox {
	border-bottom: 1px solid #BBBBBB;
	padding: 15px;
}

.store_text_large_center {
	font-size: 20px;
	text-align: center;
}

.store_blockBr_pc {
	display: block;
}

.design-roost-popup .puBox {
	width: 400px;
}

.store_popUpInfo_inner {
	margin: 0 0 5px 0;
}

.store_popUpInfo p {
	margin: 0 0 10px 0;
}

.popUpInfo_inner_colL {
	float: left;
	width: 19%;
}
.popUpInfo_inner_colC {
	float: left;
	width: 17%;
}

.popUpInfo_inner_colR {
	float: right;
	width: 64%;
}

/*============================================================
 特集ページ特別対応
============================================================*/
#contents .cust_contents .contentsHead h2 {
	color: #0081cc;
	font-size: 28px;
	font-weight: bold;
}

.cust_contents.contentsCol_w828 {
	width: 828px;
	margin: 0 auto;
}

.cust_grid_inner {
	height: 75px;
}

.cust_grid_inherit_inner {
	height: auto;
}

#contents .cust_contents .contentsHead .caption {
	font-size: 16px;
	line-height: 28px;
}

.cust_list {
	margin: 18px 0 0 0;
	font-size: 16px;
}

.cust_list ul li{
	margin-bottom: 8px;
	padding: 0 0 0 18px;
	position: relative;
}

.cust_list ul li.listType_disc-blue:before {
	background: url(../img/bgPointBlue.jpg) no-repeat;
	background-size: 8px;
	content: "";
	display: inline-block;
	height: 8px;
	left: 0;
	position:absolute;
	top: 5px;
	width: 8px;
}

.cust_list ul li.listType_disc-gold:before {
	background: url(../img/bgPointGold.jpg) no-repeat;
	background-size: 8px;
	content: "";
	display: inline-block;
	height: 8px;
	left: 0;
	position:absolute;
	top: 5px;
	width: 8px;
}

.cust_borderFrame_gray {
	border: 4px solid #666;
	padding: 33px 22px 0;
}

.cust_borderFrame_green {
	border: 2px solid #87c947;
	padding: 22px 21px ;
}

.cust_col_1,
.cust_col_1 img {
	width: 100%;
}

.cust_contents.cust_mb60 {
	margin-bottom: 60px;
}

.cust_grid_col02 .cust_grid_block{
	float: left;
	width: 49%;
}

.cust_contents .floatItem-col04.cust_mb10{
	margin: 0 0 10px 0;
}

.cust_grid_col02 .cust_grid_block img{
	width: 100%;
}

.cust_prmParts_movieLayout {
	width: 434px;
	height: 245px;
}

a.cust_linkGreen {
	color:#87c947;
	transition: .3s;
}

a:hover.cust_linkBlack,
a:hover.cust_linkGreen {
	color: #F00;
}

.cust_grid_block_box {
	border-radius: 0 0 5px 5px;
}

/*  utility
---------------------------------------------------------- */
/* width */
.cust_w828 {
	box-sizing: border-box;
	max-width: 828px;
	min-width: 750px;
}

.cust_w1090 {
	box-sizing: border-box;
	max-width: 1090px;
	min-width: 750px;
}

.cust_w938 {
	box-sizing: border-box;
	max-width: 938px;
	min-width: 750px;
}

/* border */
.cust_borderR {
	border-right: 1px dotted #999;
}

.cust_borderT {
	border-top: 1px dotted #999;
}

/* margin */
.cust_mr15 {
	margin: 0 15px 0 0;
}

.cust_mb30 {
	margin-bottom: 30px;
}

/* font-size */
.cust_fs13 {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1px;
}

.cust_fs14 {
	font-size: 14px;
	line-height: 24px;
}

.cust_fs23 {
	font-size: 23px;
}

/* flex */
.cust_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: reverse;
}


/*  floatItem-col04
---------------------------------------------------------- */
/* cust_grid_gold */
.cust_grid_gold a{
	color: #333435;
	display:block;
	text-decoration: none;
	transition: .3s;
}

.cust_grid_gold a .cust_btn_buy {
	border: 2px solid #b19769;
	color: #b19769;
	display: block;
	font-weight: bold;
	transition: .3s;
	margin: 6px 0 0 0;
	padding: 6px;
	text-align: center;
	transition: .3s;
}

.cust_grid_gold a:hover .cust_btn_buy {
	background-color:#b19769;
	color: #FFF;
}

/* cust_grid_blue*/
.cust_grid_blue a{
	color: #333435;
	display:block;
	text-decoration: none;
	transition: .3s;
}

.cust_grid_blue a .cust_btn_buy {
	border: 2px solid #0081cc;
	color: #0081cc;
	display: block;
	font-weight: bold;
	transition: .3s;
	margin: 6px 0 0 0;
	padding: 6px;
	text-align: center;
	transition: .3s;
}

.cust_grid_blue a:hover .cust_btn_buy {
	background-color: #0081cc;
	color: #FFF;
}

a.cust_linkBlack {
	color: #333435;
	transition: .3s;
}

/* cust_grid_vermilion */
.cust_grid_vermilion a {
	color: #333435;
	display:block;
	text-decoration: none;
	transition: .3s;
}

.cust_grid_vermilion a .cust_btn_buy {
	border: 2px solid #e94831;
	color: #e94831;
	font-weight: bold;
	transition: .3s;
	display: block;
	margin: 6px 0 0 0;
	padding: 6px;
	text-align: center;
}

.cust_grid_vermilion a:hover .cust_btn_buy {
	background-color: #e94831;
	color: #FFF;
}

/* common */
.cust_btn_buy {
	display: block;
	margin: 6px 0 0 0;
	padding: 6px;
	text-align: center;
}


.cust_contents a.cust_btn_buy {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.cust_grid_blue .cust_grid_inner,
.cust_grid_gold .cust_grid_inner {
	display:block;
	height: 75px;
}

.cust_grid_vermilion .cust_grid_inherit_inner {
	display:block;
}

.cust_grid_blue .cust_grid_inner span,
.cust_grid_gold .cust_grid_inner span,
.cust_grid_vermilion .cust_grid_inherit_inner span {
	display: block;
}

.cust_grid_blue a:hover,
.cust_grid_gold a:hover,
.cust_grid_vermilion a:hover {
	color: #F00;
}

.cust_grid_gold a:hover img,
.cust_grid_blue a:hover img,
.cust_grid_vermilion a:hover img{
	transition: .3s;
	opacity: 0.7;
}

/*============================================================
 メーカー系
============================================================*/
.tileTypeList.mob_tileTypeList .pcNone {
	display: none;
}

/* PC用メーカー商品一覧ページング対応
-------------------------------------------------------*/
#listContents .hznList {
	/zoom: 1;
}

#listContents .hznList li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}

#listContents .pagn a {
	padding: 0 5px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #D3D4D5;
	border-radius: 3px;
	display: block;
	background: #FFF;
	color: #333;
	text-align: center;
	min-width: 20px;
}

#listContents .pagn a.prev {
	height: 30px;
	width: 70px;
	padding: 0;
	border: 1px solid #D3D4D5;
	border-radius: 3px;
}

#listContents .pagn a.next {
	height: 30px;
	width: 69px;
	padding: 0;
	border: 1px solid #D3D4D5;
	border-radius: 3px;
}

#listContents .pagn a:hover {
	border: 1px solid #939495;
	background-color: #E3E4E5;
	text-decoration: none;
}

#listContents .pagn span.selected {
	background: #D3E9FF;
	border: 1px #84BED5 solid;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 30px;
	display: block;
	color: #333;
	font-weight: bold;
	text-align: center;
	min-width: 20px;
}

#listContents .pagn .alignM {
	background-color: transparent;
	border:none;
	font-size: 12px;
	padding: 0 0px;
	line-height: 30px;
	display: inline-block;
	width: 40px;
	color: #333;
	text-align: left;
}

#listContents .pagn a.next {
  	position: relative;
}

#listContents .pagn .next i.iconIbS {
	position: absolute;
  	top: 7px;
  	right: 12px;
}

/* PC用○行のメーカー一覧ページング対応
-------------------------------------------------------*/
.section.js_legoPartsSyllabaryList .hznList {
	/zoom: 1;
}

.section.js_legoPartsSyllabaryList .hznList li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}

.section.js_legoPartsSyllabaryList .pagn a {
	padding: 0 5px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #D3D4D5;
	border-radius: 3px;
	display: block;
	background: #FFF;
	color: #333;
	text-align: center;
	min-width: 20px;
}

.section.js_legoPartsSyllabaryList .pagn a.prev {
	height: 30px;
	width: 70px;
	padding: 0;
	border: 1px solid #D3D4D5;
	border-radius: 3px;
}

.section.js_legoPartsSyllabaryList .pagn a.next {
	height: 30px;
	width: 69px;
	padding: 0;
	border: 1px solid #D3D4D5;
	border-radius: 3px;
}

.section.js_legoPartsSyllabaryList .pagn a:hover {
	border: 1px solid #939495;
	background-color: #E3E4E5;
	text-decoration: none;
}

.section.js_legoPartsSyllabaryList .pagn span.selected {
	background: #D3E9FF;
	border: 1px #84BED5 solid;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 30px;
	display: block;
	color: #333;
	font-weight: bold;
	text-align: center;
	min-width: 20px;
}

.section.js_legoPartsSyllabaryList .pagn .alignM {
	background-color: transparent;
	border:none;
	font-size: 12px;
	padding: 0 0px;
	line-height: 30px;
	display: inline-block;
	width: 40px;
	color: #333;
	text-align: left;
}

.section.js_legoPartsSyllabaryList .pagn a.next {
  	position: relative;
}

.section.js_legoPartsSyllabaryList .pagn .next i.iconIbS {
	position: absolute;
  	top: 7px;
  	right: 12px;
}

/* お届け時刻へ絞り込むへcss適用
-------------------------------------------------------*/
#slider .ui-slider-range {
	background: #F00;
}

#slider .ui-slider-handle {
	border-color: #c0c0c0;
	background: #FFF;
	border-radius: 14px;
	moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	outline:none;
	padding: 2px;
	box-shadow:0px 2px 18px -6px #000000;
	-moz-box-shadow:0px 2px 18px -6px #000000;
	-webkit-box-shadow:0px 2px 18px -6px #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	width: 1.5em;
	height: 1.5em;
}

.ui-slider-horizontal {
	height: 0.2em;/
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.9em;
	margin-left: -.8em;
}

#slider .ui-slider-handle:hover,
#slider .ui-slider-handle:active {
	-webkit-transform: scale( 1.15 );
	-moz-transform: scale( 1.15 );
}

/*============================================================
 sku指定商品
============================================================*/
div.display-sp {
	display : none;
}

div.display-pc {
	display : block;
}

div.specifiedProductHeader {
	margin: 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d3d4d5;
}

div.specifiedProductHeader h3.sectionTitle {
	font-size: 18px;
}

/* タブパネル表示
---------------------------------------------------------- */
/* タブメニュー */
.tab__menu {
font-size: 0;
margin: 0 10px;
}

.tab__menu-item {
height: 100px;
vertical-align: bottom;
width: 350px;
margin: 5px 5px 0;
display: inline-block;
padding: 12px 0;
color: #999;
text-align: center;
font-size: 13px;
-webkit-transition: ease 0.2s opacity;
transition: ease 0.2s opacity;
border: 1px solid lightgray;
}
