@charset "Shift_JIS";


body {
	background:#EDEDED;
}
#contents {
	width:1000px;
	padding-top:25px;
	margin:0 auto;
}

#main {
	float:none;
	width:auto;
	text-align: left;
}
#main2 {
	width:800px;
	float:right;
}
#portal_side{
	width:150px;
	float:left;
	padding-top:4px;
	}
#portal_side ul li{
	margin-bottom:19px;
	}

#top{
	background:#fff;
	}
/*============================================================
header
============================================================*/

#portalHeader {
	background:#000000;
	padding:20px 0;
}
#portalHeader2 {
	padding:20px 0;
	background:url(/images/c/portal/potal_bdrbg.png) #fff bottom left repeat-x;
}

#portalHeader h1,
#portalHeader2 h1 {
	text-align:center;
	line-height:0;
}

#headerBlandListWrap {
 display: block;
}


/*============================================================
footer
============================================================*/
#footer {
	background:#000000;
	border-top:1px solid #333333;
}

#footer, #footer a {
	color:#CCCCCC;
}

/* サーチエリア */
#portalSearchBlock {
	background:#000000;
	border-top:1px solid #333333;
	color:#CCCCCC;
	padding:6px 0;
}

#searchInrBlock {
	width:1200px !important;
	margin:0 auto;
}

#portalSearchBlock #searchBtn {
	float:left;
}

#portalSearchBlock #inrRightBlock {
	min-width:600px;
	float:right;
	text-align:right;
	padding-top:6px;
}

#portalSearchBlock  input.searchBox {
	width:154px;
	height:26px;
	line-height:26px;
	border-style: none;
    border-width: 0;
    padding: 0 12px 0 4px;
	vertical-align:middle;
}

#portalSearchBlock  input.searchIcon {
	width:30px;
	height:26px;
	line-height: 0;
    vertical-align: top;
	*padding-top:1px;
}

#portalSearchBlock #inrRightBlock span {
	padding:0 10px;
	vertical-align:middle;
}

/* ページトップ */
#poralPageTop {
	background:#000000;
	border-top:1px solid #333333;
}

#poralPageTop p#pageTopBtn {
	width:1000px;
	margin:0 auto;
	text-align:right;
}

/* ポータルフッター
-------------------------- */

#footerMiddle {
	background:#000000;
	border-top:1px solid #333333;
	padding:20px 0;
}

#footerMiddle, #footerMiddle a {
	color:#CCCCCC;
}

#portalFUnerBlock {
    width:1000px;
    margin:0 auto;
    padding:0 20px;
}

#portalFUnerBlock #footerMobile {
    width:360px;
    float:left;
}

#portalFUnerBlock #footerMobile #qrcord {
    float:left;
    margin-right:12px;
    }

#portalFUnerBlock #footerMobile .inrRight p {
    margin-bottom:18px;
}

#portalFUnerBlock #footerLogo {
    width:280px;
    float:left;
    text-align:center;
	padding-top:20px;
}

#portalFUnerBlock #footerSocial {
    width:360px;
    float:right;
    text-align:right;
	padding-top:20px;
}

#portalFUnerBlock #footerSocial li {
    display:inline;
    padding-left:20px;
}


/*============================================================
トップページ
============================================================*/

#mainVisual a{
    outline:none;
    border:none;
}

#mainVisual{
    margin:0 auto;
    max-width:1200px;
    min-width:960px;
}
* html #mainVisual{
    width: expression(document.body.clientWidth < 962? "960px" : document.body.clientWidth > 1202? "1200px" : "auto");
}

#mainVisual #slider{
    background-position:50% 0;
    background-repeat:no-repeat;
    width:100%;
    max-width:1200px;
    min-width:960px;
    position:absolute;
    z-index:50;
}
* html #mainVisual #slider{
    width: expression(document.body.clientWidth < 962? "960px" : document.body.clientWidth > 1202? "1200px" : "auto");
}
#mainVisual #preSlider{
    background-position:50% 0;
    background-repeat:no-repeat;
    width:100%;
    height:828px;
}


#mainVisual #mainBlock{
    height:828px;
    position:relative;
    z-index:100;
}
/* topLogo */
#topLogo{
    position:absolute;
    top:60px;
    left:30px;
    width:360px;
    height:56px;
    background:url(/images/c/portal/logo.png) 0 0 no-repeat;
    text-indent:-9999px;
}
.black #topLogo{
    background:url(/images/c/portal/logo_b.png) 0 0 no-repeat;
}

