@charset "UTF-8";
/*リセット*/
body,p,h1,h2,h3,h4,h5,ul,li,dl,dt,dd,th
{
margin:0; padding:0;
font-size:medium;
font-weight:normal;
 }
img,a{ border:none; }
li{ list-style:none; }






/*

ボディ設定

*/
body
{
	background:#FFF;
	background:url(../image/bg_body.jpg) repeat-x;
}



div#container
{
	position:relative;
}

div#container p#followme
{
	position:fixed;
	right:0;
	top:150px;
	z-index:1000;
}

*html div#container p#followme{display:none;}



/*

リンク設定

*/
a{color:#F90;}
a:visited{color:#F90;}
a:hover{color:#F60;}


/*

共通クラス

*/
.clear{clear:both;}
.clearfix:after {  
   visibility: hidden;  
   display: block;  
   font-size: 0;  
   content: " ";  
   clear: both;  
   height: 0;  
   }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.gototop
{
	clear:both;
	text-align:right;
	font-size:0.75em;
	margin:30px 0 0 0;
	padding-right:15px;
}



/*マージン*/
.ma_top10{margin-top:10px;}
.ma_top30{margin-top:30px;}

.ma_right10{margin-right:13px;}
.ma_right20{margin-right:20px;}

/*フォントカラー*/
.red{color:#a40000;}


.bold{ font-weight:bold;}












/*---------------------------------------*/





/*

ヘッダー

*/
div#header
{
	width:100%;
	height:59px;
	background:url(../image/header_bg.png) repeat-x;
	position:relative;
}

div#header img.logo
{
	height:38px;
	padding-left:20px;
	margin-top:7px;
}

div#header p.tce_link
{
	background:url(../image/arrow.gif) left center no-repeat;
	font-size:0.75em;
	padding-left:17px;
	position:absolute;
	right:20px;
	bottom:7px;
}




/*

フッター

*/
div#footer
{
	width:100%;
	background:#FFF url(../image/footer_bg.gif) left top repeat-x;
	position:relative;
}

div#footer img.logo
{
	height:38px;
	padding-left:20px;
	margin-top:14px;
}

div#footer p.tce_link
{
	background:url(../image/arrow.gif) left center no-repeat;
	font-size:0.75em;
	padding-left:17px;
	position:absolute;
	right:20px;
	top:15px;
}



div#footer div.flash
{
	width:850px;
	margin:15px auto 0 auto;
}

div#footer div.flash h3
{
	background:url(../image/h_footer_fla.gif) no-repeat;
	width:784px;
	height:20px;
	text-indent:-9999px;
	margin:0 auto;
}



div#footer div.member
{
	width:636px;
	margin:40px auto 0 auto;
}


div#footer div.member p.logo
{
	background:url(../image/logo_tce_lar.jpg) no-repeat;
	width:156px;
	height:163px;
	text-indent:-9999px;
	float:left;
	margin-right:30px;
}

div#footer div.member div.right_box
{
	width:450px;
	float:right;
}

div#footer div.member div.right_box p.btn
{
	width:341px;
	height:65px;
	overflow:hidden;
	margin:0 auto;
	text-indent:-9999px;
}

div#footer div.member div.right_box p.btn a
{
	background:url(../image/btn_member.jpg) no-repeat;
	display:block;
	width:341px;
	height:66px;
	overflow:hidden;
}


div#footer div.member div.right_box p.btn a:hover
{
	background-position:0 -66px;
}


div#footer div.member div.right_box p.copy
{
	font-size:1em;
	font-weight:bold;
	color:#333;
	margin-top:20px;
	line-height:1.5em;
}



div#footer p.link
{
	font-size:0.875em;
	text-align:center;
	color:#666;
	margin-top:70px;
}

div#footer p.copyright
{
	font-size:0.75em;
	text-align:center;
	color:#666;
	margin-top:30px;
	margin-bottom:10px;
}



/*--------------------------------------------------------------------*/


/*

メインコンテンツここから

*/

div#main
{
	width:850px;
	padding-bottom:20px;
	background:#FFF;
	margin:-5px auto 0 auto;
	border-left:1px solid #F90;
	border-right:1px solid #F90;
}



div#main h1
{
	background:url(../image/tumbling_complete.jpg) no-repeat;
	width:850px;
	height:600px;
	text-indent:-9999px;
}





/*


パッケージ情報


*/
div.dvd_box
{
	width:850px;
}


div#special
{
	padding:20px 0px;
}

div#complete
{
	border-top:3px solid #E30012;
	margin-top:20px;
	padding:20px 0px;
}


.dvd_wrap
{
	width:850px;
	border-top:16px solid #E30012;
	border-bottom:10px solid #E30012;
}

div.dvd_box img.dvd
{
	width:329px;
	float:left;
	display:block;
}

div.dvd_box div.right_box
{
	width:499px;
	float:right;
}



div#complete dl{ margin-top:15px; padding-right:10px;}


div#complete dl dt
{
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color:#E30013;
}

div#complete dl dd
{
	font-size:14px;
	margin-top:5px;
	color:#333;
	margin-left:1em;
}

div#complete dl dd ul
{
}

div#complete dl dd ul li.strong{ font-size:14px; font-weight:bold;}

div#complete dl dd ul li.indent{margin-left:1em;}

div#complete dl dd ul li span.small{font-size:12px; color:#666;}









div.dvd_box div.right_box h2
{
	font-size:24px;
	font-weight:bold;
	color:#E30012;
}

div.dvd_box div.right_box h3
{
	font-size:16px;
	color:#FFF;
	background:#FF7B9D;
	padding:3px 0 0 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:15px;
}

div.dvd_box div.right_box p.p01,div.dvd_box div.right_box ul{margin-top:5px;}

div.dvd_box div.right_box p.p01,div.dvd_box div.right_box ul li
{
	font-size:0.875em;
	color:#333;
	line-height:1.5em;
}

div.dvd_box div.right_box p.p02
{
	font-size:0.75em;
	color:#666
	line-height:1.5em;
}

div.dvd_box div.right_box strong
{
	font-size:18px;
	color:#E30012;
}

div.dvd_box div.right_box p.btn_detail
{
	width:253px;
	height:44px;
	margin:15px auto 0 auto;
}





div.complete{}






/*


舞台情報


*/

div#stage
{
	width:790px;
	margin:0 auto;
	background:url(../image/butai.jpg) right center no-repeat;
}


div#stage h2
{
	font-size:16px;
	color:#FFF;
	background:#000;
	padding:3px 0 0 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:15px;
}

div#stage div.left_box{}

div#stage div.left_box h3.h3_01
{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}

div#stage div.left_box h3.h3_02
{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

div#stage div.left_box p,div#stage div.left_box ul li
{
	font-size:0.75em;
	color:#333;
}



/*


other


*/

div#other
{
	width:790px;
	margin:20px auto 0 auto;
}

div.goods
{
	width:458px;
	float:left;
}


div.goods h2
{
	font-size:16px;
	color:#FFF;
	background:#000;
	padding:3px 0 0 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div.goods img.btn
{
	width:248px;
	margin:0 auto;
	display:block;
}

div.goods img.img_goods
{
	display:block;
	margin-top:20px;
}

div#twitter
{
	width:300px;
	float:right
}
div#twitter div.twtr-tweet-text p{font-size:12px;}

div#twitter div.twtr-ft span{display:none;}






