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

@charset "utf-8";

/* BODY
---------------------------------------------------- */
* {
    margin: 0pt;
    padding: 0pt;
}
body {
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 85%;
    letter-spacing: 0.1em;
    line-height: 1.5;
	color: #313131;
	background: #EEEEEE;
	min-width: 994px;
}

hr{
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0;
}
img {
    border: medium none;
	vertical-align: bottom;
}
li {
    list-style-position: inside;
}
a:link {
	color: #8dae28;
}
a:visited {
	color: #a9c74e;
}
a:hover {
	color: #5abeec;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.redbold{
	font-weight: bold;
	color: #C00;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.font-small{
	font-size: 80%;
}

.font-bold{
	font-weight: bold;
}

.small{
font-size: 70%;
}

.font-sp-left{
	margin-left: 20px;
}

#to_pagetop{
	text-align: right;
}

.text_border{
	border: 1px #333333 dashed;
	padding: 10px;
	width: 90%;
	margin: 10px auto;
}


/* WRAPPER
---------------------------------------------------- */
#wrapper {
	background: url(../img/common/bg_header.jpg) repeat-x top;
}

/* HEADER
---------------------------------------------------- */
#header {
	width: 942px;
	height: 102px;
	margin: 0 auto;
}
#header h1 {
	padding: 10px 0 17px 25px;
	float: left;
}
#header ul {
	padding: 58px 5px 0 0;
	float: right;
}
#header ul li {
	list-style: none;
	float: left;
}

/* CONTAINER
---------------------------------------------------- */
#container {
	background: url(../img/common/bg.jpg) no-repeat top center;
	padding-top: 20px;
}

/* NAV
	height: 346px;
	background: url(../img/index/tit.jpg) no-repeat top center;
	text-indent:-9999px;
---------------------------------------------------- */
h2#index-tit {
	margin: 0px auto;
	text-align: center;
	padding: 20px 0px;
}

#nav {
	width: 942px;
	margin: 5px auto;
	padding: 0 26px 18px 26px;
	background: url(../img/common/bg_nav.jpg) no-repeat;
}
#nav li {
	list-style: none;
	float: left;
}


#menu ul li ul {
  position: absolute;
  top: 302px;
  width: 150px;
  z-index: 100;
}
#menu ul li ul li{
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  height: 0;
  background: url(../img/common/nav_sub_bk_a.png);
}
#menu ul li ul li:hover{
  background: url(../img/common/nav_sub_bk_h.png);
  
}
#menu ul li:hover ul li{
  visibility: visible;
  overflow: visible;
  height:30px;
  z-index: 10;
}
#menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#menu a:link{
	text-decoration: none;
}



/* MAINCOLUMN
---------------------------------------------------- */
#maincolumn {
	width: 946px;
	margin: 8px auto 10px auto;
	padding-right: 4px;
}

/* LEFTCOLUMN
---------------------------------------------------- */
#leftcolumn {
	width: 670px;
	margin-bottom: 10px;
	float: left;
}

/* INDEX 近日のコンサート情報
---------------------------------------------------- */
#index-concert {
	margin-bottom: 5px;
	background: url(../img/common/bg_contents.jpg) repeat-y;
}
#index-concert-details {
	background: url(../img/index/bg_tit_concert.jpg) no-repeat top;
}
#index-concert-details h3 {
	padding: 25px 0 36px 40px;
}
.list {
	width: 585px;
	padding: 0 20px 20px 25px;
	margin: 0px auto 10px;
	clear: both;
	border-bottom: 1px dashed #899E65;
	overflow:hidden; 
}


#index-concert-details h4 {
	font-size: 120%;
	font-weight: normal;
}

div.index-concert-leftbox{
	width: 270px;
	float: left;
}


p.index-concert-date {
	font-size: 100%;
	font-weight: bold;
}

p.index-concert-dane{
	font-size: 90%;
	color: #a40000;
	font-weight: bold;
}

p.index-concert-buy a{
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	background: #8DAE28;
	width: 200px;
	text-align: center;
	padding: 3px;
	text-decoration: none;
}