#readText{
    position:absolute;
    top:338px;
    left:30px;
    width:352px;
    height:129px;
    background:url(/images/c/portal/read_text.png) 0 0 no-repeat;
    text-indent:-9999px;
}
.black #readText{
    background:url(/images/c/portal/read_text_b.png) 0 0 no-repeat;
}

/* nav */
#nav{
    position:absolute;
    top:260px;
    right:30px;
    width:250px;
}
#nav li{
    position:relative;
    width:250px;
    padding:0 0 16px 0;
    line-height:0%;
}
#nav li a.shopList,
#nav li a.brand,
#nav li a.store,
#nav li a.event,
#nav li a.music,
#nav li a.app,
#nav li a.styling{
    display:block;
    width:250px;
    height:31px;
    line-height:0%;
    text-indent:-9999px;
}
#nav li a.shopList{
    background:url(/images/c/portal/navi1.png) 0 0 no-repeat;
}
#nav li a.brand{
    background:url(/images/c/portal/navi2.png) 0 0 no-repeat;
}
#nav li a.store{
    background:url(/images/c/portal/navi3.png) 0 0 no-repeat;
}
#nav li a.event{
    background:url(/images/c/portal/navi4.png) 0 0 no-repeat;
}
#nav li a.music{
    background:url(/images/c/portal/navi5.png) 0 0 no-repeat;
}
#nav li a.app{
    background:url(/images/c/portal/navi6.png) 0 0 no-repeat;
}
#nav li a.styling{
    background:url(/images/c/portal/navi7.png) 0 0 no-repeat;
}
.black #nav li a.shopList{
    background:url(/images/c/portal/navi1.png) 0 -41px no-repeat;
}
.black #nav li a.brand{
    background:url(/images/c/portal/navi2.png) 0 -40px no-repeat;
}
.black #nav li a.store{
    background:url(/images/c/portal/navi3.png) 0 -40px no-repeat;
}
.black #nav li a.event{
    background:url(/images/c/portal/navi4.png) 0 -40px no-repeat;
}
.black #nav li a.music{
    background:url(/images/c/portal/navi5.png) 0 -40px no-repeat;
}
.black #nav li a.app{
    background:url(/images/c/portal/navi6.png) 0 -40px no-repeat;
}
.black #nav li a.styling{
    background:url(/images/c/portal/navi7.png) 0 -40px no-repeat;
}


#nav li .popver{
    display:none;
    position:absolute;
    right:255px;
    top:-22px;
    background:url(/images/c/portal/over_arrow.png) 100% 50% no-repeat;
    padding:0 6px 0 0;
    line-height:0%;
}
/*ie7,8*/
#nav li .popver{
    background/*\**/:url(/images/c/portal/over_arrow_ie.png) 100% 50% no-repeat\9;
}

#nav li .popver ul{
    background:#ededed;
    padding:5px 4px 4px 5px;
    width:638px;
    line-height:0%;
}
#nav li .popver ul li{
    float:left;
    width:105px;
    padding:0 1px 1px 0;
    line-height:0%;
}
#nav li .popver ul li img{
    display:none;
}



/* thumbsList */
#thumbsList{
    width:1200px;
    margin:10px auto 0;
	padding-bottom:10px;
}

#thumbsBox{
    width:1104px;
    height:145px;
    margin:0 auto;
}
#thumbsList ul{
    height:145px;
    margin:0px
}
#thumbsList ul li{
    float:left;
    width:120px;
    height:145px;
    margin:0 18px 0 0;
}
#thumbsList ul li a{
    display:block;
}


/*============================================================
一覧
============================================================*/

/*==========================
パンくず
============================*/

#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;
}



/* 検索結果 */
#searchResultsBlock{
    width:1000px;
    overflow:hidden;
}

#searchResultsBox{
    float:left;
    width:350px;
    margin-top:26px;
}

#searchResultsBoxLeft{
    float:left;
    font-size:138.5%;
    font-weight:bold;
}

#searchResultsBoxRight{
    float:left;
    font-size:167%;
    font-weight:bold;
}


/* ページャー */
.pagerBox{
    float:right;
	width:400px;
    overflow:hidden;
    margin:20px 0;
}

.pagerBoxLeft{
    float:left;
    font-size:123.1%;
    color:#666666;
    padding-top:7px;
    font-weight:bold;
	text-align:right;
}

.pagerBoxRight{
    float:right;
}
.pagerBoxRight2{
    float:right;
    font-size:123.1%;
    color:#666666;
    padding-top:7px;
    font-weight:bold;
	text-align:right;
}

