@charset "Shift_JIS";

/*================================================================================
FileName: layout.css
================================================================================*/
/*
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans:400);
*/

/*============================================================
枠組み
============================================================*/

body {
	background:#ffffff;
	width:100%;
	min-width:1200px;
}


#wrapper{
}

#contentsWrap {
	min-width:1200px;
	/*
	overflow:hidden;
	*/
}


/*============================================================
header
============================================================*/
#headerWrap{
	height:50px;
	margin-bottom:0px;
	position:relative;
}

#headerWrap.login{
	height:85px;
	position:relative;
}


#brandTop #headerWrap{
	margin-bottom:0px !important;
}


#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height:50px;
	
	background:#111111;
	text-align:center;
	margin-bottom:0px;
	
	z-index:30000;
}

#brandTop #header{
	position:relative;
}

#brandTop #header.fixed_head{
	position:fixed !important;
	top:0;
	left:0;
	width:100%;
	min-height:50px;
	z-index:30001;
}

#headerIn{
	position:relative;
	width:1200px;
	margin:0 auto;
}

#headerIn #logo{
	padding-top:0px;
	margin-bottom:0;
}

#headerNavi{
	position:absolute;
	top:0;
	right:0;
	margin:0 !important;
}
#headerNavi li{
	float:left;
	margin-left:5px;
}
#headerNavi li:first-child{
	margin-left:0px;
}

#headerNavi li:first-child{
	margin-left:0px;
}
#headerNavi li#header_info{
	position:relative;
	padding:0 2px;
}
#headerNavi li#header_info span{
	position:absolute;
	top:4px;
	right:-8px;
	color:#fff;
	font-size:7px;
	display:block;
	padding:0 1x;
	width:18px;
	text-align:center;
	background:url(/images/c/common_new/header_markbg.png) 0 0 no-repeat;
}



#headerNavi li#header_item{
	width:140px;
	background:url(/images/c/common_new/header_navi04.png) 0 0 no-repeat;
	height:50px;
	margin-left:10px;
	
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}
#headerNavi li#header_item a{
	display:inline-block;
	width:140px;
	height:50px;
	text-align:center;
	padding-top:4px;
	
	padding-left:50px;
	
	line-height:1.9;
	
	color:#fff !important;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}

#headerNavi li#header_item a #header_num{
	display:block;	
}
#headerNavi li#header_item a #header_value{
	display:block;	
}


#headerNavi li#header_txt{
	width:160px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	line-height:1.2;
	padding-top:13px;
	padding-left:10px;
}



/*============================================================
login Header
============================================================*/

#login_name_wrap{
	background:#f6f6f6;
	text-align:center;
}
#login_name{
	width:1200px;
	margin:0 auto;
	text-align:right;
}
#login_name span{
	padding:8px 10px;
	display:block;
	float:right;
}

#login_name a{
	width:165px;
	text-align:center;
	padding:8px 5px;
	display:block;
	float:right;
	background:#dfdfdf;
}


#headerWrap.login #login_name_wrap{
	color:#333;
	position:fixed;
	top:50px;
	left:0;
	width:100%;
	text-align:center;
	margin-bottom:0px;
	
	z-index:30001;
}



#brandTop #headerWrap.login #login_name_wrap{
	position:relative;
	top:0px;
}
#brandTop #headerWrap.login #login_name_wrap.fixed_head{
	position:fixed;
	top:50px;
	left:0;
	width:100%;
	text-align:center;
	margin-bottom:0px;
	
	z-index:30001;
}

/*============================================================
brand Header
============================================================*/

#header{
}

#brand_headWrap{
	background:#fff;
	text-align:center;
	padding-top:35px;
}

#brandTop #brand_headWrap{
	padding-bottom:10px;
}

#brand_head{
	position:relative;
	min-height:67px;
	width:1200px;
	margin:0 auto;
	
}
#brandHeadLeft{
	position:absolute;
	top:0;
	left:24px;
	
	width:300px;
}
#brandHeadLeft li{
	display:inline-block;
	margin-right:7px;
}
#brandHeadLeft li a{
	display:inline-block;
	min-width:66px;
	padding:7px;
	line-height:1;
	border:1px solid #bfbfbf;
	background:#fff;
	color:#626262 !important;
	text-decoration:none;
	text-align:center;
}
#brandHeadLeft li a:hover{
	background:#ededed;
}
#brandHeadLeft li.current a{
	background:#ededed;
}


#brandHeadRight{
	position:absolute;
	top:-10px;
	right:0;
	
	width:193px;
}

#brandHeadRight ul{
	margin-bottom:5px;
}

#brandHeadRight li{
	float:left;	
}

#brandHeadRight form{
	border:1px solid #b2b2b2;
	padding:5px 20px;
}


#brandSearchBtn{
	float:left;
	margin-right:10px;
}

#brandHeadRight form #brandSearchBox{
	width:110px;
	height:18px;
	
	background:none !important;
	
	padding:0 10px;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	/*
	border:1px solid #e2e2e2;
	*/
	border:none !important;
}


#head_shoplist_btn{
	width:185px;
	height:30px;
}
#head_shoplist_btn a{
	height:30px;
	display:block;
	/*
	background:url(/images/c/common_new/head_shoplist_btn_w.png) 0 0 no-repeat;
	*/
}