p.index-concert-member {
	padding: 8px 0 2px 0;
	font-size: 85%;
}
ul#index-concert-banner {
	padding: 5px 19px 40px 20px;
	clear: both;
	background: url(../img/common/bg_contents_bottom.jpg) no-repeat bottom;
}
ul#index-concert-banner li {
	padding: 0 3px 3px 0;	
	float: left;
	list-style: none;
}
li.index-concert-other {
	padding: 0 0 3px 6px !important;	
}





/****　出演者写真[index]　****/

ul.index-memberphoto{
	float: right;
	width: 300px;
}

ul.index-memberphoto li{
	float: left;
	list-style: none;
	margin: 0px 5px 5px 0px;
}

/****　出演者写真[detail]　****/

ul.detail-memberphoto{
}

ul.detail-memberphoto li{
	float: left;
	list-style: none;
	margin: 0px 5px 5px 0px;
}






#contents-details {
	padding: 10px 35px 50px 35px;
	background: url(../img/common/bg_contents_bottom.jpg) no-repeat bottom;
}

#contents-details h4 {
	font-size: 120%;
	font-weight: normal;

}

p#concert_categori{
	padding: 50px 35px 10px;
	text-align: center;
}
p#concert_categori_small{
	padding: 50px 35px 10px;
	text-align: center;
	font-size: 85%;
}

#src_month{
	margin: 20px auto;
	padding: 10px 10px;
	border: 1px #999999 solid;
	width: 580px;
	line-height: 1.3;
}

.concert-list{
	width: 585px;
	padding: 0 40px 0 15px;
	clear: both;
}

p#serching{
	margin: 10px 0px 10px 50px;
	font-weight: bold;
	font-size: 120%;
}

h4.h4_concert_detail{
	border-left: 3px #888686 solid;
	padding: 4px 10px 5px;
	margin-bottom: 20px;
	font-size: 120%;
	background: #eeeeee;
}

/* コンサートタイプ
-------------------- */

/****　定期演奏会　****/
p.index-concert-type1 {
	padding: 2px;
	background: #92b42a;
	color: #FFF;
	line-height: 1;
	font-size: 11px;
	margin: 10px 0px;
	width: 90px;
	text-align: center;
}
/****　モーツァルト定期　****/
p.index-concert-type2 {
	padding: 2px;
	background: #8f1f1f;
	color: #FFF;
	line-height: 1;
	font-size: 11px;
	margin: 5px 0px;
	width: 110px;
	text-align: center;
}
/****　特別演奏会　****/
p.index-concert-type3 {
	padding: 2px;
	background: #e7663f;
	color: #FFF;
	line-height: 1;
	font-size:11px;
	margin: 5px 0px;
	width: 80px;
	text-align: center;
}
/****　その他の演奏会　****/
p.index-concert-type4 {
	padding: 2px;
	background: #584b9c;
	color: #FFF;
	line-height: 1;
	font-size: 11px;
	margin: 5px 0px;
	width: 90px;
	text-align: center;
}

/****　庄内定期　****/
p.index-concert-type5 {
	padding: 2px;
	background: #f39800;
	color: #FFF;
	line-height: 1;
	font-size: 11px;
	margin: 5px 0px;
	width: 90px;
	text-align: center;
}

/****　団員による演奏会　****/
p.index-concert-type6 {
	padding: 2px;
	background: #7e6b5a;
	color: #FFF;
	line-height: 1;
	font-size: 11px;
	margin: 5px 0px;
	width: 130px;
	text-align: center;
}


#detail-concert-date{
	font-weight: bold;
	font-size: 150%;
}

#detail-hall{
	border: 1px #999 dashed;
	padding: 5px 5px 5px 20px;
	width: 400px;
	margin: 5px 0px 10px 5px;
}


/****　コンサート会場[index] ****/

