﻿@charset "UTF-8";

/*-----------------------------------

top.css
SPトップページレイアウト

-----------------------------------*/
/*注目のキーワード 1710追加*/
.att-keyword {
	padding: 5px;
	margin: -15px 5px 15px;
	background-color: #ccc;
	text-align: center;
}
.att-keyword a{
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	line-height:26px;
}

.att-keyword a:hover{
	-moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}


/*-----------------------------------*/
/* メインカルーセル  */
#mainCarousel { margin: 0; }
    #mainCarousel img {
        display: block;
        width: 100%;
    }
    #mainCarousel a {
        display: block;
    }
    #mainCarousel .slick-list {
        z-index: 1;
    }
    #mainCarousel .slick-prev,
    #mainCarousel .slick-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: #333 ;
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        z-index: 2;
    }
    #mainCarousel .slick-prev {
        left: 0;
    }
    #mainCarousel .slick-next {
        right: 0;
    }
    #mainCarousel .slick-prev:before,
    #mainCarousel .slick-next:before {
        display: block;
        content: "";
        position: absolute;
        top: 7.5px;
        left: 7px;
        width: 15px;
        height: 15px;
        color: transparent;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat 0 -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    #mainCarousel .slick-next:before {
        left: auto;
        right: 7px;
        background-position: -35px -35px;
    }
/* 3枚カルーセル 1710追加 */
.threeCarousel { 
	margin: 0 5px 0;
	width: 120%;
}
    .threeCarousel img {
        display: block;
        width: 95%;
		border: solid 1px #ccc;
    }
    .threeCarousel a {
        display: block;
    }
   .threeCarousel .slick-list {
        z-index: 1;
    }
    .threeCarousel .slick-prev {
	        width: 30px;
        height: 30px;
        margin-top: -15px;
		margin-left:-8px;
        background: #333 ;
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        z-index: 2;
    }
	.threeCarousel .slick-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
		margin-right: 17.5%;
        background: #333 ;
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        z-index: 2;
    }
    .threeCarousel .slick-prev {
        left: 0;
    }
    .threeCarousel .slick-next {
        right: 0;
    }
    .threeCarousel .slick-prev:before,
    .threeCarousel .slick-next:before {
        display: block;
        content: "";
        position: absolute;
        top: 7.5px;
        left: 7px;
        width: 15px;
        height: 15px;
        color: transparent;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat 0 -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    .threeCarousel .slick-next:before {
        left: auto;
        right: 7px;
        background-position: -35px -35px;
    }

/* 4枚カルーセル 1710追加 */
.fourCarousel { 
	margin: 0 5px 0;
	width: 115%;
}
    .fourCarousel img {
        display: block;
        width: 94%;
		border: solid 1px #ccc;
    }
    .fourCarousel a {
        display: block;
    }
   .fourCarousel .slick-list {
        z-index: 1;
    }
    .fourCarousel .slick-prev {
	        width: 30px;
        height: 30px;
        margin-top: -35px;
		margin-left:-8px;
        background: #333 ;
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        z-index: 2;
    }
	.fourCarousel .slick-next {
        width: 30px;
        height: 30px;
        margin-top: -35px;
		margin-right: 14%;
        background: #333 ;
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        z-index: 2;
    }
    .fourCarousel .slick-prev {
        left: 0;
    }
    .fourCarousel .slick-next {
        right: 0;
    }
    .fourCarousel .slick-prev:before,
    .fourCarousel .slick-next:before {
        display: block;
        content: "";
        position: absolute;
        top: 7.5px;
        left: 7px;
        width: 15px;
        height: 15px;
        color: transparent;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat 0 -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    .fourCarousel .slick-next:before {
        left: auto;
        right: 7px;
        background-position: -35px -35px;
    }

.mainBnrList {
    margin: 0 0 0 5px;
}
    .mainBnrList li {
        float: left;
        width: 50%;
        margin-top: 5px;
    }
    .mainBnrList a {
        display: block;
        margin-right: 5px;
    }
    .mainBnrList img {
        width: 100%;
    }

/*バナー差込*/
#mainBnr p{
	width: 100%;
	margin-top: 0.3em;
	text-align: center;
}

#mainBnr p a img{
	width: 95%;
}

