
body {
	background: url(../images/bg_body.png) repeat-x left top #000;
	color: #fff;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}

/**
 * Layout
 */

.container {
	width: 950px;
	margin: 0 auto;
}

.wrapper:after {
	content: "";
	display: block;
	clear: both;
}

body > section {
	margin: 35px 0;
	padding: 20px 0 35px 0;
}

/**
 * Common styles
 */

/* text style */
section p {
	margin-bottom: 1.8em;
}
.roundHeader {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 8px;
	border-radius: 4px;
	background: #666;
	font-size: 0.7em;
}
a.roundHeader {
	color: #fff;
	text-decoration: none;
}
a.roundHeader:hover {
	background: #444;
	text-decoration: none;
}

article header > h1 {
	position: relative;
	width: 950px;
	margin: 0 auto 30px auto;
	padding: 20px;
	border-radius: 10px;
	background: #00853f;
	font-size: 2.2em;
	font-family: 'Inknut Antiqua', serif;
	font-weight: 900;
	color: #fdef42;
	text-shadow: 1px 1px 0px #005528;
}
article header > h1 span {
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 0.8em;
	font-family: sans-serif;
	text-shadow: none;
	color: #00b355;
}
section header > h1 {
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 2.2em;
	font-family: 'Inknut Antiqua', serif;
	font-weight: 900;
	color: #fdef42;
}

.en {
	font-family: 'Crimson Text', serif;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.3;
	color: #ccc;
}

.note {
	font-size: 0.8em;
	color: #ccc;
}

/* list style */
.listStyle li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 7.0em;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666;
	list-style: none;
}
.listStyle li time {
	position: absolute;
	left: 0;
	margin-right: 1em;
}
.listStyle li strong {
	font-size: 1.1em;
	font-weight: bold;
}
.listStyle li p {
	margin-bottom: 0;
}

/* link */
a {
	color: #c1ffde;
	text-decoration: underline;
}
a:hover {
	color: #2fff92;
	text-decoration: none;
}

a > img {
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a:hover > img {
	opacity: 0.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.localNav a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 15px;
	background: url(../images/icon_arrow.png) no-repeat left center;
	font-size: 0.8em;
}

/**
 * Header
 */
#globalHeader {
	height: 102px;
}
#globalHeader #logo {
	margin: 33px 0 0 5px;
	float: left;
}
#globalHeader nav {
	float: right;
	margin-top: 45px;
}
#globalHeader nav li {
	display: inline-block;
	margin-left: 20px;
}
#globalHeader nav li a {
	color: #ececec;
	font-size: 1.1em;
	font-weight: 600;
	font-family: 'Crimson Text', serif;
	text-decoration: none;
}
#globalHeader nav li a:hover {
	text-decoration: underline;
}
#globalHeader nav li:last-child {
	position: relative;
	top: -5px;
}


/**
 * Footer
 */
footer {
	margin-top: 65px;
	background: #3d3d3d;
}
footer .container {
	position: relative;
	padding: 15px 0;
}
footer #topBtn {
	position: absolute;
	top: -65px;
	right: 0;
}
footer #obj {
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .banners {
	margin-left: 97px;
}
footer .banners li {
	display: inline;
	list-style: none;
}
footer nav {
	position: absolute;
	right: 0;
	top: 20px;
	line-height: 1;
}
footer nav li {
	display: inline;
	padding: 0 3px;
}
footer nav li a {
	color: #fff;
	text-decoration: none;
}
footer nav li:after {
	content: " / ";
}
footer #copyright {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 0.8em;
	line-height: 1;
}



/**
 * Toppage
 */
#mainPic ul li img,
#mainPic ul  {
	border-radius: 10px;
	border-color: transparent;
}
#topSchedule {
	margin-bottom: 0;
	background: #2e2e2e;
}
#topSchedule h3 {
	margin-bottom: 15px;
	color: #fdef42;
	font-size: 1.2em;
	font-family: 'Inknut Antiqua', serif;
}
#topSchedule h3 #language {
	padding-left: 3em;
	font-size: 0.8em;
	font-family: 'Crimson Text', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
#topSchedule h3 #language a {
	display: inline-block;
	padding: 0.3em 0.5em 0;
	color: #ccc;
	line-height: 1;
	text-decoration: none;
}
#topSchedule h3 #language a:hover {
	background: #555;
	border-radius: 4px;
}
#topSchedule h3 #language a.sel {
	background: #ccc;
	border-radius: 4px;
	color: #333;
}
#topMovies h2,
.h2style {
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 10px;
	border-radius: 6px;
	background: #e31b23;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
}
#topSchedule h4 {
	margin-bottom: 10px;
	color: #fdef42;
}
#topSchedule .schedule {
	padding-right: 3%;
	float: left;
}
#topSchedule .schedule .listStyle {
	margin-bottom: 20px;
}
#topSchedule #liveSchedule {
	width: 65%;
}
#topSchedule #liveSchedule .listStyle li {
	padding-left: 4em;
}
#topSchedule #workshopSchedule {
	width: 35%;
}
#topSchedule .liveList {
	display: none;
}
#topSchedule .name {
	margin-right: 0.5em;
	padding: 0 3px;
	border-radius: 4px;
	background: #e31b23;
	color: #fff;
	font-size: 0.8em;
}
#topNews {
	margin-top: 0;
	background: #181818;
}

