@charset "UTF-8";

body {
	color:#333;
	width:100%;
	min-width: 320px;
	text-align:left;
	background:#fff;
}
/*.contentsBody_s {
	width: 960px;
	padding:40px 0px 40px 0px;
	margin:0px auto;
}*/
.contentsBody {
	width: 1080px;
	min-width: 320px;
	padding: 0px 0px 40px 0px;
	margin: 0px auto;
}
.contentsBody h2 {
	font-family: 'Cardo', serif;
	color:#666;
	font-size: 36px;
	font-weight: 300;
	margin: 0px auto 40px auto;
	padding: 1.8em 20px;
	border-left: 1px solid #666;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.tax {
	font-size: 80%;
}
.note {
	font-size: 80%;
}

/*
#mainArea
*/
#mainArea {
	width: 100%;
	height: auto;
	padding-top: 60px;
	background-color: #000;
	position: relative;
}
#mainArea #main {
	width: 100%;
	/*max-width: 1200px;*//*「Tree」差し替え時に隠した*/
	height: calc(100vw*.61);
	max-height: 740px;
	background: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	background-color: #000;
	position: relative;
	margin: auto;
}

#main h1 {
	width: 40%;
	position: absolute;
	/*top: calc(60vw/10);*//* ツアーステッカーの為に少し上に移動 */
	/*top: calc(100vw/10);*/
	top: calc(350vw/10);
	right:5%;
	text-align: center;
}
#main h1 img {
	width:100%;
	max-width: 480px;
	height: auto;
}
#main h1 .artist {
	margin-bottom: 20px;
}
#main h1 .title {
	margin: 20px auto 40px;
}
#mainArea .tourbadge {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 5%;
	right: 19%;
	/*bottom: 1%;*/
	/*right: 2%;*/
	text-align: center;
	border-radius: 50%;
	background: #000;
	/*background: #9c5563;*/
	/*background: #a7b0f9;*/
}
#mainArea .tourbadge img {
	width: 100%;
	height: 100%;
}
#mainArea .tourbadge img:hover {
	transform: rotate(10deg);
}


/*
#newsArea
*/
#newsArea {
	width:100%;
	background: #f3f3f3;
	padding: 0px 0 60px;
}
#newsArea h2 {
	font-size:24px;
	border-left: 0px solid #666;
}
#news {
	max-width: 1080px;
	margin: 0px auto;
}
#news .heading {
	width: 20%;
}
#newsList {
	/*width: 80%;*//* 変更2024.01.09 */
	margin: 30px auto 0px auto;
}
#news ul {
	color:#333;
	width: 100%;
	text-align: left;
	margin:15px 0px 0px 0px;
	list-style: none;
	overflow: scroll;
}
#news ul li {
	font-size: 13px;
	line-height: 16px;
	margin:0px auto 5px auto;
	clear: both;
	list-style: none;
}
#news ul li a {
	color:#333;
}
#news ul li a:hover {
	color:#ff9999;
}
#news ul li span.date {
	color:#666;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 5px 5px 5px;
}
#news ul li span.text {
	color:#333;
	font-size: 15px;
	display: inline-block;
	padding: 5px 5px 5px 5px;
}
#news ul li span.text::before {
	content: "|";
	font-size: 16px;
	padding-right: 5px;
}

/*Releaseエリアと同じ背景グラデーション*/
.bg_grd1 {
	background: rgb(229,225,214);
	background: linear-gradient(180deg, rgba(229,225,214,1) 0%, rgba(255,255,255,1) 50%);
}

/* リリースエリアを「indiansummer」バージョンにする為、cssをまるっと移植 
ただ.contentsBodyの幅指定が違う為、「indiansummer」の.contentsBodyの幅指定を
#releaseArea .contentsBody　に追加反映して調整　2023.08.24
*/
/*
Release
*/
#releaseArea {
	background-color: #fff;
}
/* 今と前とで全体の.contentsBodyの幅指定が違う為、
ピンポイントで#releaseArea .contentsBodyに追加指定　2023.08.24 
*/
#releaseArea .contentsBody {
	width: 960px;
	padding:40px 0px 40px 0px;
	margin:0px auto;
}
#lead {
	color:#666;
}
#lead .contentsBody {
	color:#666;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
#lead .contentsBody figure {
	width: 40%;
	max-width: 320px;
	margin-top: -70px;
}
#lead .contentsBody figure img {
	width: 100%;
	height: auto;
}
#lead .contentsBody div.text {
	/*width: 60%;*/
	width: 90%;
	margin: 0 40px;
}
#lead h3 {
	color:#333;
	font-size: 22px;
	margin: 10px auto 20px;
}
#lead p {
	font-size:15px;
	line-height:150%;
	margin:5px auto 10px;
}
#release {
	background: rgb(229,225,214);
	background: linear-gradient(180deg, rgba(229,225,214,1) 0%, rgba(255,255,255,1) 50%);
}
#release .artwork {
	width:40%;
	text-align:center;
	float: left;
	margin: 0px auto 20px auto;
}
#release .artwork figure {
	margin: 0px auto 20px auto;
}
#release .artwork figcaption {
	font-size: 14px;
}
#release .artwork figure img {
	max-width:480px;
	width:100%;
	height:auto;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	margin: 0px auto 10px auto;
}

