@charset "utf-8";

/***********************************/
/* ディズニー映画・音楽一覧ページ  */
/***********************************/

/* indexページ・カテゴリボタン */
#movie_category_all {
	width:620px;
	height:40px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

.movie_category_box1 {
	width:200px;
	height:40px;
	text-align:left;
	float:left;
	}

.movie_category_box2 {
	width:200px;
	height:40px;
	text-align:left;
	float:left;
	margin-left:10px;
	}

/* ページ説明文 */
#movie_explanation_txt {
	width:770px;
	height:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	background-image:url(../smork/img/bg_smork_toilet.jpg);
	}

/* ページ内リンク */
.movie_page_link {
	width:770px;
	height:auto;
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
	}

/* ジャンル別BOX（背景ピンク部分） */
.movie_genre_box {
	width:770px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	}

/* 作品一覧・行・ページ内リンクテキスト */
.movie_genre_spelling_link {
	width:770px;
	margin-bottom:5px;
	text-align:center;
	}

/* 作品一覧・行テキスト */
.movie_genre_spellingtxt {
	width:770px;
	text-align:left;
	color:#333333;
	}

/* 作品一覧テーブル全体 */
.movie_genre_table_all {
	width:770px;
	border:#F5D8E1 1px solid;
	}

/* 作品一覧テーブル・見出し「作品名」 */
.movie_genre_table_title {
	width:300px;
	height:22px;
	text-align:center;
	padding-top:3px;
	background-color:#DE7C9A;
	border-right:#F5D8E1 1px solid;
	color:#333333;
	}

/* 作品一覧テーブル「作品名」白背景 */
.movie_genre_table_title_w {
	width:295px;
	height:25px;
	text-align:left;
	padding-top:3px;
	padding-left:10px;
	background-color:#FFFFFF;
	border-right:#F5D8E1 1px solid;
	}

/* 作品一覧テーブル「作品名」グレー背景 */
.movie_genre_table_title_g {
	width:295px;
	height:25px;
	text-align:left;
	padding-top:3px;
	padding-left:10px;
	background-color:#EFEFEF;
	border-right:#F5D8E1 1px solid;
	}
	
/* 作品一覧テーブル・見出し「公開年」 */
.movie_genre_table_year {
	width:120px;
	height:22px;
	text-align:center;
	padding-top:3px;
	background-color:#DE7C9A;
	border-right:#F5D8E1 1px solid;
	color:#333333;
	}

/* 作品一覧テーブル「公開年」白背景 */
.movie_genre_table_year_w {
	width:120px;
	height:25px;
	text-align:center;
	padding-top:3px;
	background-color:#FFFFFF;
	border-right:#F5D8E1 1px solid;
	}

/* 作品一覧テーブル「公開年」グレー背景 */
.movie_genre_table_year_g{
	width:120px;
	height:25px;
	text-align:center;
	padding-top:3px;
	background-color:#EFEFEF;
	border-right:#F5D8E1 1px solid;
	}

/* 作品一覧テーブル・見出し「紹介文」 */
.movie_genre_table_introduction {
	width:290px;
	height:22px;
	text-align:center;
	padding-top:3px;
	background-color:#DE7C9A;
	color:#333333;
	}

/* 作品一覧テーブル「紹介文」白背景 */
.movie_genre_table_introduction_w {
	width:285px;
	height:25px;
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color:#FFFFFF;
	}

/* 作品一覧テーブル「紹介文」グレー背景 */
.movie_genre_table_introduction_g {
	width:285px;
	height:25px;
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color:#EFEFEF;
	}

/* 作品一覧・バナー */
.movie_item_bn {
	width:234px;
	height:auto;
	text-align:left;
	float:left;
	margin:15px 0px 10px 0px;
	}

/* 作品一覧・バナー */
.movie_item_bn2 {
	width:234px;
	height:auto;
	text-align:left;
	float:left;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 34px;
	}

/* 作品一覧・バナー用テキスト */
.movie_item_bntxt {
	font-size:10px;
	line-height:130%;
	margin-top:3px;
	text-align:center;
	}

/***********************************/
/* 映画・音楽　作品ページ          */
/***********************************/

/* 映画メニューナビ */
#movie_navi {
	width:770px;
	height:20px;
	margin-top:10px;
	}

/***********************************/
/* レビュー部分　　　　　　　　　　*/
/***********************************/

/* レビュー左・テキスト部分全体 */
#movie_reviewtxt_all {
	width:560px;
	height:auto;
	float:left;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	}

/* 作品リンク */
#movie_work_link {
	width:250px;
	height:auto;
	text-align:center;
	float:left;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	}

/* 作品データ */
#movie_work_deta {
	width:280px;
	height:auto;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	}

/* 作品データ */
#movie_work_detatxt {
	width:270px;
	height:auto;
	margin-left:10px;
	}

/* あらすじ・レビュー全体 */
.movie_story_all {
	width:560px;
	height:auto;
	}