dl.index-concert-hall {
	margin: 10px 0 10px;
	padding: 0px;
}
dl.index-concert-hall dt {
	float: left;
	width: 4em;
	padding: 3px 0;
	font-weight: bold;
	line-height: 100%;
	font-size: 80%;
}
dl.index-concert-hall dd {
	padding: 3px 0 0px 4em;
	line-height: 110%;
	font-size: 90%;
}


/****　コンサートメンバー[index] ****/

dl.index-concertmember {
	margin: 10px 0 10px;
	padding: 0px;
}
dl.index-concertmember dt {
	float: left;
	width: 8em;
	padding: 3px 0;
	font-weight: bold;
	line-height: 100%;
	font-size: 80%;
}
dl.index-concertmember dd {
	padding: 3px 0 6px 8em;
	line-height: 110%;
	font-size: 110%;
}


/****　コンサートメンバー[detail] ****/

dl#concertmember {
	margin: 30px 0 25px;
	padding: 0px 10px 0px;
	border-left: 3px #a9c74e solid;
}
dl#concertmember dt {
	float: left;
	width: 8em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 100%;
	font-size: 80%;
}
dl#concertmember dd {
	padding: 5px 0 10px 8em;
	line-height: 110%;
}



h5#catchcopy{
	font-size: 120%;
	color: #8dae28;
	font-weight: normal;
	margin-bottom: 20px;
}

p#kaisetsu{
	line-height: 1.2;
	font-size: 90%;
	margin-bottom: 20px;
}

p#text_other{
	line-height: 1.2;
	font-size: 90%;
	padding-top: 20px;
	clear: both;
}


/****　コンサート曲目[detail] ****/


table.concert-table{
	width: 100%;
	clear: both;
	margin: 5px 0px;
	padding-top: 20px;
}

table.concert-table td{
	border-left: 1px #888686 solid;
	border-bottom: 1px #888686 solid;
	padding: 10px;
}
table.concert-table td.tit{
	border-top: 1px #888686 solid;
	background: #eeeeee;
	width: 20%;
	text-align: center;
}
table.concert-table td.td_detail{
	border-top: 1px #888686 solid;
	border-right: 1px #888686 solid;
}

/****　チケット料金[detail] ****/

table.table-tickets{
	margin: 5px auto;
    width: 95%;
}

table.table-tickets td.td1{
	padding: 5px;
	border-top: 1px #888686 solid;
	text-align: center;
	background: #eeeeee;
}

table.table-tickets td.td3{
	padding: 5px;
	border-top: 1px #888686 solid;
	border-right: 1px #888686 solid;
	text-align: center;
	background: #eeeeee;
}

table.table-tickets td.td2{
	padding: 5px;
	text-align: center;
}

table.table-tickets td.td4{
	padding: 5px;
	text-align: center;
	border-right: 1px #888686 solid;
}

p#ticket-info{
	margin: 0px 50px;
	font-size: 80%;
}

.button_pdf{
	text-align: right;
	margin-right: 20px;
}



/****　会場案内 ****/


#aboutus_contents h5.h5_hall{
	border: 1px # 666 solid;
	padding: 5px 10px;
	margin: 40px 0px 20px 0px;
	background: #eeeeee;
}

.access_box{
	border: 3px #CCCCCC solid;
	padding: 5px;
	margin: 10px 0px;
	width: 95%;
}



/* INDEX 山響からのお知らせ
---------------------------------------------------- */
#index-topics {
	width: 329px;
	margin-bottom: 14px;
	float: left;
	background: url(../img/index/bg_subcontents.jpg) repeat-y;
}
#index-topics div {
	padding: 15px 16px 23px 16px;
	background: url(../img/index/bg_subcontents_bottom.jpg) no-repeat bottom;
}
#index-topics h4{
	padding: 0 5px;
	font-weight: normal;
	margin-top: 20px;
}
#index-topics p{
	padding: 5px;
	font-size: 90%;
	line-height: 1.2;
}

.topics_photo{
	text-align: center;
	margin-top: 30px;
}

p.index-topics-more{
	padding: 0 5px 5px 5px !important;
	margin-bottom: 6px;
	text-align: right;
	border-bottom: 1px dashed;
}

