/* CSS Document */
@charset "Shift_JIS";

a { text-decoration: none; outline: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {text-decoration: none; }

body { top; color: #000; font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

p { font-size: 12px; line-height: 150%; }
.text-s  { font-size: 10px; line-height: 120%; }
.text-m  { font-size: 12px; line-height: 120%; }
.pamph  { font-size: 14px; line-height: 120%; padding-left:10px; text-indent:-0.6em; }

p .hidari {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

p .migi {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.btn {
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    background-color: #005750;
    border-radius: 8px;
    box-shadow:2px 2px 2px #555;
}

.btn:hover {
     background-color: #96d0b7;
     color: #000;
}


.btn-all {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #000;
    background: #dadf19;
    border-radius: 8px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    box-shadow:2px 2px 2px #555;
    text-shadow: 0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.btn-all:hover {
     background-color: #96d0b7;
}

.btn-seat {
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: #005750;
    border-radius: 8px;
    box-shadow:2px 2px 2px #555;
}

.btn-seat:hover {
     background-color: #96d0b7;
     color: #000;
}

.btn-seat-all {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #000;
    background: #dadf19;
    border-radius: 8px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    box-shadow:2px 2px 2px #555;
    text-shadow: 0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.btn-seat-all:hover {
     background-color: #96d0b7;
}


/* reset */
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
img { border: 0px; }



#container {
	margin:0 auto;
	width: 620px;
}


#header {
	width: 620px;
}
	
#header p {
	float: right;
}

#panlist {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 620px;
}

#title {
	margin: 30px auto;
	width: 620px;
	height: 35px;
}

#title h3 {
    clear: both;
	font-size: 30px;
	height: 35px;
	line-height: 50px;
	text-align: left;
	color: #005750;
}

#main {
	clear: both;
	margin: 20px auto;
	width: 680px;
	font-size: 12px;
	line-height: 150%;
}

h4 {
	clear: both;
	border-left: 5px solid #96d0b7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #96d0b7;
	margin-bottom: 10px;
	text-align: left;
	font-size: 17px;
	color: #005750;
	letter-spacing:0.5pt;
}



#date {
	clear: both;
	margin: 0px auto 20px auto;
	width: 620px;
	text-align: right;
	font-size: 14px;
	line-height: 150%;
}


#t620 {
	clear: both;
	margin: 5px auto 30px auto;
	width: 620px;
	font-size: 14px;
	line-height: 150%;
}

#t620_btn {
	clear: both;
	margin: 5px auto 30px auto;
	width: 620px;
	line-height: 150%;
}

