@charset 'utf-8';

/*------------ basic ------------*/

body {
    background: url('../../images/common/body_bg.png');
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}


/*------------ / basic ------------*/


/*------------ icon ------------*/


/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    background: #231815;
    border-radius: 50%;
}

.share .btn.facebook:hover {
    background: #3B5999;
}

.share .btn.plurk:hover {
    background: #FF5C26;
}

.share .btn.google:hover {
    background: #D93600;
}

.share .btn.twitter:hover {
    background: #26C9FF;
}


/*------------ share_box ------------*/

.share_box {
    text-align: center;
}

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #CCC;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share-link li a {
    font-size: 31px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}

.share-link .facebook:hover {
    color: #405D9A;
}

.share-link .google:hover {
    color: #F34537;
}

.share-link .twitter:hover {
    color: #39A0CE;
}

.share-link .plurk:hover {
    color: #E9443D;
}

.share-link .line:hover {
    color: #00C300;
}

.share-link .linkedin:hover {
    color: #0177B5;
}

.share-link .share-link:hover {
    color: #00C300;
}

.share-link .blogger:hover {
    color: #F26C38;
}

.share-link .mail:hover {
    color: #F6C13D;
}

.a2a_button_whatsapp:hover {
    color: #F34537;
}

.a2a_button_sina_weibo:hover {
    color: #F34537;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 340px;
    height: 110px;
}

.btn.back {
    color: #231815;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.btn.back:hover {
    color: #F7AC18;
}

.btn.back .ic {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FAE29A;
    text-align: center;
    color: #61370A;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.btn.back:hover .ic {
    background: #FABA1D;
    color: #fff;
}

.btn.simple {
    background: #eee;
    color: #898889;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
    transition: all .2s;
}

.btn.simple:hover {
    background: #231815;
    color: #fff;
}

.btn.simple .ic {
    vertical-align: middle;
    margin-bottom: 4px;
}

.btn.simple2 {
    border: 2px solid #898889;
    color: #898889;
    font-family: 'Signika Negative', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
    transition: all .2s;
}

.btn.simple2:hover {
    border-color: #231815;
    color: #fff;
    background: #231815;
}

.btn.normal {
    border: 1px solid #ccc;
    background: #fff;
    width: 126px;
    height: 30px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
    position: relative;
    transition: all .2s;
    border-radius: 10px;
}

.btn.normal:hover {
    color: #231815;
}

.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}

.btn.normal:hover .ic {
    color: #F7AC18;
}

.btn.pure {
    color: #231815;
    font-size: 13px;
    padding: 5px 10px;
    margin: 5px 10px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: all .2s;
}

.btn.pure:hover {
    background: #eee;
}

.btn.pure small {
    font-size: 80%;
    display: block;
    color: #ccc;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

#language-box {
    display: none;
}

.site-header {
    background: url('../../images/common/border_h.png') repeat-x;
    padding: 5px 0 10px;
}

.site-header .container {
    max-width: 1440px;
    padding: 0;
}

.site-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 20px 0 25px;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 150px;
    height: 160px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 90px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.func-menu > li {}

.func-menu > li > a {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 5px;
}

.func-menu > li > a:hover {
    color: #231815;
    text-decoration: underline;
}

.func-menu > li > a .ic {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #231815;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 6px;
}

.gocart {
    position: relative;
    background: url('../../images/common/gocart_border.png') 100% 0 no-repeat, url('../../images/common/gocart_border.png') no-repeat;
    padding: 0 24px;
}

.gocart > a {
    display: block;
    background: url('../../images/common/gocart_title.png') 0 50% no-repeat;
    line-height: 50px;
    padding-left: 84px;
    color: #F7AC18;
    font-size: 33px;
    font-weight: bold;
}

.gocart > a > * {
    display: inline-block;
    vertical-align: middle;
}

.gocart > a .ic {
    font-size: 22px;
}

.gocart > a .qty {
    margin: 0 5px;
}

.gocart > a .txt {
    background: url('../../images/common/gocart_txt_bg.png') no-repeat;
    width: 46px;
    height: 23px;
    line-height: 23px;
    color: #563510;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
}

.gocart > a:hover .txt {
    background-position: 0 100%;
    color: #fff;
}