#brand_head #brand_head_logo{
	text-align:center;
}


#footer_search{
	margin:30px auto;
	width:250px;
}


#footer_search #brandSearchBtn{
	margin-top:5px;
}
#footer_search #brandSearchBox{
	padding:5px;
}






/*============================================================
brand top
============================================================*/

#brandTopMain {
	text-align:center;
	padding-bottom:24px;
}

#brandTop #side {
	margin-top:0;
}


#topCatalogL{
	width:1180px;
	overflow:hidden;
}
#topCatalogL li{
	width:1180px;
	float:left;
}
#topCatalogR{
	width:600px;
	overflow:hidden;
	float:right;
}


#mainVisual{
	position:relative;
	height:650px;
	overflow:hidden;
}
#top_scroll{
	position:absolute;
	bottom:40px;
	left:0;
	width:100%;
	text-align:center;
}


#brandTop video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	/*
	visibility:hidden;
	*/
}
#brandTop #videoBox {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

#mainVisual #video_sound{
	position:absolute;
	bottom:20px;
	right:20px;
	
	background:url(../../images/c/common_new/sound_off.png) 0 0 no-repeat;
	width:40px;
	height:40px;
	
	cursor:pointer;
	z-index:1000;
	
	/**/
	display:none;
}


#mainVisual #video_play{
	position:absolute;
	bottom:20px;
	right:70px;
	
	background:url(../../images/c/common_new/play_off.png) 0 0 no-repeat;
	width:40px;
	height:40px;
	
	cursor:pointer;
	z-index:1001;
	
	/**/
	display:none;
}


#mainVisual #video_play.pause{
	background:url(../../images/c/common_new/play_on.png) 0 0 no-repeat;
}
#mainVisual #video_sound.mute{
	background:url(../../images/c/common_new/sound_on.png) 0 0 no-repeat;
}



#brandTop #videoBox iframe{
	width:100%;
	height:100%;
}

/*==========================
パンくず
============================*/

#breadcrumbBlock{
	padding:10px 24px 10px 24px;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	margin:0px 0 20px;
	clear:left;
}

#breadcrumbList li:first-child{
	padding:0 12px 0 0px;
	background:none !important;
}


#breadcrumbList{
    overflow:hidden;
}

#breadcrumbList li{
    float:left;
	padding:0 12px 0 15px;
	line-height:30px;
    font-size:93%;
	background:url(/images/c/common_new/breadcrumbList.png) 0 50% no-repeat;
}

#breadcrumbList li a {
	color:#444444;
}




/*============================================================
カテゴリタブ
============================================================*/

#categoryTab {
	border-bottom:1px solid #8f8f8f;
	margin-bottom:40px;
}
#categoryTab li{
	float:left;
	margin-right:10px;
	line-height:1;
	font-size:1;
}
#categoryTab li a{
	display:block;
}



/*============================================================
ランキング
============================================================*/

.itemRankingNo {
	text-align:center;
	padding:10px 0;
}




/*============================================================
contents
============================================================*/
#contents {
	width:1200px;
	margin:0 auto;
	padding:0 0px;
}

#contentsReview {
	width:1200px;
	margin:0 auto;
	padding:0px 0px 0;
}


#main{
    float:right;
    width:985px;
	text-align:left;
}


.topSlideTtl{
	background:url(/images/c/common_new/ttl_bg1.png) 50% 50% no-repeat;
	text-align:center;
	padding:10px;
	margin-bottom:40px;
	clear:both;
}





/*============================================================
Styling タブ
============================================================*/
.tabList{
	background:url(/images/c/common_new/ttl_line_b.png) 50% 50% repeat-x;
	text-align:center;
	margin-bottom:30px;
}
.tabList ul{
	width:380px;
	margin:0 auto;
}
.tabList ul li{
	float:left;
	width:50%;
	text-align:center;
	height:40px;
	padding-top:12px;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}
.tabList ul li:first-child{
	padding-left:30px;
}
.tabList .active1{
	background:url(/images/c/common_new/2tab_bg_l.png) 50% 50% no-repeat;
}
.tabList .active2{
	background:url(/images/c/common_new/2tab_bg_r.png) 50% 50% no-repeat;
}




/*============================================================
MOREボタン
============================================================*/


.showMoreBtn{
	margin:0px 0px 40px;
	background: url(/images/c/common_new/more_line.png) 0 50% repeat-x;
	text-align:center;
	clear:both;
		
}

#topNewsEventListWrap .showMoreBtn,
#topNewStaffListWrap .showMoreBtn,
#topNewStylingListWrap .showMoreBtn{
	background: none;
	position:absolute;
	bottom:-70px;
	left:0;
	width:100%;
	
}

.showMoreBtn span {
	background:#fff;
	display:inline-block;
	width:60px;
	height:60px;
}

#topNewStaffListWrap .showMoreBtn span,
#topNewStylingListWrap .showMoreBtn span{
	background:none;
}

.showMoreBtn a{
	display:inline-block;
	width:60px;
	height:60px;
	background: url(/images/c/common_new/more.png) 0 0 no-repeat;
	
}
.showMoreBtn a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
.showMoreBtn a span{
	visibility:hidden;
	width:auto;
	height:auto;
}


