@charset "Shift_JIS";

/*================================================================================
FileName: layout.css
================================================================================*/


/*============================================================
枠組み
============================================================*/

body {
	background:#ffffff;
	width:100%;
	min-width:1200px;
}


#wrapper{
}

#contentsWrap {
	min-width:1200px;
	/*
	overflow:hidden;
	*/
    padding-top:0.1px;
}


/*============================================================
header
============================================================*/
#headerWrap{
	height:100px;
    position:relative;
	margin-bottom:0px;
	z-index: 1000;
}
#headerWrap.head_login{
    height:135px;
}

#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;
}
#headerIn #logo a{
	display: inline-block;
	line-height: 0;
}
#headerIn #logo a img{
	width: 39px;
	height: 39px;
	margin: 5px 0 6px;
}

#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;
}


/*===============================
header Brandリスト 2016/08
=================================*/
#head_brandBox_wrap{
	background:#555555;
}
	#head_brandBox_wrap #head_brandBox{
		width:1010px;
		margin:0 auto;
		padding-bottom:20px;
		/**/
		display:none;
	}
		#head_brandBox_wrap #head_brandBox .brandlist{
			padding-top:10px;
            margin: 0 -10px -10px 0;
			overflow: hidden;
		}
		#head_brandBox_wrap #head_brandBox .brandlist li{
			border-radius:0;
            background: #fff;
            border-radius: 6px;
            float: left;
            height: 60px;
            overflow: hidden;
            text-align: center;
            width: 192px;
            margin: 0 10px 10px 0;
		}
            #head_brandBox_wrap #head_brandBox .brandlist li a {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                height: 60px;
                padding-top: 11px;
            }
            #head_brandBox_wrap #head_brandBox .brandlist li img {
                width: 160px;
                line-height: 60px;
            }

		#head_brandBox_wrap #head_brandBox h3{
			color:#fff;
			font-size: 16px;
			font-weight: bold;
			padding: 20px 0 10px;
		}

#head_brandBtn {
	width:1010px;
	margin:0 auto;
}
#head_brandBtn a {
    position: relative;
    display: block;
    text-align: center;
    padding-left: 10px;
    background: #555555;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
    padding-top: 15px;
}
	#head_brandBtn a:after {
		position: absolute;
		content: "";
		top: 50%;
		margin-top: -10px;
		right: 30px;
		z-index: 10;
		width: 21px;
		height: 21px;
		background: url(/images/c/portal/toggle_plus_icon.png) 0 0 no-repeat;
	}
	#head_brandBtn.open a:after {
		background: url(/images/c/portal/toggle_minus_icon.png) 0 0 no-repeat;
	}




/*============================================================
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;
}


/*============================================================
head_banner
============================================================*/
#brandTop .head_banner {
	background: #fff;
}
.head_banner li {
	text-align: center;
}
.head_banner li.firstChild {
	padding: 25px 0 10px;
}
.head_banner li.firstChild.lastChild {
	display: none;
}

.head_banner li img {
	vertical-align: top;
}

/*============================================================
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;
    z-index:100;
}
.topSlideNextBtn{
	position:absolute;
	top:50%;
	right:0px;
	margin-top:-30px;
    z-index:100;
}


#newseventPrev{
	position:absolute;
	top:40px;
	left:0;
    z-index:50;
}
#newseventNext{
	position:absolute;
	top:40px;
	right:0;
    z-index:50;
}


.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{
	position: relative;
}
#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 + h3{
	font-size: 16px;
    font-weight: bold;
	margin-bottom: -10px;
}

#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;
}




/*============================================================
PORTAL TOP　NEWS & EVENT
============================================================*/
/* ----- NEWS & EVENT ----- */
#topNewsEventListWrap{
	/*
	padding:15px 50px 30px;
	background:#f6f6f6;
	*/
	
	border:1px solid #bfbfbf;
	margin-bottom:80px;
	position:relative;
    min-height:158px;
}

    #topNewsEventListWrap .portal_news .caroufredsel_wrapper{
        height:158px !important;
    }
    #topNewsEventListWrap .calouselNav{
        position:static !important;
    }
    #topNewsEventListWrap .topSlidePrevBtn {
        left: -10px;
    }
    #topNewsEventListWrap .topSlideNextBtn {
        right: -10px;
    }

