@charset "utf-8";

/**
 * SP TOP 
 *
 * 0.  Common Parts
		 * 1.  header
 * 2.  SP-search-form
 * 3.  SP-popularword
 * 4.  SP-feature-bnr
 * 5.  SP-anchor-navibtn
 * 6.  SP-prereserve
 * 7.  SP-recent-ticket
 * 8.  SP-favorite-artist
 * 9.  SP-recommended-ticket
 * 10. SP-weekendsr-ticket
 * 11. SP-music_stage-news
 * 12. SP-piaservice
 * 13. SP-information
 * 14. SP-subbnr
 * 15. footer
 *
 **/


/* --------------------
0. Common Parts
-------------------- */
#SP-wrapper {
	width: 100%;
}
#SP-wrapper header {
	color: #FFF;
}
/* button */
.SP-button-grey {
	margin: 0 auto;
	max-width: 500px;
}
.SP-button-grey a {
	position: relative;
	background-color: #ECECEC;
	border-radius: 3px;
	color: #333;
	height: 44px;
	line-height: 44px;
	max-width: 500px;
	display: block;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 3px 0 #AAA;
}
.SP-button-grey a:active {
	top: 3px;
	box-shadow: none;
}
.SP-button-grey.SP-button-double {
	text-align: center;
}
.SP-button-grey.SP-button-double a {
	display: inline-block;
}
.SP-button-white {
	margin: 0 auto;
	max-width: 500px;
}
.SP-button-white a {
	position: relative;
	background-color: #FFF;
	border-radius: 0;
	color: #333;
	height: 44px;
	line-height: 44px;
	max-width: 500px;
	display: block;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	box-shadow: none;
}
.SP-button-white.SP-button-double {
	text-align: center;
}
.SP-button-white.SP-button-double a {
	display: inline-block;
}

#SP-pagetop-button {
	border: 3px solid #EDEDED;
	width: 290px;
	margin: 10px auto 20px;
	text-align: center;
}
#SP-pagetop-button a {
	display: block;
	font-size: 85%;
	font-weight: bold;
	color: #333;
	line-height: 340%;
}
#SP-pagetop-button a span:after {
	content: "";
	position: relative;
	vertical-align: -1px;
	margin-left: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #C3C3C3;
	border-bottom: 2px solid #C3C3C3;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
/* link */
.SP-link-grey {
	padding: 0;
	background-color: #ECECEC;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.SP-link-grey a {
	display: block;
	padding: 14px 12px 14px;
}
.SP-link-grey a span:after {
	content: "";
	position: relative;
	vertical-align: 1px;
	margin-left: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* utility */
.SP-util-mt30 {
	/*margin-top: 10px;*/
	border-top: 2px solid #127a77;
}
.SP-txt-blue {
	color: #2C66CC;
}
.SP-txt-red {
	color: #FF0000;
}

/* --------------------
1. header
-------------------- */
#SP-wrapper > header {
	position: relative;
}
#SP-wrapper > header h1 {
	width: 124px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -30px;
}
#SP-wrapper > header h1 img {
	width: 100%;
}
#SP-wrapper > header nav {
	min-width: 156px;
	padding: 6px 8px 6px;
	float: right;
}
#SP-wrapper > header nav ul {
	text-align: right;
	letter-spacing: -.30em;
}
#SP-wrapper header nav ul li {
	display: inline-block;
	letter-spacing: normal;
}
#SP-wrapper > header nav ul li a {
	display: block;
	font-size: 69%;
	font-weight: bold;
	color: #333;
	border: 2px solid #EDEDED;
}
#SP-wrapper > header aside {
	clear: both;
	border-top: 1px solid #DDD;
	padding: 8px;
}
#SP-wrapper > header aside ul {
	text-align: right;
	letter-spacing: -.30em;
}
#SP-wrapper > header aside ul li {
	display: inline-block;
	letter-spacing: normal;
}
#SP-wrapper > header aside ul li + li {

}
#SP-wrapper > header aside ul li + li a:before {
	content: "\7c";
	display: inline-block;
	width: 14px;
	text-align: center;
}
#SP-wrapper > header aside ul li a {
	display: block;
	font-size: 85%;
	color: #000;
}
#SP-wrapper > header aside ul li a span {
	color: #FFF;
	background-color: #FF9F05;
	border-radius: 1em;
	padding: 4px 8px;
	margin-left: 4px;
}
/* .SP-status-logout 非ログイン時 */
#SP-wrapper > header .SP-status-logout li {
	width: 70px;
	text-align: center;
}
#SP-wrapper > header .SP-status-logout li a {
	height: 26px;
	line-height: 24px;
	box-sizing: border-box;
}
#SP-wrapper > header .SP-status-logout li + li {
	margin-left: 6px;
}
/* .SP-status-logout ログイン時 */
#SP-wrapper > header .SP-status-login {
	max-width: 50%;
}
#SP-wrapper > header .SP-status-login li {
	text-align: center;
	line-height: 120%;
}
#SP-wrapper > header .SP-status-login a {
	padding: 4px;
}