.navInpage {
    margin: 15px 0; 
}
    .navInpage li {
        float: left;
        width: 33.3%;
    }
    .navInpage a {
        display: block;
        position: relative;
        margin-left: 1px;
        padding: 10px 8px;
        background: #333;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }
        .navInpage a:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat -64px -85px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
        }
        .navInpage li:first-child a { margin-left: 0; }
        .navInpage li.next a:after { background-position: -32px -85px; }

/*グローバルナビ4列 1710追加*/
.navInpage4l {
    margin: 15px 1px; 
}
    .navInpage4l li {
        float: left;
        width: 25%;
    }
    .navInpage4l a {
        display: block;
        position: relative;
        margin: 1px;
        padding: 10px 8px;
        background: #333;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
    }
        .navInpage4l a:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat -64px -85px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
        }
        .navInpage4l li:first-child a { margin-left: 0; }
        .navInpage4l li.next a:after { background-position: -32px -85px; }

/*評価減*/
div.ClearanceBox{
	width: 95%;
	background: #c00000;
	margin: 2em auto;
	padding: 0 0 1em;
}
div.ClearanceBox dl{
	background: #fff;
	width: 82%;
	padding: 5%;
	margin: 0 auto 0.5em;
}
/*CLEAR*/
div.ClearanceBox dl:after {
	content:"";
	display:block;
	clear:both;
}
div.ClearanceBox dl:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
div.ClearanceBox dl {
	zoom:1;
}

div.ClearanceBox dl dt{
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
}

div.ClearanceBox dl dt img{
	width: 100%;
	border: 1px solid #ccc;
}

div.ClearanceBox dl dd{
	width: 65%;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	font-size: 13px;
	color: #333;
}

div.ClearanceBox dl dd span{
	font-size: 16px;
	color: #c00000;
	font-weight: bold;
}



/* ランキング */
.rankingBox01 { margin-top: -20px; }
    .rankingBox01 .title {
        position: relative;
        margin: 0 5px;
        padding: 15px;
        border-top: #e6e6e6 1px solid;
        font-size: 16px;
        font-weight: normal;
    }
    .rankingBox01 section:first-child .title { border-top: none; }
    .rankingBox01 .title:after {
        display: block;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat -105px -60px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    .rankingBox01 .title.open:after { background-position: -70px -60px; }
    .rankingBox01 ol {
        margin-right: 5px;
    }
        .rankingBox01 li {
            float: left;
            width: 33.3%;
            margin-bottom: 20px;
        }
            .rankingBox01 li .rank {
                position: relative;
                height: 15px;
                margin: 0 5px 1px 10px;
                background: #333;
                font-size: 9px;
                text-align: center;
                line-height: 15px;
                color: #fff;
            }
            .rankingBox01 li .rank:before,
            .rankingBox01 li .rank:after {
                display: block;
                content: "";
                position: absolute;
                top: 0;
                left: -5px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 5px 15px 5px;
                border-color: transparent transparent #333 transparent;
            }
            .rankingBox01 li .rank:after {
                left: auto;
                right: -5px;
            }
            .rankingBox01 li a {
                display: block;
                margin-left: 5px;
                text-decoration: none;
            }
            .rankingBox01 a img {
                width: 100%;
            }
            .rankingBox01 a .price {
                margin: 8px 5px 0;
                font-size: 10px;
                color: #dc2525;
            }
                .rankingBox01 a .price strong {
                    font-size: 14px;
                    font-weight: bold;
                    color: #dc2525;
                }
                .rankingBox01 a .price .tax {
                    margin-left: 5px;
                    color: #858585;
                }
            .rankingBox01 a .off {
                margin: 0 5px;
            }

.rankingBox01 .period {
    margin: 5px;
    font-size: 10px;
    text-align: right;
}



/* カテゴリー */
.listCategory01 {
    display: block;
    margin: 0 5px;
}
    .listCategory01 li {
        display: table;
        float: left;
        position: relative;
        width: 50%;
    }
    .listCategory01 a {
        display:table-cell;
        width: 100%;
        height: 40px;
        padding: 0 25px 0 15px;
        background: #333;
        border: #fff 1px solid;
        border-width: 1px 1px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.1;
        text-decoration :none;
        color: #fff;
    }
    .listCategory01 li:nth-child(even) a { border-right: none; }
    .listCategory01 a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
       right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat -32px -85px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
}