#topNewsEvent #topNewsEventList {
	padding:0px;
	background:#fff;
	padding:30px 0px;
}
#topNewsEventListWrap .portal_news #topNewsEventList {
    padding:0px;
	background:#fff;
	padding:30px 0px;
    width:2400px;
}

#topNewsEvent #topNewsEventList li {
	width:390px;
    min-height:68px;
	float:left;
	padding:0px 30px 0px 70px;
	margin:15px 0px;
	
	border-left:1px solid #bfbfbf;
	
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
#topNewsEvent #topNewsEventList li:nth-child(1),
#topNewsEvent #topNewsEventList li:nth-child(3n+1) {
	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;
}




/*============================================================
PORTAL SUB　NEWS & EVENT
============================================================*/
#subNewsEventListWrap{
    border-top:1px solid #bfbfbf;
	margin-bottom:80px;
    padding-top:10px;
	position:relative;
}
    #subNewsEventListWrap .caroufredsel_wrapper{
        margin:0 0 !important;
    }
    #subNewsEventListWrap .calouselNav{
    }
.portal_news{
}

.portal_news #infoNewsEventList {
	padding:10px 0px;
	position:relative;
	margin:0 30px;
}

.portal_news #infoNewsEventList li.infoNewsEventListBlock {
	width:1200px;
	float:left;
}

.portal_news #infoNewsEventList li.infoNewsEventListBlock li {
	width:390px;
    min-height:88px;
	float:left;
	padding:10px 30px 10px 70px;
	margin:15px 0px;
	
	border-left:1px solid #bfbfbf;
	
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}

.portal_news #infoNewsEventList li.infoNewsEventListBlock li:nth-child(1),
.portal_news #infoNewsEventList li.infoNewsEventListBlock li:nth-child(3n+1) {
	border-left:none;
}

.portal_news #infoNewsEventList li .newsEventDate {
	color:#666666;
}

.portal_news #infoNewsEventList li .newsEventTtl {
	line-height:1.2;
	font-size:100%;
}

.portal_news #infoNewsEventList li.bl-hover {
    /*
	background-color:#EDEADE;
    */
    opacity:0.7;
	cursor:pointer;
}

.portal_news #infoNewsEventList li img {
	float:left;
	margin-right:10px;
}
.portal_news #infoNewsEventList li p,
.portal_news #infoNewsEventList li h4 {
	float:right;
	width:205px;
}


/*============================================================
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;
}
    .picupItemImg{
        display:block;
        line-height:1;
    }
    .picupItemBox a{
        display:block;
        line-height:1;
    }
        /* rSlides */
        .picupItemBox a ul.rslides{
            padding:0;
            margin:0;
            overflow:hidden;
        }
            .picupItemBox a ul.rslides li{
                padding:0;
                margin:0;
                line-height:0;
            }
	    /* END rSlides */

.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 .itemRankingImg a{
        display:block;
    }
        /* rSlides */
        #topItemRankingList .itemRankingImg a ul.rslides{
            padding:0;
            margin:0;
            overflow:hidden;
        }
            #topItemRankingList .itemRankingImg a ul.rslides li{
                padding:0;
                margin:0;
                line-height:0;
            }
	    /* END rSlides */


#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;
}

.newStylingBox p.itemBrandLogo{
	background:none;
	text-align:center;
	margin-top: 0px;
}

.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:block;
	position:relative;
	text-align:right;
}
#slides_container span video{
	background: #fff;
}

