@charset "utf-8";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Body element */

html {  
	overflow-y: scroll;  
} 

body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
em, address, input[type="text"], textarea {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	overflow: hidden;
	outline: none;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: normal;
	color: #E50012;
}

.underline {
	text-decoration: underline
}

del.del2 {
	text-decoration: none;
	background: url(/img/strike.gif) left center repeat-x;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

iframe, object {
	max-width: 100%;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
}

td.nw {
	white-space: nowrap;
}

blockquote {
	margin: 1em 0 1em 40px;
	border-left: 4px solid #E0E0E0;
	padding-left: 10px;
}

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/* Common */

.taRight {
	text-align: right;
}

.taCenter {
	text-align: center;
}

.clear {
	clear: both;
}

.ll {
	font-size: 22px !important;
}

.l {
	font-size: 18px !important;
}

.m {
	font-size: 14px !important;
}

.s {
	font-size: 12px !important;
}

.ss {
	font-size: 10px !important;
}

.hl {
	background-color: #FFEFE2;
	padding: 1px 2px;
}

.vaTop {
	vertical-align: top;
}

#main .mt0 { margin-top: 0 !important; }
#main .mt5 { margin-top: 5px !important; }
#main .mt10 { margin-top: 10px !important; }
#main .mt20 { margin-top: 20px !important; }
#main .mt30 { margin-top: 30px !important; }

#main .mb0 { margin-bottom: 0 !important; }
#main .mb5 { margin-bottom: 5px !important; }
#main .mb10 { margin-bottom: 10px !important; }
#main .mb20 { margin-bottom: 20px !important; }
#main .mb30 { margin-bottom: 30px !important; }

.nobr {
	white-space: nowrap;
}

.fRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}

/* - - - - - - - - -  */
/* - Common Layout -  */
/* - - - - - - - - -  */

body {
	background: #FFFFFF url(../img/bg_body.jpg) 0 150px repeat-x;
}

hr {
	display: block;
	border: none;
	height: 2px;
	background-color: #E0E0E0;
	margin: 20px 0;
	clear: both;
}

div.hr hr {
	display: none;
}

div.hr {
	border-bottom: 2px solid #E0E0E0;
}

div.hr hr {
	display: none;
}

table.std {
	margin-bottom: 1em;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

table.std th, table.std td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

table.std th {
	color: #000;
	background-color: #F0F0F0;
}

/* - - - header - - -  */

#header {
	position: relative;
	width: 100%;
	background: #E0E0E0 url(../img/bg_header.jpg) repeat-x;
	margin-bottom: 10px;
}

#header h1,
#header p {
	width: 960px;
	max-width: 94%;
	margin: 0 auto;
	padding-top: 20px;
}

ul#gNav {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	list-style-type: none;
}

ul#gNav li {
	width: 160px;
	float: left;
}

ul#gNav li a {
	display: table-cell;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	vertical-align: middle;
	width: 159px;
	height: 46px;
	border-top: #000 1px solid;
	border-bottom: #000 3px solid;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=1);
}

#gNav li a:hover, #gNav li a.current {
	border-bottom: #E50112 3px solid;
}

#sNav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 12px;
}

#sNav ul {
	width: 490px;
	height: 40px;
	padding-left: 490px;
	margin: 0 auto;
	list-style-type: none;
}

#sNav li {
	width: 160px;
	float: left;
}

#sNav li a {
	display: table-cell;
	color: #000;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
	border-bottom: #000 2px solid;
	width: 159px;
	height: 38px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=1);
}

#sNav li a:hover, #sNav li a.current {
	border-bottom: #E50112 2px solid;
}

/* - - - main - - -  */

#wrapper {
	position: relative;
	width: 940px;
	padding: 10px 10px 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	behavior: url(/css/PIE.htc);
}

#main {
	position: relative;
	width: 940px;
}

/* - - - - - - - - - */
/* - - - - - - - - - */

#fWrapper {
	clear: both;
	width: 100%;
	background: #E0E0E0 url(../img/bg_footer.jpg) repeat-x;
}

#footer {
	width: 960px;
	margin: 0 auto;
	background: url(../img/footer_chara.jpg) right 40px no-repeat;
}

