@charset "utf-8";

/* =============================================================

　　BASE CSS　（ベース・レイアウト設定）

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
	height: 100%;
}

body {
	color: #000;
	font-family: "Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
	font-size: 1.4em;
	text-align: center;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	line-height: 24px;
}


/*  画像 基本設定
-------------------------- */

img {
	border: none;
	vertical-align: top;
}


/*  リンク 基本設定
-------------------------- */

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

#header a,
#footer a {
	display: inline-block;
}


/*  テキスト 基本設定
-------------------------- */

strong,
em {
	font-weight: bold;
}


/*  フォーム 基本設定
-------------------------- */
	
input,
select,
textarea {
	padding: 2px;
	border-radius: 0 !important;
}

input[type="text"] {
	-webkit-appearance: none;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"] {
	border-radius: 0;
}

input[type="text"],
input[type="password"],
textarea,
select { 
	outline: none;
	border: 1px solid #ccc;
}

form textarea {
	resize: vertical;
	width: 100%;
	-webkit-appearance: none;
}



/*  コンテナー　レイアウト設定
---------------------------------------------*/

#container {
	position: relative;
	width: 100%;
 	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: center;
}


/* 真ん中寄せ */
.boxInner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/*  ヘッダー レイアウト設定
---------------------------------------------*/

#headerTop,
#headerScroll {
	top: 0;
	left: 0;
	width: 100%;	
	border-bottom: 1px solid #eaeaea;
}

/* -------- ヘッダートップ -------- */

#headerTop {
	z-index: 80;
	position: absolute;
	height: 80px;
	background: #fff;
}

/* -------- ヘッダースクロール -------- */

#headerScroll {
	display: none;
	position: fixed;
	z-index: 200;
	height: 74px;
	background: rgba(255,255,255, 0.9);
}

/* -------- サイトロゴ -------- */

#header .ttlSiteLogo {
	float: left;
	padding-top: 20px;
}

#headerScroll .ttlSiteLogo {
	padding-top: 22px;
}

/* リンク触れた時 */
#header .ttlSiteLogo a:hover {
	opacity: 0.6;
}

#headerScroll .ttlSiteLogo img {
	width: 138px;
}

/* -------- グローバルナビ -------- */

#header .boxGlobalNav {
	margin-left: 42px;
}

#headerScroll .boxGlobalNav {
	margin-left: 74px;
}

#header .boxGlobalNav,
#header .boxGlobalNav > ul > li {
	float: left;
}

/* -- グローバルナビ一覧 -- */

#header .boxGlobalNav > ul > li {
	position: relative;
	height: 78px;
	margin-left: 12px;
}

#headerScroll .boxGlobalNav > ul > li {
	height: 74px;
}

#header .boxGlobalNav > ul > li:first-child {
	margin-left: 0;
}

#header .boxGlobalNav > ul > li:before {
  position: absolute;
  left: 10px;
  bottom: 15px;
  transition: all 0.2s ease;
  clear: both;
  width: 78px;
  height: 0;
  background: #e34040;
  content: "";
}

#headerScroll .boxGlobalNav > ul > li:before {
	bottom: 21px;
}

#header .boxGlobalNav > ul > li:hover:before,
.cate-top #header .boxGlobalNav .btnTop:before,
.cate-conductor #header .boxGlobalNav .btnConductor:before,
.cate-history #header .boxGlobalNav .btnHistory:before,
.cate-column #header .boxGlobalNav .btnColumn:before,
.cate-message #header .boxGlobalNav .btnMessage:before,
.cate-information #header .boxGlobalNav .btnInfo:before {
  height: 2px;
}

#header .boxGlobalNav > ul > li > a {
	padding: 28px 10px 22px;
}

#headerScroll .boxGlobalNav > ul > li > a {
	padding-top: 32px;
	padding-bottom: 26px;
}

#header .boxGlobalNav > ul > li > a > span {
	position: relative;
	width: 78px;
	height: 30px;
	background-image: url(../img/header/gnav-bg-btn.png);
}

#headerScroll .boxGlobalNav > ul > li > a > span {
	height: 16px;
}

/* トップ */
#header .boxGlobalNav .btnTop span {
	background-position: 2px 0;
}

/* 50年の軌跡 */
#header .boxGlobalNav .btnHistory span {
	background-position: -110px 0;
}

/* 歴代指揮者 */
#header .boxGlobalNav .btnConductor {
	margin-left: 17px;
}

#header .boxGlobalNav .btnConductor span {
	background-position: -226px 0;
}

/* 語り継ぐ都響 */
#header .boxGlobalNav .btnColumn {
	margin-left: 20px;
}

