@charset "UTF-8";
/**
 * site.css
 *
 * @fileoverview ページ共通で利用するファイル
 * @contents 1.reset.css
 *           2.common.css
 *           3.プラグイン関係
 *           - jquery.superbox.css
 *           - jquery.wideslider.css
 *           - jquery.bxslider.css
 *           - jquery.cluetip.css
 *           4.追加・修正
 */

/*----------------------------------------------------------------------*/
/* @reset.css */
/*----------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form, img {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFF;
    border: none;
}

ul, ol, li {
    list-style-type: none;
}

textarea {
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
}

a {
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFF;
    border: none;
}

a img {
    border: none;
}

img {
    vertical-align: text-bottom;
}

p {
    line-height: 140%;
}



/*----------------------------------------------------------------------*/
/* @common.css */
/*----------------------------------------------------------------------*/
html.ua-ipad {
    /*ipad表示対策*/
    overflow-x: hidden;
}

html.ua-ipad .wideslider_base {
    /*ipad表示対策*/
    left: 10px !important;
}

html.ua-ipad .telarea_left {
    position: relative;
    top: -2px;
}

html.ua-ipad .footer {
    overflow-x: hidden;
}

html.ua-ipad [data-] {
    position: relative;
    top: -5px;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearfix {
    zoom: 1;
}

body {
    font-family: verdana, 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS Pgothic', 'Osaka', sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
    /*font-family: Verdana, "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN",sans-serif;*/
    position: relative;
    overflow-x: hidden;
    min-width: 1040px;
    color: #FFF;
    background: #272C2F;
}

/* ==================================== */
/* ヘッダーエリア */
/* ==================================== */

#header {
    background: #FFF;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF 30%, #eaeae6 80%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7f4', endColorstr='#dadbd5', GradientType=0);
    /* IE6-9 */
}

#header * {
    color: #333;
}

.header_content {
    position: relative;
    width: 980px;
    margin: 0 auto 0 auto;
    padding: 5px 30px 6px 30px;
}

.header_content h1 {
    font-size: 11px;
    position: absolute;
    top: 2px;
}

.header_content .subnav {
    padding: 4px 0 0 0;
    text-align: right;
}

.header_content .subnav ul li {
    display: inline;
}

.header_content .subnav ul li a {
    font-size: 10px;
    text-decoration: none;
    color: inherit;
}

.header_content .subnav ul li a img {
    margin: 0 5px 0 0;
}

.logo {
    position: relative;
    top: 15px;
    float: left;
}

.telarea {
    float: right;
}

.bt_rev {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -10px;
    margin: 0 0 0 9px;
    padding: 10px 45px 8px 35px;
    text-decoration: none;
    color: #FFF !important;
    transition: .5s;
    background: #414141 url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/header_bt_rev2.png) no-repeat right center;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'HGMinchoE', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
}

.bt_rev:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 1px 2px 8px 1px;
}

.telarea_left {
    float: left;
    margin: 0 13px 0 0;
}

.telarea_right {
    float: right;
}

.telarea_left p {
    font-family: times;
    font-size: 47px;
    font-style: italic;
    height: 62px;
    margin: 0 0 8px 0;
    text-align: right;
    letter-spacing: -.02em;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/bg_tel.png) no-repeat right bottom;
}

.telarea_left div {
    text-align: right;
}

.telarea_left dl {
    display: inline;
}

.telarea_left dl dt, .telarea_left dl dd {
    font-size: 15px;
    display: inline;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'HGMinchoE', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
}

.telarea_left dl dt {
    margin: 0 2px 0 0;
}

.telarea_left dl.hours {
    margin: 0 0 0 0;
}

.telarea_right {
    margin: 17px 5px 0 10px;
}

/* ==================================== */
/* コンテンツエリア */
/* ==================================== */

.wrp_girls_photos {
    position: absolute;
    z-index: 0;
    top: 290px;
    left: 50%;
    width: 1930px;
    margin-left: -965px;
}

.wrp_girls_photos .gp1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-5deg);
}