#release #dataArea {
	width:50%;
	text-align: center;
	float: right;
	margin: 20px auto 20px auto;
}
#release #dataArea img {
	width: 100%;
	height: auto;
}
#release #dataArea .data {
	width: 70%;
	padding-top: 20px;
	margin: 10px auto 0px auto;
}
#release #dataArea .data p.type {
	color:#333;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#release #dataArea .data p.spec {
	color:#666;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
#release #dataArea .data .tax {
	font-size: 80%;
}
#release #dataArea .data p.note {
	color:#666;
	font-size: 10px;
}

#release p.artist {
	margin:0px 0px;
}
#release p.sub {
	margin:10px 0px 0px 0px;
}
#release p.title {
	margin:0px 0px 0px 0px;
}
#release p.release {
	margin:0px 0px;
}
#release p.note {
	color:#666;
	font-size:10px;
	line-height:12px;
	margin:0px 0px 10px 0px;
}

/*汎用のリリース系コンテンツ*/
.contentsBody.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em;
}
.release_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
}
.release_item.col1 {
	width: 100%;
}
.release_item.col2 {
	width: 48%;
}
.release_item .artwork {
	text-align:center;
	width: 50%;
}
.release_item .artwork img {
	width: 100%;
}
.release_item .artwork figure {
	width: 100%;
	margin: 0px auto 20px auto;
}
.release_item .artwork figcaption {
	font-size: 14px;
}
.release_item .data {
	text-align: center;
	width: 50%;
	padding-top: 0px;
	margin: 0px auto 0px auto;
}
.release_item .data p.type {
	color:#333;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.release_item .data p.spec {
	color:#666;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.release_item .data .tax {
	font-size: 80%;
}
.release_item .data p.note {
	color:#666;
	font-size: 10px;
}
/*汎用のリリース系コンテンツ ここまで*/

#special {
	width: 100%;
	padding: 0px 0px;
	margin: 0px auto 0px auto;
	/*border: 1px solid #fff;*//* 変更2024.01.09 */
	/*border-radius: 10px;*//* 変更2024.01.09 */
	background: #f6f5eb;
}

#special h3 {
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 5px;
	margin: 5px 0px 5px 0px;
}
#special .special {
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	padding: 30px;
	margin: 20px 0px 20px 0px;
	display: flex;
	justify-content: space-between;
}
#special p {
	font-size:14px;
	text-align:left;
	margin:10px 5px 10px 5px;
}
#special ul {
	font-size:16px;
	margin:20px 5px 10px 20px;
	list-style: none;
}
#special ul li {
	text-indent: -1em;
	margin:5px auto 5px auto;
}
#special ul li::before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #513e3e;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}
#special .special figure {
	text-align: center;
}
#special .special figure img {
	width: 100%;
	max-width: 420px;
	margin: auto;
}
#special .special1 figure {
	width: 30%;
}
#special .special1 .text {
	width: 65%;
}
#special .special2 figure {
	width: 50%;
}
#special .special2 .text {
	width: 45%;
}

/*
Tracklist
*/
#tracklist {
	background: #fff;
	margin: 0px 0px 0px 0px;
}
#tracklist .flex {
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#tracklist .disc_full {
	margin-bottom: 30px;
}
/* #tracklist h3 上に罫線追加(shopの罫線と同じ) 2023.12.12 */
#tracklist h3 {
	color:#333;
	font-size: 20px;
	text-align: center;
	letter-spacing: .5rem;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}
/*#tracklist h3 {
	color:#333;
	font-size: 20px;
	letter-spacing: .5rem;
	text-align: center;
	margin:0px 0px 30px 0px;
}*/
#tracklist h4 {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	border-bottom: 1px solid #9d8b5c;
	padding-bottom: 10px;
	margin:0px 0px 10px 0px;
}
#tracklist h4 span {
	font-size: 80%;
	font-weight: 400;
}
#tracklist h5 {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	margin:0px 0px 10px 0px;
}
#tracklist h5 span {
	font-size: 80%;
}
#tracklist .disc .sub {
	color: #79501a;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	border-bottom: 1px solid #9d8b5c;
	padding-bottom: 10px;
	margin:0px 0px 10px 0px;
}
#tracklist .disc {
	width: 45%;	
	/*margin: 20px auto 30px 0;*//*「Tree」差し替え時に隠した*/
}
#tracklist .flex ul {
	margin: 20px auto 10px 0;
}
#tracklist ul li {
	font-size:15px;
	line-height: 20px;
	color:#333;
	list-style:none;
	text-align: left;
	margin:5px 0px 5px;
}
#tracklist ul li .note {
	font-size:12px;
	color:#666;
	display: block;
	margin:10px 0px;
}
#tracklist .trackNum {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	width: 20px;
	display:inline-block;
	margin:0px 5px 0px 0px;
}
/* .xs 「Tree」差し替え時に追加　2023.12.05 */
#tracklist .xs {
	font-size: 80%;
}
#tracklist .track_special {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 14px;
}
#tracklist .live,
#tracklist .pos {
	font-size: 13px;
}
#tracklist .list li {
	display: inline-block;
}
#tracklist .list li::after {
	content: "／";
	margin: auto 5px;
}
#tracklist .list li:last-child::after {
	content: "";
	margin: auto 5px;
}
#tracklist .list h4 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	height: auto;
	margin:0px 0px 10px 0px;
}


