.wheretobuy_box{
    width: 100%;
    text-align: center;
}
/*內頁選單start*/
.left_menu_container {
    /* padding: 28px 0 0px 0; */
    padding: 28px 0 40px 0;
    position: relative;
    z-index: 1;
}

#left_menu_container {
    z-index: 2;
}

#prod_menu_container {
    padding-top: 0;
}

.left_menu li {
    width: 100%;
    max-width: 225px;
    list-style: none;
    margin: 8px 8px 0px 0;
    float: left;
}

.left_menu li:last-child {
    margin-right: 0;
}

.left_menu a {
    border: 1px solid #e5e5e5;
    display: block;
    height: 60px;
    padding: 0 5px;
    text-align: center;
    color: #a0a0a0;
    font-size: 18px;
}

.left_menu a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.left_menu li.active a,
.left_menu a:hover {
    background-color: #daac63;
    background-image: url('../images/karihome_menu_bg.jpg');
    color: #fff;
}

.left_menu span {
    display: inline-block;
    vertical-align: middle;
    max-height: 48px;
    overflow: hidden;
}

/*內頁選單end*/

/*育兒新知start*/
.knowledge {
    margin-bottom: 30px;
}

.knowledge li {
    list-style: none;
    border-top: 1px solid #e5e5e5;
}

.knowledge li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.knowledge li a {
    position: relative;
    display: block;
    padding: 19px 106px;
}

.knowledge li a:before {
    content: '';
    width: 36px;
    height: 33px;
    background: url('../images/karihome_health_icon.png') no-repeat;
    display: block;
    position: absolute;
    left: 54px;
    top: 13px;
}

.knowledge li a:after {
    content: '';
    width: 12px;
    height: 23px;
    background: url('../images/karihome_health_arrow.png') no-repeat;
    display: block;
    position: absolute;
    right: 46px;
    top: 19px;
}

.knowledge li a:hover {
    background-color: #e5e5e5;
}

.knowledge li span {
    color: #aaa;
    padding-right: 8px;
}

.knowledge li span,
.knowledge li div {
    display: table-cell;
}

/*育兒新知end*/

/*page start*/
.pager_wrap {
    text-align: center;
}

.pager {
    display: inline-block;
}

.pager li {
    float: left;
    list-style: none;
}

.pager li a,
.pager li.active,
.pager li span {
    display: block;
    padding: 5px 11px;
}

.pager li span {
    cursor: pointer;
}

.pager li a:hover,
.pager li.active {
    color: #bc9948;
}

.first:before {
    font-family: FontAwesome;
    content: "\f100";
}

.prev:before {
    font-family: FontAwesome;
    content: "\f104";
}

.next:before {
    font-family: FontAwesome;
    content: "\f105";
}

.end:before {
    font-family: FontAwesome;
    content: "\f101";
}

/*page end*/