/* --------------------
2. SP-search-form
-------------------- */
#SP-searchform {
	position: relative;
	padding: 10px 0;
	background-color: #2D66CC;
}
#SP-searchform header {
	display: none;
}
#SP-searchform header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-ticketsearch.png) no-repeat left 50%;
	background-size: 21px 11px;
	font-size: 93%;
	padding-left: 26px;
	display: none;
}
#SP-searchform .SP-pia-search-frame {
	margin: 0 10px;
}
#SP-searchform .SP-pia-search-frame .SP-pia-text {
	position: relative;
	border: 3px solid #5DD3D3;
}

#SP-searchform .SP-pia-search-frame .SP-pia-text > input[type=text] {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 32px;
	font-weight: normal;
	color: #AAA;
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 93%;
	padding: 0 10px;
	position: relative;
	background: #FFF url(http://image.pia.jp/images2/md/icon/icon-searchform-bg.png) no-repeat 98% 50%;
	background-size: 18px 18px;
	border-radius: 0;
	box-sizing: border-box;
}
#SP-searchform .SP-pia-search-frame .SP-pia-text > input[type=text].SP-form-textfocus {
	background-image: none;
}
#SP-searchform .SP-pia-search-frame .SP-pia-text > input[type=text].SP-form-textfocus,
#SP-searchform .SP-pia-search-frame .SP-pia-text > input[type=text].SP-form-textfill {
	color: #000;
	font-size: 93%;
	padding: 0 50px 0 10px;
}
#SP-searchform .SP-pia-search-frame .SP-pia-text > .SP-pia-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
#SP-searchform .SP-pia-search-frame .SP-pia-text > .SP-pia-search-btn input[type=submit] {
	-webkit-appearance: none;
	width: 48px;
	height: 32px;
	line-height: 32px;
	background-color: #5DD3D3;
	border-radius: 0;
	border-style: none;
	color: #FFF;
	text-indent: 3px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
#SP-searchform .SP-pia-search-frame .SP-pia-text > input[type=text].SP-form-textfill + .SP-pia-search-btn {
	display: block;
}

/* --------------------
3. SP-popularword
-------------------- */
#SP-popularword {
	position: relative;
	padding: 0 10px 6px;
	background-color: #2D66CC;
}
#SP-popularword:after {
	content: "";
	display: table;
	clear: both;
}
#SP-popularword header {
	width: 54px;
	float: left;
	background: #1DBFB9;
	border-radius: 3px;
	margin-right: 8px;
	padding: 1px 1px 1px 6px;
}
#SP-popularword header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-popularword.png) no-repeat left 50%;
	background-size: 15px 13px;
	font-size: 93%;
	padding-left: 20px;
	color: #FFF;
	display: inline-block;
}
#SP-popularword > a {
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 85%;
	text-decoration: underline;
	padding: 0 8px 0 0;
	margin-bottom: 4px;
	letter-spacing: 0.4px;
	word-break:break-all;
	float: left;
}

/* --------------------
4. SP-feature-bnr
-------------------- */
#SP-feature-bnr {
	padding: 12px 12px;
}
#SP-feature-bnr figure {
	box-sizing: content-box;
}
#SP-feature-bnr figure + figure {
	margin-top: 12px;
}
#SP-feature-bnr figure a {
	display: block;
	line-height: 0;
}
#SP-feature-bnr figure a img {
	width: 100%;
}