.gocart .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    background: #fff;
    border: 3px solid rgba(254, 209, 0, .5);
    padding: 2px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.gocart .cart-box .btn {
    width: 100%;
    background: #231815;
    color: #fff;
    font-size: 18px;
    transition: all .2s;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.gocart .cart-box .btn:hover {
    background: #898889;
}

.gocart .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}

.gocart .cart-list {
    color: #898889;
}

.gocart .cart-list li+li {
    border-top: 1px dashed #ddd;
}

.gocart .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px 4px;
}

.gocart .cart-list .pic {
    float: left;
    width: 70px;
}

.gocart .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.gocart .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #231815;
    font-weight: bold;
    font-size: 15px;
}

.gocart .cart-list a:hover .name {
    text-decoration: underline;
}

.gocart .cart-list .qty {
    color: #e44445;
}

.site-header .search-box {
    position: relative;
    width: 250px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-header .search-box:before {
    content: 'Search:';
    color: #231815;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: absolute;
    left: 0;
}

.site-header .search-box .form-control {
    border-color: #ccc;
    margin: 0;
}

.site-header .search-box .form-control:focus {
    border-color: #FF683E;
}

.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.site-header .search-box .btn.search:hover {
    color: #B20000;
}

.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.site-header .language {
    position: relative;
}

.site-header .language .btn {
    display: none;
}

.site-header .language li a {
    display: block;
    background: #F99602;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}

.site-header .language li a:hover {
    background: #6A4113;
}

.site-nav {
    background: url('../../images/common/pattern.png');
    clear: both;
    padding: 0 5px;
}

.site-nav > *,
.submenu > * {
    display: inline-block;
    vertical-align: middle;
}

.submenu {
    text-align: left;
}

.submenu > * {
    margin-left: 12px;
}

.site-nav .menu {
    text-align: center;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu > li {
    background: url('../../images/common/border_dot_v.png') 100% 50% no-repeat;
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu > li > a {
    width: 120px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 5px 10px;
}

.site-nav .menu > li > a .icon {
    display: block;
    background-image: url('../../images/common/menu_ic.png');
    width: 70px;
    height: 46px;
    margin: 0 auto;
}

.no-svg .site-nav .menu > li > a .icon {
    background-image: url('../../images/common/menu_ic.png');
}

.site-nav .menu > li > a .icon.i1 {
    background-position: 0 0;
}

.site-nav .menu > li > a .icon.i2 {
    background-position: -70px 0;
}

.site-nav .menu > li > a .icon.i3 {
    background-position: -140px 0;
}

.site-nav .menu > li > a .icon.i4 {
    background-position: -210px 0;
}

.site-nav .menu > li > a .icon.i5 {
    background-position: -280px 0;
}

.site-nav .menu > li > a .icon.i6 {
    background-position: -350px 0;
}

.site-nav .menu > li > a .icon.i7 {
    background-position: -420px 0;
}

.site-nav .menu > li > a .icon.i8 {
    background-position: -490px 0;
}

.site-nav .menu > li > a .icon.i9 {
    background-position: -560px 0;
}

.site-nav .menu > li > a .icon.i10 {
    background-position: -630px 0;
}

.site-nav .menu > li > a:hover .icon {
    position: relative;
    top: -5px;
    transition: all .2s ease-in-out;
}

.site-nav .menu > li > a:hover .icon.i1 {
    background-position: 0 100%;
}

.site-nav .menu > li > a:hover .icon.i2 {
    background-position: -70px 100%;
}

.site-nav .menu > li > a:hover .icon.i3 {
    background-position: -140px 100%;
}

.site-nav .menu > li > a:hover .icon.i4 {
    background-position: -210px 100%;
}

.site-nav .menu > li > a:hover .icon.i5 {
    background-position: -280px 100%;
}

.site-nav .menu > li > a:hover .icon.i6 {
    background-position: -350px 100%;
}

.site-nav .menu > li > a:hover .icon.i7 {
    background-position: -420px 100%;
}

.site-nav .menu > li > a:hover .icon.i8 {
    background-position: -490px 100%;
}

.site-nav .menu > li > a:hover .icon.i9 {
    background-position: -560px 100%;
}

.site-nav .menu > li > a:hover .icon.i10 {
    background-position: -630px 100%;
}

.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}

.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}

.site-nav .menu > li > ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}

.site-nav .menu ul li a {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    padding-bottom: 46px;
}

.banner:before {
    content: '';
    background: url('../../images/common/banner_bg.png');
    position: absolute;
    z-index: 0;
    top: 8%;
    bottom: 20%;
    left: 0;
    right: 0;
}

.banner:after {
    content: '';
    background: url('../../images/common/banner_deco.png') 50% 100% no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
}

.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}