#header .boxGlobalNav .btnColumn span {
	background-position: -344px 0;
}

/* メッセージ */
#header .boxGlobalNav .btnMessage {
	margin-left: 8px;
}

#header .boxGlobalNav .btnMessage span {
	background-position: -452px 0;
}

/* お知らせ */
#header .boxGlobalNav .btnInfo {
	margin-left: 4px;
}

#header .boxGlobalNav .btnInfo span {
	background-position: -554px 0;
}

/* -- サブメニュー -- */

#header .boxGlobalNav .boxSubMenu {
	display: none;
	position: absolute;
	top: 78px;
	left: -50px;
	width: 206px;
	padding: 8px 20px 18px;
	border: 1px solid #dcdcdc;
	background: #f4f4f4;
	font-size: 0.9em;
}

#header .boxGlobalNav .boxSubMenu,
#header .boxGlobalNav .boxSubMenu a {
	color: #656565;
}

#headerScroll .boxGlobalNav .boxSubMenu {
	top: 72px;
}

#header .boxGlobalNav .boxSubMenu:before,
#header .boxGlobalNav .boxSubMenu:after {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-top: 10px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  content: "";
}

#header .boxGlobalNav .boxSubMenu:before {
	border-bottom-color: #ccc;
}

#header .boxGlobalNav .boxSubMenu:after {
	top: -19px;
	border-bottom-color: #f4f4f4;
}

#header .boxGlobalNav .boxSubMenu > li > a {
	display: block;
	padding-top: 12px;
}

#header .boxGlobalNav .boxSubMenu > li > a:hover {
	font-weight: bold;
	text-decoration: underline;
}


/* -------- SNSボタン -------- */

#header .boxSNS {
	float: right;
	padding: 27px 2px 0 0;
}

#headerScroll .boxSNS {
	padding-top: 24px;
}

#header .boxSNS li {
	float: left;
	margin-left: 7px;
}

#header .boxSNS li:first-child {
	margin-left: 0;
}

/* リンク触れた時 */
#header .boxSNS li a:hover {
	opacity: 0.6;
}



/*  コンテンツ レイアウト設定
---------------------------------------------*/

#content {
	padding-top: 80px;
	padding-bottom: 160px; /* フッターの高さ分 */
}

#main {
	position: relative;
	float: left;
	width: 615px;
	z-index: 0;
	padding-bottom: 100px;
}

#main:before {
	position: absolute;
	top: 0;
	left: 640px;
	z-index: -1;
	width: 320px;
	height: 100%;
	background: #fff;
	content: "";
}

#side {
	position: relative;
	z-index: 0;
	float: right;
	width: 320px;
}

/*  フッター レイアウト設定
---------------------------------------------*/

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 160px;
	background: #f7f7f7;
}

#footer,
#footer a {
	color: #666;
}

#footer .boxInner {
	padding: 35px 0 0;
	text-align: center;
}

/* -------- サイトナビ -------- */

#footer .boxSiteNav {
	margin-bottom: 28px;
	font-size: 0.9em;
}

#footer .boxSiteNav ul {
	display: inline;
}

#footer .boxSiteNav ul > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#footer .boxSiteNav ul > li:before,
#footer .boxSiteNav ul > li:first-child:after {
	position: absolute;
	top: 5px;
	width: 1px;
	height: 12px;
	border-left: 1px solid #666;
	content: "";
}

#footer .boxSiteNav ul > li:before {
	right: 0;
}

#footer .boxSiteNav ul > li:first-child:after {
	left: 0;
}

/* リンク */
#footer .boxSiteNav ul > li > a {
	display: block;
	padding: 0 16px;
}

/* -------- ホームリンク -------- */

#footer .boxHomeLink {
	width: 558px;
	margin: 0 auto;
}

#footer .btnHomeLink,
#footer .txtSpecialSite {
	float: left;
}

/* リンク */
#footer .btnHomeLink a {
	display: block;
	width: 186px;
	padding: 4px 20px;
	border-radius: 2px;
	background: #242424;
	color: #cdcdcd;
	font-size: 0.9em;
	text-align: center;
}

/* リンク触れた時 */
#footer .btnHomeLink a:hover {
	background: #4c4c4c;
	text-decoration: none;
}

/* スペシャルサイト */
#footer .txtSpecialSite {
	margin-left: 16px;
	padding-top: 2px;
}

/* -------- ページトップボタン -------- */

#footer #btnPageTop {
	z-index: 300;
	margin-left: 920px;
}

/* リンク */
#footer #btnPageTop a {
	display: block;
	background: #424242;
}

/* リンク触れた時 */
#footer #btnPageTop a:hover {
	background: #000;
}