/* --------------------
5. SP-anchor-navibtn
-------------------- */
#SP-anchor-navibtn {
	padding: 12px 12px 15px;
}
#SP-anchor-navibtn span {
	display: inline-block;
}
#SP-anchor-navibtn .SP-button-grey {
	max-width: 320px;
}
#SP-anchor-navibtn .SP-button-grey a span:after {
	content: "";
	position: relative;
	vertical-align: 2px;
	margin-left: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* --------------------
6. SP-prereserve
-------------------- */
#SP-prereserve {

}
#SP-prereserve header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-prereserve header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-prereserve.png) no-repeat 8px 50%;
	background-size: 27px 26px;
	font-size: 110%;
	padding-left: 38px;
	letter-spacing: 0.4px;
}
#SP-prereserve ul {
	overflow: hidden;
	margin: 10px 10px 0;
}
#SP-prereserve ul:after {
	content: "";
	display: table;
	clear: both;
}
#SP-prereserve ul li {
	display: block;
	width: 50%;
	box-sizing: content-box;
}
#SP-prereserve ul li:nth-child(even) {
	float: right;
}
#SP-prereserve ul li:nth-child(odd) {
	clear: both;
	float: left;
}
#SP-prereserve ul li a {
	display: block;
	font-size: 85%;
	font-weight: bold;
	color: #000;
	line-height: 150%;
	padding: 0 5px;
}
#SP-prereserve ul li:nth-child(even) a {
	padding-right: 0;
}
#SP-prereserve ul li:nth-child(odd) a {
	padding-left: 0;
}
#SP-prereserve ul li a img {
	width: 100%;
}
#SP-prereserve ul li figure {
	line-height: 0;
}
#SP-prereserve ul li a figure span.img-cr-pre {
	color: #777;
	display: block;
	font-size: 70%;
	font-weight: normal;
	padding: 6px 0 3px 0;
	font-style: italic;
	line-height: 1.1em;
}
#SP-prereserve ul li figcaption {
	padding: 2px 0 10px;
	display: block;
}
#SP-prereserve ul li figcaption h3 {
	color: #BD6C19;
	text-decoration: underline;
	padding: 0 3px;
}
#SP-prereserve ul li figcaption time {
	color: #000;
	font-weight: normal;
	text-decoration: none !important;
	display: block;
	margin-top: 4px;
}

/* --------------------
7. SP-recent-ticket
-------------------- */
#SP-recent-ticket {

}
#SP-recent-ticket header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-recent-ticket header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-recent-ticket.png) no-repeat 8px 50%;
	background-size: 25px 22px;
	font-size: 110%;
	padding-left: 38px;
	letter-spacing: 0.4px;
}
#SP-recent-ticket ul {
	/*border-top: 1px solid #DDD;*/
}
#SP-recent-ticket ul li {
	display: block;
	border-bottom: 1px solid #DDD;
	position: relative;
	padding: 10px 0 10px 10px;
}
#SP-recent-ticket ul li:last-child {
	border: none;
}
#SP-recent-ticket ul li a {
	display: block;
	position: relative;
}
#SP-recent-ticket ul li a:before {
	content: "";
	width: 27%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #EEE;
	z-index: -1;
}
#SP-recent-ticket ul li a:after {
	content: "";
	display: table;
	clear: both;
}
#SP-recent-ticket ul li a figure {
	width: 27%;
	float: left;
	line-height: 0;
}
#SP-recent-ticket ul li a figure img {
	width: 100%;
}

#SP-recent-ticket ul li a span.img-cr-re {
	display:block;
	line-height: 105%;
	background-color: #fff;
	font-size: 70%;
	color: #777;
	font-weight: normal;
	font-style: italic;
}