#slides_container .flex-direction-nav{
	position: absolute;
	top: 0px;
	left: 0;
	width:100%;
	z-index: 500;
}
	#slides_container .flex-direction-nav a.flex-disabled{
		display: none !important;
	}
	#slides_container .flex-direction-nav a.flex-prev{
		background: url(/images/c/common_new/slide_arrow_l.png) 0 0 no-repeat;
		display: block;
		width:60px;
		height: 60px;
		
		position: absolute;
		top: 250px;
		left: 0;
		z-index: 501;
	}
	#slides_container .flex-direction-nav a.flex-next{
		background: url(/images/c/common_new/slide_arrow_r.png) 0 0 no-repeat;
		display: block;
		width:60px;
		height: 60px;
		
		position: absolute;
		top: 250px;
		right: 0;
		z-index: 501;
	}




#slides_container strong.moreViewbtnWrap{
	padding-top:10px;
	padding-left:230px;
	position:inherit;
	/**/
	display:none;
}

#slides_container .flex-active-slide strong.moreViewbtnWrap{
	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,
.detailList ul li span{
	cursor: pointer;
	display:block;
	position:relative;
	z-index:1;
}

.detailList ul li span:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.detailList ul li .movie_thumb img{
}

.detailList ul li .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,
.detailList ul li span.flex-active{
	background:#000000;
}

.detailList ul li.current a img,
.detailList ul li span.flex-active 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;
}
.detailMainTablel1_1 tr td .free_comment{
    font-size:11px;
    padding-bottom:5px;
}

.detailMainTablel1_1 tr td img.old_wash_img{
    width:40px;
    height:auto;
}
.detailMainTablel1_1 tr td img.new_wash_img{
    width:40px;
    height:auto;
}



.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;
}
.detailMainTablel3 tr th{
	background-color:#ededed;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.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%;
}


/*------------------------------------*/
/* 2016/09 edit*/


.detailMainTablel4_wrap{
    margin-top:20px;
    margin-bottom:20px;
    background-color:#ededed;
}


.detailMainTablel4 {
	width:100%;
	margin-bottom:0px;
	border-collapse:collapse;
}
    .detailMainTablel4 tr th{
        text-align:center;
        border-bottom:1px solid #fff;
        background-color:#ededed;
        padding:10px 15px;
        font-size:13px;
        font-weight:bold;
        
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    .detailMainTablel4 td{
        padding:10px 20px;
        font-size:12px;
        text-align:center;
        background:#fff;
        
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }

.detailMainTablel4_l{
    min-width: 10em;
    float: left;
    position: relative;
    z-index: 1;
    box-shadow: 5px -3px 5px -5px rgba(0, 0, 0, 0.15);
}
    .detailMainTablel4_l .detailMainTablel4 tr th{
        font-weight:normal;
    }
    .detailMainTablel4_l .detailMainTablel4 tr:first-child th{
        font-weight:bold;
    }
    .detailMainTablel4_l .detailMainTablel4 tr:last-child th{
        border-bottom:none;
    }


.detailMainTablel4_r{
    white-space:nowrap;
    overflow-x: scroll;
}
    
    .detailMainTablel4_r .detailMainTablel4{
        width:auto;
        white-space:nowrap;
        min-width: 100%;
        max-width:inherit;
    }
    .detailMainTablel4_r .detailMainTablel4 tr th{
        white-space:nowrap;
        
    }
    .detailMainTablel4_r .detailMainTablel4 tr td{
        white-space:nowrap;
        border-right:1px solid #f3f3f3;
        border-bottom:1px solid #eee;
    }
    
    
    
    

/* END 2016/09 edit*/
/*------------------------------------*/


.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;
	font-size:170%;
}

.reviewBlock {
	padding-top:14px;
	padding-bottom:16px;
	border-bottom:1px dotted #CCCCCC;
}

.reviewBlock .reviewTtl {
	font-size:100%;
}

.reviewBlock .reviewTtl {
	font-size:115%;
	margin-bottom:3px;
}

#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;
	overflow:hidden;
	margin-bottom:5px;
}
.reviewBlock .dd_size{
	display:block;
	margin-bottom:8px;
	font-weight:bold;
	color:#000;
}

