/**
 * =========================================
 * General Class lib
 * =========================================
 */
/* --- reset --- */
.reset {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
}

/* --- reset --- */
.sprite .sprite, .socialLinks a .sprite, .sprite .socialLinks a, .socialLinks .sprite a, .socialLinks a a {
  background: url("http://www.lawson.co.jp/common201008/img/sprite.png") no-repeat;
  text-align: left;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.sprite .noOutline, .socialLinks a .noOutline {
  outline: none;
  hidefocus: expression(hideFocus='true');
}

/* --- clearfix --- */
.clearfix, .sectionFrame .contentFrame, .sectionFrame_orange .contentFrame, .sectionFrame .sectionLv3 .content, .sectionFrame_orange .sectionFrame .sectionLv3 .content, .sectionFrame .sectionLv3 .sectionFrame_orange .content, .sectionFrame .sectionFrame_orange .sectionLv3 .content, .sectionFrame_orange .sectionLv3 .sectionFrame .content, .sectionFrame_orange .sectionLv3 .content, .sectionFrame .saleItems, .sectionFrame_orange .saleItems, .sectionFrame .productItems, .sectionFrame_orange .sectionFrame .productItems, .sectionFrame .sectionFrame_orange .productItems, .sectionFrame_orange .productItems, .sectionFrame .saleItems .lu, .sectionFrame_orange .saleItems .lu, .sectionFrame .productItems .lu, .sectionFrame_orange .sectionFrame .productItems .lu, .sectionFrame .sectionFrame_orange .productItems .lu, .sectionFrame_orange .productItems .lu, .sectionFrame .saleItems a, .sectionFrame_orange .saleItems a, .sectionFrame .productItems a, .sectionFrame_orange .sectionFrame .productItems a, .sectionFrame .sectionFrame_orange .productItems a, .sectionFrame_orange .productItems a, .sectionFrame .productItems .itemInfo, .sectionFrame_orange .productItems .itemInfo, .siteBody, .siteBody_old, .siteBody .siteContent, .siteBody_old .siteContent, .siteBody .localNav, .siteBody_old .localNav, .socialLinks {
  *zoom: 1;
}

.clearfix:after, .sectionFrame .contentFrame:after, .sectionFrame_orange .contentFrame:after, .sectionFrame .sectionLv3 .content:after, .sectionFrame_orange .sectionFrame .sectionLv3 .content:after, .sectionFrame .sectionLv3 .sectionFrame_orange .content:after, .sectionFrame .sectionFrame_orange .sectionLv3 .content:after, .sectionFrame_orange .sectionLv3 .sectionFrame .content:after, .sectionFrame_orange .sectionLv3 .content:after, .sectionFrame .saleItems:after, .sectionFrame_orange .saleItems:after, .sectionFrame .productItems:after, .sectionFrame_orange .sectionFrame .productItems:after, .sectionFrame .sectionFrame_orange .productItems:after, .sectionFrame_orange .productItems:after, .sectionFrame .saleItems .lu:after, .sectionFrame_orange .saleItems .lu:after, .sectionFrame .productItems .lu:after, .sectionFrame_orange .sectionFrame .productItems .lu:after, .sectionFrame .sectionFrame_orange .productItems .lu:after, .sectionFrame_orange .productItems .lu:after, .sectionFrame .saleItems a:after, .sectionFrame_orange .saleItems a:after, .sectionFrame .productItems a:after, .sectionFrame_orange .sectionFrame .productItems a:after, .sectionFrame .sectionFrame_orange .productItems a:after, .sectionFrame_orange .productItems a:after, .sectionFrame .productItems .itemInfo:after, .sectionFrame_orange .productItems .itemInfo:after, .siteBody:after, .siteBody_old:after, .siteBody .siteContent:after, .siteBody_old .siteContent:after, .siteBody .localNav:after, .siteBody_old .localNav:after, .socialLinks:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px;
}