.pagerList li{
    float:left;
}

.pagerArrow a,
.pagerEnd span{
    display:block;
    width:28px;
    height:22px;
    padding-top:6px;
    border:1px solid #ffffff;
    background:#ffffff;
    color:#666666;
    text-align:center;
    margin-left:10px;
    font-size:108%;
    font-weight:bold;
    text-decoration:none;
}

.pagerArrow a:hover{
    display:block;
    width:28px;
    height:22px;
    padding-top:6px;
    border:1px solid #666666;
    background:#ffffff;
    color:#666666;
    text-align:center;
    margin-left:10px;
    font-size:108%;
    font-weight:bold;
    text-decoration:none;
}

.pagerNo a{
    margin-left:4px;
    display:block;
    width:28px;
    height:23px;
    padding-top:5px;
    border:1px solid #666666;
    color:#ffffff;
    background:#666666;
    text-align:center;
    font-size:108%;
    font-weight:bold;
    text-decoration:none;
}

.pagerNo a:hover,
.currentPage{
    margin-left:4px;
    display:block;
    width:28px;
    height:23px;
    padding-top:5px;
    border:1px solid #666666;
    color:#666666;
    background:#ededed;
    text-align:center;
    font-size:108%;
    font-weight:bold;
    text-decoration:none;
}

.pagerFirst a,
.pagerFirst span{
    margin-right:6px;
}

/* 検索 */

#searchBlock{
    /*background:#ffffff;*/
    color:#999999;
    padding-bottom:20px;
}
#onBtn1 a{
    background:url(/images/c/portal/search_ttl1_open.png) 0 0 no-repeat;
    height:37px;
    display:block;
    text-indent:-9999px;
}

#onBtn1 a:hover{
    background:url(/images/c/portal/search_ttl1_open.png) 0 0 no-repeat;
    height:37px;
    display:block;
    text-indent:-9999px;
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.4;
}

#onBtn1.offBtn1 a{
    background:url(/images/c/portal/search_ttl1_close.png) 0 0 no-repeat;
    display:block;
    height:37px;
    display:block;
}

#onBtn2 a{
    background:url(/images/c/portal/search_ttl2_open.png) 0 0 no-repeat;
    height:37px;
    display:block;
    text-indent:-9999px;
}

#onBtn2 a:hover{
    background:url(/images/c/portal/search_ttl2_open.png) 0 0 no-repeat;
    height:37px;
    display:block;
    text-indent:-9999px;
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.4;
}

#onBtn2.offBtn2 a{
    background:url(/images/c/portal/search_ttl2_close.png) 0 0 no-repeat;
    display:block;
    height:37px;
    display:block;
}

#searchBlock dt{
	background:#ffffff;
}

#searchBlockTop {
	margin-bottom:1px;
    padding:20px;
	background:#ffffff;
}

#searchBlock dd,
#searchBlock #searchInr{
    padding:20px;
	background:#ffffff;
}

#searchTable th{
    padding-right:5px;
}

#searchTable td{
    padding-right:20px;
}

#searchText{
    margin:13px 0;
    font-weight:bold;
    color:#333333;
}

#searchList{
    overflow:hidden;
}

#searchList li{
    float:left;
    padding-right:9px;
    margin-right:9px;
    margin-bottom:8px;
    border-right:1px solid #989898;
}

#searchList li a{
    color:#999999;
    text-decoration:underline;
}

#searchList li a:hover{
    color:#cccccc;
    text-decoration:none;
}

.searchResultList{
    overflow:hidden;
}

.searchResultList li{
    float:left;
    margin-right:20px;
}

.searchResultList li a{
    color:#999999;
    text-decoration:underline;
}

.searchResultList li a:hover{
    color:#cccccc;
    text-decoration:none;
}

/* 商品 */
#itemListBlock{
	width:980px;
	margin-right:-14px;
    overflow:hidden;
    background:#ffffff;
    padding:20px 0 0 20px;
}

*:first-child+html #itemListBlock{
	padding-bottom:30px;
}

.itemListBox{
    width:182px;
	min-height:1%;
    float:left;
    margin:0 14px 30px 0;
	padding-bottom:2.4em;
	position:relative;
}

.portal_itemList .itemListBox{
	padding-bottom:1.2em;
}

.itemBrandLogo {
	text-align:center;
}

.itemListImg{
    position:relative;
    width:182px;
    height:270px;
}