/* あらすじ・レビューテキスト */
.movie_story_txt {
	width:520px;
	height:auto;
	background-image:url(../smork/img/bg_smork_toilettxt.jpg);
	padding:15px 20px;
	margin-bottom:5px;
	}

/* あらすじ部分作品名 */
.movie_story_txt2 {
	color:#CC3361;
	}

/* レビュー右部分・関連商品リンク */
#movie_item_all {
	width:200px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:30px;
	}

/* 関連商品リンクテキスト */
.movie_item_txt {
	width:180px;
	height:auto;
	text-align:center;
	background-color:#CCCCCC;
	padding:5px 0px 5px 0px;
	margin-left:10px;
	margin-right:10px;
	}

/* 関連商品リンクテキスト */
.movie_item_txt2 {
	font-size:10px;
	line-height:130%;
	margin-top:5px;
	}

/* ライン */
.movie_line {
	width:770px;
	border:1px #CCCCCC solid;
	text-align:center;
	}

/* 関連おすすめアイテムBOX */
.movie_deta_all {
	width:740px;
	height:auto;
	text-align:center;
	}

/* 関連おすすめアイテム・左テキスト */
.movie_deta_txtall {
	width:445px;
	height:250px;
	text-align:left;
	float:left;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	}

/* 関連おすすめアイテム・左テキスト2 */
.movie_deta_txtall2 {
	width:430px;
	height:250px;
	text-align:left;
	float:left;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	}

/* 関連おすすめアイテム・左テキスト3 */
.movie_deta_txtall3 {
	width:465px;
	height:auto;
	text-align:left;
	float:left;
	padding:10px 10px 10px 15px;
	margin-top:10px;
	}

/* 関連おすすめアイテム・右画像全体 */
.movie_deta_imgall {
	width:250px;
	height:250px;
	text-align:left;
	float:right;
	padding:10px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	}

/* 関連おすすめアイテム・個別画像box1 */
.movie_deta_img_box1 {
	width:120px;
	height:250px;
	float:left;
	padding:10px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	}

/* 関連おすすめアイテム・個別画像box2 */
.movie_deta_img_box2 {
	width:120px;
	height:250px;
	float:right;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	}

/* 関連おすすめアイテム・個別画像box内テキスト */
.movie_deta_img_boxtxt {
	font-size:10px;
	line-height:120%;
	margin-top:5px;
	}

/* ポイント・左テキスト */
.movie_point_txtall {
	width:465px;
	height:150px;
	text-align:left;
	float:left;
	padding:10px 10px 10px 15px;
	margin-top:10px;
	margin-bottom:10px;
	}

/* ポイント・右画像全体 */
.movie_point_imgall {
	width:250px;
	height:150px;
	text-align:left;
	float:right;
	padding:10px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	}



/***********************************/
/* リゾート関連（背景黄色部分）　　*/
/***********************************/

/* リゾート関連全体 */
#movie_resort_all {
	width:770px;
	height:auto;
	margin-top:10px;
	}

/* リゾート関連説明文 */
.movie_resort_txt {
	width:760px;
	margin-left:10px;
	margin-top:5px;
	text-align:left;
	}

/* リゾート関連BOX */
.movie_box_all {
	width:770px;
	height:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:10px;
	}

/* グレー背景BOX */
.movie_resort_box_g {
	width:750px;
	height:auto;
	text-align:left;
	padding:10px 10px 10px 10px;
	background-color:#E1E1E1;
	}

/* 白背景BOX */
.movie_resort_box_w {
	width:750px;
	height:auto;
	text-align:left;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	}

/* リゾート関連・画像全体 */
.movie_resort_img_all {
	width:738px;
	height:150px;
	text-align:left;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	padding:10px 15px 10px 15px;
	}


/* リゾート関連・画像ボックス全体2 */
.movie_resort_img_boxall2 {
	width:215px;
	height:290px;
	background-color:#FFFFFF;
	border:#FFCE5D 1px solid;
	padding:10px;
	float:right;
	}

/* リゾート関連・画像ボックス1 */
.movie_resort_box1 {
	width:135px;
	height:150px;
	float:left;
	}
/* リゾート関連・画像ボックス2 */
.movie_resort_box2 {
	width:135px;
	height:150px;
	float:left;
	margin-left:15px;
	}

/* リゾート関連・画像ボックス3 */
.movie_resort_box3 {
	width:135px;
	height:150px;
	float:right;
	}

/* 注意書きテキスト */
.movie_resort_txt_s {
	font-size:10px;
	}

/* ショー･パレード・グリその他テキスト */
.movie_pastshow_txt {
	width:720px;
	height:15px;
	text-align:left;
	padding-top:10px;
	margin-left:20px;
	padding-bottom:10px;
	}

/* ショー･パレード・グリ画像用テキスト */
.movie_show_imgtxt {
	width:135px;
	height:15px;
	text-align:left;
	font-size:10px;
	}



/* 画像用テキスト・ランド（赤） */
.movie_park_tit1 {
	color:#BA2636;
	}

/* 画像用テキスト・シー（青） */
.movie_park_tit2 {
	color:#003399;
	}