/*============================================================
カルーセル
============================================================*/
.topSlideBlock .calouselNav span{
	display:none !important;
}

.topItemSlideWrap{
	padding:30px 25px;
	background:#f6f6f6;
	position:relative;
	margin-bottom:40px;
}

.topItemSlideWrap .caroufredsel_wrapper{
	margin-bottom:0 !important;
}

.topSlidePrevBtn{
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-30px;
}
.topSlideNextBtn{
	position:absolute;
	top:50%;
	right:0px;
	margin-top:-30px;
}


#newseventPrev{
	position:absolute;
	top:40px;
	left:0;
}
#newseventNext{
	position:absolute;
	top:40px;
	right:0;
}


.detailMainBlock3 .topSlidePrevBtn{
	top:35px;
	left:20px;
	margin-top:0;
}
.detailMainBlock3 .topSlideNextBtn{
	top:35px;
	right:20px;
	margin-top:0;
}

#topNewStyling .topSlidePrevBtn,
#topCheckedItem .topSlidePrevBtn{
	position:absolute;
	top:45%;
	left:-5px;
}
#topNewStyling .topSlideNextBtn,
#topCheckedItem .topSlideNextBtn{
	position:absolute;
	top:45%;
	right:-5px;
}

#topCatalog{
	position:relative;
	margin:0 10px;
	width:1180px;
}

#topCatalog .pagination{
	position:absolute;
	width:1180px;
	bottom:30px;
	right:0;
	text-align:center;
	z-index:100;
}

#topCatalog .pagination a{
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 7px;
	background:url(/images/c/common_new/pagination_off.png) 0 0 no-repeat;
}
#topCatalog .pagination a.selected{
	background:url(/images/c/common_new/pagination_on.png) 0 0 no-repeat;
}
#topCatalog .pagination a span{
	visibility:hidden;
}

.topCatalog,
.topCatalog p{
	text-align:center;
}


/*============================================================
webカタログ
============================================================*/

#webCatalogWrap {
	position:relative;
}
#webCatalogWrap.wide #mainCntrl{
	position: absolute;
	top: 50% !important;
	margin-top:-30px !important;
}


/*============================================================
side
============================================================*/

#side {
	width:200px;
	float:left;
    margin-top:0px;
	margin-bottom:20px;
}

#side .sideBnrBlock li{
	border:1px solid #8f8f8f;
	line-height:1px;
	margin-bottom:10px;
}

.sideBlock{
	border:1px solid #8f8f8f;
	padding:19px 14px;
	background:#fff;
	margin-bottom: 20px ;	
}
.sideBlock h3{
	margin-bottom: 10px;
	position:relative;
	background:#707070;
	padding:6px 5px;
	text-align:center !important;
	color:#fff;
}

#sideItemCatMenu h3{
	cursor:pointer;
}

#sideItemCatMenu h3:after{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    bottom: 10px;
	right: 10px;
	z-index: 100;
	background:url(/images/c/common_new/side_ttl_arrow_btm.png) 0 0 no-repeat;
}
#sideItemCatMenu h3.active:after{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    bottom: 10px;
	right: 10px;
	z-index: 100;
	background:url(/images/c/common_new/side_ttl_arrow_up.png) 0 0 no-repeat;
}


#sideSearchBox form{
	padding:0px;
	width:100%;
	
	border:1px solid #8f8f8f;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	
	background:#fff;
	margin-bottom:10px;
}

#sideSearchBox form #searchBtn{
	width:36px;
	height:28px;
	float:left;
}

#searchBox{
	float:right;
	width:160px;
	height:26px;
	border:none;
}


#sideItemCatMenu ul {
	display:block;
	margin:10px 0px 20px;
}
#sideItemCatMenu ul li{
	font-size:14px;
	font-weight:bold;
}
#sideItemCatMenu ul li a{
	display:block;
	padding:10px 0px 10px 10px;
}

#sideItemCatMenu ul li.sideItemCat1 a{
	background:url(../../images/c/common_new/side_icon1.png) 0 50% no-repeat;
}
#sideItemCatMenu ul li.sideItemCat2 a{
	background:url(../../images/c/common_new/side_icon2.png) 0 50% no-repeat;
}
#sideItemCatMenu ul li.sideItemCat3 a{
	background:url(../../images/c/common_new/side_icon3.png) 0 50% no-repeat;
}
#sideItemCatMenu ul li.sideItemCat4 a{
	background:url(../../images/c/common_new/side_icon4.png) 0 50% no-repeat;
}
#sideItemCatMenu ul li.sideItemCat5 a{
	background:url(../../images/c/common_new/side_icon5.png) 0 50% no-repeat;
}
#sideItemCatMenu ul li.sideItemCat6 a{
	background:url(../../images/c/common_new/side_icon6.png) 0 50% no-repeat;
}
#sideItemCatMenu ul li.sideItemCat7 a{
	background:url(../../images/c/common_new/side_icon7.png) 0 50% no-repeat;
}