/*
releaseArea3 (2024.08.22)
ニューリリースのヘッダーの為だけのタグ
*/
/*
releaseArea3
*/
#releaseArea3 {
	background: rgb(229,225,214);
	/*background-color: #fff;*/
}
#releaseArea3 h3 {
	color:#333;
	font-size: 20px;
	text-align: center;
	letter-spacing: .5em;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}



/*
Release2 (2024.04.05)
リリースエリアの配置レイアウト「live2022」バージョンを追加、cssをまるっと移植
既存のリリースエリアとネーミングがブッキングするので全て「2」にリネームして反映
*/
/*
Release2
*/
#releaseArea2 {
	background-color: #fff;
}
#releaseArea2 h3 {
	color:#333;
	font-size: 20px;
	text-align: center;
	letter-spacing: .5em;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}

#release2 {
}
#release2 .contentsBody {
	padding-bottom: 0px;
}
#release2 .titleArea {
	text-align: center;
}
#release2 .titleArea .title img {
	width: 100%;
	max-width: 700px;
}
#release2 .titleArea .release {
	color:#cdaf6d;/*color:#4a4f9b;*/
	font-size: 40px;
	line-height: 150%;
	font-weight: 300;
	text-align: center;
	margin: 30px auto 30px auto;
}

#release2 .artworkArea {
	text-align: center;
	margin: 40px auto 40px auto;
}
#release2 .artwork {
	width: 50%;
	text-align:center;
	margin: 0px auto 20px auto;
}
#release2 .artwork figure {
	margin: 0px auto 0px auto;
}
#release2 .artwork figcaption {
	font-size: 14px;
}
#release2 .artwork figure img {
	max-height: 420px;
	width:auto;
	height:auto;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	margin: 0px auto 10px auto;
}

#release2 p.type {
	color:#333;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
#release2 p.price {
	color:#666;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
#release2 .tax {
	font-size: 80%;
}
#release2 p.note {
	color:#666;
	font-size: 10px;
}

#lead2 .contentsBody div.text {
	width: 100%;
	margin: 0 auto;
	padding: 2em 1em;
	border-top: 1px solid #999;
}
#lead2 p {
	font-size: 18px;
	line-height:180%;
}

/*
Tracklist2
*/
#tracklist2 {
	background: #fff;
	margin: 0px 0px 40px 0px;
}
#tracklist2 .flex {
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#tracklist2 .disc_full {
	margin-bottom: 30px;
}
#tracklist2 h4 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	margin: 40px 0px 40px 0px;
}
#tracklist2 .disc.flex {
	justify-content: space-around;
}
#tracklist2 .disc.flex ul {
	width: 32%;
	margin: 0px auto 0px auto;
}
#tracklist2 ul li {
	font-size: 16px;
	line-height: 1.8;
	list-style:none;
	text-align: center;
	margin:5px 0px 5px;
}
#tracklist2 .trackNum {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	width: 20px;
	display:inline-block;
	margin:0px 5px 0px 0px;
}
#tracklist2 .list li {
	display: inline-block;
}
#tracklist2 .list li::after {
	content: "／";
	margin: auto 5px;
}
#tracklist2 .list li:last-child::after {
	content: "";
	margin: auto 5px;
}
#tracklist2 .list h4 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	height: auto;
	margin:0px 0px 10px 0px;
}

/*
Shop2
*/
#shop2 {
	text-align: center;
}
#shop2 p.lead {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	width: 80%;
	margin: 20px auto 60px auto;
}
#shop2 h4 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 0px auto 1em;
	padding: 1em 0 1em;
	border-top: 1px solid #ccc;
}
#shop2 .item {
	width: 48%;
	font-size: 16px;
	margin: 10px auto 10px;
	align-items: center;
}
#shop2 .linkBtn {
	width: 100%;
	font-size: 16px;
	height: 50px;
	margin: 10px auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#shop2 .other {
	font-size: 16px;
	margin: 30px auto 0px;
}
#shop2 div.flex {
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 40px 0;
}
#shop2 .linkBtn span {
	font-size: 80%;
	display: inline;
}




/*
MOVIE
*/
#movieArea {
	background:#eee;
	/*text-align: center;*/
}
#movieArea2 {
	background:#fff;
	text-align: center;
}
#movie .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}
#movie .movie {
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px auto 20px auto;
}
#movie .movie p {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin: 10px auto 30px auto;
}
#movie .movie1 {
	width: 100%;
	margin: 0;
}
#movie .movie2 {
	width: 49%;
	margin: 0;
}
#movie .movie3 {
	width: 32%;
	margin: 0;
}
#movie .movie .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movie .movie .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#movie .linkBtn {
	line-height: 200%;
	width: 300px;
	margin: 30px auto 30px;
}