.reviewComment_wrap{
	overflow:hidden;
}
	.reviewComment{
		line-height:1.7;
	}
	.review_item_img {
		position: relative;
		display: block;
		float: right;
		margin-left: 25px;
		margin-top: 10px;
		padding: 2px;
		border: 1px solid #d9d9d9;
		line-height: 0;
		font-size: 1;
	}
	.photo_plus {
		position: absolute;
		z-index: 10;
		top: -7px;
		left: -10px;
	}



/**/
#review_search_accordionBtn{
	margin-bottom:20px;
}
	#review_search_accordionBtn a{
		position:relative;
		display:block;
		text-align:left;
		padding-left:10px;
		background:#707070;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		height:40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:12px;
	}
		#review_search_accordionBtn a:after{
			position:absolute;
			content:"";
			top:50%;
			margin-top:-6px;
			right:10px;
			z-index:10;
			width:13px;
			height:13px;
			background: url(/images/c/common_new/toggle_plus_icon.png) 0 0 no-repeat;
			background-size:13px auto;
		}
	
	#review_search_accordionBtn.open{
		margin-bottom:0px;
	}
		#review_search_accordionBtn.open a:after{
			background: url(/images/c/common_new/toggle_minus_icon.png) 0 0 no-repeat;
			background-size:13px auto;
		}

#review_search_accordionBody{
	padding:20px 10px 10px 10px;
	background:#eaeaea;
	margin-bottom:15px;
	/**/
	display:none;
}
#review_search_accordionBody.open{
	display:block;
}

	#review_search_accordionBody p{
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	.review_search_obj{
		margin-bottom:10px;
	}
		.review_search_obj ul{
			overflow:hidden;
		}
			.review_search_obj ul li{
				float:left;
				margin-right:10px;
			}
			
			/* review_search_radio */
			label.review_search_radio{
				height:35px;
				width:60px;
				display:block;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				padding-top:8px;
				font-size:14px;
				text-align:center;
				color:#fff;
				font-weight:bold;
				background:#aaaaaa;
				cursor:pointer;
			}
			input[type="radio"].review_search_radio{
				width: 20px;
				height: 20px;
				position: absolute;
				visibility: hidden;
				margin: 0;
			}
			input[type="radio"].review_search_radio:checked + label{
				background:#000000;
			}
	
	#review_search_accordionBody select.select_style_review {
		padding: 10px 8px;
		color: #444444;
		background-color: #ffffff;
		
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		
		width: 100%;
		margin-bottom: 0px;
		border: 2px solid #666;
		line-height: 1;
		font-size: 13px !important;
	}
	
	.review_search_btn{
		border-top:1px solid #d4d4d4;
		margin:0 -5px;
		padding:15px 5px 0px 5px;
	}
	.review_search_btn a{
		display:block;
		text-align:center;
		background:#000;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		height:40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:10px;
	}


/*====================*/
#review_search_result_box_wrap{
	/*
	display:none;
	*/
}
.review_search_result_txt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.review_search_result_box{
	padding:10px 10px 10px 10px;
	background:#eaeaea;
	font-size:13px;
	margin-bottom:20px;
}



/*====================*/
.review_graph_txt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#review_graphBox{
	background:#eaeaea;
	margin-bottom:25px;
}
	#review_graphBox table{
		width:100%;
	}
		#review_graphBox table th{
			width:100px;
			padding:10px 5px 5px 10px;
			text-align:left;
			vertical-align:middle;
			background:#666666;
			color:#fff;
			font-size:13px;
		}
		#review_graphBox table td{
			padding:10px 10px 5px 10px;
		}
			#review_graphBox table td .review_graph_bar_bg{
				height:25px;
				background:#fff;
				position:relative;
				width:100%;
			}
			#review_graphBox table td .review_graph_bar{
				height:25px;
				display:block;
				background:#5bc0b1;
			}
			#review_graphBox table td .review_graph_num{
				position:absolute;
				top:3px;
				right:8px;
				font-size:11px;
				z-index:10;
			}
			
			#review_graphBox table tr:first-child th{
				padding:20px 5px 5px 10px;
			}
			#review_graphBox table tr:first-child td{
				padding:20px 10px 5px 10px;
			}
			

			#review_graphBox table tr:last-child th{
				padding:10px 5px 20px 10px;
			}
			#review_graphBox table tr:last-child td{
				padding:10px 10px 20px 10px;
			}