.sideNaviList,
.sideItemOnMouseMenu {
	display:block;
	margin:10px 0px 0px;
}
.sideNaviList li,
.sideItemOnMouseMenu li{
	font-size:14px;
	font-weight:bold;
}
.sideNaviList li a,
.sideItemOnMouseMenu li a{
	display:block;
	padding:10px 0px 10px 0px;
}



/*============================================================
bottom
============================================================*/

#bottom{
	clear:both;
}


/*============================================================
brandFooter
============================================================*/
#brandFooter{
	background:#f6f6f6;
	padding-bottom:40px;
	text-align:center;
}
#brandFooterIn{
	width:1180px;
	margin:20px auto 0px;
}
#footerBannerList{
	clear:both;
	width:100%;
	padding-left:10px;	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}
#footerBannerList li{
	float:left;
	margin-left:20px;
	margin-bottom:25px;
}
#footerBannerList li:first-child{
	margin-left:0px;
}

#brandFooterList{
	padding:30px 0px 15px 2px;
}
#brandFooterList li{
	display:inline-block;
	padding:10px 15px;
	margin:0 2px 7px 0;
	background:#fff;
	width:230px;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}

#brandFooter h2{
	text-align:center;
	padding:15px;
	line-height:1;
	background:#313131;
	margin-bottom:0px !important;
}




/*============================================================
searchBox
============================================================*/
.searchBox_w{
	background:#fff !important;
}


/*============================================================
socialBlock
============================================================*/
#socialBlock{
	
}
#socialBlock ul{
	text-align:center;
	margin-bottom:30px;
	
}
#socialBlock li{
	display:inline-block;
	margin:40px 9px 0px;
}


/*============================================================
footer
============================================================*/
#footer{
	width:100%;
	min-width:1200px;
	background:#000;
	padding:40px 0 30px;
}
#footerNavi {
	width:1000px;
	padding:0 20px;
	margin:0 auto 10px;
}

#footerNavi ul {
	text-align:center;
}

#footerNavi ul li {
	display:inline;
}

#footerNavi ul li a {
	padding:0 10px;
	color:#fff !important;
}


#copyright {
	text-align:center;
	color:#fff;
}

#copyright #footerPointLogo {
	display:inline;
}

#copyright #footerPointLogo img {
	vertical-align:middle;
	margin:0 10px 3px 0;
}

/*============================================================
alert , favorite
============================================================*/
#alertBlock,
#favoriteBlock,
#myshopBlock {
	width:356px;
	/*height:164px;*/
	padding:20px 0 80px;
	position:relative;
}
#alertBlock h1,
#favoriteBlock h1,
#myshopBlock h1{
	text-align:center;
	margin-bottom:35px;
}

#alertBlock p,
#favoriteBlock p,
#myshopBlock p {
	text-align:center;
	color:#333 !important;
}

#alertCloseBtn {
	position:absolute;
	bottom:20px;
	left:100px;
}
#favoriteCloseBtn,
#myshopCloseBtn {
	position:absolute;
	bottom:20px;
	left:50px;
}
#favoriteMypageBtn,
#myshopMypageBtn {
	position:absolute;
	bottom:20px;
	left:190px;
}




/*============================================================
TOP　NEWS & EVENT
============================================================*/
/* ----- NEWS & EVENT ----- */
#topNewsEventListWrap{
	/*
	padding:15px 50px 30px;
	background:#f6f6f6;
	*/
	
	border:1px solid #bfbfbf;
	margin-bottom:80px;
	position:relative;
	
}

#topNewsEvent #topNewsEventList {
	padding:0px;
	background:#fff;
	padding:30px 0px;
}

#topNewsEvent #topNewsEventList li {
	width:390px;
	float:left;
	padding:0px 25px 0px 70px;
	margin:15px 0px;
	
	border-left:1px solid #bfbfbf;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}
#topNewsEvent #topNewsEventList li:first-child {
	border-left:none;
}

#topNewsEvent #topNewsEventList li .newsEventDate {
	color:#666666;
}

#topNewsEvent #topNewsEventList li .newsEventTtl {
	line-height:1.2;
	font-size:100%;
}

#topNewsEvent #topNewsEventList li.bl-hover {
	/*
	background-color:#EDEADE;
	*/
	cursor:pointer;
	
}

#topNewsEvent #topNewsEventList li img {
	float:left;
	margin-right:10px;
}


/*============================================================
TOP Other
============================================================*/

/* ----- PICUP ITEM ----- */

#topPicupItem {
}

#topPicupItemList,
#topNewItemList{
	width:1000px;
	margin-bottom:10px;
}

.picupItemBox {
	width:235px;
	float:left;
	margin-right:15px;
	position:relative;
	margin-bottom:20px;
}

.picupItemBox a{
	display:block;
}

.picupItemBox .itemListNameWrap{
	display:block;
	/*
	position:absolute;
	width:235px;
	left:0;
	bottom:0;
	background:url(/images/c/common_new/top_pickup_bg.png) 0 0 repeat;
	
	color:#fff;
	*/
}

.picupItemBox .itemListNew{
	display:block;
	padding-top:10px;
	/*
	min-height:40px;
	*/
}

.picupItemBox a:hover{
	text-decoration:none !important;
	color:#999 !important;
}

.picupItemBox .itemListName{
	padding:5px 0px 0px;
	display:block;
    text-align:left;
	line-height:1.2;
	min-height:1.4em;
	font-size:14px;
	font-weight:normal !important;
}

