@charset "utf-8";

.clearfix:after{/*for modern browser*/
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearfix{/*for IE7*/ min-height: 1px;}
* html .clearfix{/*for IE6 below, MacIE5*/
	/*\*//*/
	overflow: hidden;
	height: auto;
	/**/
	height: 1px;
}


.grid{
	background: #3E3E3E none;
}

.photoColumn , .photoColumn2{
	width: 391px;
}

.txtColumn{
	width: 387px;
	color: #fff;
}

.txtColumn h3 , .txtColumn_grandbigmac h3{
	color: #fff;
}

.h3_title  span{
	font-weight: normal;
	font-size: 20px;
}


.txtColumn_grandbigmac{
	padding: 30px;
	background: #3E3E3E none;
	color: #fff;
}

.price{
	text-align: right;
	font-weight: bold;
}

.allergyinfo li {
    background: transparent url(../img/arrow_02.png) no-repeat scroll 0px 5px;
    padding-left: 8px;
		color: #ffb350;
}

.allergyinfo li a{
		color: #ffb350;
}

/*ナノブロックお詫び
--------------------------------*/

.apology>div{
	width: 838px;
	margin: 0 auto;
}

.apology a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	background-color: #3E3E3E;
	padding: 30px;
	color: #fff;
	text-align: center;
}


.apology a:hover{
	background-color: #6a6a6a;
}


/* アーカイブ用
----------------------------------------*/

.archive {
	line-height: 20px;
}

.archive .title {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}

.archive .text {
	font-size: 16px;
}

.archive .text a {
	text-decoration: underline;
}