@charset "utf-8";

/*
Theme Name: WordPress Theme for TAKADANOBABA CLUB PHASE
Site URI: http://club-phase.com
Description: Original theme for TAKADANOBABA CLUB PHASE
Version: 1.0
Author: TAKADANOBABA CLUB PHASE
*/


/* --- Basic --- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

html,
body {
  width: 100%;
  height: auto;
  text-align: center;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #000;
  background-image: url(./images/parts/noise.jpg);
  background-position: center;
  background-repeat: repeat-y;
  color: #d7d7d7;
  margin: 0;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

hr {
  width: 100%;
  margin: 16px auto; 
  border: 0;
  border-bottom: 1px solid #2a2b39;
}

p {
  margin-bottom: 16px;
}


/* --- Links --- */

a img {
  border: 0;
}

a:hover img {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: .7;
}

a:link, 
a:visited {
	color: #ff9f5d;
	text-decoration: none;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover {
	color: #d11e25;
	text-decoration: underline;
}

a:active {
	color: #ff2700;
	text-decoration: none;
} 


/* --- Boxes --- */

#main {
  background-color: #000;
  width: 90%;
  margin: 100px auto 0 auto;
  padding-bottom: 32px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 640px) {
#main {
  background-repeat: no-repeat;
  background-image: url(./images/parts/main_back.png);
  background-position: center top;
  background-size: contain;
  margin-top: 0;
  max-width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
}

header {
  width: 95%;
  height: 100px;
  margin-bottom: 24px;
  position: fixed;
  top: 0;
  left: 2.5%;
  z-index: 3;
  background-repeat: no-repeat;
  background-image: url(./images/parts/main_back.png);
  background-position: center top;
  background-size: contain;
}

@media only screen and (min-width: 480px) {
header {
  background-size: cover;
  background-position: center bottom;
}
}

@media only screen and (min-width: 640px) {
header {
  width: 100%;
  margin-bottom: 0;
  position: static;
  background: transparent;
}
}

header h1 {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 10px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(./images/parts/phase_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .7;
  text-align: center;
}

@media only screen and (min-width: 640px) {
header h1 {
  width: 445px;
  height: 80px;
  margin: auto;
  background-image: url(./images/parts/phase-h1.png);
  background-size: 100%;
  opacity: .5;
  position: static;
}
}

h1 a {
  width: 50%;
  margin: auto;
  height: 100%;
  background: transparent;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;	
}

@media only screen and (min-width: 640px) {
h1 a {
  width: 100%;
  max-width: 500px;
}
}

#logo {
  width: 80%;
  margin: 0 4px 16px 0;
  height: auto;
  opacity: .7;
}


/* --- Left Box --- */

#contents-left {
  display: none;
}

@media only screen and (min-width: 640px) {
#contents-left {
  width: 230px;
  margin: 0 0 5px;
  padding-right: 8px;
  display: block;
  font-size: 1.2rem;
  text-align: left;
}
}

#contents-left h2 {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 2px solid #2a2b39;
  background-color: #101317;
  color: #ccc;
  font-weight: bolder;
  font-size: 1.4rem;
}

#contents-left section {
  width: 100%;
  margin-bottom: 30px;
}

#address {
  text-align: right;
  font-size: 1rem;
}

#staff-wanted {
  padding: 4px;
  border: 1px solid #2a2b39;
}

#bands-wanted {
  padding: 4px;
  border: 1px solid #2a2b39;
}

/* --- Right Box --- */

#contents-right {
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
}

@media only screen and (min-width: 640px) {
#contents-right {
  width: calc(100% - 265px);
  margin-right: 15px;
}
}

.entry-banner {
  margin-bottom: 16px;
}

.entry-banner a img {
  width: 100%;
  height: auto;
  opacity: .9;
}

.entry-banner a:hover img {
  opacity: 1;
}

#contents-right h2#pickup-events {
  margin-bottom: 16px;
  padding: 8px 0px 10px 45px;
  background-image: url(./images/parts/pick_star.gif);
  background-repeat: no-repeat;
  font-size: 1.8rem;
}

#contents-right h2#pickup-events span {
  color: #ff0;
}

.movie {
	text-align:center;
}

/* --- Pickup Events --- */

.pickup-events-box {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 860px) {
.pickup-events-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
}

.pickup-events-box section {
  width: 100%;
}

.pickup-events-box section:first-of-type img {
  width: 100%;
}

@media only screen and (min-width: 860px) {
.pickup-events-box section:last-of-type {
  width: 250px;
}

.pickup-events-box section:first-of-type {
  width: calc(100% - 260px);
}
}

.pickup-events-box section h3 {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 2px solid #2a2b39;
  background-color: #101317;
  color: #ccc;
  font-weight: bolder;
  font-size: 1.4rem;
}

.pickup-events-box section h3 span {
  display: block;
  color: #ca4545;
}

.top-artist {
  width: 100%;
  font-size: 2rem;
  margin: 10px auto;
  line-height: 30px;
}


/* --- Menu --- */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

