@charset "UTF-8";
/*-------------------------------
// SCSS vars
-------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*-------------------------------
* Stg Env
-------------------------------*/
.stg_alert {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.75;
}
.stg_alert p {
  padding: 3px 0;
  color: #FFF;
  text-align: center;
  font-size: 0.5em;
}

/*-------------------------------
* Common
-------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-size: 14px;
  color: #333333;
  min-width: 1000px;
}

a {
  display: block;
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #666666;
}

a:focus, *:focus {
  outline: none;
}

input {
  border-radius: 0;
}

.centered > ul {
  position: relative;
  left: 50%;
  float: left;
}
.centered > ul > li {
  position: relative;
  left: -50%;
  float: left;
}

/*-------------------------------
* PageUpBtn
-------------------------------*/
#PageUpBtn {
  position: fixed;
  bottom: 20px;
  display: none;
  right: 20px;
  z-index: 500;
}

/*-------------------------------
* HeaderWrapper
-------------------------------*/
#Header {
  border-bottom: solid 15px #db0025;
  height: 110px;
}
#Header .left {
  float: left;
  margin-left: 22px;
}
#Header .left .btns .btn {
  float: left;
  margin-top: -20px;
  margin-right: 10px;
  transition: all .15s ease-out;
}
#Header .left .btns .btn .btn-inner {
  padding-top: 14px;
  height: 40px;
  line-height: 43px;
}
#Header .left .btns .btn:hover {
  margin-top: -10px;
}
#Header .center {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
#Header .center h1 {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -60px;
}
#Header .center h1 #logo {
  position: absolute;
  top: 0;
  left: 0;
}
#Header .right {
  float: right;
  margin-right: 15px;
}
#Header .btns {
  height: 73px;
  position: relative;
  z-index: 200;
}
#Header .socialBtns {
  margin-top: 15px;
  float: right;
}

.socialBtns li {
  float: left;
}
#Header .socialBtns li:nth-child(2){
  margin-right:20px;
}
.socialBtns #sns_fb {
  margin-right: 17px;
}
.socialBtns #sns_tw {
  margin-right: -8px;
}
.socialBtns #sns_gp {
  margin-right: -6px;
}
.socialBtns .sns_ms {
  margin-top: -8px;
  margin-right: 14px;
}
.socialBtns .sns_ms .simpleBtn {
  cursor: pointer;
}
.socialBtns .sns_ms .count {
  margin: 8px 0 0 1px;
}
.socialBtns .sns_ms div {
  float: left;
}
.socialBtns .sns_ms .center {
  background: url(../images/common/balloonCenter.gif);
  background-repeat: repeat-x;
  height: 18px;
  font-size: 11px;
  padding-top: 2px;
}
.socialBtns .sns_ms .center span {
  line-height: 18px;
}
.socialBtns .sns_ms .sns_sogood a {
  background: url(../images/common/soGoodBtn.gif);
  display: block;
  width: 96px;
  height: 30px;
  float: left;
  text-indent: -9999px;
}
.socialBtns .sns_ms .gig-button-down .sns_sogood a {
  background: url(../images/common/soGoodBtn-over.gif);
}

div.gig-button-container, .gig-button-container-sogood {
  padding: 0 !important;
}

#___plusone_0, #___plusone_1 {
  width: 80px !important;
}
#___plusone_0 iframe, #___plusone_1 iframe {
  width: 80px !important;
}

.fb_iframe_widget {
  min-width: 98px !important;
  margin-right: 20px !important;
}

#twitter-widget-1 #twitter-widget-1, #twitter-widget-1 #twitter-widget-0, #twitter-widget-0 #twitter-widget-1, #twitter-widget-0 #twitter-widget-0 {
  width: 367px !important;
  max-width: none !important;
}

#Header .socialBtns .sns_ms {
  float: right;
  margin-right: 4px;
}
#Header .spcialBtns {
  margin-right: 7px;
}

/*経過ソチ*/
.spcialBtns li {
  float: left;
}
.spcialBtns .first {
  margin-right: 17px;
}
.spcialBtns .second {
  margin-right: -8px;
}
.spcialBtns .third {
  margin-right: -6px;
}
.spcialBtns .fourth {
  margin-top: -8px;
  margin-right: 14px;
}
.spcialBtns .fourth .simpleBtn {
  cursor: pointer;
}
.spcialBtns .fourth .count {
  margin: 8px 0 0 1px;
}
.spcialBtns .fourth div {
  float: left;
}
.spcialBtns .fourth .center {
  background: url(../images/common/balloonCenter.gif);
  background-repeat: repeat-x;
  height: 18px;
  font-size: 11px;
  padding-top: 2px;
}

#Header .spcialBtns .fourth {
  float: right;
  margin-right: 0;
}

