@charset "utf-8";
/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/* [disabled]display: block;
*/
}
ul, ol {
	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;
}
a {
	outline: none;
}
img {
	vertical-align: bottom;
}
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	-webkit-text-size-adjust: none;
	background: #010101;
	font-size: 13px;
	font-family: Meiryo, Osaka, "メイリオ", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1;
}
 @media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none; /* for iPhone */
}
}
.right:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
*:first-child+html .right {
	display: inline-block;
	min-height: 1%;
}
* html .right {
	height: 1%;
}
a {
	overflow: hidden;
	text-decoration: underline;
}
/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}
/* 4.FORM
--------------------------------------------------------- */

/* 5.TABLE
--------------------------------------------------------- */

/* 6.COMMON
--------------------------------------------------------- */

/* 7.PAGE
--------------------------------------------------------- */
#all{
	margin: 0 auto;
	min-width:960px;
	width:960px;
}
/* header */
#header {
	background: url(../img/header_bg.jpg) center top no-repeat;
	height: 30px;
	margin: 0 auto;
	width: 960px;
}
.rootList {
	color: #FFF;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	width: 960px;
}
.rootList .logo {
	float: left;
}
.rootList ul {
	float: left;
	margin: 5px 0 0 20px;
}
.rootList li {
	float: left;
	margin: 0 10px 0 0;
}
.rootList li a:link,
.rootList li a:visited {
	color: #fff;
	text-decoration: underline;
}
.rootList li a:hover,
.rootList li a:active{
	color: #fff;
	text-decoration: none;
}

.rootList .term {
	float: right;
	margin: 5px 0 0 0;
}

/* section */
h1 {
	margin: 0 auto 40px auto;
	width: 960px;
}
h2 {
	border: thin solid #FFF;
	color: #FFF;
	font-size: 30px;
	font-weight: bolder;
	line-height: 1.2;
	margin:  40px auto 0 auto;
	padding: 17px 0 13px 0;
	text-align: center;
	width: 858px;
}
h2 span {
	font-weight: bolder;
}
#main {
	color: #FFF;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 960px;
}
#main .fb {
	left: 552px;
	position: relative;
	top: -202px;
	width:140px;
}
#main .fb a:link,
#main .fb a:visited{
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
#main .fb a:hover,
#main .fb a:active{
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity:0.7;
}

/* shoplist */
#shoplist {
	height: auto;
	margin: -110px auto 0 auto;
	text-align: center;
	position: relative;
	width: 960px;
}
h3 {
	color: #FFF;
	font-size: 30px;
	font-weight: bolder;
	margin: 40px 0 40px 20px;
}

#shoplist p {
	margin-bottom: 105px;
}

/* content */
#content {
	overflow: hidden;
}
#content .shop {
	background-color: #FFF;
	float: left;
	margin: 0 10px 20px 10px;
	width: 300px;
	_margin: 0 8px 20px 9px;
}
#content .shop:nth-child(3n+3) {
	margin-right: 0;
}
#content .shop a{
	display: block;
	padding: 15px;
	width: 270px;
}
#content .shop a:link,
#content .shop a:visited{
	color: #0a0d17;
	text-decoration: none;
	background: none;
}
#content .shop a:hover,
#content .shop a:active{
	color: #0a0d17;
	text-decoration: none;
	background: url(../img/shop_bg01.gif) left bottom repeat-x;
}

#content .shop a img .food {
	border: none;
	height: auto;
	vertical-align: bottom;
	width: 270px;
}
#content .shop a .foodName {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	margin: 15px 0 0 0;
	width: 270px;
}

#content .shop a h4 {
	font-size: 24px;
	font-weight: 900;
	line-height: normal;
	margin: 15px 0 0 0;
	width: 160px;
}
#content .shop a .link {
	background: url(../img/arrow.png) left bottom no-repeat;
	color: #01b9e7;
	font-size: 14px;
	margin: 0;
	padding: 15px 0 0 17px;
	text-transform: uppercase;
	width: 143px;
}
/*#content .shop a:link .link,
#content .shop a:visited .link{
	text-decoration: none;
}
#content .shop a:hover .link,
#content .shop a:active .link{
	text-decoration: underline;
}*/

#content .shop a .shopLogo {
	float: right;
	margin: 15px 0 0 0;
	width: 100px;
}

#content .shop a .name{
	float: left;
	width: 270px;
}
#content .shop a #name1 {
	background: url(../img/logo_01.gif) right bottom no-repeat;
	height: 110px;
}
#content .shop a #name2 {
	background: url(../img/logo_02.gif) right bottom no-repeat;
	height: 110px;
}
#content .shop a #name3 {
	background: url(../img/logo_03.gif) right center no-repeat;
	height: 110px;
}
#content .shop a #name4 {
	background: url(../img/logo_04.gif) right bottom no-repeat;
	height: 120px;
}
#content .shop a #name5 {
	background: url(../img/logo_05.gif) right bottom no-repeat;
	height: 120px;
}
#content .shop a #name6 {
	background: url(../img/logo_06.gif) right bottom no-repeat;
	height: 110px;
}

#footer {
	background-image: url(../img/footer.jpg);
	height: 210px;
	margin: -40px 0 auto;
	padding: 0px;
	width: 960px;
}

#footer p {
	color: #FFF;
	margin: 0;
	padding:67px 0 0 20px;
	line-height: 1.3;
}
#footer #copyright {
	float: left;
	margin: 50px 0 0 20px;
	width:350px;
	padding:0;
}
#footer .top {
	float: right;
	margin: 50px 20px 0 0;
	padding:0;
}
#footer .top a:link,
#footer .top a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer .top a:visited,
#footer .top a:hover{
	color: #fff;
	text-decoration: none;
}