/*------------ / banner ------------*/


/*------------ header-fixed ------------*/

.header-fixed .site-header {
    position: fixed;
    width: 100%;
    z-index: 500;
    padding: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    background: #fff url(../../images/common/border_h.png) repeat-x;
}

.header-fixed .site-header:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    background: url(../../images/common/border_h.png) repeat-x;
}

.header-fixed .func-menu,
.header-fixed .submenu {
    display: none;
}

.header-fixed .site-title {
    padding: 15px 0 15px 10px;
}

.header-fixed .site-title .logo {
    background: url('../../images/common/logo2.png') 50% 50% / contain no-repeat;
    width: 151px;
    height: 40px;
}

.header-fixed .top-nav {
    top: 8px;
}

.header-fixed .site-nav .menu > li > a {
    padding: 5px;
}

.header-fixed .site-nav .menu > li > a:hover {
    color: #F7AC18;
}

.header-fixed .site-nav .menu > li > a .icon {
    display: none;
}

.header-fixed .site-nav {
    text-align: center;
    display: inline-block;
    float: left;
    clear: none;
    padding: 16px 0;
}

.header-fixed .gocart,
.header-fixed .gocart > a {
    background: none;
    padding: 0;
}


/*------------ / header-fixed ------------*/


/*------------ site_main ------------*/

.main-content {
    padding: 15px 0 70px;
}

.content {
    min-height: 300px;
    padding: 0 35px 30px;
    box-sizing: border-box;
}

.content-top {
    background: url('../../images/common/title_bg.png');
    margin: 0 -35px 35px;
    padding: 3px 35px 0px 75px;
    position: relative;
}

.main-title {
    color: #231815;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.main-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 26px;
    height: 40px;
    position: absolute;
    left: 35px;
    top: 10px;
}

.main-title span {
    display: inline-block;
    vertical-align: middle;
    color: #898889;
    font-size: 17px;
    margin-bottom: 2px;
}

.main-title .ic {
    vertical-align: middle;
    font-size: 0.8em;
    margin: 0 6px 3px 0;
}

.content-title {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}

.content-title:before {
    content: '';
    display: block;
    background: url('../../images/common/content_title_ic.svg') no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
}

.content-title:before {
    background-image: url('../../images/common/content_title_ic.png');
}

.content-title small {
    display: block;
    color: #F7AC18;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: -42px;
    padding-left: 42px;
}

.shopping-title .en {
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.shopping-title .ic-wrap {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    border: 1px solid #FED100;
    border-radius: 50%;
    color: #FED100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-title .ic-wrap .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 4px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 15px;
    padding-top: 40px;
}

.warning-sect {
    padding-bottom: 50px;
}

.site-info {
    border: 3px solid #F7ECD7;
    padding: 15px 10px;
    border-radius: 12px;
    letter-spacing: 0.06em;
    margin-top: 30px;
}

.site-info .title {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    background: url('../../images/common/siteinfo_title.png') no-repeat;
    width: 220px;
    height: 70px;
    margin: 0 auto 15px;
    color: transparent;
}

.index-contact-tel b {
    font-size: 29px;
}

.index-about-title {
    font-size: 22px;
    font-weight: bold;
    color: #221814;
}

.index-about-editor {
    color: #868586;
}

.index-contact-tel {
    font-size: 23px;
    color: #F7AC18;
    font-family: 'Abel', sans-serif;
    background: #F1F1F1;
    margin: 0 -10px 10px;
    display: block;
    padding: 0 10px;
}

.index-contact-tel b {
    font-size: 29px;
}

.index-contact-date {
    color: #888788;
    font-size: 15px;
    margin: 0 0 15px;
}

.index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
    color: #221814;
}

.index-contact-list li {
    position: relative;
    padding-left: 12px;
}

.index-contact-list li + li {
    margin-top: 5px;
}

.index-contact-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FDD000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.index-contact-list li a:hover {
    text-decoration: underline;
}