/***SUB PAGE(right banner) ***/

#sub_topics{
	margin-top: 20px;
	margin-bottom: 30px;
}

#sub_topics h4{
	padding: 5px 5px 0px 5px;
	font-weight: normal;
	font-size: 90%;
}

#sub_topics p {
	padding: 0 5px;
	font-size: 80%;
	line-height: 1.1;
}


/***SUB PAGE ***/

#topics_contents{
		padding: 30px 35px 50px 35px;
	background: url(../img/common/bg_contents_bottom.jpg) no-repeat bottom;
}

#topics_contents h4{
	font-size: 100%;
	margin-top: 20px;
}


#topics_contents .topics_text{
	font-size: 95%;
	line-height: 1.5;
}

p.date{
	text-align: right;
	font-size: 90%;
	color: #a9c74e;
}

p.to_detail{
	text-align: right;
}


ul#number {
	padding: 20px 0px 50px;
}

ul#number li {
    border: 1px solid #8CAF0F;
    color: #638C0B;
    display: block;
    float: left;
    height: 30px;
    line-height: 2;
    list-style: none outside none;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

ul#number li a {
    background: none repeat scroll 0 0 #8CAF0F;
    color: #FFFFFF;
    display: block;
    height: 30px;
    text-decoration: none;
    width: 30px;
}
ul#number li a:hover {
    background: none repeat scroll 0 0 #99C20F;
    color: #FFFFFF;
    display: block;
    height: 30px;
    text-decoration: none;
    width: 30px;
}


#topics_nextback{
	margin: 50px 0px 20px;
	text-align: center;
	color: #8dae28;
	font-size: 80%;
}






/* INDEX 演奏会チケット情報
---------------------------------------------------- */
#index-ticket {
	width: 329px;
	margin-bottom: 14px;
	float: right;
	background: url(../img/index/bg_subcontents.jpg) repeat-y;
}
#index-ticket div {
	padding: 15px 16px 23px 16px;
	background: url(../img/index/bg_subcontents_bottom.jpg) no-repeat bottom;
}
#index-ticket h4 {
	padding: 0 5px 5px 30px;
	margin-bottom: 6px;
	font-size: 115%;
	font-weight: normal;
	border-bottom: 1px dashed;
	background: url(../img/index/arrow.jpg) no-repeat 5px 5px;
}

/* INDEX 広告バナー
---------------------------------------------------- */
#index-banner {
	width: 670px;
	margin-bottom: 5px;
	padding-top: 40px;
	background: url(../img/index/bg_banner_top.jpg) no-repeat;
	clear: both;
}
#index-banner ul {
	padding: 2px 11px 21px 11px;
	background: url(../img/index/bg_banner_bottom.jpg) no-repeat bottom;
}
#index-banner ul li {
	padding: 0 4px 8px 4px;
	list-style: none;
	float: left;
}

/* SUBCOLUM
---------------------------------------------------- */
#subcolumn {
	background: url(../img/common/bg_contents.jpg) repeat-y;
}
#contents {
	background: url(../img/common/bg_contents_top.jpg) no-repeat top;
}
#contents h3 {
	padding: 52px 0 30px 82px;
}


/* RIGHTCOLUMN
---------------------------------------------------- */
#rightcolumn {
	width: 264px;
	margin-bottom: 10px;
	float: right;
}
table#calendar {
	width: 256px;
	margin: 4px 0 10px 8px;
	padding: 10px 9px 5px 9px;
	border: 1px solid #959595;
	background: #FFFFFF;
	font-size: 90%;
}
table#calendar td {
	width: 30px;
	padding: 3px 2px 2px 2px;
	text-align: center;
}
td.month {
	border-bottom: 1px solid;
}

td.calender_type1 a,
td.calender_type2 a,
td.calender_type3 a,
td.calender_type4 a,
td.calender_type5 a{
	background: #a9c74e;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	color: #313131;
}

td.calender_type6 a{
	background: #9c8b7c;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	color: #313131;
}

