@charset "utf-8";
.main {
	width: 320px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/main.jpg);
}

/*TOPボタン*/
section{
	margin-top: -10px;
	padding:0 4px;
	text-align:justify;
	color: #660;
}
section .menu li{
	background:url(../image/bg_menu.png);
	-webkit-border-radius:8px;
	letter-spacing: 0.1em;
	color: #660;
}
section .menu li a{	
	height:40px;
	line-height:40px;
	text-indent:10px;
	display:block;
	-webkit-border-radius:8px;
	margin-bottom:8px;
	text-align:center;
	text-shadow:1px 1px 1px #FF6;
	font-weight:bold;
	color: #660;
}
section .menu li a.bg1{
	background:url(../image/bg_b.png) no-repeat;
	color: #660;
}
section .menu li a.bg2{
	background:url(../image/bg_b.png) no-repeat;
	color: #660;
}
section .menu li a.bg3{
	background:url(../image/bg_b.png) no-repeat;
	color: #660;
}
section .menu li a.bg4{
	background:url(../image/bg_b.png) no-repeat;
	color: #660;
	}
section .menu li a.bg5{
	background:url(../image/bg_b.png) no-repeat;
	color: #660;
}
section .menu li a.bg6{
	background:url(../image/bg_b.png) no-repeat;
	color: #660;
}
section .menu li a:hover{
	color: #660;
	text-shadow:1px 1px 1px #FFF;
}
section .menu_cardapio li{
	-webkit-border-radius:8px;
	color: #660;
}
section .menu_cardapio li a{	
	height:40px;
	line-height:40px;
	text-indent:10px;
	display:block;
	-webkit-border-radius:8px;
	margin-bottom:8px;
	text-align:center;
	text-shadow:1px 1px 1px #FFF;
	font-weight:bold;
	border:2px #F60 solid;
	color: #660;
}
section .menu_cardapio_interno{
	height:90px;
	border:0px red solid;
	color: #660;
}
section .menu_cardapio_interno li{
	text-align:center;
	color: #660;
}
section .menu_cardapio_interno li a{
	float:left;
	display:block;
	padding:6px;
	margin:2px;
	font-size:13px;
	text-align:center;
	color: #660;
}
/*TOPボタンここまで*/

.data {
	background-image: url(../image/data.png);
	background-repeat: no-repeat;
	width: 320px;
	line-height: 1.4em;
	text-align: center;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	padding-bottom: 2em;
	text-shadow: 2px 2px 2px #F90;
	letter-spacing: 0.1em;
}

.logo {-webkit-animation: cssAnimation 3.1657s  1 ease-in-out;-moz-animation: cssAnimation 3.1657s  1 ease-in-out;} @-webkit-keyframes cssAnimation {from { -webkit-transform:  rotate(0deg) scale(1) skew(1deg) translate(500px); }  to { -webkit-transform:  rotate(0deg) scale(1) skew(1deg) translate(2px); } } @-moz-keyframes cssAnimation {from { -moz-transform:  rotate(0deg) scale(1) skew(1deg) translate(500px); }  to { -moz-transform:  rotate(0deg) scale(1) skew(1deg) translate(2px); } }

/*リストの文字折り返し禁止*/
body .ui-li .ui-li-desc {
 white-space: normal;
 }
/*リストの文字折り返し禁止ここまで*/

p {
	font-size: 0.9em;
	line-height: 1.4em;
}

.txt {
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px #FF0 inset;
	box-shadow: 0 0 10px #FF0 inset;
	border-radius:8px 8px 8px 8px;
	margin-bottom: 0.7em;
}

/*chara*/
p .migi {
  float: right;
  margin-left: 0em;
  margin-bottom: 0.7em;
  vertical-align: top;
}

p .hidari {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  vertical-align: top;
}
/*charaここまで*/

/*sample*/
#pagecontent {
	text-align:center;
}

.gallerycontent a img {
	height:60px;
	width:80px;
	padding:3px;
	background-color:#FFF;
}

#prevbtn, #nextbtn {
	margin:10px 15px;
}
/*sampleここまで*/

.nenrei {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	font-size: 1.5em;
	border: solid 2px #C00;
	color: #C00;
	text-align: center;
}