@media print {
  .clearfix:after, .sectionFrame .contentFrame:after, .sectionFrame_orange .contentFrame:after, .sectionFrame .sectionLv3 .content:after, .sectionFrame_orange .sectionFrame .sectionLv3 .content:after, .sectionFrame .sectionLv3 .sectionFrame_orange .content:after, .sectionFrame .sectionFrame_orange .sectionLv3 .content:after, .sectionFrame_orange .sectionLv3 .sectionFrame .content:after, .sectionFrame_orange .sectionLv3 .content:after, .sectionFrame .saleItems:after, .sectionFrame_orange .saleItems:after, .sectionFrame .productItems:after, .sectionFrame_orange .sectionFrame .productItems:after, .sectionFrame .sectionFrame_orange .productItems:after, .sectionFrame_orange .productItems:after, .sectionFrame .saleItems .lu:after, .sectionFrame_orange .saleItems .lu:after, .sectionFrame .productItems .lu:after, .sectionFrame_orange .sectionFrame .productItems .lu:after, .sectionFrame .sectionFrame_orange .productItems .lu:after, .sectionFrame_orange .productItems .lu:after, .sectionFrame .saleItems a:after, .sectionFrame_orange .saleItems a:after, .sectionFrame .productItems a:after, .sectionFrame_orange .sectionFrame .productItems a:after, .sectionFrame .sectionFrame_orange .productItems a:after, .sectionFrame_orange .productItems a:after, .sectionFrame .productItems .itemInfo:after, .sectionFrame_orange .productItems .itemInfo:after, .siteBody:after, .siteBody_old:after, .siteBody .siteContent:after, .siteBody_old .siteContent:after, .siteBody .localNav:after, .siteBody_old .localNav:after, .socialLinks:after {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    visibility: hidden;
  }
}