.site-info-weekday {
    display: inline-block;
    background: #FDE7A4;
    color: #008B9F;
    font-size: 13px;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 12px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-info-time {
    color: #008BA1;
    font-size: 21px;
    font-weight: bold;
}

.site-info-list li {
    position: relative;
    padding-left: 12px;
}

.site-info-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.site-info-list li a {
    display: inline;
}

.site-info-list li a:hover {
    text-decoration: underline;
}


/*------------ / site_main ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px 0 0 10px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '> ';
}

.breadcrumb li a:hover {
    color: #000;
}

.content-breadcrumb-box {
    margin: 0 auto 30px;
}

.content-breadcrumb-box .breadcrumb {
    float: none;
    display: inline-block;
    background: #FDE7A4;
    color: #231815;
    border-radius: 6px;
    padding: 2px 12px;
    position: static;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.has-side .content-wrapper {
    background: url('../../images/common/border_dot_v.png') 274px 0 repeat-y;
}

.side {
    float: left;
    width: 240px;
}

.has-side .content {
    float: right;
    width: calc(100% - 276px);
}

.side-title {
    background: url('../../images/common/side_title_bg.png') no-repeat;
    width: 196px;
    height: 196px;
    color: #231815;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-top: 100px;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-title small {
    display: block;
    color: #888788;
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.side-nav-top {
    border-bottom: 2px solid #FDE7A4;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 20px 10px;
    margin: 0 auto 25px;
}

.side-nav-top li a {
    color: #F7AC18;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 24px 3px 0;
}

.side-nav-top li a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 6px;
}

.side-nav-top li a:hover {
    color: #FF5C2D;
    text-decoration: underline;
}

.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.side-nav {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: right;
    margin: 0 auto 25px;
}

.side-nav > li {
    margin-bottom: 14px;
}

.side-nav > li > a {
    background: #F1F1F1;
    color: #231815;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid transparent;
    padding: 6px 44px 6px 20px;
    border-radius: 25px;
    transition: all .2s;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #F7AC18;
    background: #fff;
    border: 2px solid #F7AC18;
}

.side-nav > li > a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
}

.side-nav ul {
    display: none;
    padding: 10px 0 0;
}

.side-nav ul li a {
    color: #231815;
    font-size: 14px;
    padding: 5px 44px 5px 18px;
}

.side-nav ul li a:hover,
.side-nav ul li.active > a {
    font-weight: bold;
    text-decoration: underline;
}

.side-nav ul li a:after {
    content: ' -';
    position: absolute;
    top: 1px;
    right: 30px;
}


/*------------ / side ------------*/


/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    margin-top: 30px;
}

.footer-top {
    padding: 20px 0;
    background: #231815;
    color: #898889;
}

.follow-box {
    float: left;
    padding: 5px 0;
}

.follow {
    text-align: center;
}

.follow-box > *,
.follow > * {
    display: inline-block;
    vertical-align: middle;
}

.follow-box > * {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-info-page .share {
    background: url('../../images/common/share_deco.png') 50% 100% no-repeat;
    text-align: center;
    margin: 0px 0 15px;
}

.footer-info-page .share .btn {
    margin: 2px 0 3px;
}

.site-map {
    background: url('../../images/common/sitemap_divider.png') 100% 0 no-repeat;
    overflow: hidden;
    max-width: 650px;
    margin: 0 auto;
}

.site-map ul {
    background: url('../../images/common/sitemap_divider.png') no-repeat;
    float: left;
    width: 25%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-map ul li {
    padding: 3px 0;
}

.site-map ul li a:hover {
    color: #fff;
}

.footer-bottom {
    background: #898889;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
}

.footer-bottom a:hover {
    color: #F9DF85;
    text-decoration: underline;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
    width: 60px;
    height: 100px;
}


/*------------ / floating ------------*/


/*------------ content_nav ------------*/

.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}

.btn.logout:hover {
    background: #B20000;
}

.content-nav {
    margin-top: 30px;
    text-align: center;
}

.content-nav li {}

.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}

.content-nav li a:hover,
.content-nav li.active > a {
    color: #000;
}

.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.content-nav li a:hover .ic,
.content-nav li.active > a .ic {
    background: #B20000;
    color: #fff;
}


