@media screen and (min-width: 751px) {
    /*{
        overflow: hidden;
    }
    :after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }*/
	#shop .ctsBody{
		background:#FF0080;
		color:#000000;
	}
    h3{
        border-bottom: 1px solid #7F0040;
        border-top: 1px solid #7F0040;
    }
    #shop .read img{
        width: 100%;
    }
    .open{
        margin: 0 0 40px;
    }
        .open dt{
            float: left;
        }
        .open dd{
            padding: 0 0 0 80px;
        }
    .address .inner{
        margin: 0 0 20px;
    }
    .address .positionR{
        text-align: right;
    }
        .address .positionR a{
            color: #000000;
        }
        .address .positionR a:hover{
            color: #FFFFFF;
        }
    .address #map{
        width: 100%;
        height: 300px;
    }
    /*bxslider          -----------------------------*/
    #slide {
        float: left;
        width:605px;
        height:374px;
        margin:5px;
        border: none;
    }

    .bx-wrapper {
        position: relative;
        padding: 0;
        *zoom: 1;
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        /*bottom: -30px;*/
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../img/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        position: absolute;
        text-align: right;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        top: -30px;
        right: 0;
        z-index: 3000;
    }

    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background:#CCCCCC;
        /*text-indent: -9999px;*/
        display: block;
        width: 12px;
        height: 0;
        padding: 12px 0 0 0;
        overflow: hidden;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background:#000000;
    }

    .bx-wrapper .bx-prev {
        left: -40px;
        background: url(../img/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: -40px;
        background: url(../img/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(../img/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-start:hover,
    .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0;
    }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(../img/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    .bx-wrapper ul li a:hover {
        filter:alpha(opacity=75) !important;
        -moz-opacity:0.75 !important;
        opacity:0.75 !important;
        zoom:1 !important;
        transition: 0s !important;
    }
    /*bxslider end-----------------------------*/

}



















@media screen and (max-width: 750px) {
    #shop .fading{
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 67px;
        width: 100%;
        background-color:rgba(255,0,128,0.9);
        z-index: 10000;
    }
    #shop .ctsBody{
        background:#FF0080;
        color:#000000;
    }
    h3{
        border-bottom: 1px solid #7F0040;
        border-top: 1px solid #7F0040;
    }

    #shop .read img{
        width: 100%;
    }
    .open{
        margin: 0 0 40px;
    }
        .open span{
            font-size: 120%;
        letter-spacing: 1px;
        }
        .open dt{
            font-weight: 800;
            font-size: 120%;
        }
        .open dd{
            margin: 0 0 15px;
        }

    .address span{
        font-size: 120%;
        letter-spacing: 1px;
    }
    .address .inner{
        margin: 0 0 20px;
    }
    .address .positionR{
        text-align: right;
        margin: 10px 0 0;
    }
        .address .positionR a{
            color: #000000;
        }
        .address .positionR a:hover{
            color: #FFFFFF;
        }
    .address #map{
        width: 100%;
        height: 240px;
    }
        .address .inner a{
            color: #000000;
        }
        .address .inner a:hover{
            color: #000000;
        }
    /*bxslider          -----------------------------*/
    #slide {
        float: left;
        width:605px;
        height:374px;
        margin:5px;
        border: none;
    }

    .bx-wrapper {
        position: relative;
        padding: 0;
        *zoom: 1;
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        /*bottom: -30px;*/
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../img/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        position: absolute;
        text-align: right;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        top: -30px;
        right: 0;
        z-index: 3000;
    }

    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background:#CCCCCC;
        /*text-indent: -9999px;*/
        display: block;
        width: 12px;
        height: 0;
        padding: 12px 0 0 0;
        overflow: hidden;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background:#000000;
    }

    .bx-wrapper .bx-prev {
        left: -40px;
        background: url(../img/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: -40px;
        background: url(../img/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 1;
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(../img/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-start:hover,
    .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0;
    }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(../img/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    .bx-wrapper ul li a:hover {
        filter:alpha(opacity=75) !important;
        -moz-opacity:0.75 !important;
        opacity:0.75 !important;
        zoom:1 !important;
        transition: 0s !important;
    }
    /*bxslider end-----------------------------*/

}