@charset "shift_jis";

/* cinemacafe.net stylesheets
 *
 * update: 2006.07.04
 * code by Ryusuke Suzuki
 * (classes defined in the Markup Guide - http://www.cinemacafe.net/css/markup_ref/ )
 */


/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */



/* 全体（コンテンツ全体を囲んでます）
==========================================================================================*/
body {
	width:100%;
	background:none;
	color:#000;
	font-size:10pt;
	font-family:"A-OTF リュウミン Pro R-KL","ヒラギノ明朝体4","ＭＳ Ｐ明朝",sans-serif;
/*	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","Osaka","ＭＳ Ｐゴシック",sans-serif;*/
	line-height:1.4;
}
#wrapper {
	background:none;
}
#globalBody {
	width:100%;
}


#globalHeader {
	width:100%;
	height:40px;
	border-bottom:1px solid #999;
	background:none;
}
#globalHeader #ccLogo {
	float:right;
}
#globalHeader #ccLogo a {
	display:block;
	width:138px;
	height:30px;
	background:url(../img/logo_cinemacafe_p.gif) 0 0 repeat;
	text-indent:0;
}



#globalContainer {
	width:100%;
/*	padding:2em 0;*/
	padding:0 0 2em;
}

#twoColumnHolder,
#centerBox {
	width:100%;
}


#globalFooter {
	margin:20px 0 0;
}
.centerBox,
.newsArticleBox {
	width:100%;
	background:none;
}



/*==========================================================================================

	//ニュースページ

==========================================================================================*/

/*
==========================================================================================*/
#art-report .headBox,
#art-interview .headBox,
#art-review .headBox,
#art-column .headBox,
#art-gossip .headBox,
#art-business .headBox,
#art-release .headBox,
#art-photo .headBox,
#art-movie .headBox,
#art-present .headBox {
	background:none;
}

#art-interview .newsArticleBox .headBox p {	background:#c00;		border:1px solid #c00;}


/*
==========================================================================================*/
.newsArticleBox .headBox p {
	float:none;
	width:auto;
	color:#666;
	font-size:93%;
	text-align:left;
}
.newsArticleBox .headBox p img {
	display:inline;
}
.newsArticleBox .headBox h3,
.newsArticleBox .headBox .newsTitle {
	width:100%;
	font-size:138.5%;
}


/*
==========================================================================================*/
.newsArticleBox .largeImg, .newsArticleBox .largeMov {
	margin:20px 23px 0 20px;
	text-align:center;
}


/*
==========================================================================================*/
#mov-news-list h4 {
	padding:8px 0 0;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","Osaka","ＭＳ Ｐゴシック",sans-serif;
}
.newsListBox01 li {
	list-style-position:outside;
	list-style-type:circle;
}
#btnTicketBuy,
.tabIndex {
	display:none;
}
#movRelatedInfo,
#subContents0 h2,
#subContents1 h2 {
	display:block;
}


#related-story h2,
#related-story h4 {
	padding-left:10px;
	background:none;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","Osaka","ＭＳ Ｐゴシック",sans-serif;
	font-size:123.1%;
	text-indent:0;
}




#movMainTitle {
	background:none;
}
#movMovieInfo, #movRelatedInfo, #movTheaterSearch, #movDvdSearch {
	background:none;
}
#mov-news-list h4 {
	background:none;
}



#news-gossip-index h3 span,
#related-story h2 span,
#related-story h4 span,
#news-interview-title h3 span,
#news-report-title h3 span,
#news-review-title h3 span,
#news-column-title h3 span,
#news-gossip-title h3 span,
#news-business-title h3 span,
#news-release-title h3 span,
#news-present-title h3 span {
	display:none;
}



/*==========================================================================================

	//非表示

==========================================================================================*/

#headerSearchBox,
#headerMiniNav,
#leftBox,
#rightBox,
#superBanner,
#globalFooterNav1,
#globalFooterNav2,
#toolboxMain,
#bannerType02,
#globalFooter p,
#pickupInfo,
.headTool,
#tagcloud,
.backToBlock,
.adsense-searchresult,
.gotoTop
{
	display:none;
}

#globalFooter #copyRight {
	display:block;
}




