@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━
■レイアウト
――――――――――――――――――――――*/

/*---------------------------------
  背景色（グレー）設定
----------------------------------*/
.gray_bg {
	background-color: #EFEFEF;
	width: 560px;
	padding: 5px 10px 0px;
	height: auto;
}
.sub_gray_bg {
	background-color: #EFEFEF;
	width: 550px;
	padding: 5px;
	height: 40px;
}

/*---------------------------------
  黒矢印
----------------------------------*/
.brack_btn {
	background-image: url(../common/img/black_btn.jpg);
	background-repeat: no-repeat;
	width: auto;
	padding-left: 15px;
	padding-bottom: 5px;
}

/*---------------------------------
　TOPページ　コンテンツ部分
　見出しを配置
----------------------------------*/
.sub_box {
	height: auto;
	width: 560px;
	padding: 10px;
	margin-top: 0px;
	clear:both;
}
/*━━━━━━━━━━━━━━━━━━━━━
■レイアウト（movie）
――――――――――――――――――――――*/
/*---------------------------------
　全体
----------------------------------*/
div.contents-body{
margin:0px 15px 20px 15px;
}
.subtit{
margin-bottom:15px;
}
.subtit02{
margin:20px 0px 10px 0px !important;
color:#1e1e1e;
font-weight:bold;
padding-left:8px;
border-bottom:1px solid #d6d6d6;
line-height:140%;
border-left:4px solid #384550;
}
.photo193{
width:193px;
float:left;
}
.text347{
width:347px;
float:right;
line-height:130%;
}
.photo198{
width:188px;
float:left;
padding-right:10px;
margin-bottom:10px;
}
.text342{
width:342px;
float:right;
line-height:130%;
}

.photo160{
width:160px;
float:left;
}
.text380{
width:380px;
float:right;
line-height:130%;
}
.text375{
width:375px;
float:right;
line-height:130%;
}



/*---------------------------------
　映画 共通ヘッダー&ナビ
----------------------------------*/
.mv_header{
margin-left:10px;
margin-bottom:30px;
}
ul.mv_navi li{
margin:0px;
padding:0px;
list-style-type:none;
float:left;
font-size:1px;
line-height:1px;
text-indent: 0px;
}
/*---------------------------------
　index
----------------------------------*/
/*---------------------------------
　インタビュー
----------------------------------*/
.photo-interview{
width:188px;
float:right;
padding-left:10px;
margin-bottom:10px;
}
.text-interview{
line-height:150%;
}
/*---------------------------------
　プレゼント
----------------------------------*/
dl.present_detail dt{
margin:20px 0px 10px 0px !important;
color:#384550;
font-weight:bold;
padding-left:8px;
border-bottom:1px solid #d6d6d6;
line-height:140%;
border-left:4px solid #384550;
}
dl.present_detail dd{
margin:0px 0px 25px 0px;
}
dl.present_detail dd p{
margin:0px 0px 10px 0px;
line-height:140%;
}
div.present p{
margin:0px 0px 10px 0px;
line-height:140%;
}
p.btn{
text-align:center;
margin:0px 0px 20px 0px !important;
}
.end{
font-size:120%;
font-weight:bold;
text-align:center;
padding:40px 0px 60px 0px;
}
.notes_red{
color:#B63B3B;
text-indent:-1em;
padding-left:1em;
}
dl.present_detail ul li{
text-indent:-1em;
padding-left:1em;
line-height:140%;
list-style-type:none;
}
.present_contents .img{
width:200px;
float:left;
}
.present_contents .text{
width:350px;
float:right;
line-height:130%;
}
.form-new{
width:265px;
float:left;
}
.form-member{
width:265px;
float:right;
}