/* Review END ============================*/

#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 0px 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;
}



.delivery_date_box{
    font-size:11px;
    border:1px solid #000;
}
    .delivery_date_box dl dt{
        padding:10px 28px 10px 10px;
        position:relative;
        
        background:url(/images/c/portal/arrow_btm_black.png) 96.5% 50% no-repeat;
        cursor:pointer;
    }
    .delivery_date_box dl dt.open{
        background:url(/images/c/portal/arrow_up_black.png) 96.5% 50% no-repeat;
    }
    
    .delivery_date_box dl dd{
        display:none;
        
        padding:10px;
        border:none;
    }




#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;
	padding-left: 0;
	padding-right: 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:200px;
	text-align:right;
}
#detailRight .detailCartmenu table .Btn .favoritesBtn,
#detailRight .detailCartmenu table .favoritesBtn{
	position: static;
	margin-left: 5px;
}


#detailRight .detailCartmenu td.reservation_tbl_wrap{
	padding:0px 0px;
}
#detailRight .detailCartmenu table.reservation_tbl{
	margin:0 0px;
	width:100%;
}
	#detailRight .detailCartmenu table.reservation_tbl td{
		border-top:none !important;
		border-bottom:none !important;
		padding:8px 3px 5px;
	}
		#detailRight .detailCartmenu table.reservation_tbl td strong{
			padding-right:8px;
		}
		#detailRight .detailCartmenu table.reservation_tbl .buySmartBtn td{
			padding:0 0px 8px;
		}
		#detailRight .detailCartmenu table td.reservation_tbl_btn{
			text-align:right;
			width:130px;
		}
		#detailRight .detailCartmenu table td.reservation_tbl_btn input{
			margin:0;
		}
		#detailRight .detailCartmenu table td.reservation_tbl_btn .favoritesBtn{
			margin:0 0 0 1px;
		}

.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 0px;
}
.detailstyleBlock .detailstyleBox p.modelSize{
	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;
}





/*============================================================
商品詳細 201608 素材感
============================================================*/
.detailTexture{
    padding:35px 0 20px;
    overflow:hidden;
}
    .detailTexture_l{
        width:360px;
        float:left;
    }
    .detailTexture_r{
        width:360px;
        float:right;
    }
    
    .detailTexture table{
        border-top:1px solid #BBBBBB;
    }
        .detailTexture table th{
            width:90px;
            padding:14px 0px;
            border-bottom:1px solid #BBBBBB;
            vertical-align:middle;
        }
        .detailTexture table th div{
            border-right:1px dashed #999999;
            padding:5px 5px;
            text-align:center;
            font-size:14px;
            font-weight:bold;
            color:#333;
            line-height:1;
        }
        
        .detailTexture table td{
            padding:14px 0px 14px 25px;
            line-height:1;
            border-bottom:1px solid #BBBBBB;
            vertical-align:middle;
        }
            .detailTexture table td p{
               padding:10px 0px 0 0;
               font-size:11px;
               line-height:1.4;
           }

            .detailTexture table td ul{
                overflow:hidden;
            }
                .detailTexture table td ul li{
                    width:80px;
                    float:left;
                    text-align:center;
                }
                    .detailTexture table td ul li span{
                        width:72px;
                        margin:0 auto;
                        display:block;
                        text-align:center;
                        color:#999999;
                        font-size:13px;
                        padding:9px 0;
                        
                        border-radius:30px; 
                    }
                    .detailTexture table td ul li span.checked{
                        color:#ffffff;
                        background:#999999;
                    }

/* 商品詳細 201608 素材感 END */


/*============================================================
ポップアップ用
============================================================*/


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;	
}
    .itemListBox a{
        display:block;
        line-height:1;
        padding:0;
        margin:0;
    }
        /* rSlides */
        .itemListBox a ul.rslides{
            padding:0;
            margin:0;
            overflow:hidden;
        }
            .itemListBox a ul.rslides li{
                padding:0;
                margin:0;
                line-height:0;
            }
	    /* END rSlides */


