.bx-wrapper {
    margin: 0 auto 10px !important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager {
    padding-top: 5px;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


article > .wrap {
    max-width: 1400px;
}

.wrap {
    max-width: 1400px;
}


header {
    background: #ff5ab0;
    height: 80px;
    padding: 0;
    margin-bottom: 8px;
}

header small {
    color: #fff;
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}

#header-nav {
    z-index: 10000;
}

.navbar-default {
    background: #ff5ab0;
    border: none;
}

.navbar-brand {
    padding: 12px 15px;
}
/*
.navbar-brand {
    height: 50px;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    height: 36px;
    margin-left: 2px;
}
*/

.navbar-brand img {
    margin-left: 3px;
}


a.navbar-brand:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


@media screen and (max-width: 767px) {

    header {
        height: 45px;
    }
    .navbar {
        min-height: 45px;
        margin-bottom: 10px;
        border: 1px solid transparent;
    }
    .navbar-brand {
        padding: 5px 15px;
    }
    .navbar-brand img {
        height: 30px;
        margin-left: 5px;
    }

}




#right_contents, 
#left_contents {
    margin-top: 0;
}

#right_contents, 
#left_contents {
    padding: 0;
}


#left_contents {
    /*background-color: #f00;*/
    padding-right: 8px;
}

#left_contents .side_banner {
    
}


#right_contents {
    /*background-color: #0f0;*/
    padding-left: 8px;


}


#main_contents {
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;

}


#main_top .bxslider img {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width:100%;
    height:auto;
}

#member_regist img {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width:100%;
    height:auto;
}




article {
    margin-top: 0;
}


footer {
    background: #ff5ab0;
    overflow: hidden;
}


footer nav ul a,
footer nav ul a:visited,
footer nav ul a:active,
footer nav ul a:link {
    color: #fff;
    font-weight: normal;
}

footer #copyright {
    color: #fff;
}



.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 3px;
  width: 80%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 11px;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

a.menu-trigger:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.menu-trigger p {
  position: absolute;

    top: 22px;
    font-size: 7px;
    color: #fff;
}



.regist_button a, 
.login_button a,
.favo_button a {

  position: absolute;
    right: 5px;
    top: 5px;
    font-size: 11px;
    color: #fff;
    background: #fdf9cd;
    padding: 2px 0 0;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    width: 90px;
    height: 70px;
    z-index: 10;
    text-align: center;

}

.favo_button span {
    font-size: 9px;
}

.login_button a {
    right: 100px;
}

.regist_button a {
    right: 195px;
}

.regist_button i, 
.login_button i,
.favo_button i {
    font-size: 36px;
    color: #2c8ff4;
    display: block;
    line-height: 1.3;

}


@media screen and (max-width: 767px) {


    .regist_button a, 
    .login_button a,
    .favo_button a {
      position: absolute;
        /*right: 44px;*/
        right: 3px;
        top: 3px;
        font-size: 7px;
        color: #fff;
        background: #fdf9cd;
        padding: 2px 0 0;
        border-radius: 5px;
        color: #000;
        font-weight: bold;
        width: 42px;
        height: 37px;
        z-index: 10;
        text-align: center;
    }

    .login_button a {
        right: 48px;
    }

    .regist_button a {
        right: 93px;
    }


    .regist_button i, 
    .login_button i,
    .favo_button i {
        font-size: 18px;
        display: block;
        line-height: 1.3;

    }

}


#main_search {
    margin: 0 0 7px;
    overflow: hidden;
}

#main_search img {
    width: 100%;
}

#job_search, 
#area_search {
    padding: 0;
}

#area_search {
    padding-right: 3px;
}

#job_search {
    padding-left: 3px;
}



#searchform2 {  
    position: relative;   
}  
#keywords2  {  
    width: 80%;
    width : -webkit-calc(100% - 160px) ;
    width: calc(100% - 160px);
    height: 45px;  
    background: #fcf8cd;  
    border: solid 6px #019b4c;;  
    padding: 5px 10px;  
    color: #333;
    font-size: 16px;
    line-height: 1.0;

    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
} 

/*
#searchBtn2 {  
    position: absolute;  
    top: 0;  
    _top: 0;  
    right: 0;  
}  
*:first-child + html #searchBtn2    {  
    top: 1px;  
}  
*/

#free_search {
    clear: both;
    padding: 5px 0;
    /*margin: 0 0 10px;*/
    margin: 0 0 5px;
}