.wrp_girls_photos .gp2 {
    position: absolute;
    top: 530px;
    left: 0;
    transform: rotate(4deg);
}

.wrp_girls_photos .gp3 {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(5deg);
}

.wrp_girls_photos .gp4 {
    position: absolute;
    top: 530px;
    right: 0;
    transform: rotate(-4deg);
}

.wrp_girls_photos [class^='gp'] {
    padding: 7px;
    background: #FEDAE4;
    box-shadow: rgba(151, 152, 153, .14902) 0 0 5px 2px;

    -o-box-shadow: rgba(151, 152, 153, .14902) 0 0 5px 2px;
    -ms-box-shadow: rgba(151, 152, 153, .14902) 0 0 5px 2px;
}

.wrp_girls_photos [class^='gp']>img {
    opacity: .80;
    outline: solid 7px #FFF;
}

.wrp_girls_photos [class^='gp']>.name {
    font-size: 15px;
    position: absolute;
    right: 17px;
    bottom: 12px;
    width: 48px;
    text-align: right;
    color: #606060;
}

.bg_wrp_curve {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 263px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/bg_wrp_curve.jpg) center top;
    /*曲線の飾り*/
}


/* ==================================== */
/* メインコンテンツエリア */
/* ==================================== */

.contents {
    position: relative;
    width: 980px;
    /*1040*/
    margin: 0 auto 0 auto;
    padding: 75px 30px 260px 30px;
}


.section {
    position: relative;
    z-index: 1;
    float: right;
    width: 740px;
    min-height: 2000px;
}

.pankuzu {
    position: absolute;
    z-index: 2;
    top: 151px;
    right: 0;
    margin: 0 0 25px 0;
    font-size: 12px;
}

#head2 {
    position: relative;
    height: 145px;
    margin-bottom: 30px;
}

#head2 h2 {
    position: absolute;
    top: 0;
    left: 0;
}

#head2 p {
    position: absolute;
    bottom: 16px;
    left: 20px;
}

.hstyle {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'HGMinchoE', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
    font-size: 27px;
    line-height: 80%;
    margin: 0 0 15px -2px;
    padding: 13px 0 14px 15px;
    color: #1A1A1A;
    border-radius: 7px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/profile/bg_h.png), #DCD690;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/profile/bg_h.png), linear-gradient(to bottom, #DCD690 0%, #C2BB6A 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd690', endColorstr='#c2bb6a', GradientType=0);
    /* IE6-9 */
}

.lower_layer_title {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'HGMinchoE', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
    font-size: 27px;
    line-height: 80%;
    width: 723px;
    height: 38px;
    padding: 15px 0 0 20px;
    color: #1A1A1A;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/play/h.png) no-repeat;
}

/* ==================================== */
/* サブコンテンツエリア */
/* ==================================== */

.aside {
    position: relative;
    z-index: 1;
    float: left;
    width: 200px;
    margin-top: 21px;
}

.aside .gnav li a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 46px;
}

.aside .gnav li.nav1 a {
    height: 72px;
}

.aside .gnav li img:hover {
    position: absolute;
    top: -100%;
}

.syame_nikki_frame {
    margin: 48px 0 0 0;
}

.syame_nikki_frame .syame_nikki_box {
    margin: 0 0 0 0;
    border: 1px solid #62676B;
}

.syame_nikki_frame .syame_nikki_box {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 340px;
}

.syame_nikki_frame .syame_nikki_box .syame_nikki_cont {
    padding: 10px;
    border-bottom: solid 1px #62676B;
}

.syame_nikki_frame .syame_nikki_box .syame_nikki_cont .syame_nikki_img {
    float: left;
    width: 24%;
}

.syame_nikki_frame .syame_nikki_box .syame_nikki_cont .syame_nikki_img img {
    max-width: 130%;
}

.syame_nikki_frame .syame_nikki_box .syame_nikki_cont .syame_nikki_text {
    line-height: 160%;
    float: right;
    width: 65%;
}

.syame_msg {
    font-weight: bold;
}


.aside .concept {
    margin: 20px 0 20px 0;
}