nav ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #bababa !important;
  text-align: right;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: .2s ease-in-out;
  padding: 2px 8px 2px 0;
}

nav ul li a:hover {
  color: white !important;
  text-decoration: none;
  background-image: url(./images/parts/menu_back.png);
}


/*--- Menu Trigger for Smartphones --*/

#menu-trigger {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 4;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

#menu-trigger span:nth-of-type(1) {
  top: 1px;
}

#menu-trigger span:nth-of-type(2) {
  top: 7.5px;
}

#menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}

#menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

#menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media only screen and (min-width: 640px) {
#menu-trigger {
  display: none;
}
}

#ul-mobile {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #000;
  opacity: 0;
  z-index: -1 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 1.4rem;
  font-weight: bolder;
  text-align: left;
}

#ul-mobile.ul-active {
  opacity: 1;
  top: 80px;
  z-index: 2 !important;
}

@media screen and (min-width: 640px) {
#ul-mobile,
#ul-mobile.ul-active {
  display: none;
}
}

#ul-mobile li {
  width: 60%;
  padding: 8px;
  display: block;
  position: relative;
  font-weight: bolder;
  color: #fff;
}

#ul-mobile li:first-of-type {
  margin-bottom: 16px;
}

#ul-mobile a:link,
#ul-mobile a:visited {
  display: block;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#ul-mobile a:hover {
  text-decoration: underline;
}


/* --- Footer --- */

footer {
  width: 95%;
  height: 260px;
  margin: 0 auto;
  background-image: url(./images/parts/footer_back.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 1.2rem;
  background-color: #000;
}

@media only screen and (min-width: 640px) {
footer {
  width: 90%;
  max-width: 960px;
  height: 210px;
}
}

@media only screen and (min-width: 993px) {
footer {
  background-size: cover;
}
}


/* --- Pages --- */

.contents-pages h2,
.contents-pages h3 {
  padding: 5px;
  border: 2px solid #2a2b39;
  background-color: #101317;
  color: #ccc;
  font-size: 1.6rem;
}

.contents-pages h3 {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

#sub-navi {
  margin-bottom: 16px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sub-navi li {
  width: 100px;
  display: block;
  padding: 4px;
}

#sub-navi li a {
  width: 100%;
  height: 100%;
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #090909;
  color: #ccc;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: .2s ease-in-out;
}

#sub-navi li a:hover{
	background-color: #ab1f3a;
	color: #fff;
}


/* --- Information --- */

.information {
  overflow: hidden;
}

.information p.center {
  margin-bottom: 16px;
}

.information h4 {
  color: #ff0;
  font-size: 2rem;
  margin: 32px 0 8px 0;
  line-height: 30px;
}

.information h4:first-of-type {
  margin-top: 0;
}

.information table.price {
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

@media only screen and (min-width: 640px) {
.information table.price {
  width: 60%;
}
}

.information table.price td {
  padding: 4px;
  border: 1px solid #bbb;
}

.information table.price tr td:first-of-type {
  width: 60%;
}

.information table.price tr td:last-of-type {
  width: 40%;
}

#drink-wrapper {
  width: 100%;
  max-width: 720px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#drink-wrapper section {
  width: 100%;
  margin-bottom: 16px;
}

#drink-wrapper .drink-box,
#drink-wrapper .softdrink {
  width: 48%;
  margin-right: 2%;
}

#drink-wrapper .drink-box:nth-of-type(2n+1),
#drink-wrapper .softdrink:nth-of-type(2n+1) {
  margin-right: 0;
}

@media only screen and (min-width: 720px) {
#drink-wrapper .drink-box,
#drink-wrapper .softdrink {
  width:31%;
}

#drink-wrapper .drink-box:nth-of-type(2n+1),
#drink-wrapper .softdrink:nth-of-type(2n+1) {
  margin-right: 2%;
}

#drink-wrapper .drink-box:nth-of-type(3n+1),
#drink-wrapper .softdrink:nth-of-type(3n+1) {
  margin-right: 0;
}
}

#drink-wrapper section.drink-width-100 {
  width: 100%;
  margin: 0;
}

#drink-wrapper section.drink-width-100.first {
  margin-bottom: 16px;
}

#drink-wrapper section.drink-width-100.last {
  margin-top: 16px;
}

#drink-wrapper section p {
  margin: 0;
}

#drink-wrapper section.softdrink {
  margin-bottom: 0;
}


/* --- Schedule --- */

#sched p {
  margin-bottom: 0;
}

#sched {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
}

#sched th {
	padding: 5px;
	border: 1px solid #666;
	border-width: 0 0 1px 1px;
	line-height: 20px;
	text-align: center;
	width: 55px;
	background-color: #252525;
}

#sched td {
	padding: 5px;
	border: 1px #666 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

.artist-photos-container {
  width: 100%;
  height: auto;
  margin: 16px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artist-photos-container section {
  width: 150px;
  height: auto;
  margin: 0 8px 8px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.1rem;
  color: #a9a9a9;
}

.artist-photos-container section img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  object-position: center;
}


