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


/*
===== 1: Universal reset =================================*/

html,
body { width: 100%; height: 100%; -webkit-text-size-adjust: none; background-color: #000;}


body, header, footer, h1, h2, h3,
div, p, dl, dd, ul, li, table,tr,th,td {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    border: 0;
}

.clear { clear:both }

body {
    color: #000000;
    font-family: "ヒラギノ角ゴ Std W5","Hiragino Kaku Gothic Std" Verdana,Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

header, footer, section, nav { display: block; }
h1, h2, h3 { font-size: 100%; line-height: 1; }
img { vertical-align: top; border: none; }
a {
	color: #9966cc;
	text-decoration: none;
	cursor: pointer;
}
ul li { list-style-type: none; }

/*
===== 2: Box setting ===========================*/

.clearfix:after,
header:after,
header ul:after,
header h2,
div.main:after,
section:after,
footer:after { content : ''; display : block; clear : both; }


#hanabi{
width:100%;
margin:0px auto;
background-image:url(../img/hanabi_bk1.png);
background-repeat:no-repeat;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
-ms-background-size:contain;
}

h1 {
width:265px;
margin:0px auto;
padding-top:14px;
padding-bottom:9px;
padding-left:5px;
}

table.sche-box {
    margin: 10px;
    border: 1px solid #c6d4e4;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    background: #ffffff;
}

table.sche-box th {
    padding: 6px;
    border-bottom: 1px solid #c6d4e4;
}
table.sche-box td {
    padding: 12px 6px;
    border-bottom: 1px solid #c6d4e4;
	padding-right: 50px;
}
table.sche-box td.spot {

	background: url(../img/ico_arrow_pu.png) no-repeat right center;
	padding-right: 50px;
}
table.sche-box th {
    background: #e4e2f9;
    line-height: 12px;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
}

table.sche-box td a{
	display:block;
}
table.sche-box td img{
	margin-right: 4px;
}
table.sche-box td p.line {
    padding-bottom: 5px;
    border-bottom: dotted 1px #808080;
    margin-bottom: 5px;
}
table.sche-box td.none {
    padding: 6px;
    border: none;
	background: none;
}


p.notes {
	padding: 0 10px 8px 10px;
	font-size: 12px;
	line-height: 1.2;
	color: #666;
}
.top{
	clear: both; 
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* nav */
#schedule_nav .h2Container {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 4px 0;
	background-color: #aa94d1;
	overflow: hidden;
}
#schedule_nav .h2Container h2 {
	float: left;
	font-size: 16px;
	line-height: 1.4;
	border-left: solid 7px #cca3cd;
	margin: 0 10px;
	padding: 0 5px;
	color: #ffffff;
}
#schedule_nav .h2Container h2 a{
	color: #ffffff;
}
#schedule_nav .h2Container_w {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 4px 0;
	background-color: #fffae4;
	overflow: hidden;
}
#schedule_nav .h2Containerw h2 {
	float: left;
	font-size: 16px;
	line-height: 1.4;
	border-left: solid 7px #f9d49a;
	margin: 0 10px;
	padding: 0 5px;
}

/* グラデ1 */
nav.global-menu ul li,
nav#breadcramb {
	background-image: linear-gradient(top, #666, #333 70%);
	background-image: -moz-linear-gradient(top, #666, #333 70%);
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(#666),
		color-stop(70%,#333),
		to(#333));
}
/* グラデ2 */
nav#sitenavi-menu ul li a:hover,
nav#sitenavi-menu ul li a.hover,
nav#sitenavi-menu ul li.current a {
	background: linear-gradient(top, #e0bed4, #cca3cd 70%);
	background: -moz-linear-gradient(top, #e0bed4, #cca3cd 70%);
	background: -webkit-gradient(linear,left top, left bottom,
		from(#e0bed4),
		color-stop(70%,#cca3cd),
		to(#e0bed4));
}
/* ナビ */
nav.global-menu {
	clear: both;
}
nav.global-menu ul {
	font-size: 0;
}
nav.global-menu ul li {
	font-size:13px;
	line-height:30px;
	height:30px;
	display: inline-block;
}
nav.global-menu ul li a,
nav.global-menu ul li span {
	color:#FFF;
	/*font-weight: bold;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.6);*/
	text-align:center;
	line-height:30px;
	height:30px;
	display:block;
}
nav.global-menu ul li:first-child a,
nav.global-menu ul li:nth-child(6) a {
	border-left:none !important;
}
nav.global-menu ul li:nth-child(5) a,
nav.global-menu ul li:last-child a {
	border-right:none !important;
}
nav#sitenavi-menu ul li {
	width: 25%;
	float:left;
}
nav#sitenavi-menu ul li a {
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid #000;
}
nav#sitenavi-menu ul li a:hover,
nav#sitenavi-menu ul li a.hover, 
nav#sitenavi-menu ul li.current a {
	border-left-color:rgba(255,255,255,0.3);
	border-right-color:rgba(0,0,0,0.2);
}
nav#sitenavi-menu ul li.end {
	color: #666;
	text-align:center;
}