/*-------------------------------
* SogoodLB
-------------------------------*/
#SogoodLB {
  position: absolute;
  height: 400px;
  width: 100%;
  z-index: 200;
  top: -400px;
}
#SogoodLB .bg {
  position: absolute;
  background: #000;
  height: 400px;
  width: 100%;
  z-index: 101;
}
#SogoodLB .content {
  position: absolute;
  z-index: 102;
  width: 690px;
  height: 240px;
  padding: 80px 0 0 50px;
  background: url(../images/common/lb_bg.png);
  margin-left: -370px;
  left: 50%;
  top: 40px;
}
#SogoodLB .content h2 {
  font-size: 14px;
  color: #999999;
  font: bold;
  margin-bottom: 15px;
}
#SogoodLB .content .left {
  float: left;
  margin-right: 40px;
}
#SogoodLB .content .left li {
  border-top: solid #DDDDDD 1px;
  /*	height:40px;*/
  width: 140px;
  /*	line-height:40px;*/
  padding: 10px 0;
}
#SogoodLB .content .left li a {
  color: #AA0026;
}
#SogoodLB .content .left li.last {
  border-bottom: solid #DDDDDD 1px;
}
#SogoodLB .content .right {
  float: left;
}
#SogoodLB .content .right li {
  float: left;
  width: 140px;
  margin-right: 20px;
}
#SogoodLB .content .right span {
  color: #666;
  font-size: 12px;
  margin: 8px 0;
  display: block;
  line-height: 1.2;
}
#SogoodLB .content .about {
  position: absolute;
  top: 291px;
  left: 603px;
}
#SogoodLB .closeBtn {
  position: absolute;
  right: 15px;
  top: 360px;
  z-index: 200;
  cursor: pointer;
}

/*-------------------------------
* MenuLB
-------------------------------*/
#MenuLB {
  display: none;
}

/*-------------------------------
* SliderWrapper
-------------------------------*/
#SliderWrapper {
  height: 495px;
  overflow: hidden;
}

/*-------------------------------
* Navigation
-------------------------------*/
#NavigationWrapper {
  height: 40px;
}

#Navigation {
  width: 960px;
  margin: 0 auto 5px;
}
#Navigation #nav-btns {
  background: #ffffff;
}
#Navigation #nav-btns > li {
  float: left;
  overflow: hidden;
  position: relative;
}
#Navigation #nav-btns > li > a {
  height: 40px;
  line-height: 40px;
  padding: 0 43px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
#Navigation #nav-btns > li > a, #Navigation #nav-btns > li > a:hover {
  color: #333333 !important;
}
#Navigation #nav-btns > li .arrow-down {
  top: -5px;
  transition: top .15s ease-out;
}
#Navigation #nav-btns > li:hover .arrow-down, #Navigation #nav-btns > li.selected .arrow-down {
  top: 0;
}
#Navigation #nav-btns > li#search-box {
  width: 52px;
  margin: 5px 0 0;
  height: 28px;
  border: none;
  overflow: hidden;
  position: relative;
  float: right;
}
#Navigation #nav-btns > li#search-box #btn-search-open {
  background: url(/images/common/icon/btn-search@2x.png) no-repeat 0 7px;
  background-size: 15px;
  padding: 7px 0 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 7px;
}
#Navigation #nav-btns > li#search-box #btn-search-open.off {
  background: url(/images/common/icon/btn-search-off@2x.png) no-repeat 0 7px;
  background-size: 15px;
  cursor: default;
}
#Navigation #nav-btns.is-open-search > li > a {
  padding: 0 16px;
}

/*-------------------------------
* Google Custom Search
-------------------------------*/
.gsc-search-button {
  display: none !important;
}

.gsc-search-box {
  margin: 0 !important;
  overflow: hidden;
}

.gsc-input-box, .gsc-input-box-focus, .gsc-input-box-hover {
  border: none !important;
  background: none !important;
  height: auto !important;
  box-shadow: none !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsib_b {
  display: none !important;
}

#Navigation input.gsc-input {
  background-repeat: no-repeat !important;
  background: transparent !important;
  border: solid 1px #DDDDDD !important;
  border-radius: 15px !important;
  height: 28px !important;
  line-height: 28px !important;
  margin: 0 !important;
  font-size: 90% !important;
  box-sizing: border-box;
  padding-left: 25px !important;
  float: right !important;
  display: none;
}
#Navigation .gsc-search-box-tools, #Navigation .gsc-search-box, #Navigation .gsc-input {
  padding: 0 !important;
}

.main input.gsc-input {
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border: 1px solid #ddd !important;
  background: url(/images/sitesearch/icon_search.gif) 8px center no-repeat white !important;
  padding: 4px 8px 4px 26px !important;
  width: 922px !important;
}

