@charset "utf-8";
/* CSS Document */

/*
基本設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
	color: #666666;
}

div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.2em;
}

img,table {
	border: none;
}

ol,ul {
	list-style-type: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #666666;
}

a:hover,
a:active {
	color: #666666;
	text-decoration: none;
}



/* タイトルまわり
------------------------------------------------------------*/
#title {
	width: 515px;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid #002253;
}

#title-sub {
	margin-top: 15px;
}

#breadcrumbs-list {
	width: 515px;
	padding-top: 6px;
	color: #999999;
	font-size: 1em;
	line-height: 130%;
}


#breadcrumbs-list a {
	color: #999999;
	text-decoration: underline;
}

#breadcrumbs-list a:hover {
	color: #999999;
	text-decoration: none;
}


/* ページトップリンク 
------------------------------------------------------------*/

.page-top {
	position:relative;
  float:left;
	margin-bottom: 68px;
	padding-left: 440px;
	text-align: left;
}

.page-top a {
	display: block;
	width: 75px;
	height: 14px;
	background: url(../images/share/icon_f_top.gif) no-repeat;
	text-indent: -9999px;
	font-size :5px;
	overflow: hidden;
}

.page-top a:hover {
	background-position: 0 -14px;
}


.bottom-margin {
position:relative;
float:left;
display:block;
width:5px;
height:5px;
color:#FFFFFF;
clear:both;
}


/*
N響情報・トップ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.information dl.info-list {
	width: 515px;
	padding-top: 12px;
	border-top: 1px solid #999999;
	line-height: 190%;
	font-size: 1.2em;
}

.information dl.info-list:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.information dl.info-list { display:inline-block; }
/*\*/
* html .information dl.info-list { height:1%; }
.information dl.info-list { display:block; }
/**/

.information dl.info-list dt {
	float: left;
	width: 123px;
	margin: 0px 6px 0px 0px;
	padding-bottom: 20px;
	color: #8091A9;
}

/*\*/
.information dl.info-list dt {
	clear: both;
}
/**/

.information dl.info-list dd {
	float: left;
	width: 370px;
	padding-bottom: 18px;
}

.information dl.info-list dd.new img {
	margin-bottom: -1px;
}

.information dl.info-list dd.pdf img {
	margin-bottom: -3px;
}

* html .information dl.info-list dd.new {
	padding-top: 4px;
}

* html .information dl.info-list dd.pdf {
}


/*\*/
* html .information dl.info-list dd {
	float: none;
}
/**/

*:first-child + html .information dl.info-list dd {
	float: none;
}

.information dl.info-list dd img {
	margin: 0px 0px 0px 4px;
}



/*
N響情報・指揮者変更
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.information {
	width: 515px;
	padding: 58px 0px 160px;
}

.information dl.info-lead {
	margin-bottom: 17px;
	border-top: 5px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

.information dl.info-lead dt {
	padding: 7px 0px 5px;
	font-size: 1.4em;
}

.information dl.info-lead dd {
	padding-bottom: 10px;
	font-size: 1.6em;
}

.information p.text {
	line-height: 183%;
}


/* リンク 
------------------------------------------------------------*/

.information ul.link-list {
	margin: 11px 0px 45px;
	font-size: 1.2em;
	line-height: 190%;
}

.information ul.link-list li a,
.information dl.member dd a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
/*	font-size: 0.91em;  20100826*/
}
.information ul.link-list li a:hover,
.information dl.member dd a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}


/* 画像 
------------------------------------------------------------*/

.information p.img {
	font-size: 1.1em;
}

.information p.img span {
	display: block;
	padding-top: 7px;
	color: #999999;
}


/* 受賞内容
------------------------------------------------------------*/

.information dl.prize-list {
	margin: 11px 0px 45px;
}

.information dl.prize-list dt {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 190%;
}

.information dl.prize-list dd {
	font-size: 1.2em;
	line-height: 180%;
}

/*
N響情報・定期会員
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.information dl.member {
	width: 515px;
	margin-bottom: 52px;
	padding-top: 6px;
	border-top: 1px solid #999999;
	line-height: 190%;
}

.information dl.member:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.information dl.member { display:inline-block; }
/*\*/
* html .information dl.member { height:1%; }
.information dl.member { display:block; }
/**/

.information dl.member dt {
	float: left;
/*	width: 122px;  2010.08.26*/
	margin: 3px 8px 0px 0px;
	color: #8091A9;
	font-size: 1.2em;
}

/*2010.08.26追記*/
dt.date01{
	width:122px;
}
/*2010.08.26追記ここまで*/



/*\*/
.information dl.member dt {
	clear: both;
}
/**/

.information dl.member dd {
	float: left;
	width: 380px;
}

/*\*/
* html .information dl.member dd {
	float: none;
}
/**/

*:first-child + html .information dl.member dd {
	float: none;
}

.information dl.member dd h3 {
	margin-bottom: 18px;
	padding-left: 3px;
	line-height: 185%;
	font-size: 1.4em;
	font-weight: bold;
}

.information dl.member dd p.details {
	margin-bottom: 17px;
	padding-left: 3px;
}

.information dl.member dd p.details02 {
	margin-bottom: 23px;
	padding-left: 3px;
}

.information dl.member dd p.details02 span {
	color: #FF0000;
}

.information dl.member dd ul {
	margin-bottom: 23px;
	line-height: 180%;
}


/*
PDF-ICON
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a.icon-pdf {
	display: block;
	position: relative;
	float: left;
	width :25px;
	height: 14px;
	margin-top: 3px;
	background: url(../images/share/icon_d_pdf.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

a:hover.icon-pdf {
	background-position: 0 -14px;
}


/*2010.08.26、10.01追記*/

p.asterisk01{margin-left:2em;text-indent:-1em}

.asterisk02 ul{margin:0px !important;}
.asterisk02 li{
	margin-left:1em;
	text-indent:-1em;
	list-style:none;
}

.asterisk01,.asterisk02{
	font-size:1em;
}

.asterisk02 li{
	line-height:1.2em;
	font-size:1.2em;
}

/*2011.04.11 追記*/

.ticket-contact-n {
  display:block;
  margin:0;
  padding:0 0 4px 0;
  font-size:1.2em;
}
.ticket-contact-n:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.ticket-contact-n p {
  float:left;
  margin:0;
  padding:0 10px 0 0;
  font-size:1.2em;
  color:#666666;
  line-height:140%;
}
.ticket-contact-n p img {
  padding:0;
  margin:0 10px -2px 0;
}

