@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: #0099FF;
	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,
div.page:after,
ul.page-transition:after,
table.detail-box td: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;
}

.h2Container {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 4px 0;
	background-color: #ff9966;
	overflow: hidden;
}
.h2Container h2 {
	float: left;
	font-size: 16px;
	line-height: 1.4;
	border-left: solid 7px #f9d49a;
	margin: 0 10px;
	padding: 0 5px;
	color: #ffffff;
}

table.sche-box {
    margin: 10px;
    border: 1px solid #f9d49a;
    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 #f9d49a;
}
table.sche-box td {
    padding: 12px 6px;
    border-bottom: 1px solid #f9d49a;
	padding-right: 50px;
}
table.sche-box td.spot {
	background: url(../img/ico_arrow_ye.png) no-repeat right center;
}
table.sche-box th {
    background: #ffeee5;
    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;
}
.top a{
	color: #9966cc;
}