#footer .toTop {
	position: relative;
	padding: 10px 10px 0;
	height: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-box-shadow: 0 2px 2px #CCCCCC;
	-moz-box-shadow: 0 2px 2px #CCCCCC;
	box-shadow: 0 2px 2px #CCCCCC;
	behavior: url(/css/PIE.htc);
}

#footer .toTop p {
	font-size: 12px;
	padding-right: 11px;
	background: url(../img/tri_u.png) right center no-repeat;
	text-align: right;
}

#footer h2 {
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

#footer ul#fNav {
	list-style-type: none;
	width: 586px;
	float: left;
	padding-top: 7px;
	margin-bottom: 10px;
}

#footer ul#fNav li {
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

#footer .address {
	clear: both;
	width: 796px;
	border-top: 1px solid #000000;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

/* - - - - - - - - -  */

.triR {
	padding-left: 11px;
	background: url(../img/tri_r.png) left center no-repeat;
}

.triL {
	padding-left: 11px;
	background: url(../img/tri_l.png) left center no-repeat;
}

.triU {
	padding-left: 11px;
	background: url(../img/tri_u.png) left center no-repeat;
}

.triD {
	padding-left: 11px;
	background: url(../img/tri_d.png) left center no-repeat;
}

.download {
	padding: 3px 3px 3px 11px;
	background: #E0E0E0 url(../img/tri_r.png) left center no-repeat;
	vertical-align: middle;
}

.linkColumn {
	padding: 3px 3px 3px 11px;
	border: 1px solid #CCCCCC;
	background: url(../img/tri_r.png) left center no-repeat;
}

.column {
	position: relative;
	padding: 10px;
	background-color: #F0F0F0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/css/PIE.htc);
}

.column-r {
	padding: 10px;
	border: 1px solid #C00;
}

#main p,
#main dl,
#main h2,
#main h3 {
	margin: 0 0 1em;
	line-height: 1.5;
}

#main ul,
#main ol {
	margin: 1em 0 1em 2em;
	line-height: 1.5;
}

#main dl.tomonokai dt 
{
	color: #E50012;
}

#main dl.tomonokai dd 
{
	margin: -1.5em 0 0 5em;
}

#main dl.theater dt 
{
	color: #E50012;
}

#main dl.theater dd 
{
	margin: -1.5em 0 0 7em;
}

/* - - - contents - - -  */

#main h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px 113px 5px 5px;
	border: 1px solid #000000;
	border-left: 12px solid #E50012;
	margin: 0 0 10px;
	background: url(../img/h1_char.gif) right 1px no-repeat;
}

.contents {
	width: 620px;
	float: right;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 22px;
	line-height: 1.3;
	padding: 5px 5px 5px 17px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0 0 10px;
	background: url(../img/squ_title.gif) left center no-repeat;
}

#main h2 span, #main h2 small {
	font-size: 16px;
}

#main h3 {
	font-weight: bold;
	line-height: 1.5;
	margin: 1em 0;
}

.aside {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}


/* - - - Home - - -  */

#main.home {
	background: url(../img/vline.gif) 629px 10px repeat-y;
}

.home .contents {
	float: left;
}

#main.home .contents h2,
#main.home .aside h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px 5px 5px 17px;
	border: 1px solid #000000;
	margin: 0 0 10px;
	background: url(../img/squ_title.gif) left center no-repeat;
}

.homeSchedule {
	width: 100%;
	background: url(../img/vline.gif) 309px 0 repeat-y;
}

.homeScheduleLeft {
	width: 300px;
	float: left;
}

.homeScheduleRight {
	width: 300px;
	float: right;
}

#main .contents dl.flyerLeft,
#main .aside dl.flyerLeft {
	position: relative;
	width: 140px;
	float: left;
	margin: 0 20px 10px 0;
}

#main .contents dl.flyerRight,
#main .aside dl.flyerRight {
	position: relative;
	width: 140px;
	float: left;
	margin: 0 0 10px;
}

.flyerLeft dt,
.flyerRight dt {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 1.0;
	z-index: 100;
}

.flyerLeft dd,
.flyerRight dd {
	border: 1px solid #E0E0E0;
	height: 195px;
	overflow: hidden;
}