/* ピックアップブランド */
.listBrand01 {
    margin-right: 5px;
}
    .listBrand01 li {
        float: left;
        width: 33.3%;
    }
        .listBrand01 a {
            display: block;
            margin: 0 0 5px 5px;
        }
        .listBrand01 img {
            width: 100%;
        }


/* テイストから探すテキスト 1710追加*/
p.taste { 
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 5px 0 15px;
	text-decoration: none;
}

/* BrandNewITEMs探すテキスト 1710追加*/
p.BrandNew { 
	color: #000;
	font-size: 11px;
	text-align: center;
	margin: 5px 0 0;
	text-decoration: none;
}

/* ブラジャー検索 */
#topSearch {
    margin: 20px 5px 0;
}
    #topSearch header {
        border-bottom: #5c5c5c 2px solid;
    }
    #topSearch header .title,
    #topSearch header a {
        float: left;
        width: 50%;
        line-height: 43px;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
   }
        #topSearch header .title span,
        #topSearch header a span {
            display: block;
            height: 40px;
            margin: 0 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
   }
    #topSearch header .title span {
        background: #5c5c5c;
        font-weight: normal;
        color: #fff;
    }
    #topSearch header a span {
        color: #333;
        border: #5c5c5c 1px solid;
        border-bottom: none;
    }


.conditionList01 dt {
    border-top: #e6e6e6 1px solid;
    padding: 10px 15px 0;
    font-size: 16px;
}
.conditionList01 dd {
    margin: 0 15px 5px;
}
.conditionList01 dd.remain {
    margin-left: 10px;
    margin-right: 10px;
}

    .conditionList01 dd ul {
        margin-top: 5px;
    }
    .conditionList01 dd label { padding: 10px 0; }
    .conditionList01 dd .checkboxList02 label { padding: 10px; }
    .conditionList01 dd input {
        position: absolute;
        opacity: 0;
    }

/* 価格範囲 */
    .conditionList01 .priceRange01 {
        display: table;
        width: 100%;
    }
    .conditionList01 .priceRange01 li {
        display: table-cell;
        width: 45%;
    }
    .conditionList01 .priceRange01 li.bar {
        width: 5%;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        text-align: center;
    }
    .conditionList01 .priceRange01 select {
         width: 100%;
    }

/* ボタン */
#topSearch .boxBtn01 {
    margin: 5px 0 0;
    padding: 10px 15px 0;
    border-top:  #e6e6e6 1px solid;
}


/* インフォメーション */
#informationList01 {
    margin: 20px 0 0;
    border-top: #d6d6d6 1px solid;
}
    #informationList01 ul {
        margin: -15px 10px 0;
    }
    #informationList01 li {
        padding: 10px 0 0;
        border-top: #e6e6e6 1px solid;
    }
    #informationList01 li:first-child { border-top: none; }
    #informationList01 .iconNew,
    #informationList01 .iconCheck {
        display: inline-block;
        width: 60px;
        height: 16px;
        background: #44baba;
        font-size: 10px;
        text-align: center;
        line-height: 17px;
        vertical-align: middle;
        color: #fff;
    }
    #informationList01 .iconCheck {
        background: #fc67b2;
    }
    #informationList01 .date {
        margin-left: 5px;
        font-size: 10px;
    }
    #informationList01 a {
        display: block;
        padding: 5px 15px 10px;
        font-size: 12px;
        text-decoration: none;
        color: #333;
    }


