@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0 auto;
}

html{
	height:100%;
	}

body {
	height:100%;
	word-break: normal;
	word-wrap: break-word;
	font-size:14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#2a1e17;
	background-color: #008bff;
}

#wrapper{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;	
	 }
 
a {
	text-decoration:none;
	color:#E90041;
}
a:hover {
	color:#FF3593;
}

img{
	border-style: none;	
	}
	
li{
	list-style-type: none;
}

/* float解除 */
.clear {
	clear:both;
}
	
/* hover */
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}



/* =======================================
    ヘッダー
======================================= */

header{
	width:100%;
	min-width:960px;
	position:relative;
	}
	
header h1{
	width:750px;
	margin:0 auto;
	}
		
header p{
	width:750px;
	margin:0 auto;
	}
	
	

/* =======================================
    グローバルナビ
======================================= */
#logo{
float:left;
}

#g_navi{
	width: 100%;
	background:#000;
	padding:0 0 0 0px;
	height:80px;
}

	.home{
		float:left;
		margin:10px 0 0 30px;
	}
	
	.navi{
		float:right;
		}
		
		.navi li{
		float:left;
		margin-right:22px;
			}
	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}	
	
/* =======================================
    シェアボタン
======================================= */	

#share{
	float:right;
	width:350px;
	margin:20px 0 10px 0;
}

.fb-like{
	float:left;
	width:150px;
	margin:0 8px 0 0;
	}
	
.twitter{
	margin:0 0 0 5px;
	}				
	
	
/* =======================================
    コンテンツ
======================================= */

#contents{
    padding-bottom:50px; 
	 }
	 

#new{
	padding:70px 0;
	width:100%;
	min-width:960px;
	background-image:url(images/bg.jpg);
	position:relative;
}

#new h1{
	width:750px;
	margin:0 auto;
	}
		
#new p{
	width:750px;
	margin:0 auto;
	}



#day{
	padding:70px 0;
	width:100%;
	min-width:960px;
	position:relative;
}

#day h1{
	width:750px;
	margin:0 auto;
	}
		
#day p{
	width:750px;
	margin:0 auto;
	}


#about{
	padding:70px 0;
	background-image:url(images/bg.jpg);
	width:100%;
	min-width:960px;
	position:relative;
}

#about h1{
	width:750px;
	margin:0 auto;
	}
		
#about p{
	width:750px;
	margin:0 auto;
	}

#ticket{
	padding:70px 0;
	width:100%;
	min-width:960px;
	position:relative;
}

#ticket h1{
	width:750px;
	margin:0 auto;
	}
		
#ticket p{
	width:750px;
	}

.info{
	width: 750px;
	height: 580px;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	font-size:0.9em;
	}
	
	.sanuki{
		padding:230px 0 0 0; 
		}
		
		.sanuki p{
		width: 524px;
		line-height:1.3em;
		margin-bottom:5px;
			}
		
	.yuubari{
		padding-top:60px; 
		}

		.yuubari p{
		width: 524px;
		line-height:1.3em;
		margin-bottom:5px;
			}


/* =======================================
    フッター
======================================= */

#footerFixed {  
    width: 100%; 
	margin:0 auto;
}

footer{
	clear:both;
	width:100%;
    height:50px;
    bottom:0;	
	background-color: #000;
	color: #fff;
	padding: 10px 0 0 0;
	}

footer ul{
	width:100%;
	margin:0 0 0 20px;
}

	
footer li{
	margin:0 0 10px 30px;
	float:left;
}
	

footer p{
	text-align: right;
	font-size:80%;
	margin:10px 10px 0 0;
	}

.europe{
	padding-top:5px;
	}

footer p img{
	margin:0 0 10px 20px;
	}

.copy{
	text-align: right;
	font-size: 0.9em;
	margin:15px 30px 0 0;
	color:#fff;
	}

/* float解除 */
.clear {
	clear:both;
}