.itemListPriceOffBox {
	height:23px;
	padding-top:2px;
}

.itemListPriceOff{
	line-height:25px;
    text-align:center;
    background:#cc0033;
    color:#ffffff;
    font-size:110%;
    font-weight:bold;
}

.itemListName{
    text-align:center;
    margin:15px 0 5px 0;
	line-height:1.4;
	height:2em;
    color:#000000;
}

.itemListicn{
    position:relative;
    margin-bottom:5px;
    padding-bottom:10px;
}

.itemListicn ul{
	text-align:center;
	height:2em;
}

.itemListicn ul li{
	display:inline;
	line-height:10px;
}

.itemListicn ul li img {
	vertical-align:middle;
	padding:3px 0;
}

.itemListPrice{
	width:100%;
	padding-top:5px;
    text-align:center;
    color:#666666;
	font-size:120%;
    font-weight:bold;
    border-top:1px solid #cccccc;
}
.itemListPrice.priceOff {
	color:#F00;
}
.itemListPrice .priceOffPercent {
	/*padding-left:0.5em;*/
	white-space:nowrap;
}

/* アイテムチップ */

.itemThumsColor{
padding:12px 0 8px 10px;
}
.itemThumsSize{
padding:12px 0 10px 10px;
}
.itemThumsSizeDetail{
padding:0 0 10px 10px;
}
.itemThumsBtn{
padding:0 10px 10px 10px;
}
.itemThumsList{
overflow:hidden;
padding-left:10px;
}
.itemThumsList li{
float:left;
margin-right:10px;
}
.itemTip {
	width:170px;
	display:none;
	position:absolute;
	z-index:200;
	color:#ffffff;
}
.itemTipWrap {
	background:#666666;
}


/* スライド */
.topSlideBlock {
	background:#ffffff;
	margin-bottom:20px;
	padding-bottom:20px;
}

.topSlideBlock .topSlideBlockTtl {
	background:url(/images/globalwork/c/block_ttlbg1.png) left bottom repeat-x;
}

.topSlideBlockTtl {
	position:relative;
	height:45px;
	text-align:center;
}

.topSlideTtl {
	padding-top:13px;
	text-align:center;
	line-height:0;
	background:none !important;
}

.topSlideBlockTtl p.moreBtn {
	position:absolute;
	top:5px;
	right:5px;
}

.topSlideBlock .calouselNav {
	position:relative;
	text-align:center !important;
	height:30px;
}

.topSlideBlock .calouselNav span {
	display:block;
	color:#878787;
	text-align:center;
	position:relative;
	line-height:30px;
	display:block !important;
}

.topSlideBlock .calouselNav .topSlidePrevBtn {
	position:absolute;
	top:0 !important;
	left:20px !important;
}

.topSlideBlock .calouselNav .topSlideNextBtn {
	position:absolute;
	top:0 !important;
	right:20px !important;
}

/* ----- CHECKED ITEM ----- */

#topCheckedItem {
}

#topCheckedItemList {
	margin-bottom:20px;
	padding:20px;
	line-height:1.2;
}
#topCheckedItemList_small{
    line-height: 1.2;
}

#topCheckedItemList .checkedItemBox {
	width:87px;
	float:left;
	margin-right:10px;
}
#topCheckedItemList_small .checkedItemBox {
    width: 110px;
    float: left;
    margin-right: 10px;
}


/* 01-01 */
h2#portal_ttl{
	padding:23px 0 22px;
	}
h3#portal_date{
	color:#E991BD;
	padding-bottom:16px;
	font-size:16px;
	}
#portal_txtBox{
	border-top:#E0E0E0 1px solid;
	border-bottom:#E0E0E0 1px solid;
	padding:34px 0;
	font-size:13px;
	line-height:180%;
}
#portal_txtBox #txtBoxL{
	float:left;
	width:370px;
	}
#portal_txtBox #txtBoxR{
	float:right;
	width:370px;
	}
#portal_page{
	padding:16px 0 48px;
	position:relative;
	}
#portal_page #page{
	text-align:center;
	padding-top:15px;
	}
#portal_page .btnBox{
	position:absolute;
	top:16px;
	right:0;
	width:97px;
	}
#portal_page .btnBox a{
	cursor:default;
	}