.flyerLeft dd.book,
.flyerRight dd.book {
	height: auto;
}

#main ul.flyerSlide {
	list-style-type: none;
	margin: 0;
	z-index: 10;
}

#main .contents dl.homeScheduleDetail,
#main .aside dl.homeScheduleDetail {
	clear: both;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

.homeScheduleDetail dt em {
	padding: 1px 4px;
	color: #FFFFFF;
	background-color: #E50012;
}

.homeScheduleDetail .title {
	font-size: 16px;
	line-height: 1.3;
}

.homeScheduleDetail .title span, .homeScheduleDetail .title small {
	font-size: 12px;
}

.homeScheduleDetail dd.story {
	padding: 0 0 0 11px;
	margin: 0;
	font-size: 14px;
	background: url(../img/tri_r.png) 0 4px no-repeat;
}

.home .contents dl.info {
	line-height: 1.5;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 10px; 
}

dl.info dt {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	border-top: 1px solid #E0E0E0; 
}

dl.info dd {
	margin: -1.5em 0 8px 6.5em;
}

/* 202007 */

#main ul.topslide {
	list-style-type: none;
	margin: 0;
	height: 197px;
	overflow: hidden;
}

#main ul.topslide li {
	width: 138px;
	border: 1px solid #CCC;
	margin: 0;
}

#main .home-schedule-wrapper {
	padding: 10px 20px;
	margin: 10px 0;
	background-color: #E0E0E0;
}

#main ul.home-schedule {
	list-style-type: none;
	margin: 0;
}

#main ul.home-schedule li {
	width: 280px;
	font-size: 12px;
	margin: 0;
}

#main .home-schedule-date {
	padding: 2px 5px;
	color: #FFF;
	background-color: #666;
}

#main .home-schedule-title {
	font-size: 14px;
	padding-top: 10px;
	margin: 0 15px;
}

#main .home-schedule-title small, #main .home-schedule-title span {
	font-size: 12px;
	display: block;
}

#main ul.home-schedule a {
	text-decoration: none;
	display: block;
	padding: 0 0 10px;
	background: #FFF url("../img/home_arrow.png") right bottom no-repeat;
}

#main ul.home-schedule a:hover {
	color: #000;
	background-color: #F0F0F0;
}

#main ul.home-schedule a:hover .home-schedule-date {
	background-color: #000;
}

#main ul.home-schedule a:visited {
	color: #000;
}

#main ul.banner {
	list-style-type: none;
	margin: 0 -10px 20px 0;
}

#main ul.banner li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

a.txt-button {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 2px 1px 12px;
	border: 1px solid #666;
	border-radius: 4px;
	background: #f8f2bf url(../img/tri_r.png) 4px center no-repeat;
}

.s .txt-button {
		font-size: 10px;
}

a.txt-button:hover {
	color: #FFF;
	background-color: #666;
}

a.txt-button2 {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 2px 2px 12px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #E0E0E0 url(../img/tri_r.png) 4px center no-repeat;
}

a.txt-button2:hover {
	color: #FFF;
	border-color: #666;
	background-color: #666;
}

ul.topslide li, ul.flyer li {
	position: relative;
}

.photo-name {
	font-size: 10px;
	color: #FFF;
	line-height: 1.2;
	display: block;
	padding: 5px 2px 0 5px;
	text-indent: -5px;
	position: absolute;
	left: 0;
	top: 0;
}

.photo-copy {
	font-size: 8px;
	color: #FFF;
	text-align: right;
	line-height: 1.2;
	display: block;
	padding: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* - - - - - - - - -  */

.home .aside {
	float: right;
}

/* - - - - - - - - -  */

.single .contents {
	width: 780px;
}

.single .aside {
	width: 140px;
}

.half .contents {
	width: 460px;
	float: left;
}

.half .aside {
	width: 460px;
	float: right;
}


/* - - - Program - - -  */

#main .period {
	margin: 20px 0 0;
	padding: 4px 4px 4px 17px;
	color: #FFF;
	background: #666 url(../img/tri_d.png) 4px center no-repeat;
	clear: both;
}