/*
Shop
*/
#shop {
	text-align: center;
	padding: 2em 0 1em;
}
#shop p.lead {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	width: 80%;
	margin: 20px auto 20px auto;
}
#shop p span {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	width: 80%;
	margin: 20px auto 60px auto;
}
#shop p span.xs {
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	width: 80%;
	/*margin: 20px auto 60px auto;*/
}
#shop h3 {
	color:#333;
	font-size: 20px;
	text-align: center;
	letter-spacing: .5em;
	margin: 30px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}
#shop h4 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 0px auto 1em;
	padding: 1em 0 1em;
	border-top: 1px solid #ccc;
}
#shop .item {
	width: 48%;
	font-size: 16px;
	margin: 10px auto 10px;
	align-items: center;
}
#shop .linkBtn {
	width: 100%;
	font-size: 16px;
	height: 50px;
	margin: 10px auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#shop .other {
	font-size: 16px;
	margin: 30px auto 0px;
}
#shop div.flex {
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 40px 0;
}
#shop .linkBtn span {
	font-size: 80%;
	display: inline;
}
#shop .poster {
	text-align: center;
	width: 300px;
	margin: 20px auto 20px auto;
}


/*
Tour
*/
#tourArea {
	background: linear-gradient(180deg, rgba(229,225,214,1) 10%, rgba(229,225,214,.5) 30%);
}
#tour {
}
#tour h3 {
	color:#333;
	font-size: 36px;
	text-align: center;
	letter-spacing: .1em;
	margin: 0px auto 1em;
	padding: 0em 0 1em;
}
#tour h3 span {
	font-size: 50%;
}
/*h4 追加 2024.02.06*/
#tour h4 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .1em;
	margin: 0px auto 2em;
	padding: 0em 0 2em;
}
#tour .flex {
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
#tour .item {
	width: 48%;
	font-size: 16px;
	margin: 10px 0 10px;
	display: flex;
	justify-content: space-between;
}
#tour .item dt {
	color: #fff;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	width: 20%;
	background: #666;
}
#tour .item dd {
	font-size: 20px;
	width: 75%;
}
#tour .pref {
}
#tour .date {
	font-size: 120%;
	display: flex;
	align-items: center;
}
#tour .date span {
	font-size: 50%;
	line-height: 1;
	border: 1px solid #666;
	padding:.1em .2em;
	margin: 0 0 0 5px;
}
/* span.soldout 追加　2023.09.01 */
#tour .date span.soldout {
	font-size: 50%;
	line-height: 1;
	border: 1px solid #ac1a55;
	color: #FFF;
	background: #ac1a55;
	padding:.1em .2em;
	margin: 0 0 0 5px;
}
#tour .venue {
	font-size: 100%;
	font-weight: 600;
	margin: .5em 0;
}
#tour .open {
	font-size: 80%;
}
#tour .info {
	font-size: 75%;
	line-height: 1.2;
	margin-top: 5px;
}
#tour dd a {
	font-size: 75%;
}
#tour .ticket {
	text-align: center;
	margin: 40px 0;
}
#tour .ticket h3 {
	color: #b47a74;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
#tour .ticket.eplus h3 {
	color: #b47a74;
	font-size: 20px;
	line-height: 1.5;
}
#tour .ticket.eplus h3 span {
	font-size: 80%;
}
#tour .ticket dl {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	border: 2px solid #b47a74;
	border-radius: 10px;
}
#tour .ticket dt {
	font-size: 20px;
	width: 30%;
	padding: 10px 0;
}
#tour .ticket dd {
	font-size: 20px;
	width: 65%;
	border-left: 1px solid #b47a74;
	padding: 10px 0;
}
#tour .ticket dd span {
	font-size: 150%;
}
#tour .ticket dd .ast {
	text-align: center;
}
#tour .linkBtn {
	width: auto;
	font-size: 18px;
	padding: 10px;
	margin: 10px auto 10px;
}
/* 2023.08.30 .goods 追加 */
#tour .goods {
	text-align: center;
	margin: 40px 0;
}
#tour .goods h3 {
	color: #b47a74;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
#tour .goods .g_table {
	text-align: center;
	width: 100%;
	margin: 20px auto 20px auto;
}
#tour .goods p.lead {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	/*text-align: center;*/
	width: 80%;
	/*margin: 20px auto 20px auto;*/
}
#tour .goods p span {
	color: #333;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	/*text-align: center;*/
	width: 80%;
	margin: 20px auto 60px auto;
}

