﻿/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
video, .replacement {
  z-index: 95;
}
.replacement {
  display: none;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: transparent;
	position: relative;
}

.jspDrag
{
	background: #beaa6e;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.secSchedule .columnL .jspDrag{
	background: #fff;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
@charset "UTF-8";
body {
  width: 100%;
  background: url(../img/bg01.gif) center center repeat-y #000;
  color: #fff;
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', Helvetica, Arial, sans-serif !important;
}

a {
  color: #fff;
}
a:hover img {
  opacity: 0.7;
}

p {
  line-height: 1.8;
}
p a:hover {
  text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}

header {
  width: 1024px;
  height: 245px;
  background: url(../img/bg_header.png) left top no-repeat;
  position: relative;
}
header a {
  display: block;
  position: absolute;
  left: 70px;
  top: 118px;
}

footer {
  margin: 0 auto;
  width: 1024px;
  height: 134px;
  text-align: center;
  line-height: 134px;
}

#container {
  width: 864px;
  padding: 30px 30px 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#container_wide {
  width: 964px;
  padding: 30px 30px 0;
  overflow: hidden;
  position: relative;
}

#mainimg {
  margin: 0 auto 35px;
  display: block;
  z-index: 90;
  min-height: 524px;
  width: 964px;
}

.sec01 {
  padding: 0 50px 50px;
  overflow: hidden;
}
.sec01 .columnL {
  width: 516px;
  float: left;
}
.sec01 .columnR {
  width: 300px;
  float: right;
}
.sec01 .sec01In {
  padding: 15px 0 15px 15px;
}

.sec02 {
  width: 413px;
  position: absolute;
  top: 590px;
  left: 500px;
}
.sec02 .sec02In {
  padding: 15px 0 15px 15px;
}

h1 {
  padding: 0;
  margin: 0;
}

h2 {
  margin: 0;
  height: 50px;
  background: url(../img/bg_tit01.png) left bottom no-repeat;
  width: 100%;
  overflow: hidden;
}

.newsList01 {
  height: 550px;
  width: 500px;
  overflow: hidden;
}
.newsList01 a {
  color: #dfd5b7;
  text-decoration: none;
}
.newsList01 a:hover {
  text-decoration: underline;
}
.newsList01 dl {
  margin: 0;
}
.newsList01 dl:after {
  content: "■";
  color: #be0a14;
}
.newsList01 dl dd {
  margin: 0;
}

.txtProfile {
  height: 550px;
  overflow: hidden;
  padding-right: 15px;
}
.txtProfile h3 {
  font-size: 32px;
  margin: 0;
}