#main dl.program {
	margin: 0;
}

dl.program dt.date {
	font-size: 12px;
	padding: 3px 0 3px 11px;
	background: url(../img/tri_d.png) left center no-repeat;
	border-top: 2px solid #000000;
}

dl.program dt.date.cont  {
	border-top: 2px dashed #000000;
}

#main dl.schedule {
	margin: 0;
	border-top: 1px solid #000000;
}

dl.schedule dt {
	font-size: 12px;
	padding: 3px 0;
	border-bottom: 1px dashed #000000;
}

dl.schedule dt em {
	font-size: 14px;
}

dl.schedule dt em span, dl.schedule dt em small {
	font-size: 12px;
}

dd.time {
	font-size: 12px;
	text-align: right;
	margin: -2em 0 6px;
}

dd.timeEnd {
	font-size: 86%;
	text-align: right;
	margin: 9px 0 1px;
}

dd.info {
	font-size: 12px;
	padding: 0 3px;
	margin-bottom: 6px;
	background-color: #E0E0E0;
}

dd.guest {
	padding: 3px;
	margin-bottom: 6px;
	background-color: #FFEFE2;
}

/* - - - - - - - - -  */

#main dl.detail {
	margin: 0;
}

dl.detail dt {
	font-size: 12px;
	padding-top: 3px;
	border-top: 1px solid #000000;
}

dl.detail dt em {
	font-size: 14px;
}

dl.detail dt em span, dl.detail dt em small {
	font-size: 12px;
}

dd.spec {
	font-size: 12px;
	margin-left: 22px;
}

dd.story {
	margin-left: 11px;
	padding-left: 11px;
	background: url(../img/tri_r.png) left 6px no-repeat;
}

/* - - - - - - - - -  */

#main ul.flyer {
	list-style-type: none;
	margin: 0 -20px 10px 0;
}

ul.flyer li {
	width: 140px;
	float: left;
	margin: 0 20px 10px 0;
}

ul.flyer li.last {
	margin-right: 0;
}

ul.flyer li img {
	border: 1px solid #CCCCCC;
}

#main p.flyerSingle {
	margin: 0 0 10px;
}

p.flyerSingle img {
	border: 1px solid #CCCCCC;
}

/* - - - Allnight - - -  */

#main ul.allnightSlide {
	list-style-type: none;
	margin: 0 0 10px;
}

ul.allnightSlide img {
	border: 1px solid #CCCCCC;
}

/* - - - programSlide - - -  */

#main ul.programSlide {
	list-style-type: none;
	margin: 0 -20px 10px 0;
}

ul.programSlide img {
	border: 1px solid #CCCCCC;
}

ul.programSlide li {
	width: 140px;
	float: left;
	margin: 0 20px 10px 0;
}

ul.programSlide li:last {
	margin-right: 0;
}

#main .nightPrice {
	margin: 0 0 5px;
	padding: 2px;
	background-color: #E0E0E0;
}

/* - - - Rakugo - - -  */

#main h3.rakugoTitle {
	font-size: 158%;
	margin: 0 0 10px;;
}

/* - - - Topics & Column - - -  */

.topics .contents {
	float: left;
}

.topics .aside {
	float: right;
}

#main.topics h1 {
	background-image: none;
	padding-right: 5px;
}

#main.topics h2 {
	font-size: 129%;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main.topics .aside dt {
	color: #666666;
	font-size: 72%;
}

#main.topics .aside dd {
	font-size: 86%;
	margin-bottom: 5px;
}

/* - - - Theater - - -  */

.gMap {
	padding: 20px;
	background-color: #E0E0E0;
}

#map_canvas {
	width: 100%;
	height: 420px;
}

.hidePC {
	display: none;
}

/* - - - Link - - -  */

#main ul.linkList {
	line-height: 1.5;
	margin: 1em 0;
	list-style-type: none;
}

ul.linkList li {
/*	margin-left: 17px;　*/
	padding-left: 11px;
	background: url(../img/tri_r.png) left center no-repeat;
}

#main ul.postLink {
	font-size: 86%;
	line-height: 1.0;
	margin: 1em 0;
	height: 1em;
	list-style-type: none;
}