/* 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;
}

/*============================================================
ランキング一覧用絞り込みナビ
============================================================*/
.styleRankingNarrow{
	padding: 0 20px 12px;
}
.styleRankingNarrowText{
	margin: 13px 0;
	font-weight: bold;
}
.styleRankingNarrowList{
	overflow: hidden;
	color: #999999;
}
.styleRankingNarrowList a{
	color: #999999;
	white-space: nowrap;
	text-decoration: underline;
}
.styleRankingNarrowList li{
	float: left;
	padding-right: 9px;
	margin-right: 9px;
	margin-bottom: 8px;
	border-right: 1px solid #989898;
}
.styleRankingNarrowList li.lastChild{
	border-right: none;
}
.styleRankingNarrow li a.current{
	text-decoration: none;
}


/*============================================================
スタイリング詳細
============================================================*/

/* overwrite */
#contentsWrap.stylingDetail {
	margin-top: 60px;
}
#contentsWrap.stylingDetail #main {
	float: none;
	margin-left: auto;
	margin-right: auto;
}


.styleBox{
	background:#fff;
	width:auto;
	margin-top:19px;
	padding-bottom: 35px;
}

#styleHead{
	padding:0 0 22px 29px;
}

.styleBox .styleStoreTitle{
	color:#303F66;
	font-size:16px;
	font-weight:bold;
	padding:24px 0 0 0;
	float:left;
}
.styleBox .styleStoreTitle a:link{
	color:#5B3B26;
}
.styleBox .favoritesBtn{
	float:right;
}
.styleBox .styleLeftSide{
	float:left;
	width:450px;
	text-align:center;
	padding:0 0 0 31px;
	position: relative;
}
.styleBox .styleLeftSide .styleLeftSideSlide{
	position: relative;
	min-height: 600px;
	margin-bottom: 30px;
}
.styleBox .styleLeftSide .styleLeftSideSlide video{
	background: #fff;
}
.styleBox .styleLeftSide .flex-direction-nav{
	position: absolute;
	top: 50%;
	left: 0;
	width:100%;
	z-index: 1000;
}
	.styleBox .styleLeftSide .flex-direction-nav a.flex-disabled{
		display: none !important;
	}
	.styleBox .styleLeftSide .flex-direction-nav a.flex-prev{
		background: url(/images/c/common_new/slide_arrow_l.png) 0 0 no-repeat;
		display: block;
		width:60px;
		height: 60px;
		
		position: absolute;
		top: 0;
		margin-top: -30px;
		left: 0;
		z-index: 1000;
	}
	.styleBox .styleLeftSide .flex-direction-nav a.flex-next{
		background: url(/images/c/common_new/slide_arrow_r.png) 0 0 no-repeat;
		display: block;
		width:60px;
		height: 60px;
		
		position: absolute;
		top: 0;
		margin-top: -30px;
		right: 0;
		z-index: 1000;
	}

	.styleBox .styleLeftSide .flex-control-nav {
	  width: 100%;
	  position: absolute;
	  bottom: -27px;
	  text-align: center;
	}
	.styleBox .styleLeftSide .flex-control-nav li {
	  margin: 0 6px;
	  display: inline-block;
	  zoom: 1;
	  *display: inline;
	}
	.styleBox .styleLeftSide .flex-control-paging li a {
	  width: 11px;
	  height: 11px;
	  display: block;
	  background: #ccc;
	  cursor: pointer;
	  text-indent: -9999px;
	  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

	  border-radius: 20px;
	}
	.styleBox .styleLeftSide .flex-control-paging li a:hover {
	  background: #333;
	}
	.styleBox .styleLeftSide .flex-control-paging li a.flex-active {
	  background: #000;
	  cursor: default;
	}


.styleBox .styleLeftSide img{
	width:100%;
	height:auto;
}
.styleBox .styleLeftSide .tCenter img{
	width:auto !important;
	height:auto !important;
}