.sub #tour {
	padding: 60px 0px;
}
.sub #tour h2 {
	color:#666;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	margin: 0px auto 40px auto;
	padding: 1.8em 20px;
	border-left: 1px solid #666;
}
.sub #tour h3 {
	color:#666;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	width: 100%;
	margin: 2em auto 2em auto;
	padding: 1em;
	border: 1px solid #666;
}
.sub #tour h4 {
	color:#666;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	width: 100%;
	margin: 2em auto 1em auto;
}
.sub #tour p {
	color:#333;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	margin: 1em auto 1em auto;
}
.sub #tour .em {
	color: #bd4a59;
	font-weight: bold;
}
.sub #tour ul.ast {
	width: 100%;
	margin: 5px auto;
}
.sub #tour ul.ast li {
	margin: 0 0 2px 1em;
}
.sub #tour ul.notice {
	width: 100%;
	margin: 5px auto;
}
.sub #tour ul.notice li {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	list-style-type: none;
	text-indent: -1em;
	margin: 0 0 7px 1em;
}
.sub #tour ul.notice li::before {
	display: inline;
	content: "◎";
}



/*
Discography
*/
#discoiArea {
}
#disco {
}
#disco h2 {
}
#disco .flex {
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: flex-start;
}
#disco .item {
	width: 33%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
#disco .item figure {
	text-align: center;
	margin-bottom: 30px;
}
#disco .item figcaption {
	font-size: 16px;
	color: #333;
	
}
#disco .item figure img {
	max-height: 300px;
	width:auto;
	height:auto;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}


/*
Link
*/
#linkArea {
	background:#eee;
}
#linkArea .linkBtn {
	line-height: 200%;
	display: inline-block;
	padding: 5px 20px;
	margin: 10px auto 30px;
}

#linkArea p {
	color:#666;
	font-size:14px;
	line-height:180%;
	margin:0px 10% 10px 10%;
}

/*
Footer
*/
footer {
	margin:0px 0px 0px 0px;
	background:#000;
}
#copyright {
	color:#ccc;
	font-size:12px;
	text-align:center;
	padding:20px 20px 40px 20px;
	clear:both;
}
#copyright a {
	color:#ccc;
	border-bottom:1px dotted #666;
}
#copyright a:hover {
	color:#cd0c1f;
	border-bottom:1px dotted #cd0c1f;
}

@media screen and (max-width: 768px) {

.contentsBody {
	width:96%;
	padding:30px 2% 30px 2%;
	margin:0px auto;
}


}

@media screen and (max-width: 480px) {
	
.contentsBody {
	width: 96%;
	padding: 0px 2% 20px 2%;
	margin: 0px auto;
}
#lead .contentsBody {
	display: block;
}

.contentsBody h2 {
	font-family: 'Cardo', serif;
	color: #666;
	font-size: 24px;
	font-weight: 300;
	margin: 0px auto 40px auto;
	padding: 1em 20px;
	border-left: 1px solid #666;
}

/*
#mainArea
*/
#mainArea {
	width:100%;
	height: auto;
	padding-top: 60px;
	background-color: #000;
}
#mainArea #main {
	width:100%;
	max-width: 1200px;
	height: auto;
	padding-top: calc(100vw*0.83);
	/*padding-top: calc(100vw*1.41);*//*「Tree」差し替え時に変更*/
	max-height: 1000px;
	position: static;
	margin: auto;
}
#mainArea h1 {
	width:90%;
	position: static;
	text-align: center;
	margin: auto;
	padding: 5vh 0;
}
#mainArea h1 img {
	width:100%;
	max-width: 480px;
	height: auto;
}
#mainArea h1 .artist {
	margin-bottom: 5px;
}
#mainArea h1 .title {
	margin: 5px auto;
}
#mainArea .tourbadge {
	width: 120px;
	height: 120px;
	position: absolute;
	top: calc(58vw*1.41 - 30px);
	right: 2%;
	/*top: calc(100vw*1.41 - 30px);*/
	/*right: 2%;*/
	text-align: center;
	border-radius: 50%;
	background: #9c5563;
	/*background: #a7b0f9;*/
}
#mainArea .tourbadge img {
	width: 100%;
	height: 100%;
}
#mainArea .tourbadge img:hover {
	transform: rotate(10deg);
}

/*
#newsArea
*/
#newsArea {
	width:100%;
	background: #f3f3f3;
	padding: 0px 0 60px;
}
#newsArea h2 {
	font-size:24px;
	border-left: 1px solid #666;
}
#news {
}
#news.flex {
	display: block;
}
#news .heading {
	width: 100%;
}
#newsList {
	width: 100%;
	margin: 30px auto 0px auto;
}
#news ul {
}
#news ul li {
	font-size: 13px;
	line-height: 16px;
	margin:0px auto 5px auto;
	clear: both;
	list-style: none;
}
#news ul li a {
	color:#333;
}
#news ul li a:hover {
	color:#ff9999;
}
#news ul li span.date {
	font-size: 12px;
	display: block;
}
#news ul li span.text {
	color:#333;
	font-size: 13px;
	line-height: 1.5;
	display: block;
	padding: 0px 5px 5px 5px;
}
#news ul li span.text::before {
	display: none;
}

