@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
 font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 font-size: 12px;
 -webkit-text-size-adjust: none;
 line-height: 1.66;
 color: #444;
 background: #fff;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}

/* !Reset Module
---------------------------------------------------------- */
.reset div, .reset dl, .reset dt, .reset dd, .reset ul, .reset ol, .reset li, .reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6,
.reset pre, .reset form, .reset fieldset, .reset p, .reset blockquote, .reset th, .reset td
{ margin: 0; padding: 0;}
.reset input, .reset textarea
{ margin: 0; font-size: 100%;}
.reset table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
.reset fieldset, .reset img, .reset abbr, .reset acronym
{ border: 0;}
.reset address, .reset caption, .reset cite, .reset code, .reset dfn, .reset em, .reset th, .reset var
{ font-style: normal; font-weight: normal;}
.reset ol, .reset ul
{ list-style: none;}
.reset caption, .reset th
{ text-align: left;}
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6
{ font-size: 100%; font-weight: normal;}
.reset a, .reset input
{ /* outline: none; */ }
.reset q:after, .reset q:before
{ content:'';}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#footer,
#footerShare,
#contents,
section
{
 display: block;
 min-height: 1%;
}
.clearfix:after,
#header:after,
#footer:after,
#footerShare:after,
#contents:after,
section:after
{
 clear: both;
 content:".";
 display: block;
 height: 0;
 visibility: hidden;
}
/* !Layout
---------------------------------------------------------- */
body { text-align: center;}
@media print {
 html,
 html body { *zoom: 0.65;}
}


/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
 float: left;
 margin: 8px 0 0 20px;
 overflow: hidden;
 *zoom: 1;
}
 #breadcrumb li {
  float: left;
  white-space: nowrap;
  color: #a6a6a3;
 }
 #breadcrumb li:last-child {
  color: #ffbd11;
 }

   #breadcrumb li.type01 {
   white-space: nowrap;
   }

   #breadcrumb li.type01:after {
   content: '/';
   margin: 0 0.5em
   }



  #breadcrumb li a {
   white-space: nowrap;
  }
  #breadcrumb li a:after {
   content: '/';
   margin: 0 0.5em
  }
  #breadcrumb li.home a:after {
   content: '';
  }

/* !mainimg
---------------------------------------------------------- */
#mainimg {
}
/* !contents
---------------------------------------------------------- */
#contents {
}
/* !pageTop
---------------------------------------------------------- */
.pageTop {
}
/* !footer
---------------------------------------------------------- */
#footer {
 font-size: 11px;
 text-align: center;
 margin: 0 auto;
 background-color: #000;
  padding: 20px 0;
}
 #footer a {
  color: #FFF;
  text-decoration: underline;
 }
  #footer .footer_inner{
  width: 980px;
  margin: 0 auto;
  padding: 0 60px;
  }
 #footerShare {
 }
 #footerUtility {
  float: left;
 }
 #btnPc{
  float: right;
  padding-top: 5px;
 }
  #footerShare li {
   float: left;
   margin-right: 11px;
  }

  #footerLinks {
   overflow: hidden;
   text-align: left;
   margin-bottom: 10px;
  }
   #footerLinks li {
    border-left: 1px solid #757576;
    margin-left: 13px;
    padding-left: 13px;
    line-height: 1.1;
    line-height: 1.2\9; /* IE8 */
    display: inline-block;
   }
   #footerLinks li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
   }
  #copyright {
   margin-top: 3px;
   text-align: left;
  }
/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
 color: #be1c10;
 font-weight: bold;
 font-size: 30px;
 margin-bottom: 25px;
 line-height: 1.2;
}
.tit_basic01.type01 {
 font-size: 30px;
 margin-bottom: 20px;
}

/* !Listing
---------------------------------------------------------- */
.ul_basic01 {
}
 .ul_basic01 li {
 }
.ul_notes01 {
 margin-top: 25px;
}
 .ul_notes01 li {
  text-indent: -1em;
  margin-left: 1em;
 }

.ol_basic01 {
}
 .ol_basic01 li {
 }

.dl_basic01 {
}
 .dl_basic01 dt {
 }
 .dl_basic01 dd {
 }
/* !Table
---------------------------------------------------------- */
.table_basic01 {
}
 .table_basic01 th,
 .table_basic01 td {
 }
 .table_basic01 th {
 }
 .table_basic01 td {
 }
  .table_basic01 th div,
  .table_basic01 td div {
  }
/* !Section
---------------------------------------------------------- */
.section01       { /* Basic Section */ }


/* !Btn
---------------------------------------------------------- */
.btn_basic01 {
 display: inline-block;
 padding: 3px 22px;
 background-color: #be1c10;
 border-radius: 20px;
 color: #fff;
 font-weight: bold;
}
 .btn_basic01 .ico01 {
  vertical-align: -0.1em;
  margin: 0 8px 0 -5px;
 }
.btn_basic01.close {
 margin-right: 76px;
 padding: 3px 52px 3px 11px;
}
 .btn_basic01.close .ico01 {
  margin: 0 31px 0 0;
 }

/* !Box
---------------------------------------------------------- */
.box_bnr_slide01 {
 position: relative;
 z-index: 1;
}
.box_bnr_slide01.borderT01 {
 margin-top: 30px;
 padding: 25px 0 20px;
 border-top: 1px solid #d7d4d4;
 border-bottom: 1px solid #d7d4d4;
}
 .box_bnr_slide01 .bx-prev,
 .box_bnr_slide01 .bx-next {
  display: block;
  position: absolute;
  top: 16px;
  width: 29px;
  height: 116px;
  text-indent: -9999px;
  margin-top: -16px;
  overflow: hidden;
 }
 .box_bnr_slide01 .bx-prev {
  left: 0;
  background: url(//www.mcdonalds.co.jp/common/images/btn/btn_prev01.png) 0 0 no-repeat;
 }
 .box_bnr_slide01 .bx-next {
  right: 0;
  background: url(//www.mcdonalds.co.jp/common/images/btn/btn_next01.png) 0 0 no-repeat;
 }
 .box_bnr_slide01 .bx-prev.disabled,
 .box_bnr_slide01 .bx-next.disabled {
  display: none;
 }

/* menu type */
.box_bnr_slide01 .listMenu01 {
 margin-top: 0;
}
 .box_bnr_slide01 .listMenu01 li {
  margin-top: 0;
 }
 .box_bnr_slide01 .listMenu01 li:nth-child(4n+1) {
  clear: none;
 }
  .box_bnr_slide01 .listMenu01 li a {
   display: block;
  }
  .box_bnr_slide01 .listMenu01 li .btn01 {
   position: static;
   padding-left: 27px;
   margin-top: 8px;
  }

/* !Txt
---------------------------------------------------------- */
.txt_link01 {
 background: url(//www.mcdonalds.co.jp/common/images/ico/ico_arrow_r01.png) 0 0.4em no-repeat;
 padding-left: 12px;
 color: #be1c10;
}