/****　定期演奏会　****/
td.calender_type1 a:hover{
	background: #455418;
	display:block;
	width:100%;
	height:100%;
	color: #fff;
}
/****　モーツァルト定期　****/
td.calender_type2 a:hover{
	background: #8f1f1f;
	display:block;
	width:100%;
	height:100%;
	color: #fff;
}
/****　特別演奏会　****/
td.calender_type3 a:hover{
	background: #e7663f;
	display:block;
	width:100%;
	height:100%;
	color: #fff;
}
/****　その他の演奏会　****/
td.calender_type4 a:hover{
	background: #584b9c;
	display:block;
	width:100%;
	height:100%;
	color: #fff;
}

/****　庄内定期　****/
td.calender_type5 a:hover{
	background: #f39800;
	display:block;
	width:100%;
	height:100%;
	color: #fff;
}

/****　団員による演奏会　****/
td.calender_type6 a:hover{
	background: #7e6b5a;
	display:block;
	width:100%;
	height:100%;
	color: #fff;
}


ul#side-nav {
	margin-left: 20px;
	padding-bottom: 10px;
}
ul#side-nav li {
	padding-left: 2px;
	list-style: none;
}
li.side-nav-tit {
	padding: 10px 0 5px 0 !important;
}
ul#side-banner {
	margin: 20px 0 0 4px;
}
ul#side-banner li {
	margin-bottom: 5px;
	text-align: left;
	list-style: none;
	font-size: 11px;
	line-height: 1.2;
}
li#banner-mobile {
	padding-top: 5px;
}
li#banner-tickets {
	padding-bottom: 5px;
	text-align: center !important;
}

/* FOOTER
---------------------------------------------------- */
#footer {
	padding: 25px 0 50px 0;
	clear: both;
	background: url(../img/common/bg_footer.jpg) repeat-x;
}
#footer p {
	width: 942px;
	margin: 0 auto 20px auto;
	color: #FFFFFF;
	text-align: center;
}

#footer p a:link{
	color: #fff;
}

#footer p a:visited{
	color: #fff;
}

#footer p a:hover{
	color: #fff;
}

#footer-sitemap {
	width: 940px;
	margin: 0 auto;
	padding-left: 9px;
}
.footer-sitemap-details {
	width: 185px;
	height: 170px;
	margin: 0 5px;
	padding: 20px;
	float: left;
	color: #FFFFFF;
	background: url(../img/common/bg_footer_sitemap.jpg);
	font-size: 13px;
}

.footer-sitemap-details li a{
	color: #FFF;
	text-decoration: none;
}

.footer-sitemap-details li a:visited{
	color: #FFF;
}

.footer-sitemap-details li a:hover{
	color: #FFF;
	text-decoration: underline;
}

.footer-sitemap-details h5 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}
h5.sitemap-tit {
	margin-top: 20px;
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* GOODS
---------------------------------------------------- */
#cd-price{
	border: 3px #999999 solid;
	margin: 10px;
	padding: 10px;
}
#cd-price ul li{
	list-style: inside;
}

/* contribution
---------------------------------------------------- */

h5.cont{
	padding: 40px 10px 0px;
	font-size: 14px;
	border-bottom: 2px #666 solid;	
}

#cont_zei{
	border: 1px #666 dotted;
	padding: 20px;
	margin: 30px auto;
}

#cont_zei h5{
	text-align: center;
}

h6.h6_cont{
	font-size: 110%;
	margin-top: 20px;
	font-weight: normal;
}

table.table_cont td{
	padding: 10px 5px;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
}


table.table_cont td.lefttop{
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
}


/***************************************
　　　　　　　グッズフォーム
****************************************/

table#form-table{
	width: 90%;
	font-size: 95%;
	margin-left: 30px;
	
}
table#form-table td{
	padding: 5px;
	border-bottom: 1px #999999 dashed;
}

table#form-table td.td01{
	background: #CCCCCC;
	padding: 5px;
}
.concert-comment {
	font-size: small;
	line-height: 1.5em;
	padding-left: 10px;
	width: 460px;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}