.aside .concept p {
    line-height: 190%;
    margin: 10px 0 30px 0;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'HGMinchoE', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
    font-feature-settings: "palt";
    letter-spacing: .05rem;
}

.aside .bnarea a {
    display: inline-block;
    margin: 0 0 20px 0;
}

.bg_foot {
    position: absolute;
    z-index: 0;
    bottom: 0;
    overflow-x: hidden;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/footer_under.png) repeat top center;
}

.bnarea {
    width: 200px;
}

.scrollnav {
    position: fixed;
    z-index: 1;
    top: 100%;
}

.scrollnav img[src$='scrollnav6.png'] {
    cursor: pointer;
}

/* ==================================== */
/* フッターエリア */
/* ==================================== */

.footer {
    min-width: auto;
    height: 427px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/bg_foot2.jpg) repeat-x;
    background-position: center;
}

.foot_contents {
    position: relative;
    top: 140px;
    width: 960px;
    height: 130px;
    margin: 0 auto 0 auto;
    padding: 20px 0 35px 50px;
    background-color: rgba(255, 255, 255, .20);
    box-shadow: rgba(24, 24, 24, .65098) 0 2px 6px 2px;
}


.foot_left p, .foot_right a {
    color: #FFF;
}

.foot_left {
    float: left;
}

.foot_logo {
    margin: 0 0 8px 0;
    text-align: center;
}



.foot_tel span {
    font-family: times;
    font-size: 41px;
    font-style: italic;
    margin: 0 0 0 10px;
    letter-spacing: -.02em;
}

.telcatch {
    margin: 0 0 5px 0;
}

.foot_time {
    font-family: 'Meiryo UI';
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0 0;
}


.foot_left .safety {
    margin: 25px 0 0 0;
}


.foot_right {
    float: right;
    padding: 3px 0 0 30px;
}

.foot_right ul {
    width: 566px;
}

.foot_right ul li {
    float: left;
    width: 121px;
    margin: 0 0 6px 0;
    padding: 2px 0 2px 20px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/foot_eye_catch.png) no-repeat left center;
}

.foot_seo {
    width: 960px;
    margin: 165px auto 10px auto;
    padding-left: 47px;
}

.foot_seo * {
    line-height: 160%;
}

.footer .copy {
    font-size: 10px;
    margin: 5px auto 0 auto;
    padding: 0 0 10px 0;
}



.foot_contents:after {
    height: 40px !important;
}

/* ==================================== */
/* ナビ固定用スクリプト用スタイル*/
/* ==================================== */

.fixed {
    position: fixed;
    width: 200px;
}

/* ==================================== */
/* 速報系スタイル*/
/* ==================================== */
.kinkyuu {
    position: fixed;
    z-index: 3;
    top: 11%;
    left: 0;
    width: 43px;
}

.kinkyuu [src*='.png'] {
    margin: 0 0 8px 0;
}

/* ==================================== */
/* フォームスタイル*/
/* ==================================== */
input:not([type='image']):not([type='submit']), select, textarea {
    background: #E7E7E7;
}

.bt_kakunin {
    overflow: hidden;
    width: 258px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.bt_kakunin :hover {
    margin-top: -55px;
    text-align: center;
}

.submitbox {
    overflow: hidden;
    height: 55px;
}

.submitbox :hover {
    position: relative;
    top: -55px;
}

.bt_summary {
    overflow: hidden;
    width: 292px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
}

.bt_summary :hover {
    margin-top: -55px;
}





/* ==================================== */
/* フォームエラー*/
/* ==================================== */
.error-message {
    font-weight: bold;
    color: #F0AAFF;
}

#notice {
    margin: -5px 0 -25px 445px;
}

/* ==================================== */
/* スクロールナビ*/
/* ==================================== */
.scrollnav1 {
    position: relative;
    right: 17px;
}



/*-----------------------------*/
/* @carrier.css */
/*-----------------------------*/
body {
    /*=================
    上下スクロールが不可になってしまうためコメントアウト
    overflow: hidden;
    =================*/
}