#SP-recent-ticket ul li a figcaption {
	width: 66%;
	float: left;
	padding: 1% 3% 1% 4%;
	overflow: hidden;
}
#SP-recent-ticket ul li a figcaption b {
	color: #FFF;
	background-color: #FF9F05;
	font-weight: bold;
	font-size: 77%;
	line-height: 20px;
	height: 19px;
	padding: 0 6px;
	margin: 0 6px 2px 0;
	display: inline-block;
	max-width: 92%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#SP-recent-ticket ul li a figcaption h3 {
	color: #BD6C19;
	text-decoration: underline;
	font-weight: bold;
	font-size: 93%;
	line-height: 150%;
	padding: 0 0 0.4em;
	max-height: 2.8em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#SP-recent-ticket ul li a figcaption p {
	position: relative;
}
#SP-recent-ticket ul li a figcaption span {
	display: block;
	color: #000;
	font-size: 77%;
	line-height: 138%;
}
#SP-recent-ticket ul li a figcaption span:first-child  {
	font-size:100%;
	font-weight:bold;
}
/* --------------------
8. SP-favorite-artist
-------------------- */
#SP-favorite-artist {
}
#SP-favorite-artist header {
	height: 34px;
	line-height: 34px;
	background-color: #1DBFB9;
}
#SP-favorite-artist header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-favorite-artist.png) no-repeat 8px 50%;
	background-size: 28px 21px;
	font-size: 108%;
	padding-left: 38px;
	letter-spacing: 0.4px;
}
#SP-favorite-artist #SP-fa-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides {
	display: block;
	height: auto !important;
  
	position: relative;
	width: 100%;
  
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides:after {
	content: "";
	display: table;
	clear: both;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item {
	width: 60%;
  height: auto !important;
	float: left;
  position: relative;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figure {
  width: 96%;
  padding: 0 2%;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figure img {
	width: 100%;
}

#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figcaption {
	text-align: center;
	font-size: 93%;
	width: 100%;
	position: relative;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figcaption h3 {
	padding: 0.8em 30px;
	color: #BD6C19;
	text-decoration: underline;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figcaption p {
	position: absolute;
	top: 0;
	width: 100%;
	right: -88%;
	display: none;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item.SP-fa-slider-item-active figcaption p {
	display: block;
}

#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figcaption p span.add_favorite {
	// text-indent: 100%;
	// white-space: nowrap;
	// overflow: hidden;
	// display: block;
	background: url(http://image.pia.jp/images2/md/icon/img-favorite-btn.png) no-repeat 0 50%;
	background-size: 26px 17px;
	padding: 0.6em;
	width: 26px;
	height: 17px;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-wrapper ul.SP-fa-slider-slides li.SP-fa-slider-item figcaption p a:active {

}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -45px;
	width: 100%;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav ul {
	position: relative;
	width: 100%;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav ul:after {
	content: "";
	display: table;
	clear: both;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav ul li {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	z-index: 20;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav .SP-fa-slider-prev {
	left: 0px;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav .SP-fa-slider-next {
	right: 0px;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(30,191,185,.7);
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav ul li a:action {
	background-color: rgba(30,191,185,1.0);
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav .SP-fa-slider-prev a:after {
	content: "";
	position: relative;
	top: -4px;
	left: 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame nav .SP-fa-slider-next a:after {
	content: "";
	position: relative;
	top: -4px;
	right: -10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame aside {
	text-align: center;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame aside ul {
	display: block;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame aside ul li {
	display: inline-table;
	color: #DDD;
	font-size: 139%;
	margin: 0 4px;
}
#SP-favorite-artist #SP-fa-slider .SP-fa-slider-frame aside ul li.SP-fa-slider-current {
	color: #1CBFB9;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* --------------------
9. SP-recommended-ticket
-------------------- */
#SP-recommended-ticket {

}
#SP-recommended-ticket header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-recommended-ticket header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-recommended-ticket.png) no-repeat 8px 49%;
	background-size: 20px 13px;
	font-size: 110%;
	padding-left: 34px;
	letter-spacing: 0.4px;
}
#SP-recommended-ticket .SP-tabnavi {
	margin: 1px 0 10px;
	display: table;
	width: 100%;
}
#SP-recommended-ticket .SP-tabnavi > .SP-tabnavi-select {
	display: table-cell;
	width: 50%;
	height: 33px;
	line-height: 33px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #ECECEC;
	position: relative;
}
#SP-recommended-ticket .SP-tabnavi > .SP-tabnavi-select + .SP-tabnavi-select {
	border-left: 1px solid #FFF;
}
#SP-recommended-ticket .SP-tabnavi > .SP-tabnavi-select.SP-tabnavi-select-active {
	color: #FFF;
	background-color: #AAA;
}
#SP-recommended-ticket .SP-tabnavi > .SP-tabnavi-select.SP-tabnavi-select-active:after {
	content: "";
	position: absolute;
	top: 33px;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 4px solid transparent;
	border-color: rgba(238, 238, 238, 0);
	border-top: 6px solid #AAA;
}
#SP-recommended-ticket .SP-tabnavi > .SP-tabnavi-select a {
	display: block;
	color: #333;
}
#SP-recommended-ticket .SP-tabnavi > .SP-tabnavi-select.SP-tabnavi-select-active a {
	color: #FFF;
	pointer-events: none;
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent {
	display: none;
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent ul {
	width: 100%;
	border-top: 1px solid #DDD;
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent ul li {
	display: block;
	border-bottom: 1px solid #DDD;
	height: 38px;
	line-height: 38px;
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent ul li:last-child {
	border: none;
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent ul li a {
	display: block;
	font-size: 93%;
	font-weight: bold;
	text-indent: 10px;
	position: relative;
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #C3C3C3;
	border-bottom: 2px solid #C3C3C3;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#SP-recommended-ticket .SP-tabcontents > .SP-tabcontent.SP-tabnavi-select-active {
	display: block;
}

/* --------------------
10. SP-weekendsr-ticket
-------------------- */
#SP-weekendsr-ticket {

}
#SP-weekendsr-ticket header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-weekendsr-ticket header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-weekendsr-ticket.png) no-repeat 9px 50%;
	background-size: 15px 17px;
	font-size: 110%;
	padding-left: 30px;
	letter-spacing: 0.4px;
}
#SP-weekendsr-ticket .SP-link-grey {
	border-bottom: 1px solid #DDD;
}
#SP-weekendsr-ticket .SP-link-grey:last-child {
	border-bottom: none;
}
#SP-weekendsr-ticket h3 {
	/*border-top: 1px solid #DDD;*/
	height: 35px;
	line-height: 36px;
	font-size: 93%;
	text-indent: 30px;
	position: relative;
}

#SP-weekendsr-ticket h3:before {
	content: "";
	position: absolute;
	background: #1EBFB9;
	top: 50%;
	left: 9px;
	margin-top: -8px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}
#SP-weekendsr-ticket h3:after {
	content: "";
	position: absolute;
	background-color: #FFF;
	top: 50%;
	left: 12px;
	margin-top: -5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
#SP-weekendsr-ticket ul {
	/*border-top: 1px solid #DDD;*/
	/*border-bottom: 1px solid #DDD;*/
	width: 100%;
	padding: 0 0 10px 0;
}
#SP-weekendsr-ticket ul li {
	display: block;
	line-height: 130%;
	position: relative;
	padding: 0 10px 0 30px;
	margin-bottom: 0.6em;
}
#SP-weekendsr-ticket ul li:before {
	content: "";
	position: absolute;
	background: #1EBFB9;
	top: 5px;
	left: 13px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
#SP-weekendsr-ticket ul li a {
	font-size: 93%;
	font-weight: bold;
	color: #BD6C19;
	text-decoration: underline;
}

/* --------------------
11. SP-music_stage-news
-------------------- */
#SP-music_stage-news {

}
#SP-music_stage-news header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-music_stage-news header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-msnews.png) no-repeat 8px 49%;
	background-size: 17px 17px;
	font-size: 110%;
	padding-left: 30px;
	letter-spacing: 0.4px;
}
#SP-music_stage-news .SP-link-grey {
	border-bottom: 1px solid #DDD;
}
#SP-music_stage-news .SP-link-grey:last-child {
	border-bottom: none;
}
#SP-music_stage-news h3 {
	/*border-top: 1px solid #DDD;*/
	height: 34px;
	line-height: 36px;
	font-size: 93%;
	text-indent: 30px;
	position: relative;
}
#SP-music_stage-news h3:first-child {
	border: none;
}
#SP-music_stage-news h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -8px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}
#SP-music_stage-news #SP-music-news:before {
	background-color: #DC225E;
}
#SP-music_stage-news #SP-stage-news:before {
	background-color: #E24E00;
}
#SP-music_stage-news #SP-popular-images:before {
	background-color: #2C66CC;
}
#SP-music_stage-news h3:after {
	content: "";
	position: absolute;
	background-color: #FFF;
	top: 50%;
	left: 12px;
	margin-top: -5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