/*report start*/
.report_wrap {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.report_block {
    width: 32.3%;
    height: 480px;
    float: left;
    margin: 0 12px 15px 0;
    border: 1px solid #e5e5e5;
    background: url('../images/karihome_report_bg.png') no-repeat 0 0;
}

.report_block.honor {
    height: 515px;
}

.honor .introduce {
    max-width: 235px;
    margin: 0 auto;
    color: #545454;
    font-size: 14px;
    padding: 15px 0 0 0;
    height: 110px;
    overflow: hidden;
}

.report_block:nth-child(3n+3) {
    margin-right: 0;
}

.report_title {
    height: 90px;
    font-size: 18px;
    padding: 16px 15px;
    color: #5b5149;
    text-align: center;
    overflow: hidden;
}

.report_title a {
    color: #5b5149;
    line-height: normal;
}

.report_title a:hover {
    border-bottom: 1px solid #5b5149;
}

.report_img {
    display: block;
    position: relative;
    max-width: 235px;
    margin: 0 auto;
    text-align: center;
}

.report_img:hover .cover_gray {
    display: block;
}

.cover_gray {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(97, 92, 96, 0.4);
}

.cover_gray span {
    width: 156px;
    display: inline-block;
    background-color: #bc9948;
    font-size: 14px;
    padding: 6px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -78px;
}

.report_info_title {
    padding: 0 105px 15px 105px;
    color: #5b5149;
    font-size: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.report_info_title.info {
    position: relative;
    padding: 10px 105px 20px 105px;
    font-size: 18px;
}

.report_info_title.info:before {
    content: '';
    width: 36px;
    height: 33px;
    background: url('../images/karihome_health_icon.png') no-repeat;
    display: block;
    position: absolute;
    left: 48px;
    top: 4px;
}

.addthis_block {
    height: 68px;
    padding: 15px 0 15px 105px;
}

.back_btn {
    display: block;
    margin: 20px auto 0 auto;
    padding: 5px;
    width: 155px;
    background-color: #bc9948;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.back_btn:hover {
    background-color: #996c33;
}

.schedule {
    text-align: right;
    margin: 5px 0;
    color: #727272;
    font-size: 19px;
    line-height: 1.5;
    padding: 10px 0;
}

.schedule span {
    color: #ef8200;
    margin: 0 10px 0 0px;
}

.schedule a {
    cursor: pointer;
    color: #88c800;
    text-decoration: underline;
}

/*report end*/
.img_row {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.img_row img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 50px auto 0;
}

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

    /*內頁選單start*/
    .left_menu li {
        max-width: 19%;
        margin: 0 1% 20px 0;
    }

    .left_menu li:last-child {
        max-width: 20%;
    }

    /*內頁選單end*/
}

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

    /*內頁選單start*/
    .left_menu {
        display: none;
        position: absolute;
        width: 100%;
    }

    .left_menu span {
        display: table-cell;
        vertical-align: middle;
    }

    .left_menu_container {
        padding-bottom: 20px;
    }

    .left_menu_container.open .left_menu {
        display: block;
    }

    .left_menu_container.open #left_menu_select .arrow,
    .left_menu_container.open #prod_menu_select .arrow {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 13px;
    }

    .left_menu_container div {
        background-color: #daac63;
        background-image: url('../images/karihome_menu_bg.jpg');
        color: #fff;
        padding: 15px 35px 15px 15px;
        cursor: pointer;
    }

    #left_menu_select,
    #prod_menu_select {
        position: relative;
        font-size: 18px;
    }

    #left_menu_select .arrow,
    #prod_menu_select .arrow {
        top: 14px;
        right: 15px;
    }

    .left_menu li {
        width: 100%;
        max-width: none;
        list-style: none;
        margin: 0px;
        float: left;
    }

    .left_menu li.active {
        display: none;
    }

    .left_menu li:last-child {
        max-width: none;
    }

    .left_menu a {
        display: table;
        width: 100%;
        height: auto;
        text-align: left;
        min-height: 0;
        padding: 15px;
        color: #5b5149;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
        border-width: 0 0 1px 0;
    }

    .left_menu a:hover {
        background-color: #eeeeee;
        background-image: none;
        color: #5b5149;
    }

    .left_menu a:before {
        content: none;
    }

    /*內頁選單end*/

    /*育兒新知start*/
    .knowledge li a {
        padding: 19px 40px 19px 65px;
    }

    .knowledge li a:before {
        left: 15px;
    }

    .knowledge li a:after {
        right: 15px;
    }

    /*育兒新知end*/

    /*report start*/
    .report_block {
        width: 100%;
        max-width: 292px;
        margin: 0 auto 15px auto;
        float: none;
    }

    .report_block:nth-child(3n+3) {
        margin: 0 auto 15px auto;
    }

    .report_info_title {
        padding: 0 0 15px 0;
        font-size: 20px;
    }

    .report_info_title.info {
        padding: 10px 15px 20px 64px;
    }

    .report_info_title.info:before {
        content: '';
        width: 36px;
        height: 33px;
        background: url('../images/karihome_health_icon.png') no-repeat;
        display: block;
        position: absolute;
        left: 15px;
        top: 4px;
    }

    .addthis_block {
        padding: 15px 0;
    }

    /*report end*/
    .prod_category {
        display: none;
    }

    .prod_category.active {
        display: block;
    }
}

@media screen and (max-width: 639px) {
    .img_row img {
        max-width: 100%;
        display: block;
        text-align: center;
        margin: 15px auto 0;
    }

    /*育兒新知start*/
    .knowledge li a {
        padding: 19px 15px 19px 65px;
    }

    .knowledge li a:after {
        content: none;
    }

    /*育兒新知end*/
}

.bands_table a:before {
    content: '\f138';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    text-decoration: underline;
}

.bands_table a:before,
.bands_table a:hover:before {
    text-decoration: none !important;
}
/* 電子商城 e_commerce.php  */
.location_container{
	max-width:960px;
	padding:25px 0;
}
.location_container li{
	list-style:none;
	padding:0 10px;
	float:left;
	width:33%;
	text-align:center;
	min-height:150px;
	line-height:150px;
}
.html_edit.center{
	padding:25px 0;
}

@media screen and (min-width: 900px){
	.location_container li:nth-child(3n+1){
		clear:left;
	}
}
@media screen and (max-width: 899px){
	.location_container li{
		width:50%;
	}
	.location_container li:nth-child(2n+1){
		clear:left;
	}
}
@media screen and (max-width: 639px){
	.location_container li{
		width:100%;
		float:none;
	}
}
/* e_commerce.php END */

/*產品介紹頁 product_page.php */
.wheretobuy_box{
    width: 100%;
    text-align: center;
}
/*產品介紹頁 product_page.php END*/