@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/* margin: 0; */
	padding: 0;
	/* border: 0; */
	/* font-size: 100%; */
	/* font: inherit; */
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
html {
    height: 100%
}
body {
	line-height: 1;
    height: 100%;
}
body > div {
    height: 100%;
}
body > div > div {
    height: 100%;
}
body > div > div > div {
    height: 100%;
}
*/

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearFix
-----------------------------------------------------------*/
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/* [for author]
------------------------------------------------------------------------------*/
#ContentWrapper {
	height: auto !important;
}

/* [structure] -------------------------------------------------------------- */
body {
	background: #fff url(/company/news/web/content/dam/web/mcdonalds/company/news/images/background_01.gif) 50% 0;
	margin: 0px;
	color: #000;
}

/* [container] -------------------------------------------------------------- */
#container {
	background: #e4dccc url(/company/news/web/content/dam/web/mcdonalds/company/news/images/background_02.gif) 50% 0 repeat-y;
	margin: 0 auto;
	max-width: 860px;
	padding: 6px 0 0;
    height: 100%;
}

#containerIn {
    max-width: 90%;
    margin: 0 auto;
}

/* [header] ----------------------------------------------------------------- */
#header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto 0;
	padding: 0 12px;
	overflow: hidden;
}
#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#header > .freehtml.aem-GridColumn {
	clear: none;
}
.identity {
	margin: 5px 0 0;
}
.identity a {
	display: block;
}
.identify {
	float: left;
}
.logo {
	margin: 0 0 3px 2px;
}
.button {
	float: right;
	margin: 10px 0 0;
}
@media screen and (min-width: 360px) {
	.button {
		margin: 10px 4px 0 0;
	}	
}
.button li {
	/* display: block; */
	float: left;
	padding-left:10px;
}
.button li:first-child {
	padding-left:0;
}
.button a, .button img {
	display: block;
}

/* [body] ------------------------------------------------------------------- */
#body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0px auto;
	border-radius: 5px;
	padding-top: 15px;
	/* min-height: 89vh; */
	min-height: calc(100vh - 56px - 38px - 1px);
}

/* [title] ----------------------------------------------------------------- */
#title {
	font-size: 0;
	margin: 13px 20px 0;
}
#title h2 {
    font-size: 18px;
    font-weight: bold;
    /*line-height: 1.2;*/
}
@media only screen and (min-width: 768px) {
    #title h2 {
        font-size: 22px;
        font-weight: bold;
        /*line-height: 1.2;*/
    }
}

/* [content] ---------------------------------------------------------------- */
#old-content {
	/*padding: 0 12px;*/
	font-family: "ＭＳ Ｐゴシック", sans-serif;
		/* margin: -8px 20px 0 0; */
		margin: 4px 0 0;
}

/* [footer] ----------------------------------------------------------------- */
#footer {
	/* margin: 0 auto;
	margin: 14px 12px 0; */
	margin: 14px 12px;
}
#footer p {
	text-align: center;
}
address {
	margin: 10px 0 !important;
}

/* [title] ------------------------------------------------------------------- */
#date {
	background-color: #000;
    border-radius: 5px;
	padding-left: 12px;
	margin: 10px 20px 0px;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;

}

#titleCont {
	/*background: url(/company/news/web/graphic/bg01.gif) no-repeat left bottom;*/
	margin: 0 0 18px 12px;
}

#titleCont h1 {
	/*background: url(/company/news/web/graphic/parts01.gif) no-repeat left top;*/
	padding: 12px 24px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

#titleCont h1.left {
	/*background: url(/company/news/web/graphic/parts01.gif) no-repeat left top;*/
	padding: 12px 24px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}
#titleCont h1 strong {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

/* [mainCont] ------------------------------------------------------------------- */
#mainCont {
	box-sizing: border-box;
	position: relative;
	/*background: transparent url(/company/news/web/graphic/bg02_v2.gif) left top repeat-y;*/
	/*margin: 0 0 18px 12px;*/
	padding: 12px 24px 24px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}

#mainCont a {
	text-decoration: underline;
	color: rgb(0, 0, 238);
}

hr {
	border-top: 1px solid #CCCCCC;
	clear:both;
}



/* [common style] -------------------------------------------- */

.small {font-size: 8pt; line-height: 120%; color: #000000;}


/* common style - all */

#mainCont > p {
	margin: 10px 0 0;
}

#mainCont > p:first-child {
	margin: 0;
}

.AllBox {
	margin: 10px 0 0;
}

.TextInfo > p {
	margin: 10px 0 0;
}
.TextInfo > p:first-child {
	margin: 0;
}

.notes li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.dl_list01 > dt,
.dl_list02 > dt {
	margin: 5px 0 0;
	width: 10em;
}
.dl_list01 > dt:first-child,
.dl_list02 > dt:first-child {
	margin: 0;
}

.dl_list01 > dd,
.dl_list02 > dd {
	position: relative;
	margin: -1.65em 0 0 10em;
}

.dl_list01 > dd:before,
.dl_list02 > dd:before {
	position: absolute;
	left: -15px;
	top: 0;
	display: block;
	width: 1em;
	height: 1em;
	content: '-';
}
.dl_list02 > dd:before {
	content: '：';
}

/* common style - hs */

.menu_list {
	display: block;
	width: 285px;
	border: 1px solid #000;
	padding: 10px;
}

.item_price dd {
	margin: -1.67em 0 0 185px;
}

.dl_list01 > .hs_menu, .dl_list02 > .hs_menu {
	margin: 0;
}
.dl_list01 > .hs_menu:before, .dl_list02 > .hs_menu:before {
	content: '';
	width: 0;
	height: 0;
}

.fig_hsbox {
	width: 490px;
}

.link_blue li a, a.link_blue {
    text-decoration: underline;
    color: rgb(0, 0, 238);
}

/* 171205追記*/

.c-item-title-whitespace {
    white-space: normal !important;
}