#SP-music_stage-news div {
	padding: 0 5px 10px 5px;
	/*border-top: 1px solid #DDD;*/
	/*border-bottom: 1px solid #DDD;*/
}
#SP-music_stage-news ul {
	width: 100%;
	display: table;
}
#SP-music_stage-news ul li {
	display: table-cell;
	width: 30%;
}
#SP-music_stage-news ul li a {
	display: block;
	margin: 0 5px;
	line-height: 0;
}
#SP-music_stage-news ul li a img {
	width: 100%;
}
#SP-music_stage-news div ul li span.img-cr-re {
	color: #777;
	line-height: 105%;
	display: block;
	font-size: 70%;
	font-weight: normal;
	padding: 1px 4px;
	font-style: italic;
}

/* --------------------
12. SP-piaservice
-------------------- */
#SP-piaservice {

}
#SP-piaservice header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-piaservice header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-piaservice.png) no-repeat 8px 49%;
	background-size: 24px 16px;
	font-size: 110%;
	padding-left: 36px;
	letter-spacing: 0.4px;
}
#SP-piaservice > ul {
	/*border-top: 1px solid #DDD;*/
}
#SP-piaservice > ul li {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	position: relative;
}
#SP-piaservice > ul li:last-child {
	border: none;
}
#SP-piaservice > ul li > a {
	display: block;
}
#SP-piaservice > ul li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #C3C3C3;
	border-bottom: 2px solid #C3C3C3;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#SP-piaservice > ul li h3 {
	font-size: 93%;
	margin-bottom: 0.6em;
}
#SP-piaservice > ul li h3 img {
	vertical-align: -6px;
	margin-right: 6px;
	width: 21px;
}