#container {
    position: relative;
    width: 760px;
    height: 430px;
    border: 1px solid #FFF;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/carrier/domain.jpg) no-repeat left top;
}

.carrier_text {
    position: absolute;
    left: 40px;
    height: 200px;
    text-align: center;
    color: #272C2F !important;
}

.carrier_text p {
    font-size: 20px;
    font-weight: bold;
    width: auto;
    height: auto;
    margin: 90px 0 0 0;
    color: #272C2F !important;
}

.carrier_text p span {
    font-size: 18px;
    font-weight: bold;
    color: #EB347F;
}

.carrier_link {
    position: absolute;
    top: 300px;
}

.carrier_link a img {
    margin: 25px 8px 0 37px;
    border: none;
}

/*-----------------------------*/
/* @domain.css */
/*-----------------------------*/
#container2 {
    font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
    text-align: center;
}

#container2 h1 {
    margin-top: 60px;
    padding-bottom: 20px;
    font-size: 40px;
    color: #5f5f5f;
    letter-spacing: 3px;
    border-bottom: solid 1.5px #EEE;
}

.domaincheck_text p {
    font-size: 15px;
    width: auto;
    height: auto;
    margin: 50px 0 0 0;
    letter-spacing: 2px;
    color: #272C2F;
}

.domaincheck_text p span {
    color: #EB347F;
}

.domaincheck_link {
    margin-top: 30px;
}

.domaincheck_link a {
    display: inline-block;
    margin: 0 5px;
    padding: 40px 0;
    width: 30%;
    border: solid 1px #999999;
    font-size: 45px;
    text-decoration: none;
}

.domaincheck_link span {
    display: block;
    font-size: 16px;
    color: #1B1B1B;
}

.domaincheck_link a.icloud {
    color: #999999;
}

.domaincheck_link a.google {
    display: inline-block;
}

.domaincheck_link a.google p {
    font-size: 16px;
    color: #1B1B1B;
}

.domaincheck_link a.google span.g,
.domaincheck_link a.google span.o,
.domaincheck_link a.google span.oo,
.domaincheck_link a.google span.gg,
.domaincheck_link a.google span.l,
.domaincheck_link a.google span.e {
    display: unset;
    font-size: 45px;
}

.domaincheck_link a.google span.g {
    color: #4285f5
}

.domaincheck_link a.google span.o {
    color: #ec4039
}

.domaincheck_link a.google span.oo {
    color: #fabb08
}

.domaincheck_link a.google span.gg {
    color: #4285f5
}

.domaincheck_link a.google span.l {
    color: #35a853
}

.domaincheck_link a.google span.e {
    color: #ec4039
}

.domaincheck_link a.yahoo {
    color: #fe0034
}

/*-----------------------------*/
/* @iealert.css */
/*-----------------------------*/
#ie-alert-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/bg.png);
}

* html #ie-alert-overlay {
    position: absolute;
}

#ie-alert-panel {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: fixed;
    z-index: 1000001;
    top: 200px;
    left: 50%;
    width: 600px;
    height: auto;
    margin: 0 0 0 -300px;

    _position: absolute;
    _top: expression(200+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}

.ie-p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: #565656;
}

#ie-alert-panel a {
    text-decoration: none;
}

.ie-span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    display: block;
    margin: 0 0 15px 0;
    color: #464646;
}

.ie-r-b-c, .ie-r-t-c, .ie-l-t-c, .ie-l-b-c {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/iesprites.png) no-repeat;
}

.ie-l-t-c {
    float: left;
    width: 47px;
    height: 47px;
    background-position: -18px -9px;
}

.ie-l {
    float: left;
    clear: both;
    width: 47px;
    height: 100%;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/left.png) repeat-y;

    _height: 142px;
}

.ie-l-b-c {
    float: left;
    clear: both;
    width: 47px;
    height: 46px;
    background-position: -17px -66px;
}

.ie-b {
    float: left;
    width: 506px;
    height: 46px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/bottom.png);
}

.ie-r-t-c {
    float: right;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-position: -83px -10px;
}