/*------------ / content_nav ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #231815;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #F7AC18;
}

.pagination li a.controls {
    background: rgba(137, 136, 137, .5);
    font-size: 1.2em;
    padding: 0;
    line-height: 28px;
    border-radius: 50%;
    color: #fff;
}

.pagination li a.controls:hover {
    background: #231815;
    color: #fff;
}

.pagination li a.prev {
    margin-right: 10px;
}

.pagination li a.next {
    margin-left: 10px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    margin: 0;
}

.page-info .form-control:focus {}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    color: #898889;
    font-size: 14px;
    text-align: center;
    margin: 0 0 35px;
}

.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border: 1px solid #DDD;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    color: #fff;
    background: #FD9731;
    z-index: 2;
}

.qty-box .less {
    left: 0;
    border-radius: 15px 0 0 15px;
}

.qty-box .add {
    right: 0;
    border-radius: 0 15px 15px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #231815;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #231815;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    background: url('../../images/common/border_dot_h.png') repeat-x;
}

.form-title {
    color: #F7AC18;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}

.form-box {
    margin: 0 auto;
    padding: 25px 0;
}

.form-wrap.type2 {
    padding-top: 40px;
}

.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrap.type3 .form-box {
    max-width: 830px;
}

.form-box .row {
    margin: 0 -2%;
    position: relative;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: '必填';
    display: inline-block;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    padding: 0 6px;
    background: rgba(254, 209, 0, .3);
    border-radius: 8px;
    margin-left: 8px;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #231815;
    font-size: 14px;
    line-height: inherit;
    padding-left: 4px;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #FF5C2D;
}

.form-box .captcha a * {
    margin: 0;
    vertical-align: middle;
}

.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    transition: transform .3s;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #F7AC18;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 60px;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.checked.form-radio:before,
.checked .form-checkbox:before,
.checked.form-checkbox:before {
    background-position: 0 100%;
}

.success-wrap {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 25px;
    padding-top: 35px;
}

.success-wrap.type2 {
    background: #fff;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
}

.success-msg {
    color: #898889;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 20px;
}

.success-msg span {
    color: #F7AC18;
    font-weight: normal;
}

.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}

.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px dashed #DCDCDC;
}

.success-txt {
    line-height: 1.65;
}

.success-txt b {
    font-size: 16px;
}

.success-txt a {
    text-decoration: underline;
    color: #898889;
}

.success-txt a:hover {
    text-decoration: none;
    color: #231815;
    font-weight: bold;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-h {
    font-size: 13px;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    background: #eee;
    color: #000;
    padding: 8px 12px;
}

.table-h thead,
.table-h tbody {
    border-top: 1px solid #DCDCDC;
}

.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table th span,
.table td span {
    color: #FF5C2D;
}

.table-v {
    color: #666;
    font-size: 14px;
}

.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}

.table-v th {
    background: #eee;
    color: #231815;
    text-align: center;
    width: 120px;
    position: relative;
}

.table-v tr + tr {
    border-top: 1px solid #DCDCDC;
}

.table-v strong {
    color: #FF5A2C;
}

.table-v b {
    color: #F7AC18;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #FABE00;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.lightbox-body {
    background: #fff;
}

.lightbox-wrapper {
    max-width: 504px;
    margin: 0 auto;
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box {
    padding: 20px 0;
}

.login-content {
    background: #fff;
    padding: 20px 25px;
}

.login-box .lightbox-title {
    text-align: center;
}

.login-box .notice-box {
    border-top: 2px dotted #ddd;
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
}

.login-box .notice-box .title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

.login-box .notice-box .txt {
    color: #777;
    font-size: 13px;
    line-height: 1.75;
}

.arrival-box {
    position: relative;
    text-align: center;
    padding: 80px 40px 40px;
}

.arrival-box .pd-id {
    background: #FDE7A4;
    color: #008B9F;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.02em;
    width: 160px;
    border-radius: 5px;
    margin: 0 auto 10px;
}

.arrival-box .pd-name {
    color: #60370A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0;
}

.arrival-box .form-box {
    padding: 10px 0 15px;
}

.arrival-box .form-control {}

.arrival-notice {
    color: #BBA273;
    font-size: 13px;
    line-height: 1.55;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}

.arrival-box .btn.send {
    background: #B20000;
    color: #fff;
    width: 205px;
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
}

.arrival-box .btn.send:hover {
    background: #fff;
    color: #000;
}

.arrival-box .btn.send .ic {
    vertical-align: middle;
    font-size: 28px;
    color: #000;
    margin-bottom: 4px;
}

.arrival-box .btn.send:hover .ic {
    color: #B20000;
}


/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #231815;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fcde7f;
}

.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}

.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #FF410C;
}

.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}

.mmenu-show #mobile-menu .side-nav > li {
    margin: 0;
    background: none;
}

.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #FF410C;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-fixed .qty {
    background: #ff420d;
}

.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}

.mmenu-show #mobile-menu .side-nav li a {
    border: 0;
    border-radius: 0;
}

.mmenu-show #mobile-menu .side-nav li.active > a {
    border: 0;
    background: #F7AC18;
    color: #fff;
}

@media screen and (max-width: 1470px) {
    /*------------ site_header 1470 ------------*/
    .site-title {
        padding-left: 15px;
    }
    .top-nav {
        right: 5px;
    }
    .submenu > * {
        display: block;
        margin: 5px 10px;
    }
    /*------------ / site_header 1470 ------------*/
    /*------------ header-fixed 1470 ------------*/
    .header-fixed .site-nav .menu > li > a {
        width: 100px;
        box-sizing: border-box;
    }
    /*------------ / header-fixed 1470 ------------*/
    /*------------ site_footer 1470 ------------*/
    .site-footer:before {
        right: 15px;
        margin-right: 0;
    }
    /*------------ / site_footer 1470 ------------*/
}