/* リリースエリアを「indiansummer」バージョンにする為、cssをまるっと移植 
ただ.contentsBodyの幅指定が違う為、「indiansummer」の.contentsBodyの幅指定を
#releaseArea .contentsBody　に追加反映して調整　2023.08.24
*/
/*
Release
*/
#lead {
	color:#666;
	width:90%;
	margin: 0px auto 0px auto;
}
#lead .contentsBody {
	color:#666;
	display: block;
	padding-top: 20px;
}
#lead .contentsBody figure {
	width: 100%;
	max-width: 320px;
	margin-top: -60px;
}
#lead .contentsBody figure img {
	width: 100%;
	height: auto;
}
#lead .contentsBody div.text {
	width: 100%;
	margin: 0 auto;
}
#lead h3 {
	color:#333;
	font-size: 18px;
	margin: 10px auto 20px;
}
#lead p {
	font-size:14px;
	line-height:150%;
	margin:5px auto 10px;
}
/* 今と前とで全体の.contentsBodyの幅指定が違う為、
ピンポイントで#releaseArea .contentsBodyに追加指定　2023.08.24 
*/
#releaseArea .contentsBody {
	width:96%;
	padding:10px 2% 20px 2%;
	margin:0px auto;
}
#releaseArea .artwork {
	width:90%;
	text-align:center;
	float: none;
	/*margin: 0px auto 20px auto;*//* 変更2024.01.09 */
	margin: 50px auto 0px auto;
}
#releaseArea #dataArea {
	width:100%;
	text-align:center;
	float: none;
	margin: 20px auto 20px auto;
}
#releaseArea #dataArea .data {
	width:100%;
	float: none;
	margin: 10px 0% 10px 0%;
}

#releaseArea p.artist {
	font-size:24px;
}
#releaseArea p.sub {
	font-size:20px;
}
#releaseArea p.title {
	font-size:38px;
}
#releaseArea p.release {
	font-size:24px;
}
#releaseArea p.note {
}

/*汎用のリリース系コンテンツ*/
.contentsBody.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em;
}
.release_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
}
.release_item.col1 {
	width: 100%;
}
.release_item.col2 {
	width: 100%;
}
.release_item .artwork {
	width: 100%;
}
.release_item .artwork img {
	width: 100%;
}
.release_item .data {
	width: 100%;
}
/*汎用のリリース系コンテンツ ここまで*/


#special {
	width: 100%;
	padding: 0px 0px;
	margin: 0px auto 0px auto;
	/*border: 1px solid #fff;*//* 変更2024.01.09 */
	/*border-radius: 10px;*//* 変更2024.01.09 */
	background: #f6f5eb;
}

#special h3 {
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 5px;
	margin: 5px 0px 5px 0px;
}
#special .special {
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	padding: 5vw;
	margin:20px 0px 20px 0px;
	display: block;
}
#special p {
	font-size:14px;
	text-align:left;
	margin:10px 5px 10px 5px;
}
#special ul {
	font-size:14px;
	margin: 0px 5px 10px 20px;
	list-style: none;
}
#special .special figure {
	text-align: center;
}
#special .special figure img {
	width: 100%;
	max-width: 420px;
	margin: auto;
}

#special .special1 figure {
	width: 100%;
}
#special .special1 .text {
	width: 100%;
}
#special .special2 figure {
	width: 100%;
}
#special .special2 .text {
	width: 100%;
}

	
/*
Tracklist
*/
#tracklist {
	background: #fff;
	margin: 0px 0px 0px 0px;
}
#tracklist .flex {
	display: block;
}
/* #tracklist h3 上に罫線追加(shopの罫線と同じ) 2023.12.12 */
#tracklist h3 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 20px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}
/*#tracklist h3 {
	color:#333;
	font-size: 18px;
	letter-spacing: .5rem;
	text-align: center;
	margin:0px 0px 20px 0px;
}*/
#tracklist h4 {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	border-bottom: 1px solid #9d8b5c;
	padding-bottom: 10px;
	margin:0px 0px 10px 0px;
}
#tracklist h4 span {
	font-size: 80%;
	font-weight: 400;
}
#tracklist h5 {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	margin:0px 0px 10px 0px;
}
#tracklist h5 span {
	font-size: 80%;
}
#tracklist .disc .sub {
	color: #79501a;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	border-bottom: 1px solid #9d8b5c;
	padding-bottom: 10px;
	margin:0px 0px 10px 0px;
}
#tracklist .disc {
	width: 100%;
	margin: 0px auto 0px 0;
	/*margin: 20px auto 30px 0;*//*「Tree」差し替え時に変更*/
}
#tracklist .flex ul {
	margin: 0px auto 0px 0;
	/*margin: 20px auto 10px 0;*//*「Tree」差し替え時に変更*/
}
#tracklist ul li {
	font-size: 14px;
}
#tracklist ul li span {
	font-size: 80%;
}
/* .xs 「Tree」差し替え時に追加　2023.12.05 */
#tracklist ul li span.xs {
	font-size: 70%;
}
#tracklist .trackNum {
	font-size: 13px;
}
#tracklist .list li {
	font-size: 14px;
	display: block;
}
#tracklist .list li::after {
	content: "";
	margin: auto 5px;
}
#tracklist .list li:last-child::after {
	content: "";
	margin: auto 5px;
}
#tracklist .list h4 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	height: auto;
	margin:0px 0px 10px 0px;
}