#SP-piaservice > ul li h3 span {
	font-size: 77%;
	font-weight: bold;
	color: #1EBFB9;
}
#SP-piaservice > ul li p {
	font-size: 85%;
	position: relative;
}
#SP-piaservice > ul li .SP-service-listicon {
	padding-left: 10px;
}
#SP-piaservice > ul li .SP-service-listicon:before {
	content: "";
	position: absolute;
	background: #1EBFB9;
	top: 4px;
	left: 0;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
/* #SP-service-piapoint */
#SP-piaservice #SP-service-piapoint h3 img {
	width: 130px;
}
#SP-piaservice #SP-service-piapoint p {
	position: relative;
	min-height: 62px;
	padding: 4px 0;
}
#SP-piaservice #SP-service-piapoint p img {
	width: 62px;
	position: absolute;
	
}
#SP-piaservice #SP-service-piapoint p > span {
	position: relative;
	padding-left: 70px;
	display: block;
}
#SP-piaservice #SP-service-piapoint p.SP-button-grey {
	max-width: 140px;
	min-height: 100%;
	padding: 8px 0;
}
#SP-piaservice #SP-service-piapoint .SP-button-grey a {
	height: 34px;
	line-height: 34px;
}
/* SP-service-ketai */
#SP-piaservice #SP-service-ketai p.SP-button-grey {
	max-width: 140px;
	min-height: 100%;
	padding: 8px 0;
}
#SP-piaservice #SP-service-ketai p.SP-button-grey a {
	height: 34px;
	line-height: 34px;
}
#SP-piaservice #SP-service-ketai p.SP-button-grey.SP-button-double {
	max-width: 300px;
}
#SP-piaservice #SP-service-ketai p.SP-button-grey.SP-button-double a {
	width: 80px;
	margin: 0 5px;
}
#SP-piaservice #SP-service-ketai hr {
    border: 0;
    border-bottom: 2px dotted #DDD;
}
/* --------------------
13. SP-information
-------------------- */
#SP-information {

}
#SP-information header {
	height: 40px;
	line-height: 40px;
	background-color: #1DBFB9;
}
#SP-information header h2 {
	background: transparent url(http://image.pia.jp/images2/md/icon/icon-information.png) no-repeat 8px 49%;
	background-size: 20px 20px;
	font-size: 110%;
	padding-left: 32px;
	letter-spacing: 0.4px;
}
#SP-information ul {
	width: 100%;
	/*border-top: 1px solid #DDD;*/
}
#SP-information ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #DDD;
	min-height: 36px;
	line-height: 120%;
}
#SP-information ul li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 93%;
	position: relative;
	padding: 8px 24px 8px 10px;
}
#SP-information ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #C3C3C3;
	border-bottom: 2px solid #C3C3C3;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#SP-information .SP-button-grey.SP-button-double {
	max-width: 300px;
	font-size: 85%;
	padding: 10px 0 20px;
}
#SP-information .SP-button-grey.SP-button-double a {
	width: 120px;
	margin: 0 5px;
	height: 34px;
	line-height: 34px;
}
/* --------------------
14. SP-subbnr
-------------------- */
#SP-subbnr {
	text-align: center;
	padding: 12px 3%;
	background-color: #DDD;
}
#SP-subbnr a {
	display: block;
}
#SP-subbnr figure {
	line-height: 0;
}
#SP-subbnr a img {
	height: auto !important;
	max-width: 100% !important;
}