@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    .top-nav {
        top: 50px;
    }
    .site-nav {
        text-align: center;
    }
    .submenu {
        position: absolute;
        top: 110px;
        right: 10px;
    }
    .submenu > * {
        display: inline-block;
        margin: 3px;
    }
    .site-nav .menu > li:nth-child(n+8) {
        background: none;
    }
    .site-nav .menu > li > a {
        width: 110px;
    }
    /*------------ / site_header 1340 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .follow-box,
    .site-map {
        float: none;
        width: auto;
    }
    .follow-box {
        padding: 0;
    }
    .follow-box > * {
        margin: 3px 5px;
    }
    .site-map {
        max-width: 900px;
        margin: 10px auto 0;
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1100px) {
    /*------------ header-fixed 1100 ------------*/
    .header-fixed .site-title .logo {
        display: none;
    }
    /*------------ / header-fixed 1100 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-header {
        padding-bottom: 0;
    }
    .site-title {
        padding: 15px 0;
        float: none;
    }
    .site-title .logo {
        width: 78px;
        height: 80px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ header-fixed 1000 ------------*/
    .header-fixed .site-header {
        position: static;
        padding: 5px 0 10px;
        height: 100px;
    }
    .header-fixed .site-header:after,
    .header-fixed .site-nav {
        display: none;
    }
    .header-fixed .site-title .logo {
        width: 78px;
        height: 80px;
    }
    .header-fixed .site-title {
        padding: 15px 0;
    }
    /*------------ / header-fixed 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-top: 30px;
    }
    .content {
        padding: 0;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content-wrapper {
        background: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ banner 767 ------------*/
    .banner:before {
        bottom: 8px;
    }
    .banner:after {
        height: 30px;
        -webkit-background-size: auto 30px;
        background-size: auto 30px;
    }
    .banner {
        padding-bottom: 30px;
    }
    /*------------ / banner 767 ------------*/
    /*------------ site_main 767 ------------*/
    .content-top {
        background: none;
        padding: 0;
        margin: 25px 0 30px;
    }
    .main-title:before {
        left: 50%;
        margin: 0 0 0 -13px;
    }
    .main-title {
        padding: 35px 15px 5px 15px;
        margin: 0 -15px;
        text-align: center;
        background: url(../../images/common/title_bg.png);
    }
    .main-title:before {
        top: -10px;
        margin: 0 0 0 -13px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: -45px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer {
        margin-top: 0;
    }
    .site-footer:before {
        display: none;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 33px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border: 0;
        padding: 25px 0;
        max-width: none;
        background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap.type2 {
        padding: 30px 15px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 5px 10px;
    }
    /*------------ / table 500 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ site_footer 400 ------------*/
    .ibtn.fb-fans-page {
        background-size: 100% auto;
        width: 240px;
        height: 78px;
    }
    .footer-info-page * {
        margin: 3px 0;
    }
    /*------------ / site_footer 400 ------------*/
    /*------------ lightbox 400 ------------*/
    .login-content {
        padding: 10px 15px;
    }
    .login-box .notice-box {
        padding: 20px 0;
        background: none;
    }
    .arrival-box {
        padding: 80px 15px 30px;
    }
    /*------------ / lightbox 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
}