.gsc-above-wrapper-area {
  background: none !important;
  border-bottom: solid 1px #DDDDDD;
  padding: 25px 0 10px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.gsc-results {
  background: #fff;
  padding: 0 0 40px;
  width: auto !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  padding: 10px 0 5px;
}

.gsc-webResult.gsc-result {
  padding: 45px 36px 35px !important;
  border: solid 1px #DDDDDD !important;
  border-width: 0 1px !important;
}

.gsc-expansionArea .gsc-webResult.gsc-result {
  padding: 0px 36px 35px !important;
}

.gsc-cursor-box {
  border-top: solid 1px #DDDDDD !important;
  margin: 0 !important;
  padding: 20px 0 !important;
}

/*-------------------------------
* Footer
-------------------------------*/
/*-------------------------------
* Footer Navi
-------------------------------*/
#NaviFooterWrapper {
  border-top: solid 15px #db0025;
}

#NaviFooter {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0 20px 0;
  font-size: 10px;
}
#NaviFooter #footer-menu {
  background:url(../images/common/footMenuBorder.gif) repeat-y;
  overflow: hidden;
}
#NaviFooter #footer-menu li {
  margin-bottom: 7px;
}
#NaviFooter #footer-menu .headline {
  font-size: 14px;
  background: url(../images/common/icon/list-arrow-l@2x.png) no-repeat 0 7px;
  background-size: 5px 8px;
  padding: 0 0 0 10px;
}
#NaviFooter #footer-menu .headline, #NaviFooter #footer-menu .headline > a {
  line-height: 23px;
}
#NaviFooter #footer-menu .headline.mini, #NaviFooter #footer-menu .headline > a.mini {
  font-size: 12px;
}
#NaviFooter #footer-menu .headline ul {
  margin: 5px 0 10px -10px;
}
#NaviFooter #footer-menu .headline ul li {
  background: url(../images/common/icon/list-arrow-s@2x.png) no-repeat 0 6px;
  background-size: 4px 7px;
  font-size: 12px;
  padding: 0 0 0 10px;
  margin-bottom: 4px;
}
#NaviFooter #footer-menu .headline ul li, #NaviFooter #footer-menu .headline ul li > a {
  height: 20px;
  line-height: 20px;
}
#NaviFooter #footer-menu > div {
  width: 166px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}
#NaviFooter #footer-menu > div > ul {
  padding: 0 10px 0 13px;
}
#NaviFooter #footer-menu #footNaviUnit1 {
  width: 140px;
}
#NaviFooter #footer-menu #footNaviUnit1 > ul {
  padding-left: 0;
  border-left: none;
}
#NaviFooter #footer-menu #footNaviUnit6 {
  width: 155px;
}
#NaviFooter #footer-menu #footNaviUnit6 > ul {
  padding-right: 0;
}
#NaviFooter #footer-menu #footNavi_csr {

}
#NaviFooter #footer-menu #footNavi_kids {
  background:url(../images/common/footNavi_kidsBg.gif) no-repeat 0 100%;
  padding-bottom: 130px;
}
#NaviFooter #footer-navi {
  padding-top: 40px;
}
#NaviFooter #footer-navi li {
  float: left;
  margin-left: 20px;
}
#NaviFooter #footer-navi li.first {
  margin-left: 0;
}

/*-------------------------------
* CopyFooter
-------------------------------*/
#CopyFooter {
  text-align: center;
}
#CopyFooter li, #CopyFooter li a {
  display: inline;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
}
#CopyFooter li.line {
  border-left: solid 1px #999999;
  margin: 0 8px 0 5px;
}

#copyright {
  padding: 10px 0 35px;
  font-size: 12px;
}

/*-------------------------------
* ボタン設定
-------------------------------*/
/*-------------------------------
* rollOverUpBtn
-------------------------------*/
.rollOverUpBtn {
  position: relative;
  cursor: pointer;
}
.rollOverUpBtn a {
  display: block;
}
.rollOverUpBtn .arrow {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  bottom: 0;
  /*150304 暫定*/
  left: 0;
  margin-left: 0;
  border: none;
}
.rollOverUpBtn .arrow img {
  position: absolute;
  bottom: -6px;
}
.rollOverUpBtn .btn {
  position: absolute;
}