.styleBox .styleRightSide{
	float:right;
	width:400px;
}
.styleBox .styleStoreSubTitle{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:11px 0 0 0;
}

.styleBox .storeWriteBox{
	width:410px;
	background:#ededed;
	padding:20px 20px 26px 20px;
}

.styleBox .storeWriteBox .storeTtl{
	padding-bottom:14px;
	color:#303F66;
	font-size:13px;
	font-weight:bold;
}

.styleBox .styleRightSide #topBtn{
	color:#999999;
	font-size:11.5px;
	font-weight:bold;
	text-align:center;
	padding-bottom:13px;
	border-bottom:#ededed 1px solid;
	width:400px;
	margin-bottom:3px;
}
.styleBox .styleRightSide #topBtn p{
	text-align:center;
}
.styleBox .styleRightSide #topBtn #btn{
	margin-bottom:24px;
}
.styleBox .styleRightSide #listBox{
	border-top:#ededed 1px solid;
	padding:20px 0 15px 0;
}

.styleBox .styleRightSide #listBox ul li{
	padding-bottom:15px;
}
.styleBox .styleRightSide #listBox ul li .photo{
	float:left;
}
.styleBox .styleRightSide #listBox ul li dl{
	float:right;
	width:290px;
}
.styleBox .styleRightSide #listBox ul li dl dt{
	font-size:11px;
}
.stylingDetail .styleBox .styleRightSide #listBox ul li dl dt.firstChild {
	min-height: 30px;
	padding: 0 120px 0 0;
	position: relative;
}
.styleBox .styleRightSide #listBox .brandIcon {
	position: absolute;
	right: 0;
}
.styleBox .styleRightSide #listBox ul li dl dd{
	line-height:140%;
}
.styleBox .styleRightSide #listBox ul li dl dd.oldPrice{
	font-size:10px;
	color:#333;
}
.badLine{
	text-decoration: line-through;
	color:#333;
}
.styleBox .styleRightSide #listBox ul li dl dd.newPrice{
	font-size:10px;
	color:#CC0033;
}
.styleBox .styleRightSide #listBox ul li dl dd.clothInfo{
	font-size:9px;
	color:#333;
}
.styleBox .styleRightSide #listBox  ul li .productsBtn{
	padding:8px 190px 0 0;
	float:right;
}

/* NEW ITEM */
#portalNewStyling {
	width:auto;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #bbb;
}
#portalNewStylingList {
	margin:0 0px 20px 40px;
	padding:20px;
	line-height:1.2;
}
#portalNewStylingList .newStylingBox {
	width:182px;
	float:left;
	margin-right:40px;
	text-align:center;
}
#portalNewStylingList .newStylingBox p {
	text-align:center;
	margin-bottom:5px;
}
#portalNewStylingList .newStylingImg {
	margin-bottom:10px;
}

#portalNewStyling .calouselNav {
	position:relative;
	text-align:center;
	padding:0 20px;
}

#portalNewStyling .calouselNav span {
	line-height:30px;
	color:#878787;
}

#portalNewStyling .calouselNav #styleCatalogPrev {
	position:absolute;
	top:0;
	left:20px;
}

#portalNewStyling .calouselNav #styleCatalogNext {
	position:absolute;
	top:0;
	right:20px;
}
.styleSlideBlock {
	background:#ffffff;
	margin-bottom:20px;
	padding-bottom:20px;
}

.styleSlideBlock .styleSlideBlockTtl {
	text-align:center;
	margin-top:20px;
}
.styleSlideBlock .styleSlideBlockTtl h3{
	text-align:center;
}
.styleSlideBlock .calouselNav .styleSlidePrevBtn {
	position:absolute;
	top:0;
	left:20px;
}
.styleSlideBlock .calouselNav .styleSlideNextBtn {
	position:absolute;
	top:0;
	right:20px;
}



/*============================================================
商品詳細モーダル 2016/09
============================================================*/
#itemPopup .colorText{
    min-height:40px;
}