#main ul.postLink li.prev {
	width: 45%;
	padding-left: 11px;
	float: left;
	background: url(../img/tri_l.png) left center no-repeat;
}

#main ul.postLink li.next {
	width: 45%;
	padding-right: 11px;
	float: right;
	background: url(../img/tri_r.png) right center no-repeat;
	text-align: right;
}

#main ul.inline li {
	display: inline-block;
	margin: 0 10px 10px 0;
}



/* - - - p-box - - -  */

.p-box {
	width: 220px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #F4EFB7;
}

.p-box:nth-child(4n) {
	margin-right: 0;
}

.p-box-morning {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 5px;
	background-color: #F0F0F0;
}

.p-box-day {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 5px;
	background-color: #999;
}

.p-box-late {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 5px;
	background-color: #666;
}

.p-box-night {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 5px;
	background-color: #000;
}

.p-box-title {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px;
}

.p-box-title span {
	font-size: 12px;
}

.p-box a {
	text-decoration: none;
}

.p-box-more {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 5px;
	background-color: #F5A623;
}

a:hover .p-box-more {
	background-color: #CCC;
}

.p-box a:hover img {
	transition: 0.5s;
	opacity: 0.7;
}

.p-box-img {
	position: relative;
}

.p-box-copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 9px;
	color: #000;
	line-height: 1.1;
	text-align: right;
	padding: 2px;
	background-color: rgba(255,255,255,0.5);
}

#show-all {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #E50012;
	padding: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

.hide-all {
	clear: both;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #000;
	padding: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

#show-all:hover,
.hide-all:hover {
	background-color: #CCC;
}

#main ul.flyer-slide {
	width: 324px;
	margin: 0 -24px 0 0;
	padding: 0;
}

ul.flyer-slide li {
	list-style-type: none;
	width: 162px;
	margin: 0 0 20px;
	float: left;
}

/* - - - Top Carousel - - -  */

.top-slide {
	width: 960px;
	max-width: 100%;
	max-height: 260px;
	margin: 0 auto;
	padding: 0 0 20px;
	background-color: #FFF;
	overflow: hidden;
}

.top-slide .p-box {
	width: 320px;
	margin: 0;
	float: left;
	background-color: #FFF;
}

.top-slide .p-box .p-box-morning,
.top-slide .p-box .p-box-day,
.top-slide .p-box .p-box-late,
.top-slide .p-box .p-box-night,
.top-slide .p-box .p-box-more {
	display: none;
}

.top-slide .p-box a {
	color: #000;
	text-decoration: none;
}

.top-slide .p-box a:hover img {
	transition: 0.5s;
	opacity: 0.7;
}

.top-slide .p-box .p-box-title {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0;
	padding-right: 10px;
}

.top-slide .p-box .p-box-title span {
	font-size: 10px;
}

.top-slide .p-box a:hover .p-box-title {
	color: #E50012;
}

/* - - - - - - - - -  */

.top-schedule {
	padding: 5px 10px 10px;
	background-color: #CDEFFD;
	margin-bottom: 20px;
}

.top-schedule h3 {
	padding-left: 10px;
	margin-top: 0;
	background: url(../img/tri_r.png) 0 6px no-repeat;

}

.top-schedule h3 a {
	color: #000;
	font-weight: bold;
}

#top-schedule-table {
	margin-bottom: 10px;
}

#main ul.top-schedule-move {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

ul.top-schedule-move li {
	font-size: 12px;
	width: 33%;
	float: left;
}

ul.top-schedule-move li:nth-child(3) {
	float: right;
}

ul.top-schedule-move li span {
	padding: 5px;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
}

ul.top-schedule-move li span:hover {
	background-color: #333;
}

.twitter-share {
	text-align: center;
	padding: 5px;
	margin: 10px 0;
	background-color: #F0F0F0;
}

.sp-only {
	display: none;
}


/* Program sumbnail */

.program-thumb {
	width: 300px;
	margin: 0 13px 13px 0;
	float: left;
}

#main .program-thumb .period {
	font-size: 12px;
	padding: 5px;
	margin: 0;
	background-image: none;
}

