@charset "Shift_JIS";

/*============================================================
//
//  目次---------------------
//  ・ポップアップ初期設定
//  	・検索方法
//  	・アイコンについて
//  	・動画をたのしむには？
//  	・映画館に行こう
//  	・音声不良のお詫び
//  	・角川大映通販クラブ
//==========================================================*/

/*============================================================
//  ポップアップ初期設定
//==========================================================*/

#popup {
	width:535px;
	margin:0 auto;
	text-align:center;
	padding:0 22px 10px 23px;
}

#popup2 {
	height:10px;
	width:535px;
	margin:0 auto;
	text-align:center;
	padding:0 22px 10px 23px;
}

#p_main{
	margin:0 0 10px 0;
	width:535px;
	background:#FFF;
	text-align:left;
}

#p_main .top{
	background:url(/img/popup/popup_head.jpg) no-repeat;
	height:10px;
	width:535px;
	font-size:5px;
}

#p_main .btm{
	background:url(/img/popup/popup_btm.jpg) no-repeat;
	height:10px;
	width:535px;
	font-size:5px;
}

/* ヘッダー*/
#p_header {
	width:535px;
	height:40px;
	background:url(/img/popup/head.jpg) no-repeat;
	margin-bottom:10px;
}

#p_header h1{
	width:90px;
	height:30px;
	text-indent:-9999px;
	padding:5px;
	float:left;
	background:
}
#p_header h1 a{
	width:90px;
	height:30px;
	text-decoration:none;
	display:block;
}

#p_header div{
	width:79px;
	height:20px;
	text-indent:-9999px;
	padding:10px 10px 10px 0;
	float:right;
}
#p_header div a{
	width:79px;
	height:20px;
	text-decoration:none;
	display:block;
}

/* フッター*/
#p_foot{
	width:535px;
	height:19px;
	font-size:5px;
	text-indent:-9999px;
	background:url(/img/popup/cr_bg.jpg) no-repeat;
	margin-bottom:30px;
}
/* h2*/
#p_main h2{
	width:400px;
	height:30px;
	text-indent:-9999px;
}

}
/* h4*/
#p_main h4{
	width:350px;
	height:40px;
	text-indent:-9999px;
}

/*============================================================
// 検索方法
//==========================================================*/

#p_main h2.search{background:url(/img/popup/tit_search.jpg) no-repeat;}

#p_main .search-cont{
	width:501px;
	padding:13px 0 10px 17px;
}

#p_main .search-cont p{
	font-size:12px;
	line-height:150%;
}

#p_main .search-cont h3{
	width:501px;
	height:18px;
	text-indent:-9999px;
	font-size:5px;
	margin-bottom:10px;
}
#p_main .search-cont h3.one{ background:url(/img/popup/search_tit01.gif) no-repeat}
#p_main .search-cont h3.two{ background:url(/img/popup/search_tit02.gif) no-repeat}

#p_main .search-cont .chui_box{
	width:476px;
	padding:12px 10px 0 15px;
}

#p_main .search-cont .chui_box p{
	background:url(/img/popup/icon_chui.gif) no-repeat 0px 3px;
	font-size:12px;
	padding:0 0 5px 20px;
}

#p_main .search-cont .gray_box{
	width:501px;
	background:#EEE;
	margin:12px 0 10px 0;
}

#p_main .search-cont .gray_box .head{
	width:501px;
	height:5px;
	background:url(/img/popup/gray_top.gif) no-repeat;
	font-size:5px;
}

#p_main .search-cont .gray_box .btm{
	width:501px;
	height:5px;
	background:url(/img/popup/gray_btm.gif) no-repeat;
	font-size:5px;
}

#p_main .search-cont .gray_box .inner{
	width:481px;
	padding:0 10px 0 10px;
}

#p_main .search-cont .gray_box .inner p{
	font-size:12px;
	line-height:150%;
}

#p_main .search-cont .gray_box .inner .box{
	width:481px;
	height:20px;
}

#p_main .search-cont .gray_box .inner .box div{
	float:left;
	width:125px;
	font-size:11px;
	line-height:20px;
}

#p_main .search-cont .gray_box .inner .box p{
	float:right;
	width:355px;
	font-size:11px;
	line-height:20px;
}


/*============================================================
// アイコンについて
//==========================================================*/

#p_main h2.icon{background:url(/img/popup/tit_icon.jpg) no-repeat;}

#p_main .icon-cont{
	width:501px;
	padding:13px 0 10px 17px;
}

#p_main .icon-cont table{
	width:499px;
	border:dotted #343434;
	border-width:1px 1px 0 0;
	margin-bottom:20px;
}

#p_main .icon-cont table th{
	border:dotted #343434;
	border-width:0 0 1px 1px;
}