/*---------------------------------
　関連商品
----------------------------------*/
div.goods_item{
}
div.goods_item div.item_row{
margin-bottom:20px;
}
div.goods_item div.item_box_left{
float:left;
width:170px;
margin-left:0px;
}
div.goods_item div.item_box{
float:left;
width:170px;
margin-left:20px;
}
p.item_img{
text-align:center;
}
div.goods_item div.item_box dt,div.goods_item div.item_box_left dt{
margin-top:7px;
margin-bottom:0px !important;
}
/*━━━━━━━━━━━━━━━━━━━━━
■レイアウト（キャンペーンフォーム用）
――――――――――――――――――――――*/
/*---------------------------------
　フォーム
----------------------------------*/
table.sp-form{
border-collapse:collapse;
border:1px solid #b7b5b1;
width:620px;
margin:0px 50px 20px 50px;
}
table.sp-form td,table.sp-form th{
border-collapse:collapse;
border:1px solid #b7b5b1;
padding:7px;
line-height:130%;
}
table.sp-form th{
background-color:#efefef;
font-weight:normal;
width:150px;
}
table.normal td,table.normal th{
border-width:0px;
padding:0px;
}
.submit{
text-align:center;
}
div.form-h{
background-image:url(../common/img/blue_block.jpg);
background-repeat:no-repeat;
background-position:left 1px;
padding-left:15px;
margin:20px 50px 5px 50px;
}
.msg{
color: #a30000;
}
.form-er{
color: #a30000;
margin:20px 50px 5px 50px;
border:1px solid #a30000;
background-color:#f7e1e3;
padding:5px;
}
table.form-name,table.form-name td{
border:0px;
padding:0px;
margin:0px;
}
body#presentform{
text-align:left;
padding:0px;
margin:0px;
}
body#presentform table.sp-form{
width:547px;
margin-left:auto !important;
margin-right:auto !important;
}
body#presentform div.form-h{
margin-left:0px !important;
margin-right:0px !important;
}
body#presentform .form-er{
margin-left:0px !important;
margin-right:0px !important;
}

/*━━━━━━━━━━━━━━━━━━━━━
■各種テキスト系装飾
――――――――――――――――――――――*/
/*---------------------------------
　見出し
----------------------------------*/
.subtit{
height:22px;
font-size:12px;
background-color:#ffffff;
border:1px solid #d6d6d6;
background-repeat:repeat-x;
background-image:url(../present/img/background-title.gif);
background-position:left bottom;
line-height:22px;
font-weight:bold;
padding-left:10px;
}


/*---------------------------------
　リストマーク画像
----------------------------------*/

.link_bluearrow{
background-image:url(../present/img/bluearrow.gif);
background-repeat:no-repeat;
padding-left:14px;
background-position:left center;
}

/*---------------------------------
　フォント
----------------------------------*/
.bold{
font-weight:bold;
}
.indent{
text-indent:1em;
}
.aligncenter{
text-align:center;
}
.alignright{
text-align:right;
}
.smallfont{
font-size:80%;
line-height:120%;
}
.notes{
margin:0px 9px 0px 9px;
background-color:#efefef;
border:1px #d6d6d6 solid;
padding:10px;
line-height:130%;
}
/*---------------------------------
　マージン
----------------------------------*/
.mgb3{
margin-bottom:3px !important;
}
.mgb5{
margin-bottom:5px !important;
}
.mgb10{
margin-bottom:10px !important;
}
.mgb15{
margin-bottom:15px !important ;
}
.mgb20{
margin-bottom:20px !important;
}
.mgb30{
margin-bottom:30px !important;
}
.mgb40{
margin-bottom:40px !important;
}
.mgb50{
margin-bottom:50px !important;
}
/*---------------------------------
　行間
----------------------------------*/
.lineh130{
line-height:130% !important;
}
.lineh150{
line-height:150% !important;
}
/*---------------------------------
　RSSアイコン
----------------------------------*/
.rssico{
text-align:right;
margin-top:-19px;
padding-bottom:4px;
}

/*━━━━━━━━━━━━━━━━━━━━━
■hack
――――――――――――――――――――――*/
/*---------------------------------
 clearfix
----------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table; 
    min-height: 1%;
}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;} 
.clearfix {display: block;}
/* End hide from IE-mac */




