@charset "utf-8";
/* reset
---------------------------------- */
body, form, div, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, hr{
	margin:0;
	padding:0;
	color:#333;
	line-height:160%;
}

h1, h2, h3, h4, h5, h6{font-size:100%;}
li{list-style-type:none;}
a{color:white; text-decoration:none;}
table{border-collapse:collapse;}
table, th, td{margin:0; padding:0;}
img{vertical-align:bottom; border:none;}


/* body style
---------------------------------- */
body{
	position:relative;
	min-width:313px;
	margin:0 auto;
	font-family:Helvetica, sans-serif; font-size:0.75em; line-height:140%;
	-webkit-text-size-adjust:none;
	background:#131313;
}


/* Utility
---------------------------------- */
.clearfix:after{
	content:"."; 
	display:block; 
	visibility:hidden;
	clear:both; 
	height:0; 
}
img.fullWidth{width:100%;}


/* BoA
---------------------------------- */
#top{}
#nav{margin:0 20px;}
#nav .mainmenu{
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .22), 0 1px 0 rgba(0, 0, 0, .08); /*內陰影*/
	background:-webkit-linear-gradient(#575757, #474747);
	-webkit-border-radius:6px;
	border:solid 1px;
	text-align:center;
	margin:0 0 10px;
	}
#nav .mainmenu a{
	display:inline-block; overflow:hidden;
	padding:0; border:none;
	width:270px; height:50px; line-height:50px;
	font-size:20px; color:#fff; font-weight:bold; text-shadow:0 -1px 0 rgba(0, 0, 0, .35);
	border-radius:4px;
	}
#content{margin:20px;}
#content a{text-decoration:underline}
#footer{height:50px; color:#919191; text-align:center; line-height:50px;}

h1{font-size:20px; color:#fff72b; font-weight:bold; margin-bottom:10px;}
h2{font-size:18px; color:white; font-weight:bold; margin-bottom:10px;}
h3{display:block; width:100%; height:30px; line-height:30px; font-size:18px; color:#b3b7d3; font-weight:bold; margin:20px 0; text-align:center; border:1px solid #323133;}
ol li{font-size:16px; color:#cecece; list-style:decimal; margin-left:22px}
dt, dd{font-size:16px; color:#cecece;}
.highlight{color:#9ed1ea;}
.spec{color:#7f7f7f;}
.mtop{margin-top:20px;}
.mbot{margin:6px 0;}
.mdtitle{font-size:18px; color:white; font-weight:bold;}


/* back menu n footer
---------------------------------- */
#backmenu{
	height:34px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .22), 0 1px 0 rgba(0, 0, 0, .08); /*內陰影*/
	background:-webkit-linear-gradient(#575757, #474747);
	}
#backmenu ul{
	display:table;
	width:100%;
	}
#backmenu ul li{
	display:table-cell;
	width:50%;
	height:34px;
	font-size:14px;
	vertical-align:middle;
	text-align:center;
	border-right:1px solid ;
	border-left:1px solid black;
	}
#backmenu ul li:first-child{
	border-left:none;
	/*background:url(http://img.mcdonalds.co.jp/sp/icon_back.gif) 37% 10px no-repeat;*/
	-webkit-background-size:10px 14px;
	background-size:10px 14px;
	}
#backmenu ul li:last-child{
	border-right:none;
	/*background:url(http://img.mcdonalds.co.jp/sp/icon_top.gif) 20% 10px no-repeat;*/
	-webkit-background-size:10px 14px;
	background-size:10px 14px;
	}
#backmenu ul li.back.bk_cmp_top {
	/*background:url(http://img.mcdonalds.co.jp/sp/icon_back.gif) 17% 10px no-repeat;*/
	-webkit-background-size:10px 14px;
	background-size:10px 14px;
	}
#backmenu ul li a{
	display:block; margin:0 auto; width:130px; height:34px; line-height:34px;
	color:#dfdfdf;
	text-decoration:none;
	}
#backmenu ul li a{/*padding-left:1.3em;*/}
#backmenu ul li a{/*padding-left: 1.3em;*/}