/*-------------------------------
* clearfix
-------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.mainWrapper {
  padding: 40px 0 60px;
}

/* 新サイドバー */
/* サイドバー */
.sidebar {
  float: left;
  width: 200px;
  margin-right: 29px;
}
.sidebar .localMenu {
  border: solid 1px #dddddd;
  margin: 0 0 20px;
  padding: 0 4px 4px;
  background: #FFFFFF;
  font-size: 12px;
}
.sidebar .localMenu h2, .sidebar .localMenu a {
  margin: 4px 0 0 !important;
  padding: 6px 4px 5px 23px !important;
  display: block;
}
.sidebar .localMenu h2, .sidebar .localMenu .selected a {
  background: #333333;
  color: #ffffff;
  display: block;
  position: relative;
  text-align: left;
}
.sidebar .localMenu h2:before, .sidebar .localMenu .selected a:before {
  content: "";
  background: #ffffff;
  width: 8px;
  height: 1px;
  display: block;
  position: absolute;
  top: 15px;
  left: 7px;
}
.sidebar .localMenu h2 a, .sidebar .localMenu .selected a a {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff;
}
.sidebar .localMenu h2 a:hover, .sidebar .localMenu .selected a a:hover {
  color: #666666;
}
.sidebar .localMenu > ul > li > h2:before, .sidebar .localMenu > ul > li.selected a:before {
  background: url(/images/common/icon/list-arrow-down-s-white.png) no-repeat 0 0 !important;
  width: 7px;
  height: 4px;
  display: block;
  position: absolute;
  top: 13px;
  left: 8px;
}
.sidebar .localMenu > ul > li > a {
  background: #eeeeee;
  color: #333333;
  position: relative;
}
.sidebar .localMenu > ul > li > a:before {
  content: "";
  background: url(/images/common/icon/list-arrow-down-s.png) no-repeat 0 0 !important;
  width: 7px;
  height: 4px;
  display: block;
  position: absolute;
  top: 13px;
  left: 8px;
}
.sidebar .localMenu > ul > li > ul > li > a, .sidebar .localMenu ul.sub-menu > li > a {
  background: url(/images/common/icon/list-arrow-s.png) no-repeat 8px 13px !important;
}
.sidebar .localMenu > ul > li > ul > li > a:before, .sidebar .localMenu ul.sub-menu > li > a:before {
  background: none !important;
}
.sidebar .localMenu > ul > li > ul > li.selected a, .sidebar .localMenu ul.sub-menu > li.selected a {
  background: url(/images/common/icon/list-arrow-s-yellow.png) no-repeat 8px 13px !important;
  color: #fabe00 !important;
}
.sidebar .localMenu > ul > li > ul > li:hover, .sidebar .localMenu ul.sub-menu > li:hover {
  background: #fabe00 !important;
}
.sidebar .localMenu > ul > li > ul > li:hover a, .sidebar .localMenu ul.sub-menu > li:hover a {
  color: #ffffff !important;
  background: url(/images/common/icon/list-arrow-s-white.png) no-repeat 8px 13px !important;
}
.sidebar .bannerArea li a {
  display: block;
  margin: 0 0 20px;
}
.sidebar .socialMedia .social-box-btns .iconJump {
  margin-right: 0;
}
.sidebar .socialMedia .social-box-btns .btn-jump-fb, .sidebar .socialMedia .social-box-btns .btn-jump-yt {
  margin-left: 20px;
}
.sidebar .socialMedia .social-box-btns .btn-jump-tw, .sidebar .socialMedia .social-box-btns .btn-jump-ln {
  margin-left: 25px;
}

.main {
  float: left;
  width: 730px;
}
.main .breadCrumbs {
  margin: 0 0 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
}
.main .breadCrumbs li {
  margin-right: 5px;
  display: inline;
}
.main .breadCrumbs li a {
  display: inline;
}
.main .breadCrumbs li.cbHome:before {
  content: "";
}
.main .breadCrumbs li:before {
  content: " > ";
}
.main h2 {
  font-size: 38px;
  margin: 0 0 25px;
  line-height: 1.4;
}
.main .itemList.socialBtn {
  border: solid 1px #ddd;
  border-bottom: none;
  padding: 30px 36px 22px;
  background: #fff;
}

.promoArea {
  margin: 30px auto 20px auto;
  clear: both;
}
.promoArea ul li {
  float: left;
  margin: 0 0 0 15px;
}
.promoArea ul li:first-child {
  margin: 0;
}

.main .itemList.scBnr {
  padding: 4px;
  border: solid 1px #DDDDDD;
}

/*-------------------------------
* bottom-banner-area
-------------------------------*/
#bottom-banner-area {
  padding-bottom: 60px;
}

/*-------------------------------
* outCampagin
-------------------------------*/
.bnrCampaign {
  padding: 4px;
  border: solid 1px #ddd;
}
.bnrCampaign img {
  width: 300px;
  height: auto;
}