.picupItemBox .itemListPrice{
	
	border-top:none !important;
	
	padding:0x 5px 0px !important;
	width:auto !important;
	text-align:left !important;
	display:block;
	line-height:1.2;
	min-height:1.4em;
	font-size:14px;
	color:#000;
	
	font-weight:normal;
}



/* ----- ITEM RANKING ----- */

#motionSizeRankinBlock100{
	clear:both;
}

#topItemRanking {
}

#topItemRankingList{
	margin-bottom:20px;
	padding:0px;
	line-height:1.5 !important;
}

#topItemRankingList .itemRankingBox{
	width:218px;
	float:left;
	margin-right:15px;
	position:relative;
}

#topItemRankingList .itemRankingImg{
	margin-bottom:10px;
}

#topItemRankingList .itemRankingName{
    text-align:center;
    margin:25px 0 7px 0;
    color:#000000;
}

#topItemRankingList .itemListicn {
}

#topItemRankingList .itemRankingPrice{
	text-align:center;
	font-weight:bold;
}


/* ----- NEW STYLING ----- */
#topNewStylingListWrap,
#topNewStaffListWrap{
	margin-bottom:70px;
}



#topNewStyling {
}

#topNewStylingList{
}

.newStylingBox{
	width:218px;
	float:left;
	margin-right:15px;
	position:relative;
}

.newStylingBox p {
	text-align:left;
	margin-bottom:4px;
	font-size:14px;
}

.newStylingImg{
	margin-bottom:10px;
}





/* ----- CHECKED ITEM ----- */

#topCheckedItem {
}

#topCheckedItemList {
	line-height:1.2;
}

#topCheckedItem .topItemSlideWrap{
	padding: 30px 65px;
}

#topCheckedItemList .checkedItemBox {
	width:110px;
	float:left;
	margin-right:10px;
}

/* ----- ボトム バナー ----- */
#bottomBnrBlock {
	width:1000px;
}

#bottomBnrBlock #bottomBnrBlockList {
	width:1020px;
	margin-right:-20px;
}

#bottomBnrBlock #bottomBnrBlockList li {
	width:150px;
	float:left;
	margin:0 20px 20px 0;
}









/*============================================================
商品詳細
============================================================*/

/*商品詳細(PC-01-05)*/
#detailWrapper{
	padding:20px 0 30px 0;
}

#detailLeft{
	float:left;
	width:802px;
	text-align:center;
	padding-left:24px;
}
#detailSlideWrap {
	width:450px;
	float:right;
	position:relative;
	height:600px;
	overflow:hidden;
	margin-bottom:10px;
}
#detailLeft #detailSlideWrap p{
	float:left;
}
#detailLeft .detailslideL{
	/*padding:215px 10px 0 0;*/
	position:absolute;
	top:250px;
	left:0px;
	z-index:1000;
}

#detailLeft .detailslideR{
	/*padding:215px 0 0 10px;*/
	position:absolute;
	top:250px;
	right:0px;
	z-index:1001;
}
/* スライダー */
#slides_container {
	width:450px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0px;
	height:600px;
}


#slides_container a{
	display:inline-block;
	position:relative;
}
#slides_container span{
	/*
	display:inline-block;
	*/
	display:block;
	position:relative;
	text-align:right;
}

#slides_container strong.moreViewbtnWrap{
	padding-top:10px;
	padding-left:230px;
	position:inherit;
	display:block;
}

a.moreViewbtn{
	display:inline-block;
	padding:15px 0px;
	width:220px;
	background:#333;
	text-align:center;
	color:#fff;
}

#slides_container a.movie_ph:after{
	display:block;
	content:url("/images/c/common_new/main_ph_movie_arrow.png");
	position:absolute;
	top:50%;
	left:50%;
	/*
	background:url(/images/c/common_new/main_ph_movie_arrow.png) 0 0 no-repeat;
	*/
	width:138px;
	height:138px;
	
	margin-top:-69px;
	margin-left:-69px;
	
	z-index:30000;
}

#slides_container a.movie_ph

#detailLinkBtn{
	position:absolute;
	right:45px;
	bottom:0;
	padding:0;
}


.detailList{
	width:340px;
	float:left;
	overflow:hidden;
}

.detailListWrap{
	width:680px;
}

.detailList_l{
	width:340px;
	float:left;
}
.detailList_r{
	width:340px;
	float:right;
}


.detailList #swfBtn {
	float:left;
	margin-right:10px;
	position:relative;
}
.detailList #swfBtn .movieCover{
	position:absolute;
	left:0;
	top:0;
	}

.detailList ul {
	display:inline;
	margin:0;
}

.detailList ul li{
	float:left;
	display:block;
	width:100px;
	padding:0 8px 10px 0;
	text-align:center;
	
	
}

.detailList ul li a{
	display:block;
	position:relative;
	z-index:1;
}

.detailList ul li a.movie_thumb img{
}

.detailList ul li a.movie_thumb:after{
	display:block;
	content:url("/images/c/common_new/thumb_movie_arrow.png");
	position:absolute;
	top:50%;
	left:50%;
	/*
	background:url(/images/c/common_new/thumb_movie_arrow.png) 0 0 no-repeat;
	*/
	width:46px;
	height:46px;
	
	margin-top:-23px;
	margin-left:-23px;
	
	z-index:20;
}

