@charset "utf-8";


/*
	ヘッダーエリア 
-------------------------------------------------------- */
#logo h1 {
	background: url(img/logo.gif) no-repeat 0 0;
	width: 280px;
	height: 47px;
	text-indent: -9999px;
}

#logo h1 a {
	background: url(img/logo.gif) no-repeat 0 0;
	display: block;
	width: 280px;
	height: 47px;
}

.bread-crumbs ul {
	margin-bottom: 15px;
}
.bread-crumbs ul li {
	display: inline;
	font-size: 12px;
}

/*
	コンテンツエリア 
-------------------------------------------------------- */

.thumb {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

/*
	公演情報
-------------------------------------------------------- */
.performance {
	margin-top: 15px;
}
.performance dl {
	margin: 6px 0 15px;
	padding: 0 10px 10px;
}
.performance dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	line-height: 150%;
}
.performance dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #333 solid;
}

/*
	About
-------------------------------------------------------- */
.about{ margin:60px 34px 34px;}
.about p{ margin:22px 0px;}
.about dl {
	margin-bottom: 40px;
}
.about dl dt {
    font-weight: bold;
    width: 8em;
}
.about dl dd {
}
.about dl dd ol li {
    list-style: square inside none;
    padding: 0 0 5px;
}


/*
　スケジュール
-------------------------------------------------------- */
dl.schedule-list{
	margin: 10px auto;
	padding:4px;
	border-bottom: 1px solid #282727;
}
dl.schedule-list dt.date{
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 6em;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 4px;
	color: #000;
}
dl.schedule-list dt.date span{
	background-color: #ffea00;
	font-size: 12px;
	padding:3px 4px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
dl.schedule-list dd {
	padding-top:4px;
  margin-bottom: 0.8em;
  margin-left: 8em;
}
/*
	ピックアップ
-------------------------------------------------------- */

.pickup.heightLineParent dl {
	float: left;
	width: 300px;
	display: block;
	margin: 8px;
	padding: 5px;
	border: 1px solid #000;
}
.pickup.heightLineParent dl:hover {
	border: 1px solid #CCC;
}
.pickup.heightLineParent dl dd img {
	margin-bottom: 5px;
}
.pickup.heightLineParent dl dt.date,.catName {
	padding: 5px;
	color: #000;
	font-size: 14px;
}
.pickup.heightLineParent dl dd{
	text-align: center;
}
.pickup.heightLineParent dl dt.date span,.catName span {
	background-color: #ffea00;
	font-size: 12px;
	padding:3px 4px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
ul.list{
margin:10px;
}
ul.list li{
	padding:4px;
	border-bottom: 1px solid #7a7979;
}
.entry-date{ text-align:right;}
.entry-txt{
margin:10px;
padding:6px;
}
.resent{ margin-top:30px;}
/*
	パンくず
-------------------------------------------------------- */
div.bread-crumbs,div.bread-crumbs a{
	font-size:0.8em;
	margin: 4px 0 8px 0;
	color:#7a7979;
}
div.bread-crumbs a:hover{
	color:#FFF;
}
#map {
clear:both;
margin:10px auto;
padding:1px;
border:1px solid #CCC;
width:90%;
}

.description{
margin:10px 6px;
}
/*
	ソーシャルボタン 
-------------------------------------------------------- */
#socialBtnArea {
    margin: 10px 0 0 10px;
    width: 360px;
}
#socialBtnArea .tw {
    float: left;
    width: 124px;
}
#socialBtnArea .fb {
    float: left;
    width: 120px;
}
ul.socialIcon {padding-left: 30px;}
ul.socialIcon li{
	display: inline;
	padding-left: 10px;
}

/*
	サイドエリア 
-------------------------------------------------------- */

#sidebar {
}

#sidebar .artists {
	padding: 10px;
	border: 1px solid #CCC;
}
.artists dl dt {
	margin-bottom: 10px;
}
/*#sidebar img {
	width: 268px;
	text-align: center;
}
*/
.artists dl dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size:80%;
	line-height:1.5em;
}

/*
	フッターエリア 
-------------------------------------------------------- */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer h4 {
    float: left;
    width: 140px;
}
#footer ul {
    margin: 0 0 10px;
    padding: 0;
}
#footer .footer_menu {
    float: left;
    height: 130px;
    width: 220px;
}
#footer .footer_menu li {
    float: left;
    height: 8px;
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0;
    width: 100px;
}
#footer .footer_link {
    float: left;
    height: 130px;
    width: 140px;
}
#footer .footer_link li {
    font-family: Verdana;
    font-size: 10px;
    height: 8px;
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0;
}
#footer a:link {
    color: #000000;
    text-decoration: none;
}
#footer a:visited {
    color: #000000;
    text-decoration: none;
}
#footer a:hover {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:active {
    color: #000000;
}
#footer img {
    margin-left: 3px;
}
.footer_menu_title {
    color: #999999;
    margin-bottom: 10px;
}
#footer address {
	font-style: normal;
	font-size: 10px;
	text-align: center;
}

#footer ul li {
	padding: 3px 5px;
}

div#footer p.copyright {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}
/* 
	Clearfix
-------------------------------------------------------- */

.performance #tab dl {
  *zoom: 1;
}

/* for ie6/7 */
.performance #tab dl:after {
  content: "";
  display: block;
  clear: both;
}

/* clearfix */
.clearfix:after {
    content:  ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clearfix { display: inline-block;}
/* other IE Mac5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end other IE Mac5 */