.ie-r-t-c:hover {
    background-position: -143px -9px;
}

.ie-r {
    float: right;
    width: 47px;
    height: 100%;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/right.png) repeat-y;

    _height: 142px;
}

.ie-c {
    float: left;
    width: 506px;
    height: 100%;
    background: #F6F6F6;
}

.ie-r-b-c {
    float: right;
    width: 47px;
    height: 46px;
    background-position: -83px -65px;
}

.ie-t {
    float: left;
    width: 506px;
    height: 47px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/top.png);
}

.ie-u {
    position: relative;
    left: 50%;
    width: auto;
    height: 43px;
    margin: 30px auto 0 -66px;
}

.ie-u-l {
    float: left;
    width: 14px;
    height: 43px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/u-left.png);
}

.ie-u-c {
    float: left;
    width: auto;
    height: 33px;
    padding: 11px 0 0 0;
    cursor: pointer;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/u-center.png);
}

.ie-u-s {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 5px 25px 5px 25px;
    color: #FFF;
}

.ie-u-r {
    float: left;
    width: 14px;
    height: 43px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/u-right.png);
}

#ie-alert-panel.ie6-style .ie-r-b-c {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_r_b_c.png) no-repeat;
}

#ie-alert-panel.ie6-style .ie-r-t-c {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_r_t_c.png) no-repeat;
}

#ie-alert-panel.ie6-style .ie-r-t-c:hover {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_r_t_c_h.png) no-repeat;
}

#ie-alert-panel.ie6-style .ie-l-t-c {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_l_t_c.png) no-repeat;
}

#ie-alert-panel.ie6-style .ie-l-b-c {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_l_b_c.png) no-repeat;
}

#ie-alert-panel.ie6-style .ie-l {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_left.png) repeat-y;
}

#ie-alert-panel.ie6-style .ie-r {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_right.png) repeat-y;
}

#ie-alert-panel.ie6-style .ie-b {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_bottom.png);
}

#ie-alert-panel.ie6-style .ie-t {
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/iealert/6_top.png);
}



/*-----------------------------*/
/* @error.css */
/*-----------------------------*/
#right_cont p span {
    font-size: 15px;
    font-weight: bold;
    color: #FF3D8B;
}

#totop {
    text-align: center;
}

#totop a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 9px 54px 7px 15px;
    text-decoration: none;
    color: #272C2F;
    background: #FFF url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/bg_summary.png) no-repeat right center;
}

.error {
    font-size: 14px;
    margin: 20px 0 0 0;
    text-align: center;
}



/*-----------------------------*/
/* @glider.css */
/*-----------------------------*/
div.scroller {
    overflow: hidden;
    /* modify width and height of scrolling section if necessary    */
    width: 300px;
    height: 450px;
    margin: 1px;
}

div.scroller div.section {
    float: left;
    overflow: hidden;
    /* modify width and height of each section as needed (should match the size of the scroller window) */
    width: 300px;
    height: 450px;
}

div.scroller div.content {
    width: 1500px;
}



/*----------------------------------------------------------------------*/
/* @プラグイン関係 */
/*----------------------------------------------------------------------*/
/*-----------------------------*/
/* @jquery.superbox.css */
/*-----------------------------*/
/* Base Superbox Styles */
#superbox-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#superbox-wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
}

#superbox-container {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#superbox {
    margin: 0 auto;
    padding: 0;
}

#superbox-container .loading {
    margin: 0;
    text-align: center;
}

/* IE7 */
*:first-child+html #superbox-container {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
}

*:first-child+html #superbox {
    position: relative;
    top: -50%;
    display: block;
}

/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container {
    position: relative;
    top: 50%;
    display: block;
    height: auto;
}

* html #superbox {
    position: relative;
    top: -50%;
    display: block;
}

* html #superbox-overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}

* html #superbox-wrapper {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/* Default Theme */
#superbox-overlay {
    background: #000;
}

#superbox-container .loading {
    height: 32px;
    text-align: center;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/spimg/loading.gif) no-repeat center;
}

#superbox {
    padding: 10px;
    background: #FFF;
}