.detailList ul li.current a {
	background:#000000;
}

.detailList ul li.current a img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}




.detailMainBlock {
	margin-bottom:20px;
	padding-bottom:20px;
}

.detailMainBlock ul .detailMainNavi1{
	float:left;
	width:150px;
}
.detailMainBlock .detailMainTtl {
	background:url(/images/globalwork/c/block_ttlbg1.png) left bottom repeat-x;
	padding:16px 0 19px 0;
	text-align:center;
}

.detailMainNavi{
	margin-top:20px;	
}
.detailMainNavi ul li{
	float:left;
	width:170px;
	margin-right:10px;
}
.detailMainNavi ul li a{
	display:block;
	text-decoration:none !important;
	text-align:center;
	font-weight:bold;
}
.detailMainNavi ul li a:link,
.detailMainNavi ul li a:visited{
	background:#fff;
	padding:5px;
	color:#000 !important;
	border:1px solid #ccc;
}
.detailMainNavi ul li a:hover{
	background:#000;
	padding:5px;
	color:#fff !important;
}
.detailMainNavi ul li a.active{
	background:#000;
	padding:5px;
	color:#fff !important;
}




.detailMainText{
	padding: 30px 0px;
}
.detailMainText.inner {
	padding: 30px;	
}
.detailMainText1{
	font-size:14px;
}

.detailMainTablel1Wrap{
	margin-top:30px;
	background:#ededed;
	padding:20px 45px;
}

.detailMainTablel1{
	margin:0;
}
.detailMainTablel1 tr th{
	width:120px;
	font-weight:bold;
	vertical-align:top;
	font-size:14px;
}
.detailMainTablel1 tr td{
	padding-right:30px;
}
.detailMainBlock .detailMainTtl2 {
	padding:25px 0 5px 0;
	text-align:center;
}
.detailMainBlock .detailMainTtl2 span{
	font-size:12px;
	padding:5px 0 5px 0;
	min-width:150px;
	text-align:center;
	display:inline-block;
	color:#fff;
	background:#000;
}


.newline{
	border-top:1px solid #bbbbbb;
}


.detailMainTablel1_1{
	margin:0;
}
.detailMainTablel1_1 tr th{
	width:120px;
	font-weight:bold;
	vertical-align:top;
	font-size:14px;
	padding-left:30px;
}
.detailMainTablel1_1 tr td{
	padding-right:30px;
}




.detailMainNavi ul{
	background:url(/images/c/common_new/item_tab_bg.png) left bottom repeat-x !important;	
}
.detailMainNavi li {
	width:150px;
	margin-right:10px;
}



.draggableWindow {
	display:none;
}
.detailIMg{
	width:400px;
	position:relative;
}
.detailIMg a img {
	border:1px solid #EDEDED;
}

.detailIMg .sizeZoomIcon {
	position:absolute;
	top:0;
	left:0;
}

.detailMainTablel2{
	width:375px;
	margin-bottom:16px;
	border-collapse:collapse;
}
.detailMainTablel2 tr th{
	background-color:#ededed;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.detailMainTablel2 td{
	padding:20px 10px;
	font-size:12px;
}
.detailMainTablel3{
	float:left;
	width:100%;
	margin-bottom:16px;
	border-collapse:collapse;
}
.detailMainTablel4 tr th,
.detailMainTablel3 tr th{
	background-color:#ededed;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.detailMainTablel4 td,
.detailMainTablel3 td{
	padding:20px 10px;
	font-size:12px;
}
.detailrecommendedItem{
	width:127px;
	text-align:center;
	margin-top:10px;
}
.detailMainLeft {
	float: left;
	width: 50%;
}
.detailMainLeft img {
	width: 100%;
}
.detailMainRight {
	float: right;
	width: 330px;
	margin-left: 1%;
}
.detailMainTablel4 {
	width:100%;
	margin-bottom:16px;
	border-collapse:collapse;
}
.item .itemTitleBody {
	width: 200px;
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
	color: #000;
}
.purchasedGoods_title {
	font-size: 14px;
	margin-bottom: 10px;
}
.purchasedGoods_sizePrice {
	margin: 5px 0;
}
.purchasedGoods_item {
	width: 100%;
	display: inline-block;
}

.itemListicn ul{
	text-align:center;
	height:2em;
}
.detailMainTables {
	clear: both;
	display: inline-block;
	width: 100%;
}

.carouselList_box .item {
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
	padding: 10px 5px;
	display: table;
	width: 318px;
}
.carouselList_box .item_ph {
	padding-right: 6px;
	width: 115px;
	vertical-align: top;
	display: table-cell;
}
.carouselList_box .item_ph img {
	width: 100%;
}
.carouselList_box .item_txt2 {
	width: 253px;
	float: right;
	text-align: left;
	padding: 7px 7px 0px 0px;
}
#itemListBlock .itemListName{
	height:2.5em;
}

.picupItemBox .itemListicn ul,
.itemRankingBox .itemListicn ul,
.detailrecommendedItem .itemListicn ul{
	text-align:center;
	height:2.6em;
}