/*
releaseArea3 (2024.08.22)
ニューリリースのヘッダーの為だけのタグ
*/
/*
releaseArea3
*/
#releaseArea3 {
	background: rgb(229,225,214);
	/*background-color: #fff;*/
}
#releaseArea3 h3 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}

/*
Release2 (2024.04.05)
リリースエリアの配置レイアウト「live2022」バージョンを追加、cssをまるっと移植
既存のリリースエリアとネーミングがブッキングするので全て「2」にリネームして反映
*/
/*
Release2
*/
#releaseArea2 {
	background-color: #fff;
}
#releaseArea2 h3 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}

#release2 .titleArea .release {
	font-size: 32px;
	margin: 30px auto 30px auto;
}

#release2 .artworkArea {
	text-align: center;
	display: block;
	margin: 40px auto 40px auto;
}
#release2 .artwork {
	width: 100%;
	margin: 0px auto 40px auto;
}
#release2 .artwork figure img {
	max-height: 320px;
	width:auto;
	height:auto;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	margin: 0px auto 10px auto;
}

#lead2 p {
	font-size: 16px;
	line-height:150%;
}

/*
Tracklist2
*/
#tracklist2 {
	background: #fff;
	margin: 0px 0px 40px 0px;
}
#tracklist2 .flex {
	flex-wrap: wrap;
	flex-flow: column;
	margin-bottom: 30px;
}
#tracklist2 .disc_full {
	margin-bottom: 30px;
}
#tracklist2 h4 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	letter-spacing: .1em;
	margin: 40px 0px 40px 0px;
}
#tracklist2 .disc.flex {
	justify-content: space-around;
}
#tracklist2 .disc.flex ul {
	width: 100%;
	margin: 0px auto 0px auto;
}
#tracklist2 ul li {
	font-size: 15px;
	line-height: 1.5;
	list-style:none;
	text-align: center;
	margin:5px 0px 5px;
}
#tracklist2 .trackNum {
	font-family: "Cardo" , serif;
	color: #79501a;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	width: 20px;
	display:inline-block;
	margin:0px 5px 0px 0px;
}
#tracklist2 .list li {
	display: inline-block;
}
#tracklist2 .list li::after {
	content: "／";
	margin: auto 5px;
}
#tracklist2 .list li:last-child::after {
	content: "";
	margin: auto 5px;
}
#tracklist2 .list h4 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	height: auto;
	margin:0px 0px 10px 0px;
}

/*
Shop2
*/
#shop2 {
	text-align: center;
	margin: 0px auto 30px auto;
}
#shop2 p.lead {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	width: 100%;
	margin: 20px auto 60px auto;
}
#shop2 h4 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 1em auto 1em;
	padding: 1em 0 .5em;
	border-top: 1px solid #ccc;
}
#shop2 .item {
	width: 100%;
	font-size: 16px;
	margin: 10px auto 10px;
	align-items: center;
}
#shop2 .linkBtn {
	width: 100%;
	font-size: 16px;
	height: 50px;
	margin: 10px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#shop2 .other {
	font-size: 16px;
	margin: 10px auto 0px;
}
#shop2 div.flex {
	margin: 0px 0;
}


	
/*
MOVIE
*/
#movie .movie {
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px auto 20px auto;
}
#movie .movie1 {
	width: 100%;
	margin: auto;
}
#movie .movie2 {
	width: 100%;
}
#movie .movie3 {
	width: 100%;
}

/*
Shop
*/
#shop {
	text-align: center;
	padding: 2em 0 1em;
}
#shop p.lead {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	width: 100%;
	margin: 20px auto 20px auto;
}
#shop p span {
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	margin: 20px auto 60px auto;
}
#shop p span.xs {
	color: #333;
	font-size: 10px;
	line-height: 1.0;
	text-align: center;
	width: 100%;
	/*margin: 20px auto 60px auto;*/
}
#shop h3 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 20px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}
#shop h4 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .5em;
	margin: 1em auto 1em;
	padding: 1em 0 .5em;
	border-top: 1px solid #ccc;
}
#shop .item {
	width: 100%;
	font-size: 16px;
	margin: 10px auto 10px;
	align-items: center;
}
#shop .linkBtn {
	width: 100%;
	font-size: 16px;
	height: 50px;
	margin: 10px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#shop .other {
	font-size: 16px;
	margin: 10px auto 0px;
}
#shop div.flex {
	margin: 0px 0;
}
#shop .poster {
	text-align: center;
	width: 80%;
}


