@charset "utf-8";

.main {
	max-width: 360px;
	min-width: 320px;
	max-height: 564px;
	margin-left: auto;
	margin-right: auto;
}

/*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 #006;
	font-weight:bold;
	color: #660;
	border:2px #006 solid;
}
section .menu li a.bg1{
	background:url(../image/bg_1.png) no-repeat;
	color: #660;
}
section .menu li a.bg2{
	background:url(../image/bg_2.png) no-repeat;
	color: #660;
}
section .menu li a.bg3{
	background:url(../image/bg_3.png) no-repeat;
	color: #660;
}
section .menu li a.bg4{
	background:url(../image/bg_4.png) no-repeat;
	color: #660;
	}
section .menu li a.bg5{
	background:url(../image/bg_5.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 #006;
}
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ボタンここまで*/

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

.date {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 320px;
	height: 100px;
	background-image: url(../image/data_bg.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #eee;
	text-shadow: 1px 1px 2px #000;
	padding-top: 25px;
}

.txt {
	padding: 0.8em;
	font-size: 0.8em;
	line-height: 1.4em;
	background-color: #000;
	-webkit-box-shadow: 0 0 10px #CCF inset;
	box-shadow: 0 0 10px #CCF inset;
	border-radius:8px 8px 8px 8px;
	border: 1px solid #006;
	margin-bottom: 0.7em;
}

/*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;
}