#free_search input[type=text] {
    font-family: FontAwesome;
    font-size: 18px;
}
/*
#free_search ::-webkit-input-placeholder,
#free_search ::-ms-input-placeholder,
#free_search ::-moz-placeholder {
    color: #fe5aae;
}
*/

/*
#free_search dl {
    margin : 0 0 5px;
}

#free_search dt {
    text-align: center;
    font-size: 24px;
    font-wight: bold;
    color: #fff;
}

#free_search dd {
    padding: 0 15px;
}
*/

#searchBtn {
    margin: 0;
    margin-top: -10px;
    padding: 0;
    padding-top: 5px;
    width: 19%; 
    width : -webkit-calc(150px) ;
    width: calc(150px);
    height: 44px;  
    font-size: 16px;
    /*font-weight: bold;*/

}




@media screen and (max-width: 767px) {

    #main_search {
        margin-bottom: 5px;

    }

    #area_search {
        padding-right: 0;
        margin-bottom: 5px;
    }

    #job_search {
        padding-left: 0;
    }

    #free_search {
        padding: 2px 0;
    }
    #free_search dt {
        font-size: 20px;
    }

    #free_search dd {
        padding: 0 5px;
    }


    #keywords2  {  
        width: 100%;
        height: 50px;  
    }
    #searchBtn {
        margin-top: 5px;
        width: 100%;  
        height: 50px;  

    }


}


#sp_banner { 
    margin: 15px 0 0;
}

#sp_banner .bx-wrapper {
    margin: 0 auto 5px !important;
}

#sp_banner li a {
    width: 50% !important;
    float: left;
    padding: 0 5px;
}


#top_contents, 
#sub_navi {
    padding: 0;
    overflow: hidden;
}

#sub_navi {
    padding-left: 7px;
}
 

#sub_navi ul{
    overflow: hidden;
}

#sub_navi li{
}


#sub_navi img {
    width: 100%;

}


#sub_navi li a {
    overflow: hidden;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    height: auto;

}

#top_shop_news,
#top_osusume_shop,
#top_new_arrival_shop,
#top_recent_shop {
    overflow: hidden;
    margin: 0 0 10px;
}

/*
#top_shop_news h1,
#top_osusume_shop h1,
#top_new_arrival_shop h1,
#top_recent_shop h1 {
    width: 100%;
    padding: 5px 0 5px 15px;
    height: 37px;
    color: #fff;
    font-size: 18px;
    font-wight: bold;
    text-shadow: 2px 2px 1px #000; 
    background: url(title_bg_shop_news.jpg) repeat-x ;  
    border: none;
}
*/


#top_shop_news h1,
#top_osusume_shop h1,
#top_new_arrival_shop h1,
#top_recent_shop h1,
#sub_navi h1 {
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 700;
    background: linear-gradient(#ff80c2,#ff5ab0) #ff80c2;
    text-align: left;

border-bottom: none;
}

/*
#top_osusume_shop h1 {
    background: url(title_bg_osusume_shop.jpg) repeat-x ;  
}


#top_new_arrival_shop h1 {
    background: url(title_bg_new_arrival_shop.jpg) repeat-x ;  
}

#top_recent_shop h1 {
    background: url(title_bg_recent_shop.jpg) repeat-x ;
    text-align: center;
    padding: 5px 0 5px;
}
*/


#top_shop_news ul,
#top_osusume_shop ul,
#top_new_arrival_shop ul,
#top_recent_shop ul {
    overflow: hidden;
    border-right: solid 1px #ccc;

}

#top_shop_news li,
#top_osusume_shop li,
#top_new_arrival_shop li, 
#top_recent_shop li {
    overflow: hidden;
    border: solid 1px #ccc;
    border-top: none;
    border-right: none;
    padding: 10px 5px;
}


#top_osusume_shop + ul li {
    min-height: 35px;
}


#top_shop_news li .shop_name {
    font-size: 14px;
    color: #ff5ab0;
}

#top_shop_news li .shop_come {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
}

#top_shop_news li .ellipsis {
    overflow: hidden;
    height: 50px;
}

div.shop_img img {
    margin-right: 5px;
}

#top_shop_news div.shop_img img {
    margin-top: 5px;
}

#top_shop_news ul.conditions {
    border: none;

}

#top_shop_news .conditions li {
    float: left;
    border: none;
    padding: 0 10px 2px 2px;
    font-size: 10px;
}


.conditions{
    color: #3939ff;
}

#top_shop_news .conditions i {
    margin-right: 2px;
}

#top_osusume_shop div.shop_img img {
    width: 50%;
    height: auto;
    margin-bottom: 8px;

}