/*-------------------------------
* Coupon Login Area
-------------------------------*/
body#kfc2013 div.main .itemList.scCoupon {
  background: #fff;
  border: 5px solid #fabe00;
  padding: 15px 20px 25px;
  position: relative;
  overflow: hidden;
}
body#kfc2013 div.main .itemList.scCoupon h4 {
  color: #fabe00;
  font-size: 126%;
  margin: 5px 0 0;
  text-align: center;
}
body#kfc2013 div.main .itemList.scCoupon dl {
  float: left;
  margin-left: 15px;
  width: 210px;
}
body#kfc2013 div.main .itemList.scCoupon dl dt {
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
}
body#kfc2013 div.main .itemList.scCoupon dl dd {
  padding: 0 0 10px;
}
body#kfc2013 div.main .scCouponActive {
  width: 760px;
  position: relative;
  margin-top: 50px;
}
body#kfc2013 div.main .scCouponActive ul li {
  background: #fff;
  border: 5px solid #E70012;
  float: left;
  margin: 0 20px 20px 0;
  overflow: hidden;
  width: 220px;
  min-height: 355px;
  /*360px;*/
  position: relative;
  page-break-inside: avoid;
}
body#kfc2013 div.main #couponList2 ul li{min-height:375px}
body#kfc2013 div.main .scCouponActive ul li:nth-child(3n+1) {
  clear: both;
}
body#kfc2013 div.main .scCouponActive ul li div.ttTitle {
  background: #E70012;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 8px;
  text-align: left;
  min-height: 46px;
}
body#kfc2013 div.main .scCouponActive ul li div.ttTitle span.num {
  background: #fff;
  color: #E70012;
  padding: 2px 5px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  display: block;
}
body#kfc2013 div.main .scCouponActive ul li span.ttDate {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 0 12px;
}
body#kfc2013 div.main .scCouponActive .ttNote {
  display: block;
  font-size: 80%;
  padding: 0 10px;
}
body#kfc2013 div.main .scCouponActive ul li div {
  text-align: center;
  padding: 4px 0 6px;
}
body#kfc2013 div.main .scCouponActive ul li > dl {
  position: absolute;
  bottom: 0;
}
body#kfc2013 div.main .scCouponActive ul li dt {
  color: #E70012;
  font-size: 100%;
  font-weight: bold;
  padding: 0 14px 4px;
}
body#kfc2013 div.main .scCouponActive ul li dt span {
  font-size: 18px;
}
body#kfc2013 div.main .scCouponActive ul li dd.caution {
  font-size: 80%;
  line-height: 1.4;
  padding: 0 14px 5px;
  min-height: 30px;
}
body#kfc2013 div.main .scCouponActive ul li dd.drive {
  color: #E70012;
  font-size: 11px;
  font-weight: bold;
  padding: 0 45px 10px 14px;
  position: relative;
}
body#kfc2013 div.main .scCouponActive ul li dd.drive span {
  background: #E70012;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0 0;
  width: 55px;
  position: absolute;
  bottom: 0;
  left: 170px;
}
body#kfc2013 div.main p.scCouponUse a {
  background: url(/images/search/detail/icon_arrow_right.gif) no-repeat 10px center;
  color: #E70012;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 20px;
  position: absolute;
  right: 30px;
  top: -26px;
  font-size: 90%;
}
body#kfc2013 ul.couponAnnotation {
  background: #fff;
  border: solid 1px #DDDDDD;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
body#kfc2013 ul.couponAnnotation li {
  margin: 5px 0;
  font-size: 13px;
}
body#kfc2013 ul.couponAnnotation li a {
  color: #aa0027;
  display: inline;
}
body#kfc2013 .btnPrint {
  float: right;
  display: none;
  margin: 15px 0;
  clear: both;
}
body#kfc2013 .btnPrint span.arrow {
  width: 142px;
  height: 47px !important;
  padding-left: 70px;
}
body#kfc2013 div#couponList3 div.scCouponActive ul li {
  border: 5px solid #f8b500;
}
body#kfc2013 div#couponList3 div.scCouponActive ul li dd.drive {
  color: #663300;
}
body#kfc2013 div#couponList3 div.scCouponActive ul li dd.drive span {
  background: #f8b500;
  color: #663300;
}
body#kfc2013 div#couponList3 div.scCouponActive ul li div.ttTitle {
  background: #f8b500;
  color: #663300;
}
body#kfc2013 div#couponList3 div.scCouponActive ul li div.ttTitle span.num {
  background: #663300;
  color: #ffffff;
}

/*-------------------------------
* Coupon Disp Area
-------------------------------*/
/*モーニングクーポン用カラー*/
/*-------------------------------
* 140323 追加
-------------------------------*/
body#kfc2013 div.main div.itemList.socialBtn {
  height: 26px;
}

#Navigation .lineContainer {
  z-index: 1;
}