#superbox-innerbox {
    padding: 6px 0;
}

#superbox.image {
    text-align: center;
}

#titleTxt {
    font-weight: bold;
}

#superbox .close, #superbox .nextprev {
    overflow: hidden;
    margin: 0;
    padding-top: 10px;
}

#superbox .close a {
    top: 0;
    display: block;
    width: 137px;
    height: 22px;
    margin-left: auto;
    cursor: pointer;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/spimg/close.gif) no-repeat;
}

a.next {
    float: right;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    background-color: #969696;
}

a.next span {
    font-family: ヒラギノ丸ゴ Pro W4;
    font-size: 14px;
    color: white;
}


a.prev {
    float: left;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    background-color: #969696;
}

a.prev span {
    font-family: ヒラギノ丸ゴ Pro W4;
    font-size: 14px;
    color: white;
}

a.disabled {
    cursor: default;
    background-color: #FFF;
}



/*-----------------------------*/
/* @jquery.wideslider.css */
/*-----------------------------*/
.wideslider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    text-align: left;
}

.wideslider ul, .wideslider ul li {
    display: inline;
    float: left;
    overflow: hidden;
}

.wideslider_base {
    position: absolute;
    top: 0;
}

.wideslider_wrap {
    position: absolute;
    top: 0;
    overflow: hidden;
}

.slider_prev, .slider_next {
    position: absolute;
    z-index: 100;
    top: 210px;
    overflow: hidden;
    cursor: pointer;
}

.slider_prev {
    left: 32px !important;
    width: 62px !important;
    height: 62px !important;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/top/bt_mainv_prev.png) no-repeat 0 0 !important;
}

.slider_next {
    right: 32px !important;
    width: 62px !important;
    height: 62px !important;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/top/bt_mainv_next.png) no-repeat 0 0 !important;
}

.slider_prev:hover, .slider_next:hover {
    background-position: 0 -62px !important;
}

.pagination {
    position: absolute;
    z-index: 200;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
}

.pagination a {
    display: inline-block;
    overflow: hidden;
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px;
    border-radius: 12px !important;
    background: #FFF !important;
}

.pagination a.active {
    background: #C1BA69 !important;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



/*-----------------------------*/
/* @jquery.bxslider.css */
/*-----------------------------*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;

    *zoom: 1;
}

.bx-wrapper img {
    display: block;
    max-width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
    border: solid #FFF 5px;
    background: #FFF;
    box-shadow: 0 0 5px #CCC;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/bxslider/bx_loader.gif) center center no-repeat #FFF;
}

/* PAGER */

.bx-wrapper .bx-pager {
    font-family: Arial;
    font-size: .85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    color: #666;
}

.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 {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -9999px;
    border-radius: 5px;
    outline: 0;
    background: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/bxslider/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;
    z-index: 9999;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    text-indent: -9999px;
    outline: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    width: 10px;
    height: 11px;
    margin: 0 3px;
    text-indent: -9999px;
    outline: 0;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/bxslider/controls.png) -86px -11px no-repeat;
}

.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;
    width: 9px;
    height: 11px;
    margin: 0 3px;
    text-indent: -9999px;
    outline: 0;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/bxslider/controls.png) -86px -44px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 80%;
    text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
}

.bx-wrapper .bx-caption span {
    font-family: Arial;
    font-size: .85em;
    display: block;
    padding: 10px;
    color: #FFF;
}



/*-----------------------------*/
/* @jquery.cluetip.css */
/*-----------------------------*/
/* global */
div.ui-cluetip {
    font-size: 1em;
}

.ui-cluetip-content {
    padding: 6px 12px 12px 12px;
}

.ui-cluetip-header {
    font-size: 16px;
    overflow: hidden;
    padding: 12px 12px 0 12px;
    color: #C1BA69;
}

.cluetip-title .cluetip-close {
    position: relative;
    float: right;
}

.cluetip-close img {
    border: 0;
}

#cluetip-waitimage {
    position: absolute;
    width: 43px;
    height: 11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/wait.gif);
}