/* カレンダー */
#mainCarlender {
    margin: 10px 0 0;
    border-top: #d6d6d6 1px solid;
}
    #mainCarlender .title {
        margin: 15px 10px 5px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }

.carlender {
    margin: 0 20px;
}
    .carlender table {
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }
    .carlender caption {
        position: relative;
        margin: 5px 0;
        text-align: center;
    }
    .carlender caption .month {
        display: block;
        width: 50%;
        height: 25px;
        margin: 0 auto;
        padding: 0 13px;
        background: #333;
        font-size: 14px;
        line-height: 25px;
        color: #fff;
    }
    .carlender caption .prev, .carlender caption .next {
        color: transparent;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        background: #d6d6d6;
    }
    .carlender caption .next {
        left: auto;
        right: 0;
    }
    .carlender caption .prev:before, .carlender caption .next:before {
        display: block;
        content: "";
        position: absolute;
        top: 7px;
        left: 7px;
        width: 12px;
        height:12px;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat 0 -85px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
        overflow: hidden;
    }
    .carlender caption .next:before {
        background-position: -32px -85px;
    }
    .carlender th {
        background: #f3f3f3 none repeat scroll 0 0;
        border: 1px solid #fff;
        font-size: 10px;
        font-weight: normal;
        padding: 5px 0;
    }
    .carlender td {
        padding: 3px 0;
        border: 1px solid #fff;
        font-size: 12px;
    }
    .carlender .holiday01 {
        background: #FFFFFF;
    }
    .carlender .holiday02 {
        background: #FF0000;
    }
    #mainCarlender dl {
        border-top: 1px solid #d6d6d6;
        margin: 5px 20px 0;
        padding-top: 10px;
    }
    #mainCarlender dt {
        clear: left;
        color: transparent;
        float: left;
        height: 17px;
        overflow: hidden;
        width: 23px;
        background: #FFFFFF;
    }
    #mainCarlender dt.holiday02 { background: #FF0000; }
    #mainCarlender dd {
        font-size: 10px;
        line-height: 1.2;
        margin: 0 0 10px 30px;
    }







/* ラベルリスト */

/* 1列 */
.checkboxList01 {
    margin: 5px 0;
}
    .checkboxList01 li {
        margin-bottom: -1px;
    }
    .checkboxList01 label {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .checkboxList01 li:first-child label {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .checkboxList01 li:last-child label {
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }


 /* 2列 */
.checkboxList02 {
    margin: 5px -5px 0 0 ;
}
    .checkboxList02 li {
        float: left;
        width: 50%;
    }
        .checkboxList02 li label {
            margin: 0 5px 5px 0;
        }

 /* 3列 */
.checkboxList03 {
    margin: 5px -5px 0 0 ;
}
    .checkboxList03 li {
        float: left;
        width: 33.33%;
    }
        .checkboxList03 li label {
            margin: 0 5px 5px 0;;
            text-align: center;
        }

 /* 4列 */
.checkboxList04 {
    margin: 5px -5px 0 0 ;
}
    .checkboxList04 li {
        float: left;
        width: 25%;
    }
        .checkboxList04 li label {
            padding: 10px 0;
            margin: 0 5px 5px 0;
            text-align: center;
        }


 /* 5列 */
.checkboxList05 {
    margin: 5px -5px 0 0 ;
}
    .checkboxList05 li {
        float: left;
        width: 20%;
    }
        .checkboxList05 li label {
            padding: 10px 0;
            margin: 0 5px 5px 0;
            text-align: center;
        }



/* ラベル */
label {
    display: block;
    position: relative;
    padding: 10px 10px 10px 30px;
    border: #ccc 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.1;
}
label input[type="radio"],
label input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
}
label.selected {
    background-color: #5c5c5c;
    color: #fff;
}
.mark label {
    padding-right: 22px;
}
.mark label.selected:after {
        display:block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(http://www.dj-dreams.com/yahoo/smp/img/ico.png) no-repeat 0 -190px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
}