#topBio {
	position: relative;
	padding: 20px;
	background: #5e5d5d;
	border-radius: 8px;
}
#topBio .pic {
	float: left;
}
#topBio .text {
	width: 633px;
	float: right;
}
#topBio .text h2 {
	margin-bottom: 15px;
	font-size: 1.3em;
}
#topBio .readmore {
	position: absolute;
	right: 20px;
	bottom: 0;
	padding-left: 15px;
	background: url(../images/icon_arrow.png) no-repeat left center;
}

#contact {
	margin: 85px auto 70px auto;
	background: url(../images/bg_contact.png) no-repeat right center;
}
#contact .inner {
	min-height: 119px;
	padding: 28px 0 25px 145px;
	background: url(../images/icon_email.png) no-repeat left center;
}
#contact .inner p span {
	font-size: 1.1em;
	font-weight: 600;
	font-family: 'Crimson Text', serif;
}

#topMovies li {
	width: 49%;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	background: #2e2e2e;
	border: 1px solid #3e3e3e;
	border-radius: 4px;
	list-style: none;
	text-align: center;
}
#topMovies li:nth-child(2n) {
	float: right;
}
#topMovies li figure {
	display: block;
}
#topMovies li figure figcaption {
	margin-top: 15px;
	font-family: 'Crimson Text', serif;
}

/* biography */
article#biography h2 {
	margin: 20px 0;
	font-size: 1.4em;
	color: #fdef42;
}
article#biography figure li {
	float: left;
	margin: 0 16px 16px 0;
}
article#biography table {
	width: 100%;
	margin: 0 0 20px 0;
}
article#biography td {
	padding: 8px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #666;
}


/* discography */
article#discography {
	padding-bottom: 220px;
	background: url(../images/discography/bg.jpg) no-repeat center bottom;
}
article#discography .container section {
	margin-bottom: 60px;
}
article#discography .itemList > li {
	width: 30%;
	float: left;
	margin: 0 3% 3% 0;
	padding: 15px;
	background: #2e2e2e;
	border: 1px solid #3e3e3e;
	border-radius: 4px;
}
article#discography .itemList > li figure {
	min-height: 200px;
	text-align: center;
}
article#discography .itemList > li h3 {
	margin: 10px 0;
	font-size: 1.1em;
}
article#discography .itemList > li p {
	margin-bottom: 0;
	font-size: 0.9em;
}
article#discography .shopList  {
	margin: 10px 0;
}
article#discography .shopList li {
	float: left;
	margin-right: 5px;
}
article#discography .shopList li:first-child {
	padding: 5px 5px 0 0;
	font-family: 'Inknut Antiqua', serif;
	font-weight: 900;
	color: #888;
	font-size: 0.8em;
}
article#discography .shopList li a {
	display: inline-block;
	padding: 2px 5px;
	background: #666;
	border-radius: 6px;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
article#discography .shopList li a:hover {
	background: #555;
}
#lineup-font-size-sampler {
	display: none;
}


/* workshop */
article#workshop section {
	margin-bottom: 30px;
	padding: 20px;
	background: #181818;
	border-radius: 8px;
}
article#workshop section h2 {
	display: inline-block;
	margin: 0 0 10px -25px;
	padding: 3px 30px;
	background: #000;
	border: 1px solid #444;
}
article#workshop section h3 {
	margin: 15px 0 10px 0;
	color: #fdef42;
}
article#workshop section h3 .en {
	color: #fdef42;
}
article#workshop section .listStyle li {
	padding-left: 12em;
}
article#workshop section .listStyle p {
	margin-bottom: 1.5em;
}
article#workshop section .tama {
	min-height: 80px;
	background: url(../images/icon_tama.png) no-repeat 6em top;
}
article#workshop section .djembe {
	min-height: 80px;
	background: url(../images/icon_djembe.png) no-repeat 6em top;
}
article#workshop section .sabar {
	min-height: 80px;
	background: url(../images/icon_sabar.png) no-repeat 6em top;
}
article#workshop section .question {
	position: relative;
	top: -0.7em;
}
article#workshop #musical_instrument {
	margin-top: 80px;
}
article#workshop #musical_instrument li:after {
	content: "";
	display: block;
	clear: both;
}
article#workshop #musical_instrument figure {
	width: 120px;
	float: left;
	text-align: center;
}
article#workshop #musical_instrument p {
	width: 780px;
	float: right;
	padding: 15px;
	border-radius: 8px;
	background: #292929;
}