/*top.jsのsetUpSlider()でも修正あり！！！！！*/
.centered > ul > li {
  position: relative;
  left: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/*-------------------------------
* for IE7
-------------------------------*/
body.ie7style .sidebar .ponta {
  overflow: hidden;
}
body#kfc2013.ie7style div.sidebar div.socialMedia div.socialBox {
  padding-bottom: 15px;
}
body.ie7style #gigyaShareBar2 {
  width: 200px !important;
  height: 26px !important;
  overflow: hidden !important;
}
body.ie7style .gig-button-container-facebook-like {
  width: 100px !important;
}
body.ie7style #Header .socialBtns {
  width: 350px;
}
body.ie7style .fb_iframe_widget {
  margin-top: -5px !important;
}
body.ie7style #Header .fb_iframe_widget {
  margin-top: -13px !important;
}
body.ie7style .fb_iframe_widget iframe {
  margin-right: 15px !important;
  height: 26px !important;
}
body.ie7style #gigyaShareBar-reaction2, body.ie7style #gigyaShareBar2-reaction2 {
  display: none;
}
body.ie7style .main .itemList.socialBtn {
  overflow: hidden;
}
body.ie7style .div.gig-comments-textarea-wrapper {
  float: none !important;
  width: 99% !important;
}
body.ie7style .gig-comments-addCommentFooter {
  clear: both !important;
}
body.ie7style #gigyaComments-shareTo {
  width: 50px !important;
}
body.ie7style .gig-comments-addCommentFooter > table > tbody > tr > td {
  width: auto !important;
}
body.ie7style #Navigation li img {
  cursor: pointer;
}
body.ie7style .scInquiry {
  clear: both;
}
body.ie7style div.main div.itemList div.scCatSelect ul li label {
  white-space: nowrap;
}
body.ie7style div.main div.itemList div.scResults p#outResultState {
  float: none;
}
body.ie7style .rollOverUpBtn a {
  display: block !important;
  overflow: hidden;
}
body.ie7style .rollOverUpBtn .btn {
  position: relative;
  cursor: pointer !important;
}
body.ie7style .rollOverUpBtn .btn div, body.ie7style .rollOverUpBtn .btn img, body.ie7style .rollOverUpBtn .btn span {
  cursor: pointer !important;
}
body #outCouponAnchor li, body .couponList .desc {
  background: url(/images/common/icon/ico-c-arrow-red@2x.png) no-repeat left center;
  background-size: 20px;
  padding-left: 24px;
  margin: 5px 0 12px 0;
  font-size: 129%;
}
body #outCouponAnchor li {
  float: left;
  margin: 15px 40px 0 0;
}
body#kfc2013 .couponList {
  clear: both;
}
body#kfc2013 p.returnTop {
  float: right;
}
body#kfc2013 p.returnTop a {
  background: url(/images/search/detail/icon_arrow_right.gif) no-repeat 10px center;
  color: #E70012;
  text-decoration: underline;
  margin-top: 0;
  padding-left: 20px;
  font-size: 90%;
}

/*body#kfc2013.ie7style div.main div.mnTable table thead th.tbLeft img.tri {
	left: 133px !important;
}
body#kfc2013.ie7style div.main div.mnTable table thead th.tbRight img.tri {
	left: 73px !important;
}*/
/*20140409追加　クーポン出し分け*/
/*body#kfc2013 div.main div.couponList h3.desc {*/
/*14417追加　ロナウドテザーサイト誘導バナー 3日間限定*/
div#bnrTeaser {
  padding-top: 15px;
}
div#bnrTeaser a {
  display: block;
  /*width: 960px;*/
  height: 120px;
  margin: 0 auto;
}

body.home div#bnrTeaser, body.home div#attentionArea {
  display: none;
}
body.none_bnr div#bnrTeaser, body.none_bnr div#attentionArea {
  display: none;
}
body.home div#topBnrTeaser a {
  display: block;
  width: 960px;
  height: 200px;
  margin: 0 auto;
}

#bnrTeaser {
  width: 960px;
  margin: 0 auto;
}
#bnrTeaser ul {
  float: left;
}
#bnrTeaser ul li {
  width: 470px;
  float: left;
  margin-right: 20px;
}
#bnrTeaser ul li.last {
  margin-right: 0;
}

#attentionArea {
  padding: 20px 0 0 0;
  background: none repeat scroll 0 0 #fdf3e6;
}
#attentionArea #attentionTeaser {
  width: 940px;
  margin: 0 auto;
  border: 2px solid #aa0027;
  background: #fff;
  padding: 8px;
  text-align: center;
}
#attentionArea #attentionTeaser p {
  color: #aa0027;
}
#attentionArea #attentionTeaser p a {
  color: #aa0027;
}

/*-------------------------------
// 150325 45th renewal
-------------------------------*/
/*-------------------------------
/ Common Button
-------------------------------*/
/* btn tri-up
---------------------*/
.btn-triup {
  background: #ffffff;
  border: solid 1px #DDDDDD;
  border-radius: 8px;
  padding: 2px;
  width: 160px;
  box-sizing: border-box;
}
.btn-triup.btn-large {
  width: 210px;
}
.btn-triup.btn-small {
  width: 95px;
}
.btn-triup a, .btn-triup a:hover, .btn-triup .btn-inner {
  color: #ffffff !important;
  text-decoration: none;
}

