/* CSS Document */

/* reset */
html {
	width:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


#wrapper_top{
	width:100%;
	height:15px;
	background:#f7c633;
	}

#wrapper{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

.txt {
	text-align:center;
	max-width: 960px;
	margin:0 auto;
}

.txt2 {
	text-align:center;
	max-width: 880px;
	margin:0 auto;
	padding:0 40px 40px;
}

.txt3 {
	text-align:center;
	max-width: 880px;
	margin:0 auto;
	padding:40px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.txL {
	text-align:left;
}

.txR {
	text-align:right;
}

.txC {
	text-align:center;
}

.txtBox{
	border:1px solid #000;
	padding:12px;
	text-align:left;
	margin:10px 0;
}

.cll {
	clear: both;
}

.txt p {
	text-align:left;
}

.bold {
	font-weight: bold;
}

.white {
	background:#fff;
}

.yellow {
	color:#ffd228;
}

.red {
	color:#F00;
}

.blue {
	color:#29ABE2;
}

.orange {
	color:#F7931E;
}

.green {
	color:#8CC63F;
}

.midashi {
	font-weight:bold;
	font-size:16px;
}

.spb30 {
	margin-bottom:30px;
}

.sp40p {
	padding:40px 40px 0px;
}

.spr20 {
	margin-right:20px;
}

.spt20 {
	margin-top:20px;
}

.font10 {
	font-size:10px;
}

#imagelightbox {
    position: fixed;
    z-index: 9999;
}

.tableBox{
	width: 100%;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
	margin:5px 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:12px;
}
.tableBox th,.tableBox td{
	border-bottom:1px solid #555;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
}
.tableBox th{
	font-weight:normal;
	border-right:1px solid #555;
	background:#ffd228;
}
.tableBox input{
	margin-right:3px;
}

.aboutcomment table {
	border-top: 1px solid #555;
	width: 100%;
	font-size: 1em;
	margin-bottom: 40px;
} 
.aboutcomment table.bottom {
	border-top: 1px solid #555;
	width: 100%;
	font-size: 1em;
	margin-bottom: 0px;
} 
.aboutcomment th {
	width:28%;
	margin:0px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left:1px solid #555;
	text-align: left;
	background: #ffd228;
	padding:1%;
} 
.aboutcomment td {
	width:36%;
	padding: 1%;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	text-align: left;
}
.aboutcomment th.pro_top, .aboutcomment td.pro_top {
	background: #ffd228;
	border-bottom: 2px solid #555;
}

.w600{
	width: 95%;
	height:100px;
}
.w400{
	width: 60%;
}
.w20{
	width: 25px;
}

.nowrap {
white-space: nowrap;
}

.contTitle{
	margin-bottom:20px;
}

#contfooter {
	padding:20px 0px;
	margin:0px auto;
	width:100%;
    position:relative;
    bottom:0px;
	background: #f7c633;
	clear:both;
	text-align:center;
	color:#ffffff;
}

#nav ul li.about, #nav_naka ul li.about {
	background: url(../images/menu_abouto.gif) no-repeat;
	background-size:contain;
}
#nav ul li.beer, #nav_naka ul li.beer {
	background: url(../images/menu_beero.gif) no-repeat;
	background-size:contain;
}
#nav ul li.rock, #nav_naka ul li.rock {
	background: url(../images/menu_rocko.gif) no-repeat;
	background-size:contain;
}
#nav ul li.food, #nav_naka ul li.food {
	background: url(../images/menu_foodo.gif) no-repeat;
	background-size:contain;
}
#nav ul li.ticket, #nav_naka ul li.ticket {
	background: url(../images/menu_ticketo.gif) no-repeat;
	background-size:contain;
}
#nav ul li.goods, #nav_naka ul li.goods {
	background: url(../images/menu_goodso.gif) no-repeat;
	background-size:contain;
}
#nav ul li.access, #nav_naka ul li.access {
	background: url(../images/menu_accesso.gif) no-repeat;
	background-size:contain;
}
#nav ul li.map, #nav_naka ul li.map {
	background: url(../images/menu_mapo.gif) no-repeat;
	background-size:contain;
}


@media only screen and (max-width: 480px) {
.tableBox{
	width: 100%;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
	margin:5px 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:12px;
}
.tableBox th,.tableBox td{
	border-bottom:1px solid #555;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
	display:block;
}
.tableBox th{
	font-weight:normal;
	border-right:none;
}
.tableBox input{
	margin-right:3px;
}
.w600{
	width: 95%;
	height:100px;
}
.w400{
	width: 60%;
}
.w20{
	width: 25px;
}

.nowrap {
white-space: nowrap;
}


}