/* 20130314編集 */
.itemListBox .reviewCount,
.styleRankLargeListBox .reviewCount,
.styleRankMiddleListBox .reviewCount,
.styleRanksSmallListBox .reviewCount {
	margin-top: 10px;
	text-align: center;
	font-size:109%;
	height:1em;
}
.itemListBox .reviewCount p,
.styleRankLargeListBox .reviewCount p,
.styleRankMiddleListBox .reviewCount p,
.styleRanksSmallListBox .reviewCount p{
	text-align: center;
}
.itemListBox .reviewCount a,
.styleRankLargeListBox .reviewCount a,
.styleRankMiddleListBox .reviewCount a,
.styleRanksSmallListBox .reviewCount a {
	text-decoration: underline;
}
/* 20130314編集 */

/* 20130610編集 */
.itemListBox .itemListCenter p{
    padding-top: 5px;
    text-align: center!important;
}

/*============================================================
itemRanking
============================================================*/
#contents_salesranking {
    width:1200px;
    margin:0 auto;
}
#itemRankingListBlock{
    margin:20px 0 30px 0;
}

#itemRankingListBlock #itemRankingListTab{
    overflow:hidden;
    padding-left:20px;
}

#itemRankingListBlock #itemRankingListTab li{
    float:left;
    margin-right:20px;
    line-height:0;
    height:50px;
}

#itemRankingListBlock #itemRankingListInrTab{
    overflow:hidden;
    line-height:0;
    margin-top:-28px;
}

#itemRankingListBlock #itemRankingListInrTab li{
    float:left;
    margin-right:2px;
}

#itemRankingListBlock #weeklyRankingBlock{
    width:100%;
    background:#bbbbbb;
    padding:20px;
    
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
}

#itemRankingListBlock #ttlBlock{
    width:790px;
    margin-bottom:20px;
}

#itemRankingListBlock #ttBlockText{
    color:#ffffff;
    text-align:center;
    font-size:140%;
    font-weight:normal;
}

#itemRankingListBlock .weeklyRankingBlockInr{
    width:100%;
    background:#ffffff;
    overflow:hidden;
    padding:20px 0;
    
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
}

#itemRankingListBlock #monthlyRankingBlock{
    width:100%;
    background:#ccc6b0;
    padding:20px;
    
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
}

#itemRankingListBlock #monthlyRankingBlockInr{
    width:100%;
    background:#ffffff;
    overflow:hidden;
    padding:20px 0;
    
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
}

#itemRankingListBlock .styleRankLargeListBox{
    width:236px;
    float:left;
    margin:0 0 30px 60px;
}

#itemRankingListBlock .styleRankBrandIcn{
  margin: 0 0 15px;
  text-align: center;
}

#itemRankingListBlock .styleRankExLargeListBox{
    width:310px;
    float:left;
    margin:0 0 30px 60px;
}

#itemRankingListBlock .styleRankLargeListImg1{
    border:1px solid #dcbe28;
}

#itemRankingListBlock .styleRankLargeListImg2{
    border:1px solid #dddddd;
}

#itemRankingListBlock .styleRankLargeListImg3{
    border:1px solid #f0e0d1;
}

#itemRankingListBlock .styleRankLargeListIcn{
    text-align:center;
    margin:10px 0 15px 0;
    color:#BBBBBB;
    font-size:14px;
    font-weight:bold;
}
#itemRankingListBlock .styleRankLargeListBrandIcn{
  text-align: center;
  margin:0 0 5px;
}

#itemRankingListBlock .styleRankLargeListName{
    text-align:center;
    margin:15px 0 5px 0;
    font-size:10px;
    color:#000000;
}

#itemRankingListBlock .styleRankMiddleListText{
    color:#cccccc;
    border-top:1px solid #cccccc;
    padding-top:10px;
    margin-top:5px;
}

#itemRankingListBlock .styleRankMiddleListBox{
    width:172px;
    float:left;
    margin:0 0 30px 50px;
}

#itemRankingListBlock .styleRankMiddleListName{
    text-align:center;
    margin:15px 0 10px 0;
    padding-bottom:10px;
    border-bottom:1px solid #cccccc;
    font-size:10px;
    color:#000000;
}

#itemRankingListBlock .styleRankMiddleListText{
    color:#666666;
}

#itemRankingListBlock .styleRanksSmallListBox{
    width:133px;
    float:left;
    margin:0 0 30px 44px;
}

#itemRankingListBlock .styleRankSmallListName{
    text-align:center;
    margin:15px 0 5px 0;
    font-size:10px;
    color:#000000;
}

#itemRankingListBlock .styleRankSmallListText{
    color:#666666;
    border-top:1px solid #cccccc;
    padding-top:10px;
    margin-top:5px;
}