#main .program-thumb h2 {
	font-size: 16px;
	padding: 5px;
	margin: 0;
	background-image: none;
	background-color: #F0F0F0;
	border: none;
}

#main .program-thumb h2 span, #main .program-thumb h2 small {
	font-size: 12px;
	display: block;
}

.program-thumb .section-contents {
	display: none;
}

.hide-schedule, .program-thumb .show-schedule {
	display: block;
	cursor: pointer;
	clear: both;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #E5B003;
	padding: 5px 0;
	margin-bottom: 20px;
}

.show-schedule, .program-thumb .hide-schedule {
	display: none;
}

.program-thumb-photo {
	display: none;
}

.program-thumb .program-thumb-photo {
	display: block;
	position: relative;
	min-height: 169px;
	background-color: #CCC;
}

.program-thumb .program-thumb-photo .thumb-guest {
	font-size: 12px;
	color: #FFF;
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px;
	background-color: rgba(224,11,15,0.75);
}

.program-thumb .program-thumb-photo .thumb-copy {
	font-size: 8px;
	color: #FFF;
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px;
	background-color: rgba(0,0,0,0.5);
}







/* - - - - - - - - -  */
/* - - - - - - - - -  */
/* - - - - - - - - -  */

@media screen and (max-width: 480px) {

#header {
	background-color: #FFFFFF;
}

#header h1,
#header p {
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
}

.tinynav {
	display: block;
	width: 80%;
	margin: 0 auto;
 }
 
#gNav, #sNavList { display: none }

#header #sNav {
	position: relative;
	top: 0;
}

#wrapper {
	width: auto;
}

#main {
	width: 100%;
	background: none;
}

#footer {
	width: 100%;
	margin: 0 auto;
	background: none;
}

#footer h2 {
	float: none;
	margin: 0 auto 10px;
}

#footer ul#fNav {
	display: none;
}

#footer .address {
	width: 100%;
}

#main .contents, #main .aside {
	width: 100%;
	float: none;
}

/* - - - Home - - -  */

.home .contents {
	width: 100%;
	float: none;
}

.homeSchedule {
	background: none;
}

.homeScheduleLeft {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.homeScheduleRight {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.home .contents dl.info {
	line-height: 1.5;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 10px; 
}

dl.info dt {
	font-size: 86%;
	color: #666666;
	padding-top: 10px;
	border-top: 1px solid #E0E0E0; 
}

dl.info dd {
	margin: 0 0 8px 0;
}

/* - - - - - - - - -  */

.home .aside {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.keitai { display: none; }

.fRight, .fLeft {
	float: none;
}

/* - - - Program - - -  */

dd.time {
	margin: 0;
	border-bottom: 1px solid #000000;
}

.p-box {
	width: 48%;
	margin: 0 2% 2% 0;
	float: left;
}

.p-box:nth-child(2n) {
	margin-right: 0;
}

/* - - - - - - - - -  */

#map_canvas {
	height: 280px;
}

.hidePC {
	display: block;
}

/* - - - - - - - - -  */

.sp-only {
	display: block;
}

br.sp-only {
	display: inline;
}

.pc-only {
	display: none;
}

.p-box-morning,
.p-box-day,
.p-box-late,
.p-box-night {
	font-size: 10px;
}

.p-box-title {
	font-size: 13px;
}

.p-box-title span {
	font-size: 10px;
}

/* - - - - - - - - -  */

/*ナビメニューのスタイルを指定*/
nav.NavMenu{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.NavMenu ul{
	background: #ccc; /*背景をグレーにする*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

nav.NavMenu ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

nav.NavMenu ul li.sp-separate {
	border-bottom: 2px solid #333;
}

nav.NavMenu ul li:last-child{
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
	transform: translateY(0%);
}

/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 3px;
	top: 6px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background-color: #000;
	border: 1px solid #FFF;
	z-index: 3;
}
 
.Toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	transition: .35s ease-in-out;			/*変化の速度を指定*/
	left: 6px;
}
 
.Toggle span:nth-child(1) {
	top: 9px;
}
 
.Toggle span:nth-child(2) {
	top: 18px;
}
 
.Toggle span:nth-child(3) {
	top: 27px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Program sumbnail */

.program-thumb {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
}



}