/*
Tour
*/
#tourArea {
}
#tour {
}
#tour h3 {
	color:#333;
	font-size: 32px;
	text-align: center;
	letter-spacing: .1em;
	margin: 0px auto 1em;
	padding: 0em 0 1em;
}
#tour h3 span {
	font-size: 70%;
	/*font-size: 50%;*/
}
/*h4 追加 2024.02.06*/
#tour h4 {
	color:#333;
	font-size: 14px;
	text-align: center;
	letter-spacing: .1em;
	margin: 0px auto 2em;
	padding: 0em 0 2em;
}
#tour .flex {
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
#tour .item {
	width: 100%;
	font-size: 16px;
	margin: 10px 0 10px;
	display: flex;
	justify-content: space-between;
}
#tour .item dt {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	width: 18%;
	background: #666;
}
#tour .item dd {
	font-size: 18px;
	width: 77%;
}
#tour .pref {
}
#tour .date {
	font-size: 120%;
}
#tour .date span {
	font-size: 50%;
	line-height: 1;
	display: inline-block;
	border: 1px solid #666;
	vertical-align: text-bottom;
	padding:.1em .2em;
	margin: 0px 0 0 5px;
}
/* span.soldout 追加　2023.09.01 */
#tour .date span.soldout {
	font-size: 50%;
	line-height: 1;
	display: inline-block;
	border: 1px solid #ac1a55;
	color: #FFF;
	background: #ac1a55;
	vertical-align: text-bottom;
	padding:.1em .2em;
	margin: 0px 0 0 5px;
}
#tour .venue {
	font-size: 100%;
	font-weight: 600;
	margin: .2em 0;
}
#tour .open {
	font-size: 80%;
}
#tour .info {
	font-size: 75%;
	line-height: 1.2;
	margin-top: 5px;
}
#tour dd a {
	font-size: 75%;
}
#tour .ticket {
	text-align: center;
	margin: 40px 0;
}
#tour .ticket h3 {
	color: #b47a74;
	font-size: 22px;
	line-height: 2;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
#tour .ticket.eplus h3 {
	color: #b47a74;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#tour .ticket p {
	font-size: 16px;
	line-height: 2;
	margin: 10px 0 10px 0;
}
#tour .ticket.eplus h3 span {
	font-size: 80%;
}
#tour .ticket dl {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 0 20px 0;
	border: 2px solid #b47a74;
	border-radius: 10px;
}
#tour .ticket dt {
	font-size: 20px;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #b47a74;
}
#tour .ticket dd {
	font-size: 18px;
	width: 100%;
	border-left: 0px solid #b47a74;
	padding: 10px 0;
}
#tour .ticket dd span {
	font-size: 150%;
}
#tour .ticket dd .ast {
	font-size: 12px;
	text-align: center;
	margin-left: 20px;
}
#tour .linkBtn {
	width: auto;
	font-size: 18px;
	padding: 10px;
	margin: 10px auto 10px;
}
/* 2023.08.30 .goods 追加 */
#tour .goods {
	text-align: center;
	margin: 40px 0;
}
#tour .goods h3 {
	color: #b47a74;
	font-size: 22px;
	line-height: 2;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}
#tour .goods .g_table {
	text-align: center;
	width: 100%;
}
#tour .goods p.lead {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	/*text-align: center;*/
	width: 100%;
	/*margin: 20px auto 20px auto;*/
}
#tour .goods p span {
	color: #333;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	/*text-align: center;*/
	width: 100%;
	margin: 20px auto 60px auto;
}

.sub #tour {
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
	padding: 60px 0px;
}
.sub #tour h2 {
	color:#666;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	margin: 0px auto 40px auto;
	padding: 1.8em 20px;
	border-left: 1px solid #666;
}
.sub #tour h3 {
	color:#666;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	width: 90%;
	margin: 2em auto 2em auto;
	padding: 1em;
	border: 1px solid #666;
}
.sub #tour h4 {
	color:#666;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	width: 90%;
	margin: 2em auto 1em auto;
}
.sub #tour p {
	color:#333;
	font-size: 16px;
	line-height: 1.5;
	width: 90%;
	margin: 1em auto 1em auto;
}
.sub #tour .em {
	color: #bd4a59;
	font-weight: bold;
}
.sub #tour ul.ast {
	width: 90%;
	margin: 5px auto;
}
.sub #tour ul.ast li {
	margin: 0 0 2px 1em;
}
.sub #tour ul.notice {
	width: 90%;
	margin: 5px auto;
}
.sub #tour ul.notice li {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	list-style-type: none;
	text-indent: -1em;
	margin: 0 0 7px 1em;
}
.sub #tour ul.notice li::before {
	display: inline;
	content: "◎";
}

/*
Discography
*/
#discoiArea {
}
#disco {
}
#disco h2 {
}
#disco .flex {
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: flex-start;
}
#disco .item {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
#disco .item figure {
	text-align: center;
	margin-bottom: 30px;
}
#disco .item figcaption {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}
#disco .item figure img {
	max-height: 240px;
	width:auto;
	height:auto;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}


/*
Link
*/
#linkArea {
	background:#eee;
}
#linkArea .linkBtn {
	line-height: 200%;
	display: inline-block;
	padding: 5px 20px;
	margin: 10px auto 30px;
}

#link .flex {
	flex-flow: column;
}
#linkArea p {
	color:#666;
	font-size:14px;
	line-height:180%;
	margin:0px 10% 10px 10%;
}


}


/*
*/
header:after,
section:after,
footer:after,
.contentsBody:after,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}