/*
乾杯の夕べ
*/


@charset "UTF-8";


/* Fonts ---------------------------------------------- */ 
body{
	color:#000;
	font-size:15px;
	font-family:san-serif;
	line-height:1.5;
}


/* for WinIE6 ----------------------------------------------*/
* html body {
	font-size:75%;
	font-family:san-serif;
	letter-spacing:0.5px;
	vertical-align:baseline;
}


/* Fonts for WinIE7 ----------------------------------------------*/

*:first-child+html body { 
	font-size:75%;
	font-family:san-serif;
}


/* Links ---------------------------------------------- */
a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {color:#666;text-decoration:none;}
a:hover img{
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}
.tel-link {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}


/* text accent --------------------------------------*/
strong{
	font-weight:bold;
	color:#fff;
	font-size:xx-large;
}
p.clear{
	clear:both;
}

/* total layout ------------------------------------*/
#wrapper{	background-image:url("../img/background.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
}
@media only screen
    and (min-device-width:320px)
    and (max-device-width:568px) {
#wrapper{
		background-repeat: repeat; 
}
}
#content{	background-color: rgba(0,0,0,0.0);
		width:816px;
		margin:0 auto;
		padding:0 72px;
}


/*#060e18*/
/* header ------------------------------------------*/
#header{
	margin-top:-65px;
	padding-top:65px;
}


/* nav ---------------------------------------------*/
#nav{
	width:961px;
	margin-left:-72px;
	position:fixed;
	z-index:1000;
}
#nav ul li{
	float:left;
	height:65px;

	text-align:center;
}
#nav ul .non-border{
	border-right:none;
}

/* title ---------------------------------------*/
#title{
	padding:0px 0;
	margin-left:-72px;
}

/* pre-order ---------------------------------------*/
#pre-order{
	width:960px;
	height:186px;
	background-image:url("../img/preorder_back.png");
	background-repeat:no-repeat;
	margin-bottom:40px;
	margin-left:-72px;
}
.pre-url{
	position:relative;
	left:471px;
	top:56px;
}
.pre-tel{
	position:relative;
	left:536px;
	top:72px;
}


/* information ---------------------------------*/
#information{
	width:816px;
	margin-top:-100px;
	padding-top:100px;
}
#news{
	float:left;
	
	background-position:bottom;
}
#news dl{
	background-color:rgba(0,0,0,0.50);
	width:361px;
	height:170px;
	margin-top:0px;
	padding:10px;
	overflow:auto;
	margin-bottom:40px;
}
#news dl dd{
	float:left;
	margin-left:20px;
	width:220px;
	color: #fff;
	}
#news dl dt{
	float:left;
	clear:both;
	width:50px;
	color: #fff;
	}
#schedule{
	float:right;
}

/* ticket ---------------------------------------*/
#ticket{
	margin-top:-100px;
	padding-top:100px;
	margin-bottom:40px;
}

/* playguide ---------------------------------------*/
#playguide{
	background-image:url("../img/playguide_back.png");
	font-family:san-serif;
	width:816px;
	padding:10px 72px 20px 72px;
	margin-left:-72px;
	margin-bottom:40px;
}
.pglink{
	margin-bottom:5px;
}
.pia{
	text-align:center;
	float:left;
}
.l-tike{
	text-align:center;
	float:left;
	margin-left:18px;
}
.cn{
	text-align:center;
	float:left;
	margin-left:18px;
}
.eplus{
	text-align:center;
	float:left;
	margin-left:18px;
}
#plce{
	margin-top:70px;
	font-size:large;
	color:#fff;
}
p.code{
	font-size:small;
}

/* contents --------------------------------------*/
#contents{
	margin-top:-100px;
	padding-top:100px;
	width:816px;
		margin-bottom:40px;
}
#contents div{
	float:left;
	margin-top:38px;
}
#food , #lot{
	margin-right:38px;
}


/* gallery --------------------------------------*/
#gallery{

	width:960px;
	height:531px;
	margin-bottom:40px;
	margin-left:-72px;
	background-image:url("../img/gallery_back.jpg");
}
#gallery h2{
	margin:72px;
	position:relative;
	top:80px;
}
#gallery ul{
	margin-left:72px;
	position:relative;
	top:72px;
}
#gallery ul li{
	float:left;
	margin-top:13px;
	margin-right:13px;
}
/* access ---------------------------------------*/
#access{
	margin:50px 0;
	color:#fff;
}
#access-left{
	float:left;
}
#access-left .place{
	font-size:152%;
	margin:40px 0;
}
#access-left p{
	line-height:1.5em;

}
#access iframe{
	float:right;
	display:block;
}

/* sponsor---------------------------------------*/
#sponsor{
	margin:40px 0;
	float:left;
}
#sponsor h2{
	float:left;
	margin-top:52px;
}
#sponsor ul{
	width:700px;
	margin-left:200px;

}
#sponsor ul li{
	width:112px;
	height:54px;
	background-color:#fff;
	float:left;
	margin-left:12px;
	margin-top:12px;
}


/* footer ---------------------------------------*/
#footer{
	clear:both;
	color:#ddd;
	width:816px;
	height:90px;
	padding:10px 72px 0 72px;
	margin-left:-72px;
	text-align:center;
	font-size:small;
}
#footer p a:link {color:#bbb;text-decoration:none;}
#footer p a:visited {color:#bbb;}
#footer p a:active {color:#bbb;}
#footer p a:hover {color:#666;text-decoration:none;}
.tel-link {
    color: #bbb;
    font-size: 16px;
    font-weight: bold;
}


/* topへ戻る ---------------------------------------*/
#footer .pagetop {
	display:none;
	position: fixed;
	bottom: 200px;
	right: 10px;
}
#footer .pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	background-color: #dd3534;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	vertical-align:bottom;
	text-decoration: none;
	line-height: 50px;
}
