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

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#777;/*#666*/
	text-align: left;
	font-size:11px;
	}

    @keyframes fade-in {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }




/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	
	padding:0; 
}

h1 {
	font-size: x-large;
	line-height: 1em;
	padding: 3px;
	margin: 0;
}

h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DDDDDD;/*#999*/
	display: block;
	color: #333;
	text-align: center;
	font-weight: 400;
	font-size: medium;
}
.h2_caption {
	clear:both;
	font-size:11px;
	font-weight: lighter;
	border-top: dotted 1px #FFF;
	letter-spacing: 0.2em;
	
}

.list {
	margin:10px 0;
	font-size:13px;
}

.eventname{
	color:#777;/*#666*/
	font-size: medium;
}

.eventtext {
	color:#777;
	font-size:11px;
}

address {
	color:#777;/*#666*/
	font-size:11px;
	font-weight:normal;	
	margin-bottom:15px;
}
	

	

a img {
	border: none;
}

a:link {
	color:#777;/*#666*/
	text-decoration: underline; 
}

a:visited {
	color:#777;/*#666*/
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	/*background-color:#666;*/
}
.itempict {
			width:65px;
			text-align:center;
			float:left;
			margin:3px;
			height:80px;
			border:0px solid #777;	
}

.soldout{
	color:#E66466;/*#666*/
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.end {
	clear:both;
}

.container {
	width: 100%;
	background-color: #FFFFFF;
	margin: 10px auto 20px auto;
	/*overflow: hidden;*/
}

/*.caption {
			position:absolute;
			background-color:#EFFFFD;
			border:1px solid #666;
			border-radius:4px;
			padding:5px;
			max-width:150px;
			min-width:150px;
			z-index:5;
			opacity: 0;
			animation-duration: 0.5s;
			animation-name: fade-in;
			-moz-animation-duration: 0.5s;
			-moz-animation-name: fade-in;
			-webkit-animation-duration: 0.5s;
			-webkit-animation-name: fade-in;
			filter: alpha(opacity=0);
			margin-top:-80px;
			margin-left:-100px;
			display:none;
	}*/

.caption{
		font-size:11px;
		line-height:1.5em;
		display:block;
		z-index:10;
		opacity: 1;
		filter: alpha(opacity=100);	
		clear:both;
	}
	
.item {
	padding:10px 5px;
	border-bottom:1px #CCC dotted;
}

/* ~~ レイアウトに使用するカラムです。~~ */
.side {
	font-size: 11px;
	width: 100%;

	border:#777 1px solid;
	margin-bottom:8px;
	
	background-color: #FFFFFF;
	padding-bottom: 10px;
	
	position:relative;
}

.side table {
	width:100%;
}

.side_h2 
	{
	color:#777;/*#666*/
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#FFF;
	border-bottom:#777 solid 1px;
	}
	
	
.content {
	padding: 0 0;
	width: 100%;
	font-size:11px;
	margin:0;
}

.content table {
	font-size:11px;
	color:#777;/*#666*/
}
/* SNS */
#u79
{
	z-index: 7;
	width: 369px;
	min-height: 25px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	float:left;
	margin-right: -10000px;
}

#u81
{
	z-index: 8;
	width: 193px;
	min-height: 28px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	left: 300px;
	float:left;
}

#u83
{
	z-index: 9;
	width: 131px;
	min-height: 24px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	left: 380px;
	float:left;
}

.hatena
{
	z-index: 9;
	width: 131px;
	min-height: 24px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	left: 490px;
	float:left;
}
/*SNS*/


.category {
	border:1px solid #999;
	padding:1%;
	margin:0 0 3% 0;
	
}

.format_icon{
	width:95%;
	margin:0 auto;
	font-size:large;
	font-weight:600;
	position:relative;	
	text-align:center;
	}


.series1 {
	width:93%;
	margin:0 auto;
	border-left:1px solid #CCC;
	border-right: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
}


.series_icon {
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
	border-top: 5px double #CCC;
	}

.group {
	border-top: 2px dotted #CCC;
}

.item {
}


.series {
	padding: 5px 0 0 0 ; 
	border: #777 1px solid;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	background-color: #FFF;
}

.series img {
	/*border:#CCC 1px solid;*/
}

.series td {
	border-right: #777 dotted 1px;
	border-top: #777 dotted 1px;
}


.soldoutbox {
	float:left;
	margin-bottom:10px;
	height:80px;
	}


.formatindex {
	border:#FFF 1px solid;
	padding:5px;
	width:100%;
	margin:5px auto 5px auto;
}

.link {
			width:42%;
			background-color:#666;
			color:#FFF;
			padding:5px;
			border-radius:5px;
			border:#333 solid 1px;
			display:block;
			list-style:none;
			line-height:1.7em;
			text-align:center;
			position:relative;
			margin:3px;
			float:left;	
	}
	
.link a {
	color:#FFF;
}

.content .extratext {
	font-size:12px;
	border:#999 1px dotted;
	padding:10px 0;
	width:100%;
	margin:0px auto 10px auto;

}
.extratext > ol {
	pading:0;
	margin:0;

}



/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	font-weight:600;
	font-size:11px;
	list-style: none; 
	border-top: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #CCC; /* ボタンの区切り線を作成します。 */
	line-height:1.7em;
}
ul.nav a, ul.nav a:visited {
	padding: 1px 0;
	text-align:center;
	display: block;
	width: 100%;
	font-weight: normal;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	color:#666;
	background-color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color:#CCC;
	font-weight: normal;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 11px;
	line-height: 0px;
}

#footer {
	width: 100%;
	clear:both;
	text-align:center;
}

#footer address{
	font-size:11px;
	color:#777;
}
/*　////　ここから戻るボタン　////　*/

.return {
    background: #FFF;
	color:#333;
    position: fixed;
    bottom: 40px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
	text-decoration:none;
	border:3px solid #333;
	font-weight:600;
}
.return a{	color:#333;
}