#detailrecommendedItemList {
	margin-bottom:20px;
	padding:20px;
	line-height:1.2;
}
#detailrecommendedItemList .detailrecommendedItemListBox {
	width:127px;
	float:left;
	margin-right:15px;
}
#detailrecommendedItemList .detailrecommendedItemListImg {
	text-align:center;
}

#detailrecommendedItemItemList .detailrecommendedItemName {
    text-align:center;
    margin:25px 0 7px 0;
    color:#000000;
}
.detailpicupItemPrice {
	text-align:center;
	font-weight:bold;
}

#customerRviewLead {
	font-size:120%;
	padding-bottom:16px;
	border-bottom:1px dotted #CCCCCC;
}

#customerRviewLead span {
	font-weight:bold;
}

.reviewBlock {
	padding-top:14px;
	padding-bottom:16px;
	border-bottom:1px dotted #CCCCCC;
}

.reviewBlock .reviewTtl {
	font-size:100%;
}

.reviewBlock .reviewTtl {
	font-size:110%;
}

#showAllReviewBtn {
	text-align:center;
	width:158px;
	margin:0 auto;
	padding-top:18px;
}

#showAllReviewBtn a {
	display:block;
	height:30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(/images/globalwork/c/showreview_btn.png) 0 0 no-repeat;
}
#showAllReviewBtn a:hover {
	background:url(/images/globalwork/c/showreview_btn_on.png) 0 0 no-repeat;
}
#showAllReviewBtn a.btnUp {
	background:url(/images/globalwork/c/showreview_btn_close.png) 0 0 no-repeat;
}
#showAllReviewBtn a.btnUp:hover {
	background:url(/images/globalwork/c/showreview_btn_close_on.png) 0 0 no-repeat;
}
.reviewNote {
	margin-top:18px;
}
.reviewNote li {
	text-indent:-1em;
	padding-left:1em;
}

.reviewBlock .reviewerInfo {
	color:#666666;
	font-style:oblique;
}

#detailRight{
	float:right;
	width:322px;
	margin-top:10px;
	padding-right:24px;
}
#detailRight .detailItemBox{
	text-align:center;
	position:relative;
	padding-bottom:10px;
}
#detailRight .favoritesBtn{
	position:absolute;
	top:12px;
	right:0;
}

#detailRight .detailItemBox h3{
	width:322px;
	margin:0 auto;
	font-size:150%;
	font-weight:bold;
	text-align:left;
	margin-bottom:21px;
	line-height:1.6;
}
#detailRight .detailItemBox h4{
	text-align:center;
	margin-bottom:16px;
}
#detailRight .detailItemBox p{
	text-align:left;
	margin-bottom:16px;
}
#detailRight .detailItemPlice{
	position:relative;
	font-size:120%;
	padding:15px 40px 0px 0px;
	border-top:1px solid #cccccc;
	line-height:1.8;
}
#detailRight .detailItemPlice p{
	text-align:left;
}
#detailRight .detailItemPlice .fontNomal{
	font-size:160%;
	font-weight:bold;
}
#detailRight .detailItemPlice .fontRed{
	color:#cc0022;
	font-size:160%;
	font-weight:bold;
}
#detailRight .detailItemPlice .fontRed2{
	color:#cc0022;
	font-size:120%;
	font-weight:bold;
	white-space:nowrap;
}
#detailRight .detailItemText{
	padding:24px 0px;
	border-bottom:1px solid #cccccc;
}
#detailRight .detailItemText dl dt{
	width:auto;
}
#detailRight .detailItemText dl dd{
	width:auto;
}
#detailRight .detailSNS{
	padding:16px;
	text-align:center;
	width:340px;
	margin:0 auto;
}

 .detailSNS #mixiBtn {
	 width:70px;
	 float:left;
 }

 .detailSNS #twitterBtn,
 .detailSNS #greekBtn {
	width:100px;
	float:left;
}
 .detailSNS #facebookBtn {
	 width:110px;
	 float:left;
	 overflow:hidden;
}


.detailCartmenu{
	margin-bottom:20px;
}
.detailCartmenu table{
	width:100%;
}
.detailCartmenu table tr.firstChild+tr th,
.detailCartmenu table tr.firstChild+tr td,
.detailCartmenu table tr.buySmartBtn th,
.detailCartmenu table tr.buySmartBtn td{
	border-top:none !important;
}
.detailCartmenu table th{
	text-align:center;
	padding:8px 3px;
	border-top:1px solid #ccc;
}

.detailCartmenu table th.detailCartmenuTtl{
	text-align:left;
	background:#ededed;
	padding-left:15px;
	border-top:none;
	border-bottom:none;
}

.detailCartmenu table td{
	padding:8px 3px;
	border-top:1px solid #ccc;
}
.detailCartmenu table tr.buySmartBtn td {
	padding-top: 0;
}
.detailCartmenu table tr.lastChild th,
.detailCartmenu table tr.lastChild td{
	border-bottom:1px solid #ccc !important;
}
.detailCartmenu table .fonRed3{
	color:#cc0022;
}
.detailCartmenu table .Btn{
	width:180px;
	text-align:right;
}