.btn-inner {
  background: #db0025;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.btn-large .btn-inner, .btn-tall .btn-inner {
  height: 54px;
  line-height: 54px;
}
.btn-small .btn-inner {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.btn-triup .btn-inner {
  position: relative;
}
.btn-triup .btn-inner .arrow {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.yellow .btn-inner {
  background: #fabe00;
}
.blue .btn-inner {
  background: #3d4e84;
}
.orange .btn-inner {
  background: #f58200;
}

.arrow {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.arrow.arrow-down {
  border: 5px solid transparent;
  border-top: 5px solid #db0025;
  top: -5px;
  bottom: inherit;
}

/* btn round
---------------------*/
.btn-round {
  background: #fabe00;
  border-radius: 5px;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  padding: 13px 15px 0;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.btn-round, .btn-round:hover {
  color: #fff;
  text-decoration: none;
}
.btn-round.red {
  background: #db0025;
}
.btn-round.blue {
  background: #3d4e84;
}
.btn-round.yellow {
  background: #fabe00;
}
.btn-round.orange {
  background: #f58200;
}
.btn-round.small {
  height: 28px;
  font-size: 10px;
  padding-top: 5px;
  font-size: 93%;
}

/* Link Arrow
---------------------*/
.ico-c-arrow {
  background: url(/images/common/icon/ico-c-arrow-red@2x.png) no-repeat 0 50%;
  background-size: 20px 20px;
  height: 20px;
  line-height: 21px;
  padding-left: 25px;
  color: #db0025;
  font-size: 14px;
}
.ico-c-arrow.yellow {
  background-image: url(/images/common/icon/ico-c-arrow-yellow@2x.png);
  color: #fabe00;
}
.ico-c-arrow.blue {
  background-image: url(/images/common/icon/ico-c-arrow-blue@2x.png);
  color: #3d4e84;
}
.ico-c-arrow.black {
  background-image: url(/images/common/icon/ico-c-arrow-black@2x.png);
  color: #333333;
}

/* Link Round(search-box radio button)
---------------------*/
.link-round a, a.link-round {
  border: solid 1px #999999;
  border-radius: 5px;
  display: block;
  float: left;
  height: 32px;
  padding: 4px 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #999999;
}
.link-round a:hover, .link-round a.selected, a.link-round:hover, a.link-round.selected {
  border-color: #fabe00;
  color: #fabe00;
}

/* Link SQUARE
---------------------*/
.link-square a, a.link-square {
  border: solid 1px #999999;
  display: block;
  float: left;
  width: 225px;
  height: 40px;
  padding: 8px 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.link-square a:hover, .link-square a.selected, a.link-square:hover, a.link-square.selected {
  border-color: #fabe00;
  color: #fabe00;
}

/*-------------------------------
/ Common Box
-------------------------------*/
.block-container, .block-6, .block-4 {
  box-sizing: border-box;
}

.mainWrapper,
.block-container {
  width: 960px;
  margin: 0 auto;
  display: block;
  clear: both;
  *zoom: 1;
}
.mainWrapper:before, .mainWrapper:after,
.block-container:before,
.block-container:after {
  content: " ";
  display: table;
}
.mainWrapper:after,
.block-container:after {
  clear: both;
}

.block-6, .block-4, .block-side {
  display: block;
  float: left;
/*add 150325*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
/*add 150325*/
}
.block-6.first, .block-4.first, .block-side.first {
  margin-left: 0;
}

.block-6 {
  width: 470px;
  margin-left: 20px;
}

.block-4 {
  width: 310px;
  margin-left: 15px;
}

.block-side {
  width: 200px;
  height: 300px;
  margin-left: 0;
}

/* Common Block for
---------------------*/
.box-border {
  background: #ffffff;
  border: solid 1px #dddddd;
  padding: 4px;
  box-sizing: border-box;
}
.box-border .box-title {
  background: #db0025;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  margin: 0 0 8px;
  font-size: 14px;
  text-align: center;
}
.box-border .box-body {
  padding: 0 15px;
}
.box-border.block-side .box-body {
  font-size: 13px;
  padding: 0 10px;
}
.box-border.block-6 {
  height: 230px;
}
.box-border.block-4 {
  height: 200px;
}

/* Common Search Box
---------------------*/
.box-search form dl {
  padding-bottom: 12px;
  overflow: hidden;
}
.box-search form dl dt {
  padding-bottom: 7px;
}
.box-search form .search-step-1 dd a {
  margin-right: 10px;
}

.search-input {
  background: url(/images/common/icon/btn-search-off@2x.png) no-repeat 10px 50%;
  background-size: 15px;
  border: solid 1px #dddddd;
  border-radius: 15px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 2px 10px 2px 30px;
  display: block;
  box-sizing: border-box;
}

/* Common Social Box
---------------------*/
.box-social .social-box-btns li {
  float: left;
  margin: 10px 17px 0 3px;
  position: relative;
  width: 51px;
  height: 70px;
}
.box-social .social-box-btns li.clear {
  margin: 10px 0 0 0;
}
.box-social .social-box-btns img {
  position: absolute;
}
.box-social .social-box-btns img.shadow {
  z-index: 0;
  top: 57px;
}

/* Common Ponta BOx
---------------------*/
.box-ponta .right {
  width: 160px;
}
.box-ponta .right p {
  padding-bottom: 12px;
}

/* Common Under pages layout
---------------------*/
.content-head {
  position: relative;
  overflow: hidden;
}
.content-head > h2 {
  max-width: 600px;
  float: left;
}
.content-head .socialBtns {
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  right: 0;
}
.content-head .socialBtns li {
  margin-left: 15px;
}

.content-title-3 {
  background: url(/images/common/icon/ico-c-arrow-red@2x.png) no-repeat left 4px;
  background-size: 20px;
  padding-left: 24px;
  margin: 0px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

/*　Common campaign type list
-------------------------------*/
.itemList-campaign .itemUnit {
  border: solid 1px #dddddd;
  margin-bottom: 20px;
  padding: 4px;
  position: relative;
}
.itemList-campaign .itemUnit:last-child {
  margin-bottom: 0;
}
.itemList-campaign .itemUnit > a {
  padding: 25px;
  overflow: hidden;
}
.itemList-campaign .itemUnit > a:hover {
  background: #eeeeee;
}
.itemList-campaign .itemUnit .pic {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
.itemList-campaign .itemUnit .desc {
  float: left;
  width: 318px;
}
.itemList-campaign .itemUnit .desc h3 {
  font-size: 18px;
  padding-bottom: 25px;
}
.itemList-campaign .itemUnit .desc .detailBtn {
  position: absolute;
  bottom: 35px;
}
.itemList-campaign .itemUnit .arrow {
  height: 24px;
  padding-left: 40px;
  width: 45px;
}
.itemList-campaign.type-movie .itemUnit .pic:after {
  content: url("/images/common/icon/ico-play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

/* Common Layout
---------------------*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*-------------------------------
// IE8対応
-------------------------------*/
body.ie8style .ico-c-arrow {
  background: url(/images/common/icon/ico-c-arrow-red.png) no-repeat 0 50%;
}
body.ie8style .ico-c-arrow.red {
  background-image: url(/images/common/icon/ico-c-arrow-red.png);
  color: #fabe00;
}
body.ie8style .ico-c-arrow.yellow {
  background-image: url(/images/common/icon/ico-c-arrow-yellow.png);
  color: #fabe00;
}
body.ie8style .ico-c-arrow.blue {
  background-image: url(/images/common/icon/ico-c-arrow-blue.png);
  color: #3d4e84;
}
body.ie8style .ico-c-arrow.black {
  background-image: url(/images/common/icon/ico-c-arrow-black.png);
  color: #333333;
}
body.ie8style #outCouponAnchor li, body.ie8style .couponList .desc {
  background: url(/images/common/icon/ico-c-arrow-red.png) no-repeat left center;
}
body.ie8style .content-title-3 {
  background: url(/images/common/icon/ico-c-arrow-red.png) no-repeat left 4px;
}
body.ie8style #Navigation #nav-btns > li#search-box #btn-search-open {
  background: url(/images/common/icon/btn-search.png) no-repeat 0 7px;
}
body.ie8style #Navigation #nav-btns > li#search-box #btn-search-open.off {
  background: url(/images/common/icon/btn-search-off.png) no-repeat 0 7px;
}
body.ie8style .search-input {
  background: url(/images/common/icon/btn-search-off.png) no-repeat 10px 50%;
}
body.ie8style #NaviFooter #footer-menu .headline {
  background: url(../images/common/icon/list-arrow-l.png) no-repeat 0 8px;
}
body.ie8style #NaviFooter #footer-menu .headline ul li {
  background: url(../images/common/icon/list-arrow-s.png) no-repeat 0 5px;
}

/*-------------------------------
// 多言語対応
-------------------------------*/

#fLangArea .btn-to-pdf .btn-inner:after{
  content: "";
  display: inline-block;
  width:40px;
}

#fLangArea .btn-to-pdf .btn-inner:before {
  content: "";
  background: url(../images/common/icon/ico-pdf.png) no-repeat 0 50%;
  background-size: 25px;
  display: inline-block;
  width: 25px;
  height: 100%;
  margin: 0 0 0 15px;
  vertical-align: middle;
  float: left;
}

#fLangArea .btn-to-pdf .btn-inner{
  line-height:54px;
  text-align:center;
}

#fLangBg{
  background:#000;
  display:none;
  opacity:0.3;
  filter:alpha(opacity=30);
  -ms-filter:"alpha(opacity=30)";
  height:1500px;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:500;
}

#fLangArea{
  background:#fff;
  display:none;
  margin:0 0 0 -400px;
  padding:0 0 50px;
  text-align:center;
  position:absolute;
  top:80px;
  left:50%;
  width:800px;
  z-index:510;
}

#fLangBg.c,
#fLangArea.c{
  display:block;
}

#fLangArea .close{
  padding:10px;
  text-align:right;
}

#fLangArea .close img{
  width:30px;
}

#fLangArea dl dt{
  border-bottom:5px solid #DB0025;
  font-size:150%;
  margin:0 auto 50px;
  padding:0 0 20px;
}

#fLangArea dl dd{
  display:inline-block;
  margin:0 5px;
}

/***************** kakaku ADD *****************/

body#kfc2013 .main p.lead2{margin:0}
body#kfc2013 .main p.kakakuAd{
color:#AA0027;
font-size:95%;
margin:0 0 10px}
