@charset "utf-8";
#wrapper {
	height: 1282px;
	overflow: hidden;
	min-width: 1240px;
	padding-bottom: 69px;
	width: 100%;
}
#content {
	width: 1240px;
	height: 1133px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 110px 0 0 -620px;
	z-index: 10000;
}
#content #top_logo {
	text-align: center;
}
#content #shop {
	overflow: hidden;
	margin-top: 87px;
}
#content #shop li {
	float: left;
	width: 466px;
	margin-left: 28px;
	background: url(http://jiyugaokaburger.com/img/top/haneda_arrow.png) no-repeat 433px 310px #FFFFFF;
	font-size: 12px;
}
#content #shop li:first-child {
	background: url(http://jiyugaokaburger.com/img/top/jiyugaoka_arrow.png) no-repeat 433px 310px #FFFFFF;
	margin-left: 0;
}
#content #shop li p:first-child + p {
	margin: 10px 0 8px;
}
#content #shop li a {
	display: block;
	padding: 18px;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
#content #shop li a:hover {
	opacity: 0.7;
}
#content #news {
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.85);
	padding: 30px 23px;
	margin-top: 15px;
	overflow: hidden;
}
#content #news .left {
	float: left;
	width: 68px;
}
#content #news .left p:first-child + p {
	margin-top: 10px;
	text-align: right;
	line-height: 9px;
}
#content #news dl {
	float: right;
	width: 800px;
	height: 162px;
	overflow: auto;
	padding-right: 10px;
}
#content #news dl dt {
	float: left;
	width: 200px;
	clear: both;
	margin-top: 12px;
}
#content #news dl dt:first-child {
	margin-top: 0;
}
#content #news dl dt:first-child + dd{
	margin-top: 0;
}
#content #news dl dt img {
	vertical-align: -15%;
	margin-left: 20px;
}
#content #news dl dd {
	margin-left: 200px;
	margin-top: 12px;
}
#content #news dl dd a:hover {
	text-decoration: underline;
}
footer {
	position: absolute;
	top: 1213px;
	z-index: 10001;
}


@media screen and (max-width: 640px) {
#wrapper {
	height: auto;
	min-width: inherit;
	padding-bottom: 0;
	width: 100%;
}
#content {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1000;
	padding: 50px 0 0;
}
#content #top_logo {
	text-align: center;
}
#content #top_logo img {
	width: 90px;
}
#content #shop {
	margin-top: 35px;
	padding: 0 6%;
}
#content #shop li {
	float: left;
	width: 48%;
	margin-left: 4%;
	background: none;
}
#content #shop li:first-child {
	background: none;
	margin-left: 0;
}
#content #shop li p:first-child + p {
	margin: 0;
}
#content #shop li a {
	display: block;
	padding: 0;
}
#content #shop li a:hover {
	opacity: 1;
}
#content #news {
	position: relative;
	padding: 25px 0 115px;
	margin-top: 15px;
	overflow: hidden;
}
#content #news .left {
	float: none;
	width: 100%;
	text-align: center;
}
#content #news .left p:first-child img{
	width: 67px;
}
#content #news .left p:first-child + p {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0 6%;
	line-height: 11px;
}
#content #news .left p:first-child + p a {
	display: block;
	padding: 22px 0;
	border: solid 1px #F4A28D;
}
#content #news .left p:first-child + p a img {
	width: 47px;
	margin: 0 auto;
}
#content #news dl {
	float: none;
	width: 100%;
	height: auto;
	padding-right: 0;
	border-top: solid 1px #C9B4A9;
	margin-top: 10px;
}
#content #news dl dt {
	float: none;
	width: 100%;
	margin-top: 0;
	padding: 10px 6% 0;
}
#content #news dl dt:first-child {
	margin-top: 0;
}
#content #news dl dt:first-child + dd{
	margin-top: 0;
}
#content #news dl dt img {
	vertical-align: -15%;
	margin-left: 10px;
	width: 85px;
}
#content #news dl dd {
	margin: 5px 0 0;
	padding: 0 6% 10px;
	border-bottom: solid 1px #C9B4A9;
}
#content #news dl dd a:hover {
	text-decoration: underline;
}
footer {
	position: relative;
	top: 0;
	z-index: 1000;
}
}