.detailMainBlock3 {
	position:relative;
	background:#f6f6f6;
	margin-bottom:20px;
	width:100%;
}
.detailMainTtl3 {
	padding:35px 0 10px 0;
	text-align:center;
}

.detailstyleBlock{
  width:302px;
  float:left;
  margin: 20px 0 0 0;
  padding: 0 0 20px 20px;
}
.detailstyleBlock .detailstyleBox{
  float:left;
  width:140px;
  margin-right:10px;
}
.detailstyleBlock .detailstyleBox p{
  width:140px;
  text-align:left;
  padding:5px 0 0;
}

.detailstyleBlock .detailstyleBox p.modelHeight{
	padding:0 0 6px;
}

/*動画用*/
.detailmovieBlock{
  width:350px;
  float:left;
  margin: 20px 0 0 0;
  padding: 0 0 10px 20px;
}
.detailmovieBlock .detailmovieBox{
  float:left;
  width:155px;
  margin-right:20px;
}
.detailmovieBlock .detailmovieBox p{
  width:155px;
  text-align:center;
  padding:10px 0 0;
}


#movie1_wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50000;
	background:url(../../images/c/common_new/movie_wrap_bg.png) 0 0 repeat;
	
	/**/
	display:none;
}

#movie_inner{
	width:640px;
	height:480px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-320px;
	margin-top:-240px;
}
#movie_closeBtn{
	position:absolute;
	top:-45px;
	right:0;
	
	cursor:pointer;
}



.togetherInrLeft .subImages .zoomImgBtn a{
	background:none !important;	
}



/*============================================================
商品詳細 201505 モーダル
============================================================*/

#detailSlideBlock{
	position:relative;
}

#detailSlideBlock{
	position:relative;
}

#storeWrapper .carousel_box{
	width: 370px !important;
	margin:0px 0px 0 0px !important;
	overflow:hidden;
}

.storeItemTitle{
	font-size:20px;
}

#storeWrapper .storeRight{
	/*
	height:420px !important;
	*/
	width:430px;
}
#storeWrapper .storeRight .storeTitle{
	padding-right:40px;
	}


#storeWrapper .caroufredsel_wrapper{
	/*
	height:360px !important;
	*/
	height:360px !important;
	overflow:hidden;
}


#storeWrapper .carousel_box .item{
	border:1px solid #DCDCDC;
	background-color: #ffffff;
	min-height:120px;
	
	-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
}
#storeWrapper .carousel_box .item_ph{
	padding:6px;
	width:88px;
	float:left;
}
#storeWrapper .carousel_box .item_txt{
	width:253px;
	float:right;
	text-align:left;
	padding:7px 7px 0px 0px;
}
#storeWrapper .carousel_box .item_txt dt{
	font-size:110%;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:-1px;
}
#storeWrapper .carousel_box .item_txt dt a{
	text-decoration:underline !important;
}

#storeWrapper .carousel_box .item_txt dd.item_color{
	margin-bottom:5px;
	color:#000000;
}
#storeWrapper .carousel_box .item_txt dd .atten1{
	color:#CC0000 !important;
}

#storeWrapper .carousel_box .item_txt dd.item_value{
	color:#000000;
	letter-spacing:-1px;
}

#storeWrapper .carousel_box .item_txt dd img{
	margin-right:3px;
}



/*============================================================
ポップアップ用
============================================================*/


body#popWrap{
	background:#ffffff;
	width:100%;
	min-width:800px;
}
body#popWrap #headerIn{
	width:800px;
}


body#popWrap #contentsWrap {
	min-width:inherit;
}

body#popWrap #contents{
	width:800px;
}

body#popWrap #footer{
	width:100%;
	min-width:inherit;
	padding:10px 0;
}


/*============================================================
商品一覧
============================================================*/

.itemListBox{
	font-size:14px !important;	
}

/* qtip */
.itemThumsColor{
padding:12px 0 8px 10px;
}
.itemThumsSize{
padding:12px 0 10px 10px;
}
.itemThumsSizeDetail{
padding:0 0 10px 10px;
}
.itemThumsBtn{
padding:0 10px 10px 10px;
}
.itemThumsBtn a{
	display:block;
	text-align:center;
	font-weight:bold;
	padding:10px 0 10px 0;
	background: #fff;
	text-decoration:none !important;
}
.itemThumsBtn a:hover{
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.itemThumsList{
overflow:hidden;
padding-left:10px;
}
.itemThumsList li{
float:left;
margin-right:10px;
margin-bottom:5px;
}
.itemTip {
	padding-right:0px;
	width:170px;
	display:none;
	position:absolute;
	z-index:200;
	color:#333;
	border:1px solid #000;
}

.itemTipWrap {
	background:#fff;
}



/*============================================================
ニュース一覧用
============================================================*/
#infoNewsEvent .topSlidePrevBtn,
#infoNewsEvent .topSlideNextBtn{
	margin-top:0;
}



/*============================================================
掲載アイテム一覧用  PC-01-17.html
============================================================*/
.searchTtl01{
	background:url(/images/c/common_new/search_ttl2.png) 0 0 no-repeat;
	height:37px;
	width:100%;
}
.searchTtl01 span{
	visibility:hidden;
	display:block;
}