.cluetip-arrows {
    position: absolute;
    top: 0;
    left: -11px;
    display: none;
    width: 11px;
    height: 22px;
    border-width: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cluetip-extra {
    display: none;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default, .cluetip-default .cluetip-outer {
    background-color: #4F5357;
}



/*
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */
div.cluetip-default .cluetip-arrows {
    border-width: 0;
    background: transparent none;
}

div.clue-right-default .cluetip-arrows {
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/darrowleft.gif);
}

div.clue-left-default .cluetip-arrows {
    left: 100%;
    margin-right: -11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/darrowright.gif);
}

div.clue-top-default .cluetip-arrows {
    top: 100%;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/darrowdown.gif);
}

div.clue-bottom-default .cluetip-arrows {
    top: -11px;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/darrowup.gif);
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
    background-color: #FFF;
}

.cluetip-jtip .cluetip-outer {
    position: relative;
    border: 2px solid #CCC;
    background-color: #FFF;
}

.cluetip-jtip .cluetip-inner {
    display: inline-block;
    padding: 5px;
}

.cluetip-jtip div.cluetip-close {
    margin: 0 5px 0;
    text-align: right;
    color: #900;
}

.cluetip-jtip .ui-cluetip-header {
    padding: 6px;
    background-color: #CCC;
    /*  margin-bottom: 1em;*/
}

/* jtip arrows */
div.cluetip-jtip .cluetip-arrows {
    border-width: 0;
    background: transparent none;
}

div.clue-right-jtip .cluetip-arrows {
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/arrowleft.gif);
}

div.clue-left-jtip .cluetip-arrows {
    left: 100%;
    margin-right: -11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/arrowright.gif);
}

div.clue-top-jtip .cluetip-arrows {
    top: 100%;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/arrowdown.gif);
}

div.clue-bottom-jtip .cluetip-arrows {
    top: -11px;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
    background-image: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/tooltip/arrowup.gif);
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
    border: 1px solid #CCC;
    border-radius: 6px;
    background-color: #FFF;
}

.cluetip-rounded .cluetip-outer {
    border-radius: 6px;
    background-color: #FFF;
}

.cluetip-rounded .cluetip-arrows {
    border-color: #CCC;
}

/* need to be more specific here to override ThemeRoller defaults */
div.cluetip-rounded .cluetip-arrows {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    background: transparent none;
}

div.clue-right-rounded .cluetip-arrows {
    border-width: 11px 11px 11px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

div.clue-left-rounded .cluetip-arrows {
    left: 100%;
    margin-right: -11px;
    border-width: 11px 0 11px 11px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

div.clue-top-rounded .cluetip-arrows {
    top: 100%;
    left: 50%;
    border-width: 11px 11px 0 11px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.clue-bottom-rounded .cluetip-arrows {
    top: -11px;
    left: 50%;
    border-width: 0 11px 11px 11px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded .cluetip-title, .cluetip-rounded .cluetip-inner {
    zoom: 1;
}



/*----------------------------------------------------------------------*/
/* @追加・修正 */
/*----------------------------------------------------------------------*/

/*MFI関連で追加 H2を画像からテキストに変更するスタイル*/
.head2_text_style {
    width: 740px;
    height: 137px;
    background: url(/wp-content/themes/campaign-news-pc/easycache/?url=http://www.tk-essence.com/img/common/h2.png) no-repeat;
}

.head2_text_style h2 {
    position: absolute;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 48px;
    top: 31px !important;
    font-weight: normal;
    left: 19px !important;
    letter-spacing: 1px;
    transform: skewX(-11deg);
    -webkit-transform: skewX(-11deg);
    color: #cdcdcd;
}

.head2_text_style h2 span:before {
    content: "　";
    font-weight: normal;
    display: inline-block;
    height: 34px;
    width: 2px;
    background: #cdcdcd;
    margin: 0 20px 0;
    position: relative;
    top: 4px;
    transform: skewX(11deg);
    -webkit-transform: skewX(11deg);

}

.head2_text_style h2 span {
    font-size: 34px;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

}