@charset "UTF-8";
/* CSS Document */



/* ユニバーサルセレクタでmargin/paddingなどを初期化する */

*
{
	margin: 0;
	padding: 0;
	border: none;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	list-style: none;
	vertical-align: baseline;
}


/* ブラウザのスクロールバーの表示の違いを解決する */

html
{
	overflow: scroll;
	overflow: -moz-scrollabars-vertical;
	overflow-x: scroll;
	height: 100%;
	margin: 0;
}

/* MacとWindows系のフォント指定 */

body
{
	font-size: 76%;
	font-family: 
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	margin: 0;
	
}

#wrap {
	margin: 0;
	padding: 0;

}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width:1224px;
	height:auto;
}



#contents {
	width:1224px;
	height:auto;
	padding-bottom: 10px;
	margin-top: 30px;
}

#tour_info {
	width: 750px;
	margin: 30px auto 20px auto;
	border: 1px solid #fff;
	padding:50px;
}

#tour_info p{
	font-size: 16px;
	padding: 20px 0 0 50px;
}

#tour_info h3 {
	
	font-size: 32px;
	font-weight: bold;
	padding: 0 0 0 50px;
}

#tour_info h3.longver {
	
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 0 50px;
}

#tour_info h4{
	
	font-size: 22px;
	font-weight: bold;
	margin: 20px auto 0 auto;
	text-align: center;
}

#tour_info h5{
	
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 0 auto;
	text-align: center;
}



#tour_info h3 span {
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #fff;
}

#tour_info a,
td a,
a {
	text-decoration: underline;
	color: #24baff
}

#tour_info a:hover,
td a:hover,
a:hover {
	text-decoration: underline;
	color: #ff0000;
}


#tourdate {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 80px;
	border-top: 1px solid #fff;	
}

#tourdate td{
	white-space: nowrap;
	padding: 10px;
	line-height: 32px;
	font-size: 17px;
}

#media {
	margin: 0 0 0 100px;
}

#media h2 {
	font-size: 35px;
	font-weight: bold;
	color: #e62a64;
	margin: 50px 0 15px 0;
}

#media ul {
	padding-bottom: 30px;
}

#media ul li {
	font-size: 14px;
	margin: 8px 0 8px 20px;
	list-style: circle;
	line-height: 22px;
}

#freelive {
	
	margin: 0 0 0 100px;	
}

#freelive h2 {
	font-size: 35px;
	font-weight: bold;
	color: #e62a64;
	margin: 10px 0;
}

#freelive h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ececec;
	margin: 10px 0 5px 0;
	
}

#freelive h3 span {
	font-size: 11px;
	color: #aaaaaa;
	margin: 10px 0 10px 40px;
	
}

#freelive h4 {
  color: #aeaeae
}

#freelive b{
	color: #369ea7;
	font-size: 20px;
	line-height: 50px;
}

table.ticket_table {
	margin: 0 auto;
}

table.ticket_table td {
	font-size: 24px;
	line-height: 35px;
	padding: 10px 30px 0 30px;
}

a img:hover {
}


#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 1.2em;
	clear: both;
	width:500px;
	margin-left: auto;
	margin-right: auto;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin: 0 auto 30px auto;
  display: block;
  overflow: hidden;
  width: 90%;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

img.linkhov:hover {
  opacity: 0.5
}