#p_main .icon-cont table th.media{
	width:80px;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
	background-color:#CCC;
}

#p_main .icon-cont table th.file{
	width:162px;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
	background-color:#CCC;
}

#p_main .icon-cont table th.ctgr{
	width:81px;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
	background-color:#F2F2F2;
}

#p_main .icon-cont table td{
	border:dotted #343434;
	border-width:0 0 1px 1px;
}

#p_main .icon-cont table td.icon{
	width:98px;
	height:29px;
	text-align:center;
	vertical-align:middle;
}

#p_main .icon-cont table td.txt{
	width:237px;
	height:29px;
	font-size:10px;
	padding:4px 5px 4px 5px;
}

/*============================================================
// 動画をたのしむには？
//==========================================================*/

#p_main h2.movie{ background: url(/img/popup/tit_movie.gif) no-repeat;}

#p_main .movie-cont{
	width:501px;
	padding:13px 0 10px 17px;
}

#p_main .movie-cont p{
	font-size:12px;
	line-height:150%;
}

#p_main .movie-cont .box{
	width:345px;
	height:61px;
	background:url(/img/popup/plugin_bg.jpg) no-repeat;
	margin:25px 0 40px 50px;
	padding:18px 28px 0 28px;
}

#p_main .movie-cont .box .p_box{
	text-align:center;
	padding-left:50px;
	width:95px;
	float:left;
	font-size:10px;
}

/*============================================================
// 動画をたのしむには？
//==========================================================*/

#p_main h2.eigakan{ background: url(/img/popup/tit_eigakan.gif) no-repeat;}

#p_main .eigakan-cont{
	width:501px;
	padding:13px 0 10px 17px;
}

#p_main .eigakan-cont div.tit{
	width:176px;
	height:26px;
	text-indent:-9999px;
	font-size:5px;
	background:url(/img/popup/eigakan_tit.gif) no-repeat;
	margin-bottom:10px;
}

#p_main .eigakan-cont p{
	width:392px;
	height:62px;
	text-indent:-9999px;
	font-size:5px;
	background:url(/img/popup/eigakan_lead.gif) no-repeat;
}

#p_main .eigakan-cont .box{
	width:293px;
	height:64px;
	background:url(/img/popup/plugin_bg.jpg) no-repeat;
	margin:25px 0 40px 50px;
	padding:15px 0 0 108px;
}

#p_main .eigakan-cont .box .p_box{
	text-align:center;
	width:180px;
	font-size:10px;
}

/*============================================================
// 音声不良のお詫び
//==========================================================*/

#p_main h2.notice{background:url(/img/popup/tit_apology.gif) no-repeat;}

#p_main .notice-cont{
	width:519px;
	padding:13px 9px 10px 9px;
}

#p_main .notice-cont h3{
	font-size:14px;
	width:496px;
	height:25px;
	line-height:25px;
	padding-left:5px;
	background-color:#E1E1E1;
}

#p_main .notice-cont p{
	width:481px;
	padding:10px 10px 10px 9px;
	font-size:12px;
	line-height:150%;
}

#p_main .notice-cont p span{ color:#002A7C;}

#p_main .notice-cont p a{ text-decoration:none; color:#333;}
#p_main .notice-cont p a:hover{ text-decoration:underline; color:#333;}


#p_main .notice-cont div{
	border:1px dotted #7F7F7F;
	width:459px;
	padding:20px;
	font-size:12px;
	line-height:125%;
	margin-bottom:15px;
}

#p_main .notice-cont div span{
	color:#FD0000;
}

#p_main .notice-cont p.syomei{
	text-align:right;
}

/*============================================================
// 角川大映通販クラブ
//==========================================================*/

#p_main h2.shop{background:url(/img/popup/tit_shop.gif) no-repeat;}

#p_main h2.eiga{background:url(/img/popup/tit_eiga.gif) no-repeat;}

#p_main .shop-cont{
	width:519px;
	padding:13px 9px 10px 9px;
}

#p_main .shop-cont h3{
	font-weight:normal;
	font-size:14px;
	width:501px;
	margin-bottom:20px;
}

#p_main .shop-cont p.lead{
	width:481px;
	padding:0 10px 10px 9px;
	font-size:12px;
	line-height:150%;
}

#p_main .shop-cont div{
	width:481px;
	padding:10px 10px 0 9px;
	font-size:12px;
	line-height:150%;
}

#p_main .shop-cont p.txt{
	font-size:10px;
	width:450px;
	padding:5px 10px 10px 40px;
	line-height:150%;
}

#p_main .shop-cont p.txt2{
	font-size:10px;
	width:481px;
	padding:5px 10px 10px 9px;
	line-height:150%;
}
