@charset "UTF-8";

/*
	子連れにやさしいレストラン
	Copyright (C) KAYAC Inc. All Rights Reserved.

*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #000;
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	font-size: 13px;
	*font-size: 82%;
	line-height: 1.5;
	background: #a5d4f5;
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link {
	color: #00e;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #00e;
	text-decoration: none;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
	background: url(/restaurant/img/common/bg_body.jpg) 50% 0;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#siteHeader {
	background: url(/restaurant/img/header/bg.png) 0 0 repeat-x;
}

#siteHeader .inner {
	width: 910px;
	margin: 0 auto;
	position: relative;
	height: 309px;
	background: url(/restaurant/img/header/bg_image.png) 100% 60% no-repeat;
}

/* siteName
----------------------------------- */
.siteName {
	position: absolute;
	top: 5px;
	left: 0;
}

/* tagline
----------------------------------- */
.tagline {
	position: absolute;
	top: 50px;
	left: 275px;
}

/* navUtility
----------------------------------- */
.navUtility {
	position: absolute;
	top: 0;
	right: 5px;
}

/* information
----------------------------------- */
#siteHeader .information{
	width: 331px;
	height: 96px;
	background: url(/restaurant/img/header/txt_count.png) 0 0 no-repeat;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#siteHeader .information .count{
	color: #fff;
	font-size: 50px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 96px;
	position: absolute;
	left: 188px;
	display: block;
	width: 100px;
	text-align: center;
	font-weight: bold;
}

/* gotoShare
----------------------------------- */
#gotoShare{
	position: absolute;
	bottom: 15px;
	left: 278px;
}

/* --------------------------------------------------
	2. navArea
-------------------------------------------------- */
#navArea{
	width: 900px;
	margin: 0 auto;
}

#navArea li{
	float: left;
	margin-right: 10px;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

#main {
	padding: 20px 50px;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#siteFooter {
	background: url(/restaurant/img/footer/bg.png) 0 0 no-repeat;
	padding: 75px 50px 25px;
}

/* kayacProject
----------------------------------- */
.kayacProject a {
	color: #000;
}
.kayacProject h1{
	float: left;
	margin-right: 20px;
	padding-top: 3px;
}
.kayacProject a em {
	margin-right: 0.2em;
	font-weight: normal;
}
.kayacProject a:link,
.kayacProject a:visited {
	text-decoration: none;
}
.kayacProject a:hover,
.kayacProject a:active {
	text-decoration: underline;
}
.kayacProject ul {
	overflow: hidden;
	zoom: 1;
}
.kayacProject li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 1em;
	font-size: 85%;
}

/* copyright
----------------------------------- */
.copyright {
	padding-left: 135px;
	font-size: 85%;
	margin-top: 10px;
}

/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

/* goPageTop
----------------------------------- */
.goPageTop{
	text-align: right;
	margin: 20px 50px 35px;
}

/* boxAd
----------------------------------- */
.boxAd1{
	border: 1px solid #b3b3b3;
	padding: 25px;
	margin: 20px 50px 35px;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

/* boxShare
----------------------------------- */
.boxShare{
	background: #f2f2f0;
	padding: 20px 50px;
	margin: 0 0 30px;
}

.boxShare h1{
	margin-bottom: 1em;
	font-weight: normal;
}

.boxShare li{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* --------------------------------------------------
	2. unitRestaurant
-------------------------------------------------- */
.unitRestaurant{
	margin-bottom: 40px;
}

.unitRestaurant .main{
	float: right;
	width: 620px;
}

.unitRestaurant .sub{
	float: left;
}

.unitRestaurant .nameRestaurant span,
.unitRestaurant .nameRestaurant a{
	display: block;
	font-size: 22px;
	color: #000;
	background: #ff0;
	border: 2px solid #b3b3b3;
	padding: 3px 15px;
	margin-bottom: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

/* information
----------------------------------- */
.unitRestaurant .information{
	margin-bottom: 20px;
}

.unitRestaurant .information h2{
	margin-bottom: 5px;
}

.unitRestaurant .information table{
	width: 100%;
	border: 1px solid #b3b3b3;
	border-collapse: separate;
}

.unitRestaurant .information tr{
	border-bottom: 1px dotted #b3b3b3;
}

.unitRestaurant .information th{
	width: 130px;
	padding: 5px 10px;
	background: #85ccff;
	vertical-align: middle;
	border: 2px solid #fff;
}

.unitRestaurant .information td{
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}

/* information
----------------------------------- */
.unitRestaurant .menu{}

.unitRestaurant .menu h2{
	margin-bottom: 10px;
}

.unitRestaurant .menu .menuItem{
	margin-bottom: 5px;
}

.unitRestaurant .menuItem h3{
	background: #e6e3d9;
	font-size: 15px;
	padding: 5px 8px;
	border: 1px solid #b3b3b3;
	border-bottom: none;
}

.unitRestaurant .menuItem table{
	width: 100%;
	border: 1px solid #b3b3b3;
}

.unitRestaurant .menuItem th{
	padding: 5px 8px;
	border: 1px solid #b3b3b3;
	border-right: none;
	vertical-align: middle;
}

.unitRestaurant .menuItem td{
	padding: 5px;
	border: 1px solid #b3b3b3;
	border-left: none;
	text-align: right;
	width: 6em;
	vertical-align: middle;
}

.unitRestaurant .menu .menuImage{
	border: 1px solid #b3b3b3;
	padding: 10px;
}

.unitRestaurant .menu .menuImage li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
}

/* mainImage
----------------------------------- */
.unitRestaurant .mainImage{
	margin-bottom: 20px;
}

.unitRestaurant .mainImage img{
	border: 2px solid #b3b3b3;
}

/* --------------------------------------------------
	3. noData
-------------------------------------------------- */
.noData{
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
}

.noData .btnEntry{
	margin-top: 40px;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
.msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* autopagerize_page_info */
.autopagerize_page_info {
	margin: 10px 0;
}

/* meca.js */
.btn,
.imgpngWrapSpan {
	cursor: pointer;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
#content:after,
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#content,
.group {
	*zoom: 1;
}
.pngfix,bgpng{}