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


*{
	margin:0;
	padding:0;
	border:0;
}

body {
	margin: 0;
	padding: 0;
	color: #505050;
	background-color: #FFFFFF;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Verdana,Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 22px;
	text-align:center;
}
td{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Verdana,Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 22px;
	color: #505050;
	text-align: left;
}

textarea, input {
	background-color: #E1E1E1;
	border: 1px solid #CCC;
}

a {
	color: #FFCCFF;
	text-decoration: underline;
}
a:link {
	color: #FFCCFF;
	text-decoration: underline;
}
a:visited {
	color: #FFCCFF;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

.upicn {
	text-align: right;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #906;
	margin:-30px 0 30px 0;
}
.upicn2 {
	text-align: right;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #906;
	margin:-30px 0 2px 0;
}

/* ------------------------------------
	contents
------------------------------------ */

.contents {
	text-align: left;
}
.profile {
	margin: 0;
	padding: 15px;
}
.news {
	text-align: left;
	margin: 0;
	padding: 15px;
}

.disco {
	text-align: left;
	margin: 0;
	padding: 15px;
}

.goods {
	text-align: left;
	margin: 0;
	padding: 15px;
}

.goodstxtB {
	text-align: left;
	margin: 0;
	padding: 0 0 0 15px;
	font-weight: bold;
}

.goodstxtYEN {
	text-align: left;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 80%;
}

.goodstxtDetails {
	text-align: right;
	margin: 0;
	padding: 5px 15px 40px 0;
	font-size: 10px;
}

.ticket {
	text-align: left;
	margin: 0;
	padding: 15px;
}
.youtube {
	color: #000;
	padding: 5px 0px;
	margin: 5px 40px;
}


.btn {
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0px solid #ee1eb5;
	padding:3px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #c70067;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	box-shadow:inset 1px 1px 0px 0px #fbafe3;
	margin-top:3px;
}

.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}

.btn:active {
	position: relative;
	top: 1px;
}