/* --- general class --- */
img {
  border: none;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

img.left {
  float: left;
  margin: 0 10px 0 0;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.right {
  float: right;
  margin: 0 0 0 10px;
}

img.inline {
  margin: 0 2px 0 2px;
  vertical-align: middle;
}

div.center {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

input.defaultValue {
  color: #999;
}

.noScreen {
  display: none;
}

@media Screen, Print {
  .verbose {
    display: none;
  }
}

@media Aural {
  .verbose {
    display: inline;
  }
}

/**
 * =========================================
 * Typography
 * =========================================
 */
.clearFsz, body, h1.pageTitle {
  font-size: 13px;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

.textSize_s .clearFsz, .textSize_s body, .textSize_s h1.pageTitle {
  font-size: 11px;
  *font-size: x-small;
  /* for IE */
  *font: xx-small;
  /* for IE in quirks mode */
}

.textSize_l .clearFsz, .textSize_l body, .textSize_l h1.pageTitle {
  font-size: 16px;
  *font-size: medium;
  /* for IE */
  *font: small;
  /* for IE in quirks mode */
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.text_10px {
  font-size: 77%;
}
.msie .text_10px {
  letter-spacing: .1em;
}

.text_11px {
  font-size: 85%;
}

.text_12px {
  font-size: 93%;
}

.text_13px {
  font-size: 100%;
}

.text_14px {
  font-size: 108%;
}

.text_15px {
  font-size: 116%;
}

.text_16px {
  font-size: 123.1%;
}

.text_17px {
  font-size: 131%;
}

.text_18px {
  font-size: 138.5%;
}

.text_19px {
  font-size: 146.5%;
}

.text_20px {
  font-size: 153.9%;
}

.text_21px {
  font-size: 161.6%;
}

.text_22px {
  font-size: 167%;
}

.text_23px {
  font-size: 174%;
}

.text_24px {
  font-size: 182%;
}

.text_25px {
  font-size: 189%;
}

.text_26px {
  font-size: 197%;
}

/*@import "layout";*/
/*@import "mod_sectionFrame";*/
header, footer, section, article, aside, nav, hgroup, figure, figcaption {
  display: block;
}

input,
select {
  margin-left: 0;
  vertical-align: middle;
}

body {
  color: black;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

@media print {
  body {
    _zoom: 76%;
    background: #fff;
  }
}

a {
  color: #1f5fa8;
  text-decoration: none;
}
a:focus, a:active, a:hover {
  color: #0092f2;
  text-decoration: underline;
}
a:visited {
  color: #557fae;
}

.magenta {
  color: #e6004f;
}

.rounded {
  /*display: inline;*/
  position: relative;
  _height: 1px;
}

.tl, .tr, .bl, .br {
  text-align: left;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  position: absolute;
  /*background-color: red;*/
  background-image: url(http://www.lawson.co.jp/img/rounded_corner.gif) !important;
}

.tl {
  top: -1px;
  left: -1px;
  background-position: -0px -0px;
}

.tr {
  top: -1px;
  right: -1px;
  background-position: -10px -0px;
}

.bl {
  bottom: 1px;
  left: -1px;
  background-position: -0px -10px;
}

.br {
  bottom: 1px;
  right: -1px;
  background-position: -10px -10px;
}

.sectionFrame, .sectionFrame_orange {
  border: 5px solid #e7ecf2;
  /*border-bottom-width: 38px;*/
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
/*  behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc");*/
}

.sectionFrame, .sectionFrame_orange {
	behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc"); /* all browsers */
}
.sectionFrame:not(:target),
.sectionFrame_orange:not(:target) {
    behavior: url("")ﾂ･9; /* IE9 */
}

.sectionFrame header, .sectionFrame_orange header {
  position: relative;
  *zoom: 1;
}
.sectionFrame .sectionHeading, .sectionFrame_orange .sectionHeading {
  font-size: 108%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 10px 9px;
  color: #fff;
  background: #1f5fa8 bottom repeat-x;
  background-image: url(http://www.lawson.co.jp/common201008/img/bg_sectionHeading.gif);
  *background-position: 0 101.5%;
  _background-position: left bottom;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-top-border-left-radius: 3px;
  -webkit-top-border-right-radius: 3px;
  -webkit-text-shadow: 0 0 3px black;
  -moz-text-shadow: 0 0 3px black;
  text-shadow: 0 0 3px black;
/*  behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc");*/
  /*_zoom: 1;*/
  position: relative;
  z-index: 5;
}

.sectionFrame .sectionHeading, .sectionFrame_orange .sectionHeading {
	behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc"); /* all browsers */
}
.sectionFrame .sectionHeading:not(:target),
.sectionFrame_orange .sectionHeading:not(:target) {
    behavior: url("")ﾂ･9; /* IE9 */
}



.sectionFrame .sectionHeading em.complement, .sectionFrame_orange .sectionHeading em.complement {
  margin-left: .5em;
  color: #fff100;
  font-style: normal;
}
.sectionFrame .shoulder, .sectionFrame_orange .shoulder {
  position: absolute;
  top: 9px;
  right: 10px;
  background-color: #fff;
  background: white url(http://www.lawson.co.jp/common201008/img/sprite_arrow.gif) 100% -49px no-repeat;
  color: #0b3361;
  text-decoration: none;
  font-size: 77%;
  padding: 1px 22px 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
/*  behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc");*/
  z-index: 10;
}

.sectionFrame .shoulder, .sectionFrame_orange .shoulder {
	behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc"); /* all browsers */
}
.sectionFrame .shoulder:not(:target),
.sectionFrame_orange .shoulder:not(:target) {
    behavior: url("")ﾂ･9; /* IE9 */
}

.msie .sectionFrame .shoulder, .msie .sectionFrame_orange .shoulder {
  letter-spacing: .1em;
}
.sectionFrame .shoulder:hover, .sectionFrame_orange .shoulder:hover {
  color: #1f5fa8;
}
.sectionFrame .content, .sectionFrame_orange .content {
  padding: 20px;
  padding-bottom: 55px;
  background: url(http://www.lawson.co.jp/common201008/img/components/sectionFrame_content_bg.gif) left bottom no-repeat;
  position: relative;
  bottom: -1px;
  z-index: 10;
  *zoom: 1;
}
.sectionFrame .headingLv3, .sectionFrame_orange .headingLv3 {
  padding: 7px 10px;
  color: #0b3361;
  font-size: 93%;
  background: url(http://www.lawson.co.jp/common201008/img/components/headingLv3_bg.gif);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
/*  behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc");*/
}

.sectionFrame .headingLv3, .sectionFrame_orange .headingLv3 {
	behavior: url("http://www.lawson.co.jp/common201008/css/PIE.htc"); /* all browsers */
}
.sectionFrame .headingLv3:not(:target),
.sectionFrame_orange .headingLv3:not(:target) {
    behavior: url("")ﾂ･9; /* IE9 */
}



.sectionFrame .sectionLv3, .sectionFrame_orange .sectionLv3 {
  margin-bottom: 20px;
}
.sectionFrame .contentFrame, .sectionFrame_orange .contentFrame, .sectionFrame .sectionLv3 .content, .sectionFrame_orange .sectionFrame .sectionLv3 .content, .sectionFrame .sectionLv3 .sectionFrame_orange .content, .sectionFrame .sectionFrame_orange .sectionLv3 .content, .sectionFrame_orange .sectionLv3 .sectionFrame .content, .sectionFrame_orange .sectionLv3 .content {
  margin: 0 14px 30px;
  padding: 0 11px 1px;
  background: url(http://www.lawson.co.jp/common201008/img/components/sectionLv3_content_bg.gif) repeat-y;
}
.sectionFrame .noContentBorder, .sectionFrame_orange .noContentBorder {
  background: none !important;
  margin: 0 !important;
  padding: 0 14px 1px !important;
  _padding-right: 0 !important;
}
.sectionFrame .bannerContainer, .sectionFrame_orange .bannerContainer {
  padding-right: 0;
}
.sectionFrame .bannerContainer .banner, .sectionFrame_orange .bannerContainer .banner {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
}
.sectionFrame .bannerContainer .banner img, .sectionFrame_orange .bannerContainer .banner img {
  display: block;
  _zoom: 1;
}
.sectionFrame .saleItems, .sectionFrame_orange .saleItems, .sectionFrame .productItems, .sectionFrame_orange .sectionFrame .productItems, .sectionFrame .sectionFrame_orange .productItems, .sectionFrame .sectionFrame_orange .productItems, .sectionFrame_orange .sectionFrame .productItems, .sectionFrame_orange .productItems {
  width: 555px;
  background: url(http://www.lawson.co.jp/common201008/img/components/sectionLv3_content_bg.gif) 277px 0 repeat-y;
  padding-bottom: 15px;
}
.sectionFrame .saleItems .lu, .sectionFrame_orange .saleItems .lu, .sectionFrame .productItems .lu, .sectionFrame_orange .sectionFrame .productItems .lu, .sectionFrame .sectionFrame_orange .productItems .lu, .sectionFrame .sectionFrame_orange .productItems .lu, .sectionFrame_orange .sectionFrame .productItems .lu, .sectionFrame_orange .productItems .lu {
  float: left;
  margin-left: 10px;
  width: 267px;
  margin-left: 21px;
}
.sectionFrame .saleItems .lu\.first-child, .sectionFrame_orange .saleItems .lu\.first-child, .sectionFrame .productItems .lu\.first-child, .sectionFrame_orange .sectionFrame .productItems .lu\.first-child, .sectionFrame .sectionFrame_orange .productItems .lu\.first-child, .sectionFrame .sectionFrame_orange .productItems .lu\.first-child, .sectionFrame_orange .sectionFrame .productItems .lu\.first-child, .sectionFrame_orange .productItems .lu\.first-child {
  margin-left: 0;
}
.sectionFrame .saleItems a, .sectionFrame_orange .saleItems a, .sectionFrame .productItems a, .sectionFrame_orange .sectionFrame .productItems a, .sectionFrame .sectionFrame_orange .productItems a, .sectionFrame .sectionFrame_orange .productItems a, .sectionFrame_orange .sectionFrame .productItems a, .sectionFrame_orange .productItems a {
  display: block;
  color: #333;
  text-decoration: none;
  background: url(http://www.lawson.co.jp/common201008/img/icon_newWindow.gif) 81px 8px no-repeat;
}
.sectionFrame .saleItems a:hover, .sectionFrame_orange .saleItems a:hover, .sectionFrame .productItems a:hover, .sectionFrame_orange .sectionFrame .productItems a:hover, .sectionFrame .sectionFrame_orange .productItems a:hover, .sectionFrame .sectionFrame_orange .productItems a:hover, .sectionFrame_orange .sectionFrame .productItems a:hover, .sectionFrame_orange .productItems a:hover {
  color: #1f5fa8;
  text-decoration: underline;
}
.sectionFrame .saleItems a:hover .thumbnail, .sectionFrame_orange .saleItems a:hover .thumbnail, .sectionFrame .productItems a:hover .thumbnail, .sectionFrame_orange .sectionFrame .productItems a:hover .thumbnail, .sectionFrame .sectionFrame_orange .productItems a:hover .thumbnail, .sectionFrame .sectionFrame_orange .productItems a:hover .thumbnail, .sectionFrame_orange .sectionFrame .productItems a:hover .thumbnail, .sectionFrame_orange .productItems a:hover .thumbnail {
  border-color: #1f5fa8;
}
.sectionFrame .saleItems .thumbnail, .sectionFrame_orange .saleItems .thumbnail, .sectionFrame .productItems .thumbnail, .sectionFrame_orange .sectionFrame .productItems .thumbnail, .sectionFrame .sectionFrame_orange .productItems .thumbnail, .sectionFrame .sectionFrame_orange .productItems .thumbnail, .sectionFrame_orange .sectionFrame .productItems .thumbnail, .sectionFrame_orange .productItems .thumbnail {
  border: 3px solid #e7ecf2;
  float: left;
  margin-right: 26px;
}
.sectionFrame .saleItems .itemHeader, .sectionFrame_orange .saleItems .itemHeader, .sectionFrame .productItems .itemHeader, .sectionFrame_orange .sectionFrame .productItems .itemHeader, .sectionFrame .sectionFrame_orange .productItems .itemHeader, .sectionFrame .sectionFrame_orange .productItems .itemHeader, .sectionFrame_orange .sectionFrame .productItems .itemHeader, .sectionFrame_orange .productItems .itemHeader {
  display: block;
  padding-top: 6px;
  overflow: hidden;
}
.sectionFrame .saleItems .itemTitle, .sectionFrame_orange .saleItems .itemTitle, .sectionFrame .productItems .itemTitle, .sectionFrame_orange .sectionFrame .productItems .itemTitle, .sectionFrame .sectionFrame_orange .productItems .itemTitle, .sectionFrame .sectionFrame_orange .productItems .itemTitle, .sectionFrame_orange .sectionFrame .productItems .itemTitle, .sectionFrame_orange .productItems .itemTitle {
  display: block;
}
.sectionFrame .saleItems .description, .sectionFrame_orange .saleItems .description, .sectionFrame .productItems .description, .sectionFrame_orange .sectionFrame .productItems .description, .sectionFrame .sectionFrame_orange .productItems .description, .sectionFrame .sectionFrame_orange .productItems .description, .sectionFrame_orange .sectionFrame .productItems .description, .sectionFrame_orange .productItems .description {
  margin: 6px 0 3px;
  padding: 5px;
  background: #F2F6F9;
  font-size: 93%;
  color: #1f5fa8;
}
.sectionFrame .saleItems .relatedLink, .sectionFrame_orange .saleItems .relatedLink, .sectionFrame .productItems .relatedLink, .sectionFrame_orange .sectionFrame .productItems .relatedLink, .sectionFrame .sectionFrame_orange .productItems .relatedLink, .sectionFrame .sectionFrame_orange .productItems .relatedLink, .sectionFrame_orange .sectionFrame .productItems .relatedLink, .sectionFrame_orange .productItems .relatedLink {
  padding: 3px 10px 3px 20px;
  background: url(http://www.lawson.co.jp/common201008/img/sprite_arrow.gif) 10px -47px no-repeat;
  border: 1px dotted #bac6d9;
  color: #6f7b8d;
  font-size: 93%;
  line-height: 1.2;
}
.sectionFrame .productItems, .sectionFrame_orange .productItems {
  width: 577px;
  padding-left: 11px;
  padding-bottom: 0;
  margin-bottom: 30px;
  background: url(http://www.lawson.co.jp/common201008/img/components/sectionLv3_content_bg_div3.gif) 0 0 repeat-y;
  /*.relatedLink {*/
  /*	padding: 3px 10px 3px 20px;*/
  /*	background: url(http://www.lawson.co.jp/common201008/img/sprite_arrow.gif) 10px -45px no-repeat;*/
  /*	border: 1px dotted $c_gray;*/
  /*}*/
}
.sectionFrame .productItems .lu, .sectionFrame_orange .productItems .lu {
  width: 171px;
}
.sectionFrame .productItems .category, .sectionFrame_orange .productItems .category {
  padding: 0 3px;
  margin-bottom: 10px;
  font-size: 77%;
  background: #bac6d9;
  color: #fff;
}
.msie .sectionFrame .productItems .category, .msie .sectionFrame_orange .productItems .category {
  letter-spacing: .1em;
}
.sectionFrame .productItems .thumbnail, .sectionFrame_orange .productItems .thumbnail {
  display: block;
  float: none;
  width: 136px;
  height: 89px;
  margin: 0 auto 7px;
}
.sectionFrame .productItems .itemTitle, .sectionFrame_orange .productItems .itemTitle {
  font-weight: bold;
  color: #0b3361;
  margin-bottom: 7px;
}
.sectionFrame .productItems .itemInfo, .sectionFrame_orange .productItems .itemInfo {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  margin-bottom: 10px;
}
.sectionFrame .productItems .itemInfo .price, .sectionFrame_orange .productItems .itemInfo .price, .sectionFrame .productItems .itemInfo .calorie, .sectionFrame_orange .productItems .itemInfo .calorie {
  float: none;
  width: auto;
  background: #e7ecf2;
  padding: 4px 3px;
  font-size: 88%;
  margin-bottom: 2px;
}
.sectionFrame .productItems .itemInfo .calorie, .sectionFrame_orange .productItems .itemInfo .calorie {
  width: auto;
  margin: 0;
}
.sectionFrame a.largeBanner img, .sectionFrame_orange a.largeBanner img {
  display: block;
  width: 530px;
  margin: 0 auto;
}
.sectionFrame .specialNotation, .sectionFrame_orange .specialNotation {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-size: 77%;
}
.msie .sectionFrame .specialNotation, .msie .sectionFrame_orange .specialNotation {
  letter-spacing: .1em;
}
.sectionFrame .pagingNav, .sectionFrame_orange .pagingNav {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 7px;
  /*overflow: hidden;*/
  /*_zoom: 1;*/
}
.sectionFrame .pagingNav ul, .sectionFrame_orange .pagingNav ul {
  margin: 0 auto;
}
.sectionFrame .pagingNav ul li, .sectionFrame_orange .pagingNav ul li {
  position: relative;
  left: -50%;
}

/*.sectionFrame.orange,*/
/*.sectionFrame\.orange,*/
.sectionFrame_orange {
  border-color: #ffd896;
}
.sectionFrame_orange h2.sectionHeading {
  background-color: #ff9123;
  background-image: url(data:image/gif;base64,R0lGODlhBAACAJEAAP+RI////////wAAACH5BAEHAAIALAAAAAAEAAIAAAIEjAMYBQA7);
  *background-image: url(http://www.lawson.co.jp/common201008/img/bg_sectionHeading_orange.gif);
  -webkit-text-shadow: 0 0 3px #8a380d;
  -moz-text-shadow: 0 0 3px #8a380d;
  text-shadow: 0 0 3px #8a380d;
}

.siteBody, .siteBody_old {
  margin: 0;
  _position: relative;
  /*_overflow: hidden;*/
  margin: 0 auto;
  text-align: left;
  padding: 20px 30px 25px;
  background: #fff;
}
.siteBody .siteContent, .siteBody_old .siteContent {
  float: left;
  margin-left: 10px;
  margin-left: 0;
}
.siteBody .localNav, .siteBody_old .localNav {
  float: left;
  margin-left: 0;
  width: 235px;
}

.siteBody_old .localNav {
  width: 244px;
  margin-left: 21px;
}

.type_normal .siteBody, .type_normal .siteBody_old {
  width: 920px;
}
.type_normal .siteBody .siteContent, .type_normal .siteBody_old .siteContent {
  width: 655px;
}
.type_normal .siteBody .localNav, .type_normal .siteBody_old .localNav {
  width: 235px;
  margin-left: 30px;
}

@media print {
  .siteBody, .siteBody_old {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }

  .siteContent {
    float: none !important;
    width: auto !important;
  }

  .localNav {
    display: none;
  }
}

.contentNavSnippet, .contentNavSnippet_wide, .contentNavSnippet_short {
  width: 184px;
  margin: 5px 0;
  padding-top: 13px;
  *zoom: 1;
  background: url(http://www.lawson.co.jp/common201008/img/components/contentNavSnippet_bg.gif) 0 0 no-repeat;
}
.contentNavSnippet .sprite, .contentNavSnippet_wide .sprite, .contentNavSnippet_short .sprite, .contentNavSnippet .socialLinks a, .socialLinks .contentNavSnippet a, .contentNavSnippet_wide .socialLinks a, .socialLinks .contentNavSnippet_wide a, .contentNavSnippet_short .socialLinks a, .socialLinks .contentNavSnippet_short a {
  background: url("http://www.lawson.co.jp/common201008/img/sprite.png") no-repeat;
  text-align: left;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.contentNavSnippet .noOutline, .contentNavSnippet_wide .noOutline, .contentNavSnippet_short .noOutline {
  outline: none;
  hidefocus: expression(hideFocus='true');
}
.contentNavSnippet .content, .contentNavSnippet_wide .content, .contentNavSnippet_short .content {
  padding: 0 2px 18px;
  min-height: 175px;
  _height: 175px;
  background: url(http://www.lawson.co.jp/common201008/img/components/contentNavSnippet_bg.gif) bottom left no-repeat;
  position: relative;
  _text-align: left;
}
.contentNavSnippet a, .contentNavSnippet_wide a, .contentNavSnippet_short a {
  color: #000;
  text-decoration: none;
}
.contentNavSnippet a:hover p, .contentNavSnippet_wide a:hover p, .contentNavSnippet_short a:hover p {
  color: #1f5fa8;
  text-decoration: underline;
}
.contentNavSnippet .imgContainer, .contentNavSnippet_wide .imgContainer, .contentNavSnippet_short .imgContainer {
  display: block;
  padding-bottom: 2px;
  /*background: #{$bg} -2px 101px no-repeat;*/
  background: url(http://www.lawson.co.jp/common201008/img/dot_span_10_gray.gif) left bottom repeat-x;
  /*height: 111px;*/
}
.contentNavSnippet .imgContainer img, .contentNavSnippet_wide .imgContainer img, .contentNavSnippet_short .imgContainer img {
  /*@include wh(180,111);*/
  width: 180px;
  display: block;
}
.contentNavSnippet .socialLinks, .contentNavSnippet_wide .socialLinks, .contentNavSnippet_short .socialLinks {
  margin-left: 3px;
  padding: 0;
}
.contentNavSnippet .badge, .contentNavSnippet_wide .badge, .contentNavSnippet_short .badge {
  margin: 0 3px;
  display: block;
  height: 9px;
}
.contentNavSnippet p, .contentNavSnippet_wide p, .contentNavSnippet_short p {
  margin: 10px 3px;
  font-size: 85%;
}
.contentNavSnippet em.note, .contentNavSnippet_wide em.note, .contentNavSnippet_short em.note {
  display: block;
  margin: -10px 3px 10px;
  font-size: 85%;
  color: red;
  font-style: normal;
  text-decoration: none;
}
.contentNavSnippet.hover, .hover.contentNavSnippet_wide, .hover.contentNavSnippet_short {
  background-position: -184px 0;
}
.contentNavSnippet.hover .content, .hover.contentNavSnippet_wide .content, .hover.contentNavSnippet_short .content {
  background-position: -184px 100%;
}

.contentNavSnippet_wide {
  width: 213px;
  margin: 0 0 10px;
  background-position: -368px -0px;
}
.contentNavSnippet_wide .content {
  background-position: -368px 100%;
}
.contentNavSnippet_wide.contentNavSnippet_wide\.hover {
  background-position: -581px -0px;
}
.contentNavSnippet_wide.contentNavSnippet_wide\.hover .content {
  background-position: -581px 100%;
}
.contentNavSnippet_wide .imgContainer img {
  display: block;
  width: 209px;
}

.contentNavSnippet_short {
  background-position: 0 0;
}
.contentNavSnippet_short .content {
  min-height: 140px;
  _height: 140px;
  position: relative;
  padding-bottom: 10px;
  background-position: 0 100%;
}
.contentNavSnippet_short .content p {
  margin: 5px 47px 5px 3px;
}
.contentNavSnippet_short.contentNavSnippet_short\.hover {
  background-position: -184px 0;
}
.contentNavSnippet_short.contentNavSnippet_short\.hover .content {
  background-position: -184px 100%;
}
.contentNavSnippet_short .socialLinks {
  position: absolute;
  bottom: 17px;
  right: 5px;
  /*ul{*/
  /*	right: 3px;*/
  /*	_padding: 0 0 3px 0;*/
  /*}*/
}

/**
 * @html

<div class="socialLinks">
<input type="hidden" class="postMessage" value="このテキストが各サービスに投稿されます" />

<input type="hidden" class="postURL" value="http://example.com/url/to/be/poted/" />
<ul>
<li><a href="" class="twitter">Twitter</a></li>
<li><a href="" class="facebook">Facebook</a></li>
<li><a href="" class="hatebu">はてなブックマーク</a></li>
</ul>
</div>


 */
.socialLinks {
  position: relative;
  width: 44px;
  display: block !important;
}
.socialLinks .sprite, .socialLinks a {
  background: url("http://www.lawson.co.jp/common201008/img/sprite.png") no-repeat;
  text-align: left;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.socialLinks .noOutline {
  outline: none;
  hidefocus: expression(hideFocus='true');
}
.socialLinks ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
}
.socialLinks li {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  _display: inline;
}
.socialLinks ul.socialLinkPanel {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: none;
  left: 0;
  background: #fff;
  width: 36px;
  padding: 2px 2px 0 0;
  border: 3px solid #bac6d9;
}
.ie7 .socialLinks ul.socialLinkPanel {
  padding-bottom: 2px;
}
.socialLinks a {
  width: 16px;
  height: 16px;
}
.socialLinks a.shareButton {
  background-position: -16px -16px;
  width: 44px;
  height: 16px;
}
.socialLinks a.twitter {
  background-position: -0px -0px;
}
.socialLinks a.facebook {
  background-position: -16px -0px;
}
.socialLinks a.hatebu {
  background-position: -32px -0px;
}
.socialLinks a.mixi-check-button, .socialLinks a.mixi {
  background-position: -0px -16px;
}

.button_blue_big, .lnav_heading a {
  display: block;
  padding-bottom: 5px;
  background: url(http://www.lawson.co.jp/common201008/img/lnav_heading_bg.png) 0 100% no-repeat;
  outline: none;
  hidefocus: expression(hideFocus='true');
  font-size: 93%;
  color: #fff !important;
  text-decoration: none;
  _zoom: 1;
}
h2 .button_blue_big, h2 .lnav_heading a, .lnav_heading h2 a {
  font-size: 100%;
}
.button_blue_big span, .lnav_heading a span {
  display: block;
  padding: 15px 10px 7px;
  background: url(http://www.lawson.co.jp/common201008/img/lnav_heading_bg.png) 0 0 no-repeat;
}
.button_blue_big:active, .lnav_heading a:active, .button_blue_big:focus, .lnav_heading a:focus, .button_blue_big:hover, .lnav_heading a:hover {
  background-position: -235px 100%;
}
.button_blue_big:active span, .lnav_heading a:active span, .button_blue_big:focus span, .lnav_heading a:focus span, .button_blue_big:hover span, .lnav_heading a:hover span {
  background-position: -235px 0;
}

.lnav_heading {
  margin-top: 0;
  padding: 0;
  font-size: 108%;
}

.lnav_title {
  font-size: 93%;
  margin: 0 0 .3em;
  padding: 0 12px;
  background: url(http://www.lawson.co.jp/common201008/img/lnav_title_bg.gif) no-repeat;
}

.lnav_linkList {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  font-size: 93%;
  margin-bottom: 1em;
  _zoom: 1;
}
.lnav_linkList li {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
}
.lnav_linkList li a {
  display: block;
  padding: 6px 10px 6px 27px;
  color: #6f7b8d;
  text-decoration: none;
  background: #f8f9fb url(http://www.lawson.co.jp/common201008/img/sprite_arrow.gif) 12px -43px no-repeat;
  border-bottom: 1px solid #fff;
  _zoom: 1;
}
.lnav_linkList li a:hover {
  color: #1f5fa8;
  text-decoration: underline;
  /*background-color: $c_litegray;*/
}
.lnav_linkList li:first-child a {
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-top-border-left-radius: 9px;
  -webkit-top-border-right-radius: 9px;
}
.lnav_linkList li:last-child a {
  -webkit-bottom-border-left-radius: 9px;
  -webkit-bottom-border-right-radius: 9px;
  -moz-border-radius: 0 0 9px 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

h1.pageTitle {
  width: 100%;
  margin-top: 0;
  background: url("http://www.lawson.co.jp/common201008/img/line_dotted_liteblue.gif") left bottom repeat-x;
  padding-bottom: 1px;
}
h1.pageTitle img {
  display: block;
}
h1.pageTitle span.text {
  background: url("http://www.lawson.co.jp/common201008/img/components/pageTitle_bullet.gif") 0 0.1em no-repeat;
  display: block;
  font-size: 153.9%;
  line-height: 1.2;
  margin-bottom: 9px;
  padding-left: 12px;
  color: #1f5fa8;
}

h1.ttl_h1 {
  font-size: 161.6%;
  font-weight: bold;
  color: #2060aa;
  background: url("http://www.lawson.co.jp/common201008/img/line_dotted_liteblue.gif") left bottom repeat-x;
  padding-bottom: 0.4em;
  margin-bottom: 0 0 10px;
}

h1.ttl_h1 span {
  display: block;
  background: url(http://www.lawson.co.jp/common201008/img/ico_pageTitle.gif) 0 0.25em no-repeat;
  padding: 0 0 0 15px;
}

.emphasizedLabel .tag {
  background: #6f7b8d;
  border: 3px solid #e7ecf2;
  padding: 2px;
  font-size: 93%;
  color: #fff;
  font-weight: bold;
  margin-right: 1em;
}
.emphasizedLabel em {
  font-size: 123.1%;
  color: #6f7b8d;
  font-style: normal;
}

/* localNav検索枠ここから */

.localNav form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  padding: 0 9px 0 8px;
  width: 200px;
  border: none;
  _zoom: 1;
}

.localNav fieldset legend {
  display: none;
}

.localNav  form input.text {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  padding: 1px 1px 2px;
  border: 1px solid #bac6d9;
  width: 140px;
  float: left;
  vertical-align: top;
  margin-right: 1px;
  _margin-right: -1px;
  font-size: 13px;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

.localNav form input.submit {
  background: url("http://www.lawson.co.jp/common201008/img/sprite_frame.png") no-repeat;
  text-align: left;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

.localNav form input.submit {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  list-style: none;
  border: none;
  display: inline;
  vertical-align: top;
  width: 43px;
  height: 19px;
  background-position: -647px -35px;
  outline: none;
  hidefocus: expression(hideFocus='true');
}

.localNav form input.submit:hover {
  background-position: -647px -54px;
}

.localNav .radiousWrap {
    background: url("/loppi/img/bg_side_radious.gif") no-repeat scroll 0 0 transparent;
    margin: 0 0 17px;
    padding: 15px 0 0;
}
.localNav .radiousInner {
    background: url("/loppi/img/bg_side_radious.gif") no-repeat scroll 0 100% transparent;
    padding: 0 15px 15px;
}
.localNav .radiousInner_bottm {
    padding: 0 5px 5px;
}



/* localNav検索枠ここまで */


/* ! Google+1ボタン用 */

#siteBody .socialLinks li.google {
	text-align: center;
	margin: 0;
	float: none;
}

/*20150606追記*/
#update2015_row h2.pageTitle a {
  font-family: 'Noto Sans Japanese', serif;
  font-weight: bold;
  color: #333;
  display: inline!important;
  text-decoration: none;
}