/* --- Access --- */

.access-box {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 640px) {
.access-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
}

.access-box section {
  width: 100%;
}

@media only screen and (min-width: 640px) {
.access-box section:first-of-type {
  width: 242px;
}
.access-box section:last-of-type {
  width: 380px;
}
}

.access-box section h4 {
  color: #ac1934;
  font-size: 100%;
  margin: 0;
}


/* --- Entry --- */

.entry table {
  width: 100%;
  margin-top: 16px;
  padding: 8px;
  border: 2px solid #333;
}


/* --- Link Page --- */

#table-link {
  width: 100% !important;
}

#table-link > tr > td {
  width: 100% !important;
  display: block !important;
}

#table-link tr > td > table {
  width: 100%;
}

@media only screen and (min-width: 640px) {
#table-link > tr > td {
  width: calc(100% /3);
  display: table-cell;
}
}


/* --- Other Properties --- */

.center {
  width: 100%;
  text-align: center;
}

.font-10 {
  font-size: 1rem;
}

.strong { 
  font-weight: bolder;
}

.white {
  color: #fff;
}

.yellow {
  color: #ff0;
}

.page-end {
  width: 100%;
  height: auto;
  margin: 0 0 32px 0;
  padding-top: 32px;
  text-align: center;
}

.sp-br {
  display: block;
}

@media only screen and (min-width: 640px) {
.sp-br {
  display: inline;
}
}

#index-youtube,
.iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

#index-youtube iframe,
.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe + .iframe {
  margin-top: 8px;
}


/* --- Previous Parts --- */

.cl{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid #2A2B39 1px;
	}

.sc_hr{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	border:none;
	border-top:solid 1px #CCC;
	clear: both;
	}


.right{
  width: 100%;
  text-align: right;
}

.main_border{
	border: solid #2A2B39 1px;
}

.ma_botm{
	margin-bottom: 30px;
}
.ma_top{
	margin-top: 20px;
}
.ma_2{
	margin-bottom: 2px;
}

.pa_5{
	padding: 5px;
}

.pal{
	padding: 5px;
	padding-left: 50px;
}

.center{
	text-align: center;
}

.obi{
	border: solid #2A2B39 2px;
	background-color: #101317;
	padding: 5px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
}
#contents_right h3{
	background-image: url(../images/parts/pick_star.gif);
	background-repeat: no-repeat;
	padding: 8px 0px 10px 45px;
	font-size: 18px;
	margin-bottom: 10px;
}

.event{
}
.event_l{
	float: left;
	width: 242px;
}

.event_r{
	float: right;
	width: 380px;
	line-height: 20px;
}

.more{
	width:77px;
	height:26px;
	background:url(../images/parts/more_over.jpg) no-repeat left bottom;
	float: right;
}
.more a {
	display:block;
	width:77px;
	height:26px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.more a:hover {
text-indent:-9999px;
}


.entry_event_l{
	float: left;
	width: 103px;
}

.entry_event_r{
	float: right;
	width: calc(100% - 110px);
}

.entry_banner a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.entry_banner {
	background-color: #FFF;
}

/*------------------text------------------*/
.font_10 {
	font-size: 10px;
	font-weight: normal;
	color: #D7D7D7;
}

.font_11_g {
	font-size: 11px;
	font-weight: normal;
	color: #696969;
}
.font_11_price {
	font-size: 11px;
	font-weight: normal;
	color: #a9a9a9;
}
.font_12 {
	font-size: 12px;
	font-weight: normal;
	color: #D7D7D7;
}
.font_12_b {
	font-size: 12px;
	font-weight: bold;
	color: #D7D7D7;
}
.font_12_t {
	font-size: 12px;
	font-weight: normal;
	color: #3C3C3C;
}
.font_12_d {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.font_13 {
	font-size: 13px;
	font-weight: normal;
	color: #D7D7D7;
}
.font_14 {
	font-size: 14px;
	font-weight: normal;
	color: #D7D7D7;
}
.font_14_obi {
	font-size: 14px;
	font-weight: normal;
	color: #D7D7D7;
	background-color: #333333;
	width: 100%;
}
.font_date {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.red{
	color: #AC1934;
}
.white{
	color: #FFFFFF;
}
.yellow{
	color: #FF0;
}
.top_artist {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
	width: 379px;
}
#error{
	text-align: center;
   width: 90%;
	max-width: 890px;
	margin-right: auto;
	margin-left: auto;
  margin-top: 32px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
#error br {
  display: none;
}
}

#error h1 {
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: 0 auto 24px auto;
  display: block;
  text-indent: 200%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(./images/parts/phase_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sc_date {
	font-size: 17px;
}

.sc_sat{
	color: #CA8F9B;
}

.sc_sun{
	color: #CA4545 !important;
}
.sc_artist {
	font-size: 14px;
	font-weight: bold;
	color: #C6C6C6;
}

.sc_price {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin-top: 10px;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}

.uiHeaderTitle{
	color: #CCC !important;
}

#GWglobalNavi ul {
  font-size: 1rem;
}