/* --------------------
15. footer
-------------------- */
#SP-wrapper > footer {

}
#SP-wrapper > footer #SP-footernavi {
	background-color: #EDEDED;
}
#SP-wrapper > footer #SP-footernavi ul {
	padding: 12px 14px 4px;
}
#SP-wrapper > footer #SP-footernavi ul + ul {
	border-top: 1px solid #FFF;
}
#SP-wrapper > footer #SP-footernavi ul:after {
	content: "";
	display: table;
	clear: both;
}
#SP-wrapper > footer #SP-footernavi ul li {
	width: 50%;
	float: left;
	padding: 0;
	margin-bottom: 0.6em;
}
#SP-wrapper > footer #SP-footernavi ul li a {
	font-style: italic;
	font-size: 85%;
	color: #333;
	line-height: 138%;
}
#SP-wrapper > footer #SP-footernavi .SP-button-white.SP-button-double {
	max-width: 300px;
	font-size: 85%;
	padding: 10px 0 20px;
}
#SP-wrapper > footer #SP-footernavi .SP-button-white.SP-button-double a {
	width: 140px;
	margin: 0 5px;
	height: 34px;
	line-height: 34px;
}
#SP-wrapper > footer h3 {
	text-align: center;
	font-size: 85%;
	color: #333;
	margin-top: 20px;
}
#SP-wrapper > footer h3 img {
	display: inline-block;
}
#SP-wrapper > footer #SP-sns-link {
	display: block;
	text-align: center;
	line-height: 1;
	margin: 8px 0 12px;
}
#SP-wrapper > footer #SP-sns-link li {
	width: 50px;
	display: inline-table;
	line-height: 0;
	margin: 0 3px;
}
#SP-wrapper > footer #SP-sns-link li a {
	display: block;
}
#SP-wrapper > footer #SP-sns-link li img {
	width: 100%;
}
#SP-wrapper > footer > p {
	color: #878787;
	font-size: 69%;
	text-align: center;
	font-style: italic;
	padding: 0 7%;
	margin-bottom: 0.8em;
	line-height: 160%;
}
#SP-wrapper > footer > p.SP-copyright {
	color: #125ECF;
}
#SP-wrapper > footer #SPtoPC-button {
	border: 3px solid #EDEDED;
	width: 150px;
	margin: 10px auto 20px;
}
#SP-wrapper > footer #SPtoPC-button a {
	text-align: center;
	text-indent: 26px;
	font-size: 85%;
	font-weight: bold;
	color: #777;
	display: block;
	line-height: 340%;
	background: url(http://image.pia.jp/images2/md/icon/icon-pc.png) no-repeat 14px 50%;
	background-size: 19px 19px;
}

#SP-prereserve .Inscribed {
	display: inline-block;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	/*height: 50vw;*/
	height: 100%;
	padding: 100% 0 0;
	background-size: contain;
}

#SP-recent-ticket .Inscribed {
	display: inline-block;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	/*height: 27vw;*/
	height: 100%;
	padding: 100% 0 0;
	background-size: contain;
}

#SP-music_stage-news .Inscribed {
	display: inline-block;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	/*height: 30vw;*/
	height: 100%;
	padding: 100% 0 0;
	background-size: contain;
}

#SP-music_stage-news .news_cap {
	font-size: 90%;
	padding: 2px 5px;
	line-height: 120%;
	word-break:break-all;
	color:#221F1E;
}