.secSchedule .columnL {
  float: left;
  width: 115px;
  background-color: #c7b27f;
  background: linear-gradient(to bottom, #c8b482 0%, #b9a25f 50%, #a58c32 100%);
}
.secSchedule .columnL ul {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
.secSchedule .columnL ul li a {
  color: #000;
  text-decoration: none;
  line-height: 2;
}
.secSchedule .columnL ul li a:hover {
  color: #fff;
}
.secSchedule .columnL ul li.active a {
  color: #fff;
}
.secSchedule .columnR {
  float: right;
  width: 744px;
}
.secSchedule .columnR ul {
  margin: 0;
  float: left;
  width: 684px;
  background-color: #e6e6e6;
  padding: 30px;
  list-style: none;
  min-height: 736px;
}
.secSchedule .columnR ul li {
  width: 100%;
  min-height: 257px;
  padding-bottom: 40px;
  border-bottom: 5px solid #969696;
  margin-bottom: 25px;
  position: relative;
  color: #000;
}
.secSchedule .columnR ul li .imgFlyer {
  position: absolute;
  top: 0;
  right: 0;
}
.secSchedule .columnR ul li .eventDate {
  font-size: 20px;
  font-family: serif;
  line-height: 1;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
.secSchedule .columnR ul li .upDate {
  font-size: 12px;
  font-family: serif;
  line-height: 1;
  margin-bottom: 10px;
}
.secSchedule .columnR ul li .eventTitle {
  margin-bottom: 15px;
  font-weight: bold;
}
.secSchedule .columnR ul li dl {
  line-height: 1.6;
  font-size: 12px;
  overflow: hidden;
  width: 470px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.secSchedule .columnR ul li dl dt {
  float: left;
}
.secSchedule .columnR ul li dl dd {
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.secSchedule .columnR ul li a {
  color: #a58c32;
  text-decoration: none;
}
.secSchedule .columnR ul li a:hover {
  text-decoration: underline;
}

.secDiscography ul.ul_discography {
  margin: 0;
  background-color: #e6e6e6;
  padding: 35px 25px 35px 35px;
  list-style: none;
}
.secDiscography ul.ul_discography > li {
  min-height: 140px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.secDiscography ul.ul_discography > li .detail {
  float: left;
  width: 180px;
  font-size: 12px;
  font-family: serif;
  line-height: 1.7;
  color: #000;
}
.secDiscography ul.ul_discography > li .detail > a {
  display: inline-block;
}
.secDiscography ul.ul_discography > li .detail img {
  padding-bottom: 8px;
}
.secDiscography ul.ul_discography > li .detail > p {
  margin: 0;
}
.secDiscography ul.ul_discography > li .detail .btnBuy {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', Helvetica, Arial, sans-serif !important;
  margin-top: 8px;
}
.secDiscography ul.ul_discography > li .detail .btnBuy > a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 0 8px 3px;
  border-bottom: 2px solid #000;
}
.secDiscography ul.ul_discography > li .detail .btnBuy > a:hover {
  border-bottom-color: #e6e6e6;
}
.secDiscography ul.ul_discography > li .secTrack {
  display: block;
  overflow: hidden;
  margin-left: 250px;
}
.secDiscography ul.ul_discography > li .secTrack .trackList {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 12px;
  font-family: serif;
  line-height: 1.7;
  color: #000;
}

.listWorks {
  text-align: center;
}
.listWorks .listWorksIn {
  text-align: left;
  display: inline-block;
}
.listWorks .listWorksIn a {
  text-decoration: none;
}
.listWorks .listWorksIn a:hover {
  color: #beaa6e;
}
.listWorks .listWorksIn ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.listWorks .listWorksIn ul li {
  float: left;
  padding-left: 40px;
}
.listWorks .listWorksIn ul li:first-child {
  padding-left: 0;
}
.listWorks .listWorksIn ul li.active a {
  color: #beaa6e;
}

.secWorks .secWorksContent {
  width: 864px;
  background-color: #e6e6e6;
}
.secWorks h3 {
  height: 37px;
  width: 841px;
  background: url(../img/works/bg_tit.gif) center top repeat-y #a58c32;
  padding: 8px 0 0 23px;
  margin: 0;
}
.secWorks table {
  width: 864px;
  font-size: 12px;
  color: #000;
  background-color: #e6e6e6;
  margin: 0;
}
.secWorks table th, .secWorks table td {
  padding: 4px 20px;
  font-weight: normal;
  text-align: left;
}
.secWorks table .odd {
  background-color: #fff;
}
.secWorks table .th1 {
  width: 23%;
}
.secWorks table .th2 {
  width: 27%;
}

.mail {
  font-size: 19px;
  margin: 0;
  font-weight: bold;
}
.mail a {
  text-decoration: none;
}
.mail a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  background: url(../img/ico_s01.png) left center no-repeat;
  margin: 10px 0 10px 33px;
  height: 16px;
  width: 100%;
}

.twitterWidget {
  margin-bottom: 30px;
}

.serif {
  font-family: serif;
}

#gnav {
  width: 100%;
  position: absolute;
  top: 245px;
  left: 0;
  z-index: 100;
  height: 500px;
  overflow: hidden;
}
#gnav ul {
  height: 360px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: url(../img/gnav/bg_gnav_index.png) 21px 74px no-repeat;
}
#gnav ul li {
  height: 35px;
  margin-bottom: 8px;
  padding-left: 22px;
  padding-right: 50px;
  position: absolute;
}
#gnav ul li.currentPage {
  left: 0 !important;
}
#gnav ul li a:hover img {
  opacity: 1;
}
#gnav ul li img {
  padding: 8px 0 7px 0;
}
#gnav ul #gnav01 {
  background: url(../img/gnav/bg_gnav01.png) left center no-repeat;
  width: 117px;
  top: 53px;
  left: -92px;
}
#gnav ul #gnav01 a {
  display: block;
}
#gnav ul #gnav02 {
  background: url(../img/gnav/bg_gnav02.png) left center no-repeat;
  width: 267px;
  top: 96px;
  left: -242px;
}
#gnav ul #gnav03 {
  background: url(../img/gnav/bg_gnav03.png) left center no-repeat;
  width: 247px;
  top: 139px;
  left: -222px;
}
#gnav ul #gnav04 {
  background: url(../img/gnav/bg_gnav04.png) left center no-repeat;
  width: 185px;
  top: 182px;
  left: -160px;
}
#gnav ul #gnav04 a {
  display: block;
}
#gnav ul #gnav05 {
  background: url(../img/gnav/bg_gnav05.png) left center no-repeat;
  width: 130px;
  top: 225px;
  left: -105px;
}
#gnav ul #gnav05 a {
  display: block;
}
#gnav ul #gnav06 {
  background: url(../img/gnav/bg_gnav06.png) left center no-repeat;
  width: 112px;
  top: 268px;
  left: -88px;
}
#gnav ul #gnav06 a {
  display: block;
}
#gnav ul #gnav07 {
  background: url(../img/gnav/bg_gnav07.png) left center no-repeat;
  width: 144px;
  top: 311px;
  left: -119px;
}
#gnav ul #gnav07 a {
  display: block;
}

.scroll_area {
  outline: none;
}