#top_osusume_shop li .shop_name, 
#top_new_arrival_shop li .shop_name, 
#top_recent_shop  li .shop_name {
    font-size: 14px;
    color: #ff5ab0;
    line-height: 1.2;
}

#top_osusume_shop ul li ul,
#top_new_arrival_shop ul li ul, 
#top_recent_shop ul li ul {
    border: none;
}

#top_osusume_shop ul li ul li, 
#top_new_arrival_shop ul li ul li,
#top_recent_shop ul li ul li {
    border: none;
    padding: 1px 0 0;
    font-size: 10px;
}

#top_osusume_shop li i,
#top_new_arrival_shop li i, 
#top_recent_shop li i {
    margin-right: 3px;
}


#top_new_arrival_shop {
    margin: 0 0 30px;
}




#top_osusume_shop li .shop_come {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
    border-top: dotted 1px #ccc;
    padding-top: 8px;
    height: 42px;
}



#sub_navi h1 {
    margin-bottom: 5px;
}


#sub_navi li a {
    overflow: hidden;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 767px) {

    #sub_navi {
        padding-left: 0;
    }


    #sub_navi ul{
        margin-bottom: 10px;
    }

    .sub_navi li {
        width: 50%;
        float: left;
    }

    .sub_navi li a {
        padding: 0 5px;
    }



    #sub_navi #top_recent_shop ul {
        margin-bottom: 5px;
    }

    #sub_navi #top_recent_shop li a {
        margin-bottom: 0;
    }

    #sub_navi ul {
        margin-bottom: 10px;
    }

    #top_recent_shop  li {
        width: 50%;
        float: left;

    }


    #top_recent_shop .conditions li {
        width: 100%;

    }


    .clear {
        clear: both;
    }


    #top_recent_shop {
        clear: both;
    }

    #top_recent_shop h1 {
        margin-bottom: 0;
    }

    #top_new_arrival_shop {
        margin: 0 0 10px;
    }


    #top_new_arrival_shop li {
        padding: 6px 5px 8px;
    }


    /*
        #sub_navi li a {
            overflow: hidden;
            display: block;
            margin-bottom: 7px;
            width: 50%;
            height: auto;
        }
    */

}

#top_new_arrival_shop div.shop_img img {
    width: 50%;
    height: auto;
}

.arrival_date {
    margin: 0 0 7px;
}

.arrival_date span {
    background: #ff5ab0;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
}


#top_recent_shop div.shop_img img {
    width: 100%;
    height: auto;
    margin-bottom: 3px;

}

#top_recent_shop li {
    padding: 7px 5px 0;
}


#top_recent_shop li .shop_come {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
    height: 30px;
}

#top_recent_shop li .conditions {
    margin-top: 5px;
}


@media (min-width: 1200px) {


    #top_recent_shop .conditions li {
        float: left;
        margin-right: 15px;
    }
}


.news_update {
    font-size: 11px;
}




#top_shop_news ul, #top_osusume_shop ul, #top_new_arrival_shop ul, #top_recent_shop ul {
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;

    border-right: none;

}

#top_shop_news li, #top_osusume_shop li, #top_new_arrival_shop li, #top_recent_shop li {
    border-left: none;
    border-right: solid 1px #ccc;
}

#top_new_arrival_shop ul li {
    height: 110px;
}


@media (min-width: 992px) and (max-width: 1199px) {
/*
    #top_shop_news ul li, #top_osusume_shop ul li, #top_new_arrival_shop ul li, #top_recent_shop ul li {
        height: 130px;
    }
*/
    #top_osusume_shop ul li {
        height: 130px;
    }

    #top_shop_news ul li ul li, #top_osusume_shop ul li ul li, #top_new_arrival_shop ul li ul li, #top_recent_shop ul li ul li {
        height: auto;
    }
}


footer nav ul {
    color: #fff;

}
footer nav ul li a {
	display: inline-block;
	margin-left: 3px;
	margin-bottom: 0;
}

.mt30 {
    margin-top: 30px;
}

footer nav ul li ul li::before {
    content: none;
}


@media screen and (max-width: 767px) {


    #top_new_arrival_shop ul li {
        height: auto;
    }

    #top_new_arrival_shop div.shop_img img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    #top_recent_shop div.shop_img img {
        margin-bottom: 5px;
    }

    footer #copyright {
        padding-top: 0;
    }
}




.modal p.entrance a {
    border: 1px solid #ff5ab0;
    background: rgba(255,255,255,0.5);
    